Hi @joelvdvoort and @gaetanc,
did you already try with kernel 7.0.6-2 to see if the backport there fixes the issue?
If it does not, could test with pve-qemu-kvm=10.2.1-2 and pve-qemu-kvm=10.1.2-7. A VM needs to be started fresh after installing...
Looks weird but actually works in our ...interesting... network setup here. The second server does not mind this configuration and reaches everything necessary via this gateway.
I found something rather interesting:
Both servers used to run in a...
@tomten could you share more details about your setup?
VM configuration qm config ID with the numerical ID
network configuration inside the VM
network configuration on the host
DNS configuration
the exact error you see with DNS
model of the...
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...
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.