<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 9:46 AM Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 12:37 PM Daryl McDonald <<a href="mailto:darylangela@gmail.com" target="_blank">darylangela@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 11:43 AM Allen Edwards <<a href="mailto:allen.p.edwards@gmail.com" target="_blank">allen.p.edwards@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 8:29 AM Daryl McDonald <<a href="mailto:darylangela@gmail.com" target="_blank">darylangela@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 11:25 AM Allen Edwards <<a href="mailto:allen.p.edwards@gmail.com" target="_blank">allen.p.edwards@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 8:12 AM Daryl McDonald <<a href="mailto:darylangela@gmail.com" target="_blank">darylangela@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Good to know, I commented out the nameserver line and will keep an eye on the sched data.</div></blockquote><div><br></div><div>Why? </div></div></div>
__________________________________________<br></blockquote><div><br></div><div>As Stephen suggested, it may force longer routes global instead of national. Easy enough to uncomment if I don't get data or have failures. Did you find using google's nameservers was critical?</div></div></div>
_______________________________________________<br><br></blockquote><div><br></div><div>I just switched my router setting to use the Google servers and they seem to work better but not a very scientific test. What I found was that putting in the name servers was critical and I didn't give it a lot of thought. Google name servers are world wide and distributed. I would say it is likely that the Google name servers will be faster than the ones you are using. At a minimum, you probably cannot prove that is not the case. <a href="https://developers.google.com/speed/public-dns/docs/performance#geography" target="_blank">https://developers.google.com/speed/public-dns/docs/performance#geography</a></div><div><br></div></div></div>
____________________<br></blockquote><div><br></div><div>Fair enough,and as a further test, because there was not a rebboot following the changes, I uncommented the nameservers and rebooted and VPN still works, so nameservers stay in, unless symptoms dictate otherwise. thank-you Allen for your persistant belief in this fix.    Daryl </div></div></div></blockquote><div><br></div><div>Allen, can you also explain what your old school start on rc is all about, it may not matter but I'm curious. Mine are plugged into a smart bar, in that they shut down and power up with the PC. </div></div></div><br></blockquote><div><br></div><div>Well, I started with Mythbuntu 8 and ran that for many years until a disk crash. The switch to Mythbuntu 18 was painful and I got a ton of help from Stephen and others. Doing the initialization of the HDHRs the way I do was just how I always did it. The bigger issue I had was with getting the optical remote to work with the new OS. I don't recall if I posted the entire script but it does more than just manage the HDHRs. I had no interest in finding a new way to get the power control to work and once I got the remote working I was happy. There are apparently lots of concerns about the way I do it as there are potential problems I don't understand or have. My goal was to get a working system and I am almost there. I still have the x server lock up every few months but other than that, it is perfect. </div><div><br></div><div>Here is my entire rc.local script. Note the hack. I need to start lircd for the HDHR but something is starting it first. Ideally I would either stop it from doing that or modify what it is doing perhaps putting the HDHR code there but I could not find it and this works fine. Not elegant but as I recall, you had some issue with the timing of how things come up so this old school approach might help you with that. If you need more time for something to come up before initializing the hdhr, just do it this way. I believe that rc.local is run last and you can put a delay in the script if you need to.</div><div><br></div><div>echo -n 15  > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold<br>hdhomerun_config 10137DC1 set /ir/target "<a href="http://192.168.1.111:5000">192.168.1.111:5000</a> no_clear"<br>#this is a hack.  I don't know what is starting lircd<br>killall lircd<br>lircd -H udp -d 5000<br><br><br>exit 0<br></div></div></div>