← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1038508] Re: mythbackend won't start if no network is available

 

I wouldn't fiddle with MySQL as any upgrade would probably overwrite
settings. I setup the following workaround  in /etc/rc.local instead:

*************
if ! pgrep mythbackend &> /dev/null; then
    service mythbackend start
fi

exit 0
***************

Thanks again for your help and advice
Antonio

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1038508

Title:
  mythbackend won't start if no network is available

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Opinion

Bug description:
  Using PPA mythtv 0.26.

  Sometimes I'm abroad and leave my router off to save energy as I do
  not need networking those days. But then mythbackend refuses to start
  on automatic wakeups not performing scheduled recordings. Powering the
  router, then restarting the box makes things work normally. Mine is a
  standalone BE/FE box as I suppose the majority of Mythbuntu machines
  are.

  Regards.
  Antonio

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1038508/+subscriptions


References