2011-01-01, 17:50
drago Wrote:Where is the debug log located?
http://lmgtfy.com/?q=xbmc+debug+log
Sorry couldn't resist
drago Wrote:Where is the debug log located?
sudo /etc/init.d/tvheadend stop #stop the tvheadend service
tvheadend -d | tee /tmp/tvheadend.log
dushmaniac Wrote:@Swifty:
wrong answer. I was talking about the tvheadend debug log in my previous post.
marjasin Wrote:Hello guys, I was trying to test out XBMC-PVR but there must be something that I've missed in order to get it to work.
I use Ubuntu 10.10 and I have added XBMC-PVR to my apt sources list. I upgraded and now I have the Live TV-option in my XBMC. But when I try to go to live tv it says:
"No PVR Clients available, please check your settings or the backend"
I have tried to go to Settings for TV but I cannot find anything that helps. If I try to use the channel manager XBMC crasches with the crashlog found here:
http://pastebin.com/3RPrLWLM
Can anyone please help me?
dushmaniac Wrote:@Swifty:
wrong answer. I was talking about the tvheadend debug log in my previous post.
@drago:
start tvheadend from the console with -d
the log will be stored in /tmp/tvheadend.logCode:sudo /etc/init.d/tvheadend stop #stop the tvheadend service
tvheadend -d | tee /tmp/tvheadend.log
drago Wrote:I tested this but nothing happens to the log-file. Its just 0 bytes. Everything is printed directly on the screen and nothing goes in the log.try
tvheadend -d >/tmp/tvheadend.log
dushmaniac Wrote:@masterluke
please pastebin a debug log of the event
marjasin Wrote:Hello guys, I was trying to test out XBMC-PVR but there must be something that I've missed in order to get it to work.
I use Ubuntu 10.10 and I have added XBMC-PVR to my apt sources list. I upgraded and now I have the Live TV-option in my XBMC. But when I try to go to live tv it says:
"No PVR Clients available, please check your settings or the backend"
I have tried to go to Settings for TV but I cannot find anything that helps. If I try to use the channel manager XBMC crasches with the crashlog found here:
http://pastebin.com/3RPrLWLM
Can anyone please help me?