mikep554,

Yea looks like it's failing to start during boot because MySQL isn't
started yet. You can set it to wait for MySQL to start by altering
/etc/init/mythtv-backend.conf (should be line 6)

from
start on (local-filesystems and net-device-up IFACE!=lo and started udev-finish)


to
start on (local-filesystems and net-device-up IFACE!=lo and started udev-finish 
and started mysql)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886321

Title:
  Upstart issue and mythbackend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/886321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to