<div class="gmail_quote">On Wed, Jun 30, 2010 at 12:49 AM, David Asher <span dir="ltr">&lt;<a href="mailto:asherml@gmail.com">asherml@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
On Jun 30, 2010, at 12:42 AM, Jean-Yves Avenard wrote:<br>
<br>
&gt; On Wednesday, June 30, 2010, David Asher &lt;<a href="mailto:asherml@gmail.com">asherml@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Jun 29, 2010, at 9:39 PM, David Asher wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; It looks like the JYA release mythtv-backend package on jaunty now tries to use upstart to start the job (/etc/init.d/mythtv-backend is GONE).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Unfortunately mythtv-backend doesn&#39;t start for me.  When I try to do it by hand I get:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; $ sudo start mythtv-backend<br>
&gt;&gt;&gt; start: Unknown job: mythtv-backend<br>
&gt;&gt;&gt; $<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Can any one help me?  I have NO idea how upstart works.  Pointers to what to look at would be great.  I did check that upstart was installed:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; $ aptitude search upstart<br>
&gt;&gt;&gt; i   upstart                                               - event-based init daemon<br>
&gt;&gt;&gt; i   upstart-compat-sysv                                   - compatibility for System-V-like init<br>
&gt;&gt;&gt; i   upstart-logd                                          - boot logging daemon<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; JYA, did you intend to switch the 9.04 mythtv-backend package over to upstart?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any help/pointers would be greatly appreciated.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; David.<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Replying to myself to provide a little more information.  /etc/init/mythtv-backend.conf DOES exist, but I still can&#39;t get upstart to recognize mythtv-backend as a valid job.<br>
&gt;&gt;<br>
&gt;&gt; Any way to get &quot;start&quot; to give me some info about why it doesn&#39;t think there is a job named mythtv-backend.  the man page doesn&#39;t help.<br>
&gt;&gt;<br>
&gt;&gt; David.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mythtv-users mailing list<br>
&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; Why not simply doing /etc/initial.d/mythtv-backend start ?<br>
<br>
</div></div>Because the mythtv-backend package no longer installs it.  It is GONE.  (assuming you meant /etc/init.d/mythtv-backend)<br>
<div><div></div><div class="h5"><br>
David.<br>
<br>
<br></div></div></blockquote><div><br>I&#39;m on 9.10 and I still have an /etc/init.d/mythtv-backend script, although 
it&#39;s definitely tailored for upstart usage.  I can send it to you if you
 like, but dpkg says it comes from package mythtv-backend:<br>
<br>
dpkg -S /etc/init.d/mythtv-backend <br>
mythtv-backend: /etc/init.d/mythtv-backend <br></div></div><br>To see if your package thinks it contains the script:<br><br>dpkg-query -L mythtv-backend | grep /etc/init.d/mythtv-backend <br><br>That should at least tell you if it was removed from the package or if something else removed it from your system when you weren&#39;t looking.<br>
<br>--Jack<br>