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...
Hi,
Well, if you use the enterprise license, that is not the question, since you have access to enterprise PDM, and NO community license is not an enterprise license.
From my POV the community license is here to help pay for the IT...
So you basically announce to spam the same arguments again and again in the hope you will get your wish instead of a moderator intervention? Masterful gambit, sir
Hi,
No, but with almost every reply you nag about the PDM enterprise not included inside the PVE community subscription, which was already replied by proxmox team and will not change, so why try again and again ?
You are just trying to convince...
The more generic way e.g. used by the Debian installer is cryptsetup +LUKS
( e.g. you can follow https://reintech.io/blog/configuring-luks-encrypted-disk-debian-12 )
I would not recommend to use encryption within the VMs, you will need to handle...