The vps is locked by another user [message #32281] |
Wed, 30 July 2008 10:09 |
gozargah
Messages: 32 Registered: June 2008
|
Member |
|
|
Hello,
I have following error when i try to start some of our vps:
The vps konkoor87.vm is locked by another user. This would also be because you had interrupted an earlier activity that would take long time to complete. HyperVM has waited 15 seconds for the other process to finish. Please try after sometime.
I cant start vps with following too:
vzctl --skiplock start 380
and see following:
Starting VE ...
vzquota : (error) can't lock quota file, some quota operations are performing for id 380
vzquota on failed [7]
I see following in /vz/lock too:
310.lck 320.lck 330.lck 370.lck 380.lck
How can resolve this issue?
Thanks
|
|
|
|
|
|
|
|
|
|
Re: The vps is locked by another user [message #32301 is a reply to message #32300] |
Wed, 30 July 2008 13:28 |
gozargah
Messages: 32 Registered: June 2008
|
Member |
|
|
1- Yes, it me. im use "vzctl start 380" after reboot server for start this vps and see:
[root@ ~]# vzctl start 380
Starting VE ...
vzquota : (warning) Incorrect quota shutdown for id 380, recalculating disk usage
But its taking unusally long time for recalculating disk usage and ctrl+c is not work for cancle this command too.
2- A) cat: do_wait
B) strace: Process 23408 attached - interrupt to quit wait4(23423,
0x7fff9da80e84, 0, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGINT (Interrupt) @ 0 (0) ---
wait4(23423, 0x7fff9da80e84, 0, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGINT (Interrupt) @ 0 (0) ---
wait4(23423, 0x7fff9da80e84, 0, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGINT (Interrupt) @ 0 (0) ---
wait4(23423,
|
|
|
|
|