Hello . I've seen mention of this at the German forum and a thread here [ which the poster never replied to the help given].
on one of 5 nodes in the last week the first vm fails a pbs backup. from backup fail emails:
only the first vm backup fails. the remainder all get backed up.
these pbs backup start at 00:00
at 17:00 we do old type vzdump backup to local storage
on two nodes these directories do not exist. I do not understand why /var/log/proxmox-backup would not exist. anyway pve2 does not have /var/log/proxmox-backup and backups work.
I just did a backup of vm 111 and it worked.
Let me know suggestions to fix or if more info is needed.
on one of 5 nodes in the last week the first vm fails a pbs backup. from backup fail emails:
Code:
pve-15 107: 2026-05-18 00:00:16 ERROR: VM 107 qmp command 'backup' failed - backup connect failed: command error: Unable to acquire lock
"/var/log/proxmox-backup/tasks/.active.lock" - Interrupted system call (os error 4)
- that was the 1st vm 107 phone-system-2025 err 16s 0 B null
pve-15 111: 2026-05-22 00:00:16 ERROR: VM 111 qmp command 'backup' failed - backup connect failed: command error: Unable to acquire lock
"/var/log/proxmox-backup/tasks/.active.lock" - Interrupted system call (os error 4)
- that was the 1st vm. note diff vm number . phone-system-2025 got migrated before
- 111 nextcloud err 16s 0 B null
pve-15 111: 2026-05-26 00:00:16 ERROR: VM 111 qmp command 'backup' failed - backup connect failed: command error: Unable to
acquire lock "/var/log/proxmox-backup/tasks/.active.lock" - Interrupted system call (os error 4)
only the first vm backup fails. the remainder all get backed up.
these pbs backup start at 00:00
at 17:00 we do old type vzdump backup to local storage
on two nodes these directories do not exist. I do not understand why /var/log/proxmox-backup would not exist. anyway pve2 does not have /var/log/proxmox-backup and backups work.
Code:
root@pve2:[~]:# ls -l /var/log/proxmox-backup/tasks/.active.lock
ls: cannot access '/var/log/proxmox-backup/tasks/.active.lock': No such file or directory
root@pve2:[~]:# ls -l /var/log/proxmox-backup/tasks
ls: cannot access '/var/log/proxmox-backup/tasks': No such file or directory
root@pve2:[~]:# ls -l /var/log/proxmox-backup
ls: cannot access '/var/log/proxmox-backup': No such file or directory
root@pve-15:[/etc/pve]:# ls -l /var/log/proxmox-backup/tasks/.active.lock
ls: cannot access '/var/log/proxmox-backup/tasks/.active.lock': No such file or directory
root@pve-15:[/etc/pve]:# ls -l /var/log/proxmox-backup/tasks
ls: cannot access '/var/log/proxmox-backup/tasks': No such file or directory
root@pve-15:[/etc/pve]:# ls -l /var/log/proxmox-backup
ls: cannot access '/var/log/proxmox-backup': No such file or directory
I just did a backup of vm 111 and it worked.
Let me know suggestions to fix or if more info is needed.