Debian host, Ubuntu VE won't start [message #28534] |
Sat, 22 March 2008 20:03 |
heruan
Messages: 17 Registered: February 2007
|
Junior Member |
|
|
I created a Ubuntu 7.10 VE using the template from <http://openvz.org/download/template/cache>, but when I try to start it up I get the VE mounted but not accessible:
# vzctl --version
vzctl version 3.0.22-1dso1
# uname -a
Linux vz 2.6.18-openvz-686 #1 SMP Tue Apr 10 20:28:40 CEST 2007 i686 GNU/Linux
# vzctl --verbose start 1030
Starting VE ...
VE is mounted
Adding IP address(es): 192.168.10.30
Running VE script: /etc/vz/dists/scripts/debian-add_ip.sh
Setting CPU units: 1000
Configure meminfo: 262144
Set hostname: ltsp.aldu.net
Running VE script: /etc/vz/dists/scripts/debian-set_hostname.sh
Running VE script: /etc/vz/dists/scripts/set_dns.sh
File resolv.conf was modified
VE start in progress...
# vzlist -a
...
1030 - mounted 192.168.10.30 ltsp.aldu.net
# vzctl enter 1030
VE is not running
How can I see VE startup messages to find out what it's going wrong?
|
|
|
|
|
|
|
|
Re: Debian host, Ubuntu VE won't start [message #29429 is a reply to message #28975] |
Sat, 12 April 2008 16:46 |
heruan
Messages: 17 Registered: February 2007
|
Junior Member |
|
|
Wait... Commenting `kill -USR1 1' makes VE starting but no services inside VE are started:
ubuntu-ve # ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 16:45 ? 00:00:00 init
root 5815 1 0 16:45 ? 00:00:00 vzctl: pts/0
root 5819 5815 0 16:45 pts/0 00:00:00 -bash
root 5857 5819 0 16:45 pts/0 00:00:00 ps -ef
It's simply an unuseful VE
My host's kernel:
openvz-host # uname -r
2.6.18-openvz-686
[Updated on: Sat, 12 April 2008 16:49] Report message to a moderator
|
|
|
|
|