Comment 1 for bug 504521

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Mathias-

So I have some code (attached) that *should* do this for us. Basically, we need to create a dummy event (a long sleep) in the eucalyptus upstart job if this is a eucalyptus node.

However, I'm having upstart troubles. Using the attached patch, I can:
 * eucalyptus & eucalyptus-nc to start on boot
 * eucalyptus & eucalyptus-nc to stop on "sudo stop eucalyptus"

But when I try to "sudo start eucalyptus", eucalyptus starts, but not eucalyptus-nc. It has something to do with the "and libvirt-bin". If I drop that off, that works, but that would cause a regression elsewhere.