[Bug 430758] [NEW] Cloud installer / Cluster install hangs at reboot after install

Thierry Carrez thierry.carrez at ubuntu.com
Wed Sep 16 15:18:17 BST 2009


Public bug reported:

Using the Cloud Installer option on the server CD, cluster mode, after reboot the system hangs at:
Enabling IP forwarding *  Restarting OpenBSD Secure Shell server sshd

Logging in via ssh, it appears /etc/init.d/eucalyptus-cc is stuck in a loop.
Which is not that surprising, considering this code snippet:

i=10
while ! netstat -ln -A inet,inet6 2>/dev/null | egrep -q "^tcp6?[[:space:]]+[[:digit:]]+[[:space:]]+[[:digit:]]+[[:space:]]+[^[:space:]]+:${CLOUD_PORT:-8773}[[:space:]]"; do
    i=$(($i - 1))
    sleep 1
done

CLOUD_PORT is apparently empty, and the real port used is 8774, so this
loops forever.

I'm trying to understand the maze of the initscripts since simply fixing
that one doesn't appear to be sufficient to ensure seamless boot
messages.

** Affects: eucalyptus (Ubuntu)
     Importance: High
         Status: New

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => High

-- 
Cloud installer / Cluster install hangs at reboot after install
https://bugs.launchpad.net/bugs/430758
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.



More information about the Ubuntu-server-bugs mailing list