mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #02125
[Bug 182746] Re: Always have to manually restart mythtv-backend after reboot
I have the same problem, i'm using mythbuntu lucid x64 (hasnt happened
in any previous editions of mythbuntu for me though) with dual HVR-1300
tuners, Can't get a lock when i boot up, yet if i restart the backend
(sudo restart mythtv-backend), it then works. I tried the above
solutions and it had absolutely no effect. This is now my mythtv-
backend.conf file:
# MythTV Backend service
description "MythTV Backend"
author "Mario Limonciello <superm1@xxxxxxxxxx>"
start on (local-filesystems and net-device-up IFACE=lo and started udev-finish)
stop on starting shutdown
#expect fork
respawn
script
while ! [ -e /dev/dvb/adapter1/frontend0 ]; do
sleep 1s;
done
USER=mythtv
ARGS="--logfile /var/log/mythtv/mythbackend.log --user $USER"
test -f /etc/default/mythtv-backend&& . /etc/default/mythtv-backend|| true
/usr/bin/mythbackend $ARGS
end script
I had the same problem in a previous install of lucid, and the error i got from looking at the logs was:
2010-05-15 11:34:00.015 DVBChan(1:/dev/dvb/adapter0/frontend0) Warning: Opening DVB frontend device failed.
eno: Device or resource busy (16)
I got it for both cards. Strange, it doesnt mention that in the logs this time.
--
Always have to manually restart mythtv-backend after reboot
https://bugs.launchpad.net/bugs/182746
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
Status in Mythbuntu, Ubuntu derivative focused upon MythTV: Confirmed
Bug description:
I am on my second install of mythbuntu and I find after every reboot, that I have to restart mythtv-backend in order to watch tv.
sudo /etc/init.d/mythtv-backend restart
The error I get is the "all inputs are being used...".
Am I the only one this is happening to?
Just in case, here are some specs..
shuttle sn21g5 case, opteron 165, 1gig mem, nvidia 6600, turtle beach sound, 500GB seagate drive.
Thanks!!