<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 9 January 2018 at 11:08, Jim Abernathy <span dir="ltr"><<a href="mailto:jfabernathy@outlook.com" target="_blank">jfabernathy@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
<br>
On 01/08/2018 07:51 PM, Bill Meek wrote:<br>
> On 01/08/2018 06:40 PM, Jim Abernathy wrote:<br>
><br>
> ...<br>
><br>
>> In my mythtv v29 installed mariadb and put a file called mythtv.cnf in<br>
>> /etc/mysql/conf.d.  That file only had:<br>
>> [mysqld]<br>
>> #bind-address=::<br>
>> max_connections=100<br>
><br>
> Right, mariadb is a bit different. Edit the file above and uncomment<br>
> the bind-address line.<br>
><br>
> Or, if you want to follow things you'll see the 2 includes<br>
> below and that's the order they're read. You have to read<br>
> each file in each directory to really see what's happening.<br>
><br>
> cat /etc/mysql/my.cnf<br>
><br>
> ...<br>
><br>
> # Import all .cnf files from configuration directory<br>
> !includedir /etc/mysql/conf.d/.<br>
> !includedir /etc/mysql/mariadb.conf.d/<br>
><br>
> cat /etc/mysql/mariadb.conf.d/<wbr>mythtv.cnf<br>
> [mysqld]<br>
> bind-address=::<br>
> max_connections = 100<br>
> table_open_cache = 128<br>
><br>
</span>so I made my mythtv.cnf have the bind-address=:: and restarted mysql.<br>
but no change.  I even uninstalled mythtv-frontend and reinstalled.<br>
<br>
I think it can't build the config.xml files because it can't open the<br>
database for the mythtv BE it found via  UPNP.  seems that's what it's<br>
saying the --verbose console<br>
<br>
Jim A<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br></div></div></blockquote><div><br></div><div>I'm assuming you have rebooted after the v29 upgrade?</div><div><br></div><div>As per my post <a href="https://lists.gt.net/mythtv/users/613497">https://lists.gt.net/mythtv/users/613497</a></div><div><br></div><div>I had to enable "<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:sans-serif;font-size:14px">Allow Connections from all Subnets" even though the frontends were on the same subnet</span></div><div><br></div><div><a href="https://www.mythtv.org/wiki/Setup_General#Host_Address_Backend_Setup_.28v29.29">https://www.mythtv.org/wiki/Setup_General#Host_Address_Backend_Setup_.28v29.29</a> </div><div><br></div><div>I haven't tried removing this setting after the initial reboot</div><div><br></div><div>Cheers,</div><div><br></div><div>Anthony</div></div></div></div>