[1.0RC3] XBMC keeps restarting
|
29th Sep, 2014, 09:00 AM
Post: #29
|
|||
|
|||
RE: [1.0RC3] XBMC keeps restarting
(29th Sep, 2014 07:38 AM)f1vefour Wrote: I don't understand, I don't have this issue and I'm on RC3. no. Like I said, fresh install. Also noted that when trying to stop XBMC from command line, look what is respawned: Terminal 2468 ? Ss 0:00 sudo -u xbian -g xbian -s /usr/local/lib/xbmc/xbmc.bin --standalone -fs --lircdev /run/lirc/lircd 2469 ? Ss 0:00 /bin/sh -e /proc/self/fd/9 2470 ? S 0:00 /sbin/start -q wait-for-state TIMEOUT=100 WAIT_FOR=xbmc-loaded WAITER=xbmc WAIT_STATE=started ACT=no 2471 ? S<s 0:00 /bin/sh -e /proc/self/fd/9 2476 ? Rl 0:08 /usr/local/lib/xbmc/xbmc.bin --standalone -fs --lircdev /run/lirc/lircd 2482 ? S< 0:00 sleep 100 2553 pts/2 R+ 0:00 ps ax I have found something I do not understand why it works. I am not an expert on XBMC. However is working fro me and stops XBMC from restarting. Terminal If I #nano /etc/init/xbmc.conf and then change env DAEMON_LIRC="/run/lirc/lircd" to #env DAEMON_LIRC="/run/lirc/lircd" and then change the TIMEOUT value in post-start script /sbin/start -q wait-for-state TIMEOUT=100 WAIT_FOR=xbmc-loaded WAITER=xbmc WAIT_STATE=started ACT=no || { /sbin/initctl emit -n xbmc-failed-start; stop; $ to: post-start script /sbin/start -q wait-for-state TIMEOUT=500 WAIT_FOR=xbmc-loaded WAITER=xbmc WAIT_STATE=started ACT=no || { /sbin/initctl emit -n xbmc-failed-start; stop; $ It´s been an hour without a XBMC restart. Can someone tell me what the timeout parameter does? |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] [1.0RC3] SSH broken, "starting... XBMC" endless loop | dafhus | 8 | 19,719 |
21st Nov, 2014 09:01 AM Last Post: dafhus |