OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
Hi! I'm new to Milhouse builds on RPi2 (just switched from OE6.0 to Milhouse 0108) and just started with RPi/Kodi/Linux in general.
I have one issue with SQL(MariaDB) starting from update 0108 -> 0109, it seems SQL online detection does not work properly anymore.
Kodi always tries to wakeup my server and is starting the progress/percentage window counting up and then crashes.
But MariaDB on NAS is already up. Similar problem while booting Kodi, it takes a looooong time, even when NAS/SQL Server is up.
Updated to 0110 does not help. Downgrading to 0108 solved the problem.

part of Logfile shows:
Code:
00:09:28 586.591187 T:1964950080  NOTICE: WakeOnAccess [192.168.102.3] trigged by accessing : MySQL : MyVideos102
00:09:28 586.591553 T:1964950080   ERROR: PingHost(192.168.102.3:3306) - unexpected connect fail (Address family not supported by protocol)


My wakeonlan.xml onfig:
Code:
<onaccesswakeup>
    <netinittimeout>20</netinittimeout>
    <netsettletime>500</netsettletime>
    <wakeup>
        <host>FS-TS</host>
        <mac>00:11:32:4A:E3:0F</mac>
        <pingport>445</pingport>
        <pingmode>0</pingmode>
        <timeout>60</timeout>
        <waitonline>83</waitonline>
        <waitonline2>60</waitonline2>
        <waitservices>4</waitservices>
    </wakeup>
    <wakeup>
        <host>192.168.102.3</host>
        <mac>00:11:32:4A:E3:0F</mac>
        <pingport>3306</pingport>
        <pingmode>1</pingmode>
        <timeout>60</timeout>
        <waitonline>83</waitonline>
        <waitonline2>60</waitonline2>
        <waitservices>4</waitservices>
    </wakeup>
</onaccesswakeup>


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 17.0) - by thosti - 2016-01-11, 01:24
RPI 3 no internet access on wifi - by b1m1 - 2016-03-09, 14:44
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6