Some times We come across this problem when we try to enter into the VPS.
If you received this message when you try and stop the VE...
If you received this message when you try and stop the VE...
[root@server ~]# vzctl stop 104 Container already lockedHere's how to fix it:
- Delete the lock file
[root@server ~]# rm /vz/lock/104.lck rm: remove regular file `/vz/lock/104.lck'? y
- Kill the checkpoint
[root@server ~]# vzctl chkpnt 104 --kill Killing...
Now try to start the container,It will start working.
No comments:
Post a Comment