Kodi Community Forum
How to kill XBMC with Terminal - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: How to kill XBMC with Terminal (/showthread.php?tid=126166)



How to kill XBMC with Terminal - mumu - 2012-03-21

Hi

Is it possible to restart or kill XBMC when it crashes without restarting the whole ATV?
Maybe a command to send with SSH?

Thank you


RE: How to kill XBMC with Terminal - davilla - 2012-03-22

find the process (the pid #, then kill -9 < pid >


RE: How to kill XBMC with Terminal - Memphiz - 2012-03-22

killall -9 XBMC on osx
killall -9 xbmc.bin on linux

this is a assumption [tm]


RE: How to kill XBMC with Terminal - mumu - 2012-03-22

Great!
Just had the chance to test it Smile

Thank you guys

BTW, can you please also take a look at this:
http://forum.xbmc.org/showthread.php?tid=126167
It's driving me crazy Smile