Linux Error Message when starting XBMC
#5
(2014-09-11, 01:00)redstorm Wrote: Depending on how you are launching xbmc on boot, make it depend on tvheadend so it wont start untill tvheadend has started.

Code:
/etc/init/xbmc.conf

start on (filesystem and net-device-up IFACE=eth0 and stopped udevtrigger and started smbd and started mysql)

I added smbd and mysql to mine so it would wait for the file server to start and the database where my info is stored.

good idea I added the following to /etc/init/xbmc.conf:
Code:
start on (filesystem and net-device-up IFACE=eth0 and started tvheadend)
but still the same error. it pops up pretty fast and its hard to read but i think its written
"There are no PVR Clients started."

/krijeck
rebuilding ....
Reply


Messages In This Thread
Error Message when starting XBMC - by krijeck - 2014-09-08, 21:36
RE: Error Message when starting XBMC - by krijeck - 2014-09-11, 22:02
Logout Mark Read Team Forum Stats Members Help
Error Message when starting XBMC0