Automatic WakeOnLan upon accessing MySql or FileShares
With these settings XBMC booted in less than 140 seconds and my NAS wasn't fully up yet, so that doesn't seem quite right.
Code:
<waitonline>140</waitonline>
<waitonline2>0</waitonline2>
<waitservices>0</waitservices>

I think it sends the WOL packet and then waits for a successful ping before continuing. I guess the waitonline value is the maximum time to wait while not receiving a successful ping.

With those assumptions I went with this:
Code:
<waitonline>90</waitonline>
<waitonline2>0</waitonline2>
<waitservices>40</waitservices>
My NAS takes about 90 seconds to get the network up and then about 30 seconds more until MySQL is up. With these settings XBMC boots shortly after my NAS finishes loading .
Reply


Messages In This Thread
[No subject] - by vexation - 2012-03-01, 17:10
[No subject] - by t4_ravenbird - 2012-03-01, 20:45
[No subject] - by Vascular - 2012-03-02, 15:29
[No subject] - by t4_ravenbird - 2012-03-02, 15:42
[No subject] - by regnets - 2012-03-08, 20:05
[No subject] - by Dam0 - 2012-03-09, 13:41
RE: Automatic WakeOnLan upon accessing MySql or FileShares - by nadnerb - 2013-03-26, 22:05
Logout Mark Read Team Forum Stats Members Help
Automatic WakeOnLan upon accessing MySql or FileShares4