Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Is /etc/init.d/mythbackend no longer installed?

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


jongitech at gmail

Sep 24, 2009, 3:23 PM

Post #1 of 5 (513 views)
Permalink
Is /etc/init.d/mythbackend no longer installed?

So I updated to r22022 tonight using svn update (Debian Testing).

I first did a make && make install in mythtv directory. Everything
compiled and installed without a hassle. I then did a reboot. When the
frontend loaded, it told me no backend was running. So I tried to run
/etc/init.d/mythbackend restart. No such file error.

So I then did a make distclean and redid the install. Still no
/etc/init.d/mythbackend. I have done a google search and a list search
(Dev, Commits and Users) and I didn't see anything that suggests that this
is no longer available.

I could add /usr/bin/mythbackend -d to my /etc/rc.local file. But I would
like to find out whether the init script has been removed as a policy to
avoid further complications down the line when 0.22 comes in deb format?


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


robert.mcnamara at gmail

Sep 24, 2009, 3:26 PM

Post #2 of 5 (486 views)
Permalink
Re: Is /etc/init.d/mythbackend no longer installed? [In reply to]

On Thu, Sep 24, 2009 at 3:23 PM, Jongi <jongitech [at] gmail> wrote:
> So I updated to r22022 tonight using svn update (Debian Testing).
>
> I first did a make && make install in mythtv directory. Everything compiled
> and installed without a hassle. I then did a reboot. When the frontend
> loaded, it told me no backend was running. So I tried to run
> /etc/init.d/mythbackend restart. No such file error.
>
> So I then did a make distclean and redid the install. Still no
> /etc/init.d/mythbackend. I have done a google search and a list search (Dev,
> Commits and Users) and I didn't see anything that suggests that this is no
> longer available.
>
> I could add /usr/bin/mythbackend -d to my /etc/rc.local file. But I would
> like to find out whether the init script has been removed as a policy to
> avoid further complications down the line when 0.22 comes in deb format?
>

Myth does not and has never installed an init script for you.
Packagers add them.

Robert
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


jongitech at gmail

Sep 24, 2009, 3:42 PM

Post #3 of 5 (491 views)
Permalink
Re: Is /etc/init.d/mythbackend no longer installed? [In reply to]

On Fri, 25 Sep 2009 00:26:17 +0200, Robert McNamara
<robert.mcnamara [at] gmail> wrote:

> On Thu, Sep 24, 2009 at 3:23 PM, Jongi <jongitech [at] gmail> wrote:
>> So I updated to r22022 tonight using svn update (Debian Testing).
>>
>> I first did a make && make install in mythtv directory. Everything
>> compiled
>> and installed without a hassle. I then did a reboot. When the frontend
>> loaded, it told me no backend was running. So I tried to run
>> /etc/init.d/mythbackend restart. No such file error.
>>
>> So I then did a make distclean and redid the install. Still no
>> /etc/init.d/mythbackend. I have done a google search and a list search
>> (Dev,
>> Commits and Users) and I didn't see anything that suggests that this is
>> no
>> longer available.
>>
>> I could add /usr/bin/mythbackend -d to my /etc/rc.local file. But I
>> would
>> like to find out whether the init script has been removed as a policy to
>> avoid further complications down the line when 0.22 comes in deb format?
>>
>
> Myth does not and has never installed an init script for you.
> Packagers add them.
>
> Robert
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

I think I see what has happened. I removed the deb packages about a month
ago. A couple of days ago I ran aptitude purge ~c which removes config
files as well. going back to the aptitude logs shows that myth related
removals happened (backend being one of them). So I suspect that all along
the init script has been hanging around until I purged the config files as
well.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


jongitech at gmail

Sep 24, 2009, 4:12 PM

Post #4 of 5 (485 views)
Permalink
Re: Is /etc/init.d/mythbackend no longer installed? [In reply to]

On Fri, 25 Sep 2009 00:42:11 +0200, Jongi <jongitech [at] gmail> wrote:

> On Fri, 25 Sep 2009 00:26:17 +0200, Robert McNamara
> <robert.mcnamara [at] gmail> wrote:
>
>> On Thu, Sep 24, 2009 at 3:23 PM, Jongi <jongitech [at] gmail> wrote:
>>> So I updated to r22022 tonight using svn update (Debian Testing).
>>>
>>> I first did a make && make install in mythtv directory. Everything
>>> compiled
>>> and installed without a hassle. I then did a reboot. When the frontend
>>> loaded, it told me no backend was running. So I tried to run
>>> /etc/init.d/mythbackend restart. No such file error.
>>>
>>> So I then did a make distclean and redid the install. Still no
>>> /etc/init.d/mythbackend. I have done a google search and a list search
>>> (Dev,
>>> Commits and Users) and I didn't see anything that suggests that this
>>> is no
>>> longer available.
>>>
>>> I could add /usr/bin/mythbackend -d to my /etc/rc.local file. But I
>>> would
>>> like to find out whether the init script has been removed as a policy
>>> to
>>> avoid further complications down the line when 0.22 comes in deb
>>> format?
>>>
>>
>> Myth does not and has never installed an init script for you.
>> Packagers add them.
>>
>> Robert
>> _______________________________________________
>> mythtv-dev mailing list
>> mythtv-dev [at] mythtv
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
> I think I see what has happened. I removed the deb packages about a
> month ago. A couple of days ago I ran aptitude purge ~c which removes
> config files as well. going back to the aptitude logs shows that myth
> related removals happened (backend being one of them). So I suspect that
> all along the init script has been hanging around until I purged the
> config files as well.
>

it seems that adding "/usr/bin/mythbackend -d &&" to /etc/rc.local is not
starting the backend at boot. I am guessing it doesn't need to be started
from X?

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


robert.mcnamara at gmail

Sep 24, 2009, 4:16 PM

Post #5 of 5 (486 views)
Permalink
Re: Is /etc/init.d/mythbackend no longer installed? [In reply to]

On Thu, Sep 24, 2009 at 4:12 PM, Jongi <jongitech [at] gmail> wrote:

>>
>
> it seems that adding "/usr/bin/mythbackend -d &&" to /etc/rc.local is not
> starting the backend at boot. I am guessing it doesn't need to be started
> from X?
>

You should probably take this to the users list. No, it does not.

Robert
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.