Comment 2 for bug 599342

Revision history for this message
Robert Sander (gurubert) wrote :

After reading bug #595388 I have added the lines:

        hostname=$(hostname)
        until host $hostname
        do
                sleep 2s
        done

to the pre-start section of libvirt-bin's upstart script. It works for me.