Container won't start [message #43208] |
Mon, 08 August 2011 01:33 |
xxxbobsta
Messages: 1 Registered: August 2011
|
Junior Member |
|
|
[root]# vzctl --version
vzctl version 3.0.26.2
[root]# uname -a
Linux hostname 2.6.18-238.5.1.el5.028stab085.3 #1 SMP Mon Mar 21 20:05:12 MSK 2011 x86_64 x86_64 x86_64 GNU/Linux
[root]# vzctl start 112
Starting container ...
Container is mounted
Adding IP address(es): 67.220.78.184 67.220.78.185
Setting CPU limit: 400
Setting CPU units: 48744
Setting CPUs: 6
Set hostname: reason.atheistfoundation.org.au
File resolv.conf was modified
Setting quota ugidlimit: 10000
Container start in progress...
[root]# vzctl status 112
CTID 112 exist unmounted down
[root] cat /var/log/vzctl.log
2011-08-07T18:29:20-0700 vzctl : CT 112 : Starting contain
2011-08-07T18:29:20-0700 vzctl : CT 112 : Container is mou
2011-08-07T18:29:20-0700 vzctl : CT 112 : Adding IP addres67.220.78.184 67.220.78.185
2011-08-07T18:29:23-0700 vzctl : CT 112 : Setting CPU limi
2011-08-07T18:29:23-0700 vzctl : CT 112 : Setting CPU unit4
2011-08-07T18:29:23-0700 vzctl : CT 112 : Setting CPUs: 6
2011-08-07T18:29:23-0700 vzctl : CT 112 : Set hostname: reheistfoundation.org.au
2011-08-07T18:29:23-0700 vzctl : CT 112 : File resolv.confdified
2011-08-07T18:29:23-0700 vzctl : CT 112 : Setting quota ug: 10000
2011-08-07T18:29:23-0700 vzctl : CT 112 : Container start ress...
2011-08-07T18:29:24-0700 vzctl : CT 112 : Container is unmounted
The container's OS is CentOS 5 32bit w/ cPanel. If it is reformatted, it boots up without issue. What is the issue here? The logs are not showing anything.
|
|
|
|
|
Re: Container won't start [message #49103 is a reply to message #43208] |
Fri, 22 March 2013 08:34 |
amissus
Messages: 21 Registered: November 2011 Location: Czech Republic - Ostrava
|
Junior Member |
|
|
Try set greater verbosity of output with:
vzctl --verbose --verbose --verbose start 7777
If you use kernel RHEL6 042stab048.1 and up and vzctl utility 3.0.31 and up, you can try use container console to show, what container OS is doing during boot process.
On one terminal attach console to container
vzctl console 7777
And in other terminal run this container
vzctl start 7777
Have you some container, which started successfully on this HN?
Where did you get container template, which you try to start? It may be misconfigured or corrupt in any way.
[Updated on: Fri, 22 March 2013 08:41] Report message to a moderator
|
|
|