<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 04/10/2012 02:13 PM, Vijay wrote:
    <blockquote
cite="mid:1334092414.72343.YahooMailClassic@web110809.mail.gq1.yahoo.com"
      type="cite">
      <table border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td style="font: inherit;" valign="top">
              <div>/etc/init/nova-compute.conf</div>
              <div> </div>
              <div>description "Nova compute worker"<br>
                author "Soren Hansen <<a moz-do-not-send="true"
                  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>
        </tbody>
      </table>
      <br>
    </blockquote>
    <br>
    <br>
    That upstart job looks either very different (or old) compared to
    what we've been shipping with current packages in Ubuntu. Cr  What
    does 'dpkg -l | grep nova' show? <br>
    Adam<br>
  </body>
</html>