Re: Ubuntu Jaunty VE is hanging during boot [message #35882 is a reply to message #35602] |
Wed, 29 April 2009 09:18 |
JijoSevilla
Messages: 2 Registered: December 2008
|
Junior Member |
|
|
Hi,
JimL wrote on Wed, 08 April 2009 09:19 | I installed the Intrepid x86 template and it went well. I need to have the latest avr compiler and so I upgraded to jaunty. It went fine, however when the ve boots, it hangs. Here's what's running at the time
ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 05:08 ? 00:00:00 init [2]
daemon 180 1 0 05:08 ? 00:00:00 /sbin/portmap
root 237 1 0 05:08 ? 00:00:00 /bin/sh /etc/init.d/rc 2
syslog 263 1 0 05:08 ? 00:00:00 /sbin/syslogd -u syslog
root 265 237 0 05:08 ? 00:00:00 /bin/sh /etc/rc2.d/S11klogd start
root 273 1 0 05:08 ? 00:00:00 /bin/dd bs 1 if /proc/kmsg of /var/run/klogd/kmsg
klog 274 265 0 05:08 ? 00:00:00 /sbin/klogd -P /var/run/klogd/kmsg
klog 275 274 0 05:08 ? 00:00:00 [klogd] <defunct>
root 276 0 0 05:09 ? 00:00:00 vzctl: pts/0
root 277 276 0 05:09 pts/0 00:00:00 -bash
root 291 277 0 05:09 pts/0 00:00:00 ps -ef
Any one have a clue as to what's happening? It eventually gets past this but then hangs at
|
The initial stall is because of klogd. You can disable this by running:
vzctl exec $VEID update-rc.d -f remove klogd
vzctl restart $VEID
Temporarily, you can also kill the dd and klogd processes.
JimL wrote on Wed, 08 April 2009 09:19 | It never brings up the network.
|
This part I haven't figured out, though, and am currently in the process of trying to figure out how to get a Jaunty VE running. Like with you, I was fine until Intrepid, but upgrading to Jaunty prevents the network from running.
Federico Sevilla III
F S 3 Consulting Inc.
http://www.fs3.ph
|
|
|