Re: red hat 7.2 on debian sarge HN [message #10541 is a reply to message #10520] |
Wed, 21 February 2007 08:51 |
Vasily Tarasov
Messages: 1345 Registered: January 2006
|
Senior Member |
|
|
During PMing and experiments at the node we found out what was the problem.
In the VE two different `halt` programs existed:
/sbin/halt
and
/usr/bin/halt
The right one, that stops VE is /sbin/halt, but vzctl seeks "halt" program to run in the following order: /bin:/usr/bin:/sbin. So, vzctl found /usr/bin/halt, ran it, but this "halt" didn't stop VE.
I don't know where /usr/bin/halt is from, at least it doesn't belong to any RPM installed on the system. So, I just moved /usr/bin/halt to /usr/bin/halt.backup. And now `vzctl stop` works quickly.
Good luck,
Vasily
|
|
|