I'm having trouble uploading a SIM-sized smart card reader ACR40T to a virtual machine. Proxmox 8.4.19, Windows 11 virtual machine, latest stable Virtio drivers (.285). The ACR40T device appears in Device Manager with an exclamation point...
Subject: PSA-2026-00025-1: Several vulnerabilities found in the Linux kernel
Advisory date: 2026-06-01
Packages: proxmox-kernel-*
Details:
Several vulnerabilities affecting the apparmor and network generic receive offload code in the Linux...
That was correct. However testing it today gives no invalid privilege warnings for any pve command. I can only guess that running pveum acl delete / --roles VM.Monitor -user root@pam actually fixed the issue even with the ACL update failed: role...
Hi,
Still not a paywall, since, by definition, a paywall limits a feature by paying, which is not the case with ANY proxmox software (remember "No-Subscription" Repository).
As far as I know, you don't need an enterprise license to use PDM...
Hi @fiona,
I've tested it on the latest 7.0.6-2 kernel as well as the older 6.x kernel present using the proxmox boot tool; both did not work.
lshw gives me the following info on the physical nics:
*-network
description: Ethernet...
I have an odd problem since upgrading my Proxmox cluster from PVE 9.1 to PVE 9.2.3. It consists of three physical proxmox nodes joined together in a cluster. On proxmox I host 3 talos linux control planes and 3 workers. After the update I'm no...
Thanks for your reply! I went through those steps, none of the commands hung so that was a good sign, no errors on the pool and it was online. I'm now running the scrub. It's about 30TB of data so I'll report back once that is done.
I was trying upgrade both nodes of my 8.4 PVEs to 9.x. One completed successfully, but one failed. I can't figure out how to resolve this particular one. Can someone point me in the correct direction?
This is not planned, as already mentioned in the past, a single subscription would have to start much higher to recoup cost, the current approach scales much better for all and provides an additional benefit for basic and higher.
In any case...
Hi,
Real question: why use a script when there is an official guide ?
As i can see the script does not :
Make a backup of /etc/proxmox-backup to ensure that in the worst case, any relevant configuration can be recovered
Ensure that you have at...
Hi,
Still not a paywall, since, by definition, a paywall limits a feature by paying, which is not the case with ANY proxmox software (remember "No-Subscription" Repository).
As far as I know, you don't need an enterprise license to use PDM...
That's not really an issue though since the enterprise repo get new packages only after the test and no-subscription repo. So the "paywall" doesn't actually limit you any feature or getting updates. Basically you pay by being beta tester and...
Some brute force greping suggests the following files have the /24 in them
/etc/ceph/ceph.conf
/etc/frr/frr.conf
/etc/pve/ceph.conf
/etc/pve/sdn/fabrics.cfg
Easy enough to update them all with sed. I think I could restart the OpenFabric SDN...
I upgraded a 5 node Cluster (with CEPH) from Proxmox 8.4 to Proxmox 9.1.4. The 5th node failed.
So I reinstalled Proxmox 9.1 on the 5th node and tried to add it back to the cluster but all isn't well.
What are the correct steps to take in...
Looks like a corrupted ZFS space map.
Try in recovery mode:
zpool import
zpool import -N -o readonly=on zfspoolname
zpool status -v
zpool events -v
dmesg -T | grep -iE 'zfs|nvme|ata|error|timeout|reset|checksum|panic'
If read-only works you...