<div dir="ltr">On Mon, Jan 8, 2018 at 10:01 PM, Jim Abernathy <span dir="ltr"><<a href="mailto:jfabernathy@outlook.com" target="_blank">jfabernathy@outlook.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;line-break:after-white-space"><span class="">
<br>
<div>
<blockquote type="cite">
<div>
<div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<div><br>
</div>
I think I see the problem:</div>
<div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures;color:rgb(50,187,37)"><b>jim@mythbuntu</b></span><span style="font-variant-ligatures:no-common-ligatures">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(82,47,224)"><b>~</b></span><span style="font-variant-ligatures:no-common-ligatures">$
 sudo grep -r bind-address /etc/mysql </span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures">/etc/mysql/mariadb.conf.d/50-<wbr>server.cnf:bind-address<span class="m_-4847731015851484270Apple-tab-span" style="white-space:pre-wrap">
</span>= 127.0.0.1</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures">/etc/mysql/conf.d/mythtv.cnf:#<wbr>bind-address=::</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures"><b>jim@mythbuntu</b></span><span style="font-variant-ligatures:no-common-ligatures">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(82,47,224)"><b>~</b></span><span style="font-variant-ligatures:no-common-ligatures">$ </span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures">I think it chases the conf.d directory with the mythtv.cnf before it goes to mariadb.conf.d where ther is a bind-address=127.0.0.1</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures">So I need to move the mythtv.cnf to mariadb.conf.d because it would be last in the list so that would fix it. I’ll test that tomorrow.</span></div>
</div>
</div>
</blockquote>
<br>
</div>
</span><div>I got this fixed and tested, but I think it points out a potential “Bug” with the mythtv v29 installation.  Here’s what I think needs to change.</div>
<div><br>
</div>
<div>On install when the dialog about remote computers accessing mythtv backend is displayed and ‘Yes’ is chosen, the mythtv.cnf file needs to get created and placed in mariadb.conf.d instead of conf.d because mariadb.conf.d is searched last and since the name
 mythtv.cnf is last alphabetically the bind-address statement will be the last one picked.  SInce the 50-server.cnf file has a bind-address=127.0.0.1, the mythtv.cnf needs to override that bind-address by being set and not commented out.  So “bind-address=::”</div>
<div><br>
</div>
<div>That’s what I did and everything is working now.</div>
<div><br>
</div>
<div>If the experts agree how does this get reported and fixed?</div>
<div><br>
</div>
<div>Jim A</div><br></div></blockquote><div><br></div><div>I know it seems like a pain, but it is part of the process.  There are pros and cons on both sides, but I definitely do not want anything changing my database server settings.  I would recommend just making a mental (or physical) note on it.  I can pretty much guarantee noone is going to change it.  The mythbuntu distribution that Mashos maintained for so long was very nice that it did all of that for you, but unfortunately it is gone for good apparently.  <br></div><div><br></div><div>No regular distribution (not 100% geared toward MythTV) would sanely change your settings like that.  <br></div></div></div></div>