restart xbmc CLI
#1
Hi I'm new to XBMC I have simple question; how do I restart xbmc from a terminal ?
what I've been trying to do when xbmc hangs is typing the command " ps aux | grep xbmc" and killing the pidof xbmc, this doesn't work. Can someone show me a better way ?
Reply
#2
xj900 Wrote:Hi I'm new to XBMC I have simple question; how do I restart xbmc from a terminal ?
what I've been trying to do when xbmc hangs is typing the command " ps aux | grep xbmc" and killing the pidof xbmc, this doesn't work. Can someone show me a better way ?

killall -9 xbmc.bin
Reply
#3
Thanks! ! yeah I'm still a noob w Linux as well, had to read up on killall wow I learn something new everyday !
Reply
#4
xbmc is a shell script, you have to kill xbmc.bin and it will exit and restart cleanly, killall -9 will kill it hard, you should only do that if it's frozen.
Reply

Logout Mark Read Team Forum Stats Members Help
restart xbmc CLI0