On Monday, May 12, 2014, Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</a>> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Don't know what version of MythTV you're running, but lets assume 0.26 or<br>
greater, so you don't need to worry about mysql.txt, just config.xml. And,<br>
if you used hostnames, rather than IPs you needn't fire up the FE setup GUI<br>
to change them. All users (all copies.)<br>
<br>
Then there's /etc/mysql/my.cnf which you surely /never/ change, so you<br>
just need to look in /etc/mysql/conf.d/<allNames>.<u></u>cnf for changes like:<br>
bind-address=x.x.x.x. And if it's 0.0.0.0, no work there either. Hika's<br>
method would catch potential problems here too.<br>
<br>
Do you have any custom scripts with IPs stored in:<br>
<br>
Pre-shutdown-check command<br>
Miscellaneous status application<br>
<br>
or in User Jobs/System Events? You could do:<br>
<br>
SELECT * FROM settings WHERE value LIKE '%command%' AND hostname IS NULL;<br>
<br>
For me, it's only the two I listed above where I have a need to use<br>
netstat -n.<br>
<br>
Then there's external things like tablets/phones that may require IPs.<br>
<br>
But I tend to agree with Sam's idea. For all the planning you do, it's<br>
likely that nobody here knows enough about your system to identify all<br>
the places you've had to use IPs.<br>
<br>
-- <br>
Bill<br>
</blockquote><div><br></div><div>Thanks for the feedback. I had to go look at the files you mentioned. Turns out they all had loop back references (either the name or IP), or the aforementioned 0.0.0.0, so those are all good.</div>
<div><br></div><div>As for things I twiddled with, I tend to remember them and also create ./Archive subdirectories that warn me where skeletons be buried. ;-) I just wanted to find out if I'd forgotten anything in the mythTV settings and such.</div>
<div><br></div><div>--</div><div>Craig.<span></span> </div>