YES - it was as simple as that. apt install dbus && systemctl start dbus
So, I do NOT understand how this package can be missing. ok, my container is quite old (2021) made some upgrades ... even some major ones from 8 to 9.
Thanks a lot.
topic 1)
note: ... meanwhile I upgraded [and rebooted] the pve hosts to see if that changes anything (last upgrade was ~20d ago ... but things change fast ;-) )
=> no change. BTW: same behavior on an other host, which I tested while the CT was...
TOPIC 1) timedatectl failure (UI ... and shell)
first time I noticed after recent update:
UI-Configuration-System shows an error "command 'timedatectl show' --property=Timezone' failed: exit code 1 (500)
and actually in shell [of PMG LXC as...
Format
[smtp.domain.dev]:25 secure
cant be entered in
/etc/pmg/tls_policy
via the GUI.
Probably due to a format check.
Destination: [smtp.domain.dev]:25
Policy: secure
Gives error:
Parameter verification failed. (400)
destination: invalid...
I was using a VLAN Zone with two VNets and it seemed to work well.
Yesterday evening I updated our staging environment to 9.2.2 and since then I can no longer get connectivity through those VNets - when I use the vmbr0 bridge directly and tag it...
Hey man, as today, i'm running one of this in my homelab (3 node cluster)! Yesterday i update to pve9 - i'm happy with this ultra-low energy choice. BTW, works for me too! ;)
I think Intel Xeons E3/E5 v2 to v4 are the best bang for the buck right now on the used hardware market and PVE 7.2 works fine on them. But they are also "only" 6-9 years old. Also, read here people were running PVE on Xeon W/X/E CPUs which...
If you somehow have more kernels installed than your EFI can hold, apt purge unfortunately doesn't finish because the post.rm script tries to setup the remaining kernels. The solution is to manually remove old vmlinuz* / initrd.img* from the EFI...
Hi,
Witch nfs config is the best for proxmox with a netapp All flash systym, Pnfs or session trunking ? And are there any other performance settings ?In the documentation is netapp not clear about this configuration.
Thank you both for your replies!
I did try the flags=-nested-virt but it didn't help.
Regarding kernel and qemu versions, I've downgraded from kernel 7 to 6.17 -> VM not booting
Downgraded pve-qemu-vm from 11 to 10 -> still not booting
I just...
I'm installing 0.1.271 because it's 100% stable.
Actually, the question is, is there a way to make it happen for many years in a row: just install a new version on top and everything is updated?
If not, then maybe someone has found an option...
Not sure why you would need to update the drivers on a working (?) system, all the time.
There is a newer 0.1.285 version available.
I believe this matches your experience.
Maybe see here also.
Pulling a case of Godwins law won't make me take you more seriously. In the case of Proxmox it's quite laughable since they have a decades old track record of NOT outselling. One Proxmox developer ( I think @t.lamprecht but I might be wrong)...
Hello Fabian before doing other tests I installed a minimal debian , installed pihole and then amount with teleporter the configuration . here is the status of the services compared to lxc with a vm :
oot@192.168.3.199's password:
Linux piholeVM...
Yes, otherwise I wouldn't have used it ;)
Correct, I'm also not paying for Proxmox. But I also don't expect developers to give freebies to me. I'm trying to help in other terms, e.g. by participating in the forum or being a free beta tester ;)...
It's a recurrent problem, I use the following command to get rid of old kernel
dpkg -l 'proxmox-kernel-*.*.*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt -y purge