From OpenVZ Linux Containers Wiki
If you received this message when you try and stop the VE...
[root@server ~]# vzctl stop 104
Container already locked
Here's
how to fix it:
[root@server ~]# rm /vz/lock/104.lck
rm: remove regular file `/vz/lock/104.lck'? y
[root@server ~]# vzctl chkpnt 104 --kill
Killing...
From OpenVZ Linux Containers Wiki
If you received this message when you try and stop the VE...
[root@server ~]# vzctl stop 104
Container already locked
Here's
how to fix it:
[root@server ~]# rm /vz/lock/104.lck
rm: remove regular file `/vz/lock/104.lck'? y
[root@server ~]# vzctl chkpnt 104 --kill
Killing...
No comments:
Post a Comment