Forum
Delay XBMC startup - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: Delay XBMC startup (/thread-1172.html)

Pages: 1 2


RE: Delay XBMC startup - Lupurus - 21st Sep, 2013 10:40 PM

/etc/init.d/mysql is there, but I don't have a mysql.conf.

My temporary workaround is to stop and start xbmc with "sudo stop/start xbmc". After that, XBMC will find my movies and shows.


RE: Delay XBMC startup - mk01 - 21st Sep, 2013 10:53 PM

ok. then edit /etc/init/xbmc-preload.conf and before last two lines put mysql startup command via script so it will look like:

Code:
.
.
.
.
        /etc/init.d/mysql start || :
        { [ -e /etc/init/xbmc.override ] && initctl emit -n xbmc-norun-event; } || start xbmc
end script



RE: Delay XBMC startup - Lupurus - 22nd Sep, 2013 02:09 AM

This works, thanks!!! Finally Smile


RE: Delay XBMC startup - jaiunxbian - 26th Nov, 2013 07:56 PM

(1st Aug, 2013 07:31 AM)JD2k3 Wrote:  
Code:
start on stopping mountall and started networking and net-device-up wlan0

This works for me !
config : nas synology / XBian 1.0Beta2 (XBMC 12.2)
Next step *wifi challenge* try antoher room!