Es freut mich zu hören, dass BackupPilot problemlos läuft und die ersten Backups erfolgreich erstellt werden konnten.
Der Quellcode wird mit der Veröffentlichung der Version 1.0.0, also dem ersten Release ohne Beta-Status, veröffentlicht. Bis...
Hi @fdxx,
this is a bug in the UI, thank you for the report! A fix was sent to the development mailing list: https://lore.proxmox.com/pve-devel/20260601091328.66757-1-f.ebner@proxmox.com/T/
If you are not using the iGPU, another way to make kernel 7 work is to blacklist the amdgpu driver:
echo "blacklist amdgpu" > /etc/modprobe.d/blacklist-amdgpu.conf
update-initramfs -u -k 7.0.6-2-pve
update-grub
You can also unpin v6 if you used...
A single node in our HA enabled Proxmox cluster crashed yesterday. The crash produced a segfault in the HA resource manager (pve‑ha‑lrm) and subsequently stopped the watchdog, which forced a reboot of that node. Below are the exact syslog lines...
We are pleased to announce the release of Proxmox Datacenter Manager 1.1!
This point release focuses on expanding visibility and automation for large-scale, multi-site deployments. Our main focus for this iteration has been introducing...
Forcing my PVE host to use TSC instead of HPET did resolve the issue with the idle power usage. Host has been running now for 58 hours without any issues.
What can be the reason the newer kernels do not except the TSC anymore from certain AMD...
Ah yes true. We had to take it offline again. Team is currently implementing some DDOS mitigation. Somehow we got discovered by multiple scrapers at the same time on the weekend, rendering everything unusable and our ddos protection was not up...
It is utilizing BGP unnumbered, which is BGP but with a few underlying assumptions. BGP unnumbered assumes that every interface added is a point-to-point link and eBGP. So peering happens via the specified interfaces, with one peer per interface...
To confirm; all packages are now fully installed and you are booting a 7.0.x kernel?
Check the output of journalctl -b of a problematic boot for errors.
Specifically look for (network) devices failing to initialize properly (udev / kernel...
I've also done a test using two Talos nodes with E1000 adapters and apparently that works too!
EDIT: there’s a bug registered: https://bugzilla.proxmox.com/show_bug.cgi?id=7627
I had the same problem on PMG in LXC. It does not seem to be a problem of any PATH or rights settings.
It was fixed when I set the local hostname in /etc/hosts to the real IP of my system instead of the 127.... address.
daanw - you are correct. It seems an upgrade to the newest kernel and my fusion-io drivers did not agree. Thanks to Vladimir for helping with DKMS driver removal and reinstallation. I had to:
Get the versions installed with DKMS by requesting...
This bootlog shows Linux kernel 6.8.12 belonging to Debian 12/bookworm and PVE 8?
I do see zfs 2.4.2-pve1 though, indicating PVE 9, which might also explain a number of zfs errors in the bootlog.
Please check with cat /etc/debian_version and...
Since you're focused on a clean, reliable setup without overcomplicating things, here's my take — especially on the network and security side, which hasn't been covered much in this thread.
Network isolation first
With a public-facing game...
I updated my two PVEs recently and one of the servers did not come back to the network. The update itself went smooth and I followed the update guidelines step by step.
I followed this thread for a while but it was a different problem to mine in...