<html><body><div style="font-family: trebuchet ms,sans-serif; font-size: 12pt; color: #000000"><div>Hi,</div><div><br></div><div>Ubuntu and other distro's seem to be standardising on "Upstart" and certainly as of 13.10 there</div><div>seems to be an issue with simply linking vmcontext.sh into /etc/rc2.d. I've moved over to using</div><div>the following script in /etc/init/ , which I'm guessing is backwards compatible with to at least</div><div>Ubuntu 12.04 if not before.  </div><div><br></div><div>Where's the best place to post this sort of thing?</div><div><p><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;"># /etc/init/vmcontext.conf</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">#</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;"># Create interfaces file before we start the network</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">#</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">description "create /etc/network/interfaces"</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">start on (starting network-interface)</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">console output</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">pre-start script</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">  /etc/init.d/vmcontext.sh start</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">  ifup -a</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">end script</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">post-stop script</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">  /etc/init.d/vmcontext.sh stop</span><br><span style="font-family: 'courier new', courier, monaco, monospace, sans-serif;">end script</span></p></div><div><br></div><div><span name="x"></span><div><div><span size="2" style="font-size: small;" data-mce-style="font-size: small;">--</span></div><div><table class="mceItemTable"><tbody><tr><td><img src="http://linuxforums.org.uk/index.php?action=dlattach;attach=262;type=avatar" data-mce-src="http://linuxforums.org.uk/index.php?action=dlattach;attach=262;type=avatar"></td><td><b style="font-family: verdana, Helvetica, sans-serif; font-size: 11px; line-height: 14px;" data-mce-style="font-family: verdana, Helvetica, sans-serif; font-size: 11px; line-height: 14px;">Gareth Bult</b><br><span color="#666666" style="color: #666666;" data-mce-style="color: #666666;"><span face="verdana, Helvetica, sans-serif" style="font-family: verdana, Helvetica, sans-serif;" data-mce-style="font-family: verdana, Helvetica, sans-serif;"><span style="font-size: 11px; line-height: 14px;" data-mce-style="font-size: 11px; line-height: 14px;">“The odds of hitting your target go up dramatically when you aim at it.”</span></span></span><span color="#666666" style="color: #666666;" data-mce-style="color: #666666;"><br></span><span color="#666666" style="color: #666666;" data-mce-style="color: #666666;"><br></span><span color="#666666" style="color: #666666;" data-mce-style="color: #666666;"><br></span></td></tr></tbody></table></div></div><span name="x"></span></div><div><br></div></div></body></html>