Problem: XBMC not respawning after crash
|
14th May, 2013, 08:44 AM
Post: #1
|
|||
|
|||
XBMC not respawning after crash
It happens sometimes that XBMC crashes (I had some when pausing/resuming airplay video). I was expecting XBMC to respawn, however, this is not happening.
The screen is black, service xbmc status shows that xbmc is not running, and I have to SSH to the pi and do a service xbmc start. Aren't daemons suppose to respawn? |
|||
14th May, 2013, 11:35 PM
Post: #2
|
|||
|
|||
RE: XBMC not respawning after crash
U can map one button of ur remote for this.
To do this u have to: Terminal sudoedit /etc/lirc/hardware/lirc_rpi.conf Code: START_IREXEC=true Terminal sudoedit /etc/lirc/lircrc Code: begin Quote:button is the button of ur remote (from remote.conf) Terminal sudoedit /etc/sudoers Code: xbian ALL=(ALL) NOPASSWD: /home/xbian/xbres.sh Terminal nano ~/xbres.sh Code: #!/bin/bash Terminal sudo chmod +x ~/xbres.sh sudo reboot |
|||
16th May, 2013, 09:09 AM
Post: #3
|
|||
|
|||
RE: XBMC not respawning after crash
I did it in another way, since I am not using lirc but cec
When xbmc exits, it starts a daemon that monitors HDMI routing changes, and starts xbmc. So I would just switch to TV and then back to HDMI and xbmc would restart... |
|||
17th May, 2013, 11:22 PM
Post: #4
|
|||
|
|||
RE: XBMC not respawning after crash | |||
« Next Oldest | Next Newest »
|