<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello,</DIV>
<DIV>I am trying to run nova-*  (of Essex released version) as upstart services . </DIV>
<DIV>When i do </DIV>
<DIV>sudo start nova-compute</DIV>
<DIV>I see that nova-compute process starts to run .. but does not sustain. In kern.log, I see the following error:</DIV>
<DIV>Apr 10 13:58:10 osctrl1 kernel: [ 1880.861554] init: nova-compute main process (3371) terminated with status 1</DIV>
<DIV> </DIV>
<DIV>However, if I run the nova-compute from the command line directly, it starts and works fine.</DIV>
<DIV> </DIV>
<DIV>Am I missing anything? Any clue is appreciated.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>-Vijay</DIV>
<DIV> </DIV>
<DIV>/etc/init/nova-compute.conf</DIV>
<DIV> </DIV>
<DIV>description "Nova compute worker"<BR>author "Soren Hansen <<A href="mailto:soren@linux2go.dk">soren@linux2go.dk</A>>"</DIV>
<DIV>start on (filesystem and net-device-up IFACE!=lo)<BR>stop on runlevel [016]</DIV>
<DIV><BR>chdir /var/run</DIV>
<DIV>pre-start script<BR>        mkdir -p /var/run/nova<BR>        chown nova:root /var/run/nova/</DIV>
<DIV>        mkdir -p /var/lock/nova<BR>        chown nova:root /var/lock/nova/</DIV>
<DIV>        modprobe nbd<BR>end script</DIV>
<DIV>exec su -c "nova-compute --flagfile=/etc/nova/nova.conf" nova<BR></DIV></td></tr></table>