2014-01-29, 20:56
Yes, quite possibly it would work. In fact that is pretty close to what the PR does
(2012-03-01, 15:11)t4_ravenbird Wrote: Description (updated)
Feature is enabled under "system/settings/system/power saving/try to wake remote servers on access"
When feature gets enabled or shares gets added an autoscan will be done for any servers specified, either in shares or in MySQL settings.
The autoscan will if necessary create a file called 'wakeonlan.xml' and will add entries for these servers including macaddress which should be picked up in the scan.
Sample 'wakeonlan.xml'
Code:<onaccesswakeup>
<netinittimeout>60</netinittimeout>
<netsettletime>500</netsettletime>
<wakeup>
<host>10.0.0.6</host>
<mac>11:11:F2:11:DF:1E</mac>
<pingport>3306</pingport>
<pingmode>1</pingmode>
<timeout>600</timeout>
<waitonline>38</waitonline>
<waitonline2>40</waitonline2>
<waitservices>0</waitservices>
</wakeup>
</onaccesswakeup>
23:04:20 198099.796875 T:2567959632 NOTICE: WakeOnAccess [192.168.1.50] trigged by accessing : MySQL : MyVideos77
23:04:20 198099.921875 T:2567959632 NOTICE: WakeOnAccess success exit, server already running
23:09:46 198426.140625 T:2567959632 NOTICE: Thread JobWorker start, auto delete: true
00:04:20 201700.140625 T:2567959632 NOTICE: Previous line repeats 1 times.
00:04:20 201700.140625 T:2567959632 NOTICE: WakeOnAccess [192.168.1.50] trigged by accessing : MySQL : MyVideos77
00:04:20 201700.265625 T:2567959632 NOTICE: WakeOnAccess success exit, server already running
00:09:46 202026.156250 T:2567959632 NOTICE: Thread JobWorker start, auto delete: true
01:04:20 205300.453125 T:2567959632 NOTICE: Previous line repeats 1 times.
01:04:20 205300.453125 T:2567959632 NOTICE: WakeOnAccess [192.168.1.50] trigged by accessing : MySQL : MyVideos77
01:04:20 205300.578125 T:2567959632 NOTICE: WakeOnAccess success exit, server already running
01:09:46 205626.171875 T:2567959632 NOTICE: Thread JobWorker start, auto delete: true
02:04:21 208900.796875 T:2567959632 NOTICE: Previous line repeats 1 times.
02:04:21 208900.796875 T:2567959632 NOTICE: WakeOnAccess [192.168.1.50] trigged by accessing : MySQL : MyVideos77
02:04:21 208900.906250 T:2567959632 NOTICE: WakeOnAccess success exit, server already running
02:09:46 209226.187500 T:2567959632 NOTICE: Thread JobWorker start, auto delete: true
03:04:21 212501.109375 T:2567959632 NOTICE: Previous line repeats 1 times.
03:04:21 212501.109375 T:2567959632 NOTICE: WakeOnAccess [192.168.1.50] trigged by accessing : MySQL : MyVideos77
03:04:21 212501.234375 T:2567959632 NOTICE: WakeOnAccess success exit, server already running
03:09:46 212826.187500 T:2567959632 NOTICE: Thread JobWorker start, auto delete: true
04:04:21 216101.406250 T:2567959632 NOTICE: Previous line repeats 1 times.
04:04:21 216101.406250 T:2567959632 NOTICE: WakeOnAccess [192.168.1.50] trigged by accessing : MySQL : MyVideos77
04:04:21 216101.531250 T:2567959632 NOTICE: WakeOnAccess success exit, server already running
(2014-02-01, 09:14)t4_ravenbird Wrote: In the userdata folder , here ; http://wiki.xbmc.org/?title=Userdata
Also, if you have issues, try to investigate the log file ,here ; http://wiki.xbmc.org/?title=Log_file
(2014-02-01, 17:05)t4_ravenbird Wrote: @John.cord - Something runs once every hour that accesses your MySQL server. Probably an add-on, which do you have?
(2014-02-01, 17:37)tfouto Wrote: How does this work to wake the computer? Any port? With the Advanced Wake On Lan (WOL) Addon - Wake up a remote computer/server it works fine, but your way dont do a thing.
Maybe different implementation?
Thanks
(2014-02-01, 18:02)tfouto Wrote: i figure how to work. I just have a doubt. When i play a movie, it will wake the server, but it wont open. I have to press again and then works. Is there a way for the first time to say to movie wait x time until he starts to play?
One request for future. A visual indication on the front GUI if a server is on or off. Like a green or red small light. It could ping the server for instance for 5 to 5 minutes.
(2014-02-01, 13:15)john.cord Wrote: My Raspberry Pi with Openelec seems to wake my Server even without any input by a user. The Pi is allways on and in Main Menue. The "Wake Remote Server" Option is enabled. Is there any DB access without User Input in Main Menue? In my case its every HourWell this happens on my ATVs as well.
(2014-02-01, 17:53)john.cord Wrote: ... The problem is occuring since i switched to Aeon Nox 5....