[mythtv] [mythtv-commits] mythtv branch master updated by pbennett. v29-pre-305-gef7e594

Piotr Oniszczuk piotr.oniszczuk at gmail.com
Fri Feb 10 21:26:37 UTC 2017


> 
> Can you check that your database is accessible from your frontend. I use this command:
> 
> pi at tardis ~ $ nc -zv 192.168.0.188 3306
> Connection to 192.168.0.188 3306 port [tcp/mysql] succeeded!
> 
> My config.xml copied from yours with changes -
> 
> <Configuration>
>  <UPnP>
>    <MythFrontend>
>      <DefaultBackend>
>        <LocalHostName>FE-Livingroom</LocalHostName>
>      </DefaultBackend>
>    </MythFrontend>
>    <UDN>
> <MediaRenderer>5957aaab-8079-46dd-8828-26b3068306ed</MediaRenderer>
>    </UDN>
>  </UPnP>
> <LocalHostName>my-unique-identifier-goes-here</LocalHostName>
>  <Database>
>    <PingHost>1</PingHost>
>    <Host>192.168.0.188</Host>
>    <UserName>mythmst</UserName>
>    <Password>mythtv</Password>
>    <DatabaseName>mythdbmst</DatabaseName>
>    <Port>3306</Port>
>  </Database>
>  <WakeOnLAN>
>    <Enabled>0</Enabled>
>    <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
>    <SQLConnectRetry>5</SQLConnectRetry>
>    <Command>echo 'WOLsqlServerCommand not set'</Command>
>  </WakeOnLAN>
> </Configuration>
> 
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-dev
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org

Peter,
I’m doing tests on one of my frontends with MiniMyth2 (diskless machine booted over network with OS+Myth as single image file and all settings downloaded from central server + DB).
I have 2 exactly the same mm2 images: one with master r302 and another with master r307.
r302 starts no problem. r307 gives issue as I reported. 
I think issue is within changes related to networking code.
If You will provide me patch adding debugging logs helpful for you to track where code works not as we expected - I can recompile and try….
There must be issue with networking - we need only to understand where it is….
br

   




More information about the mythtv-dev mailing list