lock...can't lock file '/var/lock/qemu-server/ - got timeou

Fix Proxmox (PVE) “can’t lock file ‘/var/lock/qemu-server/lock-xxx.conf’ – got timeout”

 

The Issue

When trying to “Stop” or “Shutdown” virtual machine from Proxmox (PVE) web gui, the “Cluster log” shows

 

he Fix

We can manually delete the lock from following path

cd /var/lock/

if it is VM check on /var/lock/qemu-server/ and if it is a container /run/lock/lxc/cd

/var/lock/qemu-server/lock-404.conf' - got timeou

then delete locked .conf file " lock-108104.conf"

rm yourVMID.conf

 

 

 

 

  • proxmox vm locked
  • 3262 Users Found This Useful
Was this answer helpful?

Related Articles

ProxMox High Memory with zfs Software Raid

Limit ZFS Memory Usage​ ZFS uses 50 % of the host memory for the Adaptive Replacement Cache...

Fix “No common base snapshot” (Proxmox ZFS replication)

Symptom No common base snapshot on volume(s) <STORAGE_ID>:vm-<VMID>-disk-0...

Force Proxmox Cluster & VM Replication Traffic to Use a Dedicated LAN Interface

How to Force Proxmox Cluster & VM Replication Traffic to Use a Dedicated LAN Interface...