When i try to change a Spam Custom Score via web interface using OIDC login
i get this error:
Permission check failed (user != root@pam) (403)
OIDC user has Administrator role.
Version Mail Gateway 8.2.10
I attach a screenshot with the error...
Hey,
Correct, they did not respond anymore. But not because of any storage issues. Proxmox does not have such failover mechanism.
Proxmox HA does not handle failover due to hardware failure / storage missing, it only fences nodes, if it fully...
I should note that the same issues happens with Proxmox Backup Server as well. Same errors so I assume its a kernel/OS/hardware issue but not sure where the breakdown is.
IIRC, unfortunately pre/post migration hook scripts aren't implemented yet [1]. The source PVE will have no clue the VM is no longer running in it.
[1] https://bugzilla.proxmox.com/show_bug.cgi?id=1996
Yep, I think you identified the issue. My 2 x HD that wouldn't spin down are an unmounted (backup) zfs mirror that are set with hdparm -Y to sleep. Every ~10 mins would wake up with the new kernel using zfs 2.3.5. See...
I have 3 Dell R640, they all have BOSS-S1 cards in them with Intel SSDSCKKB240G8 M.2 SATA drives. I have verified the m.2 drives are in good health by reading the smart data and you could not ask for better drives unless you were handed brand new...
Here’s what I did, which has been working for me so far — no network hangs yet.
First, I completely removed the community script (https://community-scripts.github.io/ProxmoxVE/scripts?id=nic-offloading-fix). This simply involved disabling the...
We are in the US and the date format in the access log is date / month / year, and I would like it to be month / day / year.
Example - this record was generated 2nd on march 2026
::ffff:10.3.3.17 - - [02/03/2026:13:56:19 +0000] "GET...
in our env we run chrony on all linux vpms using ptp_kvm and that works very well. For windows we currently just sync with the NTP server in our network, which is also used by the pve hosts. The reason for using ptp_kvm is that is has less...
LXCs are different than Docker images. To the OP, you can use standard Debian commands (apt) in an LXC to update to the new version of PHP. But I am not sure if what you need is in the backports repo or some other 3rd party repo.
But, honestly...
I have a few different nodes for different things. On my main cluster (and whenever possible) I use DC drives. I listed the DC drives I use here if you're curious.
On my NAS/PBS node I use a 256GB Samsung PM981 consumer NVMe. I'm also in the...
I often hear that ZFS/PVE is killing SSDs but as of yet I could not verify this myself and no one got back to me with concerning iotop-c values either.
I'd recommend ZFS too. You can check the amount of writes like this...
My Proxmox server was mistakenly restarted over the weekend so I decided to take the opportunity to update the system. Unfortunately, I got this error as a response:
TASK ERROR: command 'apt-get update' failed: exit code 100
Dropping into a...
Hi,
to see how hook scripts work I created a very basic script and placed it on a storage available to each node:
#!/bin/bash
echo "$@" | logger -i -p local4.info -t snippet-test
When migrating a VM between the nodes I only see log entries for...
Hi,
please try the following steps:
1. Check if the firewall is enabled on your VM and has rules that might block the request.
Go to Hardware settings of the VM and select the Network Device and uncheck the Firewall flag and try it again.
2...
I don't know VMware but for Linux VM you can use ptp_kvm as the clock source: https://forum.proxmox.com/threads/how-to-enable-continuous-time-sync-between-qemu-guest-and-host.173396/#post-806460
Thank you both for the helpful explanations!
I will look into using ptp_kvm as the clock source and also make sure that both the host and guests use the same NTP server.
Appreciate your guidance!