Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[1.0RC3] XBMC keeps restarting
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[1.0RC3] XBMC keeps restarting
29th Sep, 2014, 09:00 AM
Post: #29
ErickP Offline
Registered
Posts: 11
Joined: Dec 2013
Reputation: 0
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.

Are you running any plugins?

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; $
Then XBMC starts ok, and after 1 minute a breif error appears on the screen "Xbian-Config Failed". However nothing happens, everything continues to work normally and XBMC does not restart AT ALL.
It´s been an hour without a XBMC restart.

Can someone tell me what the timeout parameter does?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
[1.0RC3] XBMC keeps restarting - effemmeffe - 15th Sep, 2014, 04:32 AM
RE: [1.0RC3] XBMC keeps restarting - effemmeffe - 19th Sep, 2014, 04:28 AM
RE: [1.0RC3] XBMC keeps restarting - badmonkey - 19th Sep, 2014, 06:31 AM
RE: [1.0RC3] XBMC keeps restarting - effemmeffe - 19th Sep, 2014, 06:36 AM
RE: [1.0RC3] XBMC keeps restarting - Skywatch - 19th Sep, 2014, 06:44 AM
RE: [1.0RC3] XBMC keeps restarting - effemmeffe - 19th Sep, 2014, 06:49 AM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 09:08 AM
RE: [1.0RC3] XBMC keeps restarting - Smultie - 19th Sep, 2014, 04:06 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 05:09 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 05:36 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 06:01 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 06:22 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 06:41 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 06:47 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 07:39 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 07:39 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 07:40 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 07:46 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 07:58 PM
RE: [1.0RC3] XBMC keeps restarting - effemmeffe - 19th Sep, 2014, 07:59 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 08:04 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 19th Sep, 2014, 09:22 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 19th Sep, 2014, 09:26 PM
RE: [1.0RC3] XBMC keeps restarting - LeoSum - 22nd Sep, 2014, 02:21 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 22nd Sep, 2014, 02:32 AM
Re: RE: [1.0RC3] XBMC keeps restarting - 7dwergen - 22nd Sep, 2014, 09:18 AM
RE: [1.0RC3] XBMC keeps restarting - ErickP - 29th Sep, 2014, 07:07 AM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 29th Sep, 2014, 07:38 AM
RE: [1.0RC3] XBMC keeps restarting - ErickP - 29th Sep, 2014 09:00 AM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 29th Sep, 2014, 12:20 PM
RE: [1.0RC3] XBMC keeps restarting - junwin - 19th Oct, 2014, 12:49 AM
RE: [1.0RC3] XBMC keeps restarting - badmonkey - 24th Oct, 2014, 07:28 PM
RE: [1.0RC3] XBMC keeps restarting - badmonkey - 25th Oct, 2014, 10:33 PM
RE: [1.0RC3] XBMC keeps restarting - junwin - 14th Dec, 2014, 12:47 AM
RE: [1.0RC3] XBMC keeps restarting - mk01 - 16th Dec, 2014, 05:43 PM
RE: [1.0RC3] XBMC keeps restarting - sjimmie - 21st Dec, 2014, 07:04 AM
RE: [1.0RC3] XBMC keeps restarting - mk01 - 31st Dec, 2014, 08:59 PM
RE: [1.0RC3] XBMC keeps restarting - t1k - 1st Jan, 2015, 03:12 AM
RE: [1.0RC3] XBMC keeps restarting - palswim - 1st Jan, 2015, 06:02 AM
RE: [1.0RC3] XBMC keeps restarting - palswim - 1st Jan, 2015, 07:33 AM
RE: [1.0RC3] XBMC keeps restarting - mk01 - 13th Jan, 2015, 02:36 PM
RE: [1.0RC3] XBMC keeps restarting - Calzor Suzay - 20th Dec, 2014, 01:47 AM
RE: [1.0RC3] XBMC keeps restarting - IriDium - 20th Dec, 2014, 01:56 AM
RE: [1.0RC3] XBMC keeps restarting - Calzor Suzay - 20th Dec, 2014, 02:08 AM
RE: [1.0RC3] XBMC keeps restarting - narotic - 21st Dec, 2014, 01:14 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 21st Dec, 2014, 04:41 AM
RE: [1.0RC3] XBMC keeps restarting - narotic - 21st Dec, 2014, 09:04 AM
RE: [1.0RC3] XBMC keeps restarting - palswim - 30th Dec, 2014, 05:56 AM
RE: [1.0RC3] XBMC keeps restarting - badmonkey - 22nd Dec, 2014, 12:21 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 30th Dec, 2014, 08:39 AM
RE: [1.0RC3] XBMC keeps restarting - palswim - 30th Dec, 2014, 11:37 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 30th Dec, 2014, 07:53 PM
RE: [1.0RC3] XBMC keeps restarting - palswim - 31st Dec, 2014, 09:26 AM
RE: [1.0RC3] XBMC keeps restarting - min - 30th Dec, 2014, 08:10 PM
RE: [1.0RC3] XBMC keeps restarting - Skywatch - 31st Dec, 2014, 09:36 AM
RE: [1.0RC3] XBMC keeps restarting - funky - 31st Dec, 2014, 09:59 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 1st Jan, 2015, 03:15 AM
RE: [1.0RC3] XBMC keeps restarting - palswim - 1st Jan, 2015, 07:40 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 1st Jan, 2015, 07:38 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 1st Jan, 2015, 09:31 AM
RE: [1.0RC3] XBMC keeps restarting - mk01 - 13th Jan, 2015, 02:44 PM
RE: [1.0RC3] XBMC keeps restarting - palswim - 13th Jan, 2015, 03:05 PM
RE: [1.0RC3] XBMC keeps restarting - funky - 1st Jan, 2015, 10:13 AM
Re: RE: [1.0RC3] XBMC keeps restarting - f1vefour - 2nd Jan, 2015, 09:21 AM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 2nd Jan, 2015, 06:53 PM
RE: [1.0RC3] XBMC keeps restarting - f1vefour - 2nd Jan, 2015, 08:22 PM
RE: [1.0RC3] XBMC keeps restarting - sirlui - 5th Jan, 2015, 10:13 PM
Re: RE: [1.0RC3] XBMC keeps restarting - ikke - 6th Jan, 2015, 06:54 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 13th Jan, 2015, 07:15 PM
RE: [1.0RC3] XBMC keeps restarting - sirlui - 28th Jan, 2015, 08:01 PM
RE: [1.0RC3] XBMC keeps restarting - CurlyMo - 28th Jan, 2015, 08:54 PM
RE: [1.0RC3] XBMC keeps restarting - wetwat - 3rd Jul, 2015, 07:33 AM
RE: [1.0RC3] XBMC keeps restarting - mem89756 - 4th Nov, 2016, 03:57 AM
RE: [1.0RC3] XBMC keeps restarting - rikardo1979 - 4th Nov, 2016, 04:19 AM
RE: [1.0RC3] XBMC keeps restarting - Nachteule - 4th Nov, 2016, 04:25 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] [1.0RC3] SSH broken, "starting... XBMC" endless loop dafhus 8 20,319 21st Nov, 2014 09:01 AM
Last Post: dafhus

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th Jun, 2025, 04:11 AM Powered By MyBB, © 2002-2025 MyBB Group.