Submitted by codeplay on Wed, 08/25/2010 - 06:27
When I try to start an openvz instance (System state -> Startup System) i always get this error message:
Starting up teszt1.cloudmin.codeplay.hu ..
.. failed : Warning: configuration file for distribution cloudmin-10000 not found default used Starting VE ... VE is mounted Adding IP address(es): 192.168.0.200 Setting CPU limit: 50 Setting CPU units: 1000 Configure meminfo: 65536 Set hostname: teszt1.cloudmin.codeplay.hu File resolv.conf was modified VE start in progress, waiting ... Error in waitpid(3): No child processes VE wait failed Stopping VE ... VE was stopped VE is unmounted
When I start it from command line with "vzctl start 10000" it starts normaly.
What is the poblem? How can I start it from cloudmin?
Regards, Peter
Status:
Active
Comments
Submitted by JamieCameron on Wed, 08/25/2010 - 10:52 Comment #1
What if you try to start it manually with the command :
vzctl start 10000 --wait
that is the command Cloudmin uses
Submitted by codeplay on Thu, 08/26/2010 - 04:44 Comment #2
same error. Do you have any idea why? I checked man page but I don't understand why I get this error.
Submitted by JamieCameron on Thu, 08/26/2010 - 11:11 Comment #3
Is there anything special about this OpenVZ instance? How was it created .. from a Cloudmin image, or some other method?
Submitted by codeplay on Thu, 08/26/2010 - 11:36 Comment #4
Yes, it was created from cloudmin page. We changed from Debian 5 to Centos 5.5 and problem disapeared.
Submitted by JamieCameron on Thu, 08/26/2010 - 23:11 Comment #5
That's odd, I can't re-produce this. If you create a new Debian Lenny instance using the default settings in Cloudmin, does the same problem re-occur?