I wanted to point out the user docs contradict what the admin docs say about the user blocklist. The user docs imply that emails that match the user blocklist will cause the message to be deleted instead of being quarantined:
> Blocking, in the...
After updating yesterday I woke up to half of my containers refusing to start after they were backed up overnight.
run_buffer: 571 Script exited with status 1
lxc_init: 845 Failed to run lxc.hook.pre-start for container "122"
__lxc_start: 2046...
Turns out the final issue (getting stuck at the "Start boot option" screen) was due to the cloud image that I was trying to boot requiring a newer x86_64 instruction set than the CPU supported.
Chiming back in in-case someone skims this and says "hey, what about the PBS backup issue?" Well as it turns out I had a config issue that had been hanging around for a while but hadn't noticed. I have two PBS boxes, a primary and secondary. The...
I ran into this same issue today. This thread fixed it for me: https://forum.proxmox.com/threads/proxmox-9-1-5-breaks-lxc-mount-points.180161/
tldr: downgrade pve-container to 6.0.18
I tried your commands and restarted Proxmox, but nothing changed. When I click on shell, this appears, and so does all the other virtual machines. They don't start automatically, but if I go to each one and click start, they start, but it still...
Nothing unusual to spot.
You could try getting rid of the blocking file with following commands.
systemctl stop pve-cluster
rm -f /var/log/pve/tasks/active*
rm -f /var/log/pve/tasks/index*
systemctl start pve-cluster
When we moved, I misplace an external hard drive used for backups with the Proxmox backup server, and so I deleted it from proxmox storage, when we got home
I found the drive and it show in the Datastore and can view the contents now am trying...
I have two NICs, one Intel I226 (2.5gbe pci-e) and another Intel I211 (1gbe on-board). Both keep dropping to 100mbps. Using two different types of CAT6 cables connected to a GoodTop 6 Port 2.5Gb Web Managed Switch, tried connecting straight to...
Hi folks, jsut tried two new containers, ubuntu 24.04 standard 24.04-2 and 25.04-1.1. I have deleted them a couple of times, I have follwed as far as I am capable the prompts in this disucssion. however, both containers are taking minutes and...
Hi Gilou,
The 1001 user is on the SMB/CIFS files to this folder. So I guess that the log files and the dump files are generated by different user ID's
However, Good News!
On the NAS:
I created a new NFS pool "ProxmoxBackup" on the NAS and...
You can test it with the zpool trim <poolname> command. It shouldn't take much time, but you can check it's status with zpool status <poolname> -t. If it was the problem, you can enable the periodic trimming by zfs set...
Hello there! After upgrading recently to PVE 9.1.4, we have started seeing an interesting import failure. We're importing from the debian 13 cloud image (stored with directory storage) into a new VM under LVM storage. I've tracked it down to what...
BTW, turning off firewalls in the GUI made no difference. Ping tests work but not connections using VM credentials.
If there was an etc file that had a list of VM IPs and credentials, that would be where ID think the problem was.
Excuse the...