<div dir="ltr">Perfect, that worked for part 1. Added the additional.args file to the /etc/mythtv directory and it's using that param. Thanks!!!<div><br></div><div>Now for part 2, how do I force the new mythweb to only "find" the new .29 server that's running on the same host?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 9, 2017 at 2:41 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/09/2017 01:32 PM, <a href="mailto:lucsmitty@gmail.com" target="_blank">lucsmitty@gmail.com</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I'm trying to stand up another mythbuntu server next to my existing so I<br>
can validate/test migrating to .29 from .28 as well as put on new<br>
hardware. My question is how do I disable upnp on the .29 but also<br>
modify mythweb to statically connect to the new .29 server? Purpose<br>
would be to test in parallel and be as minimally disruptive to my<br>
"production" myth setup.<br>
<br>
I've looked at the "additional args" in the mythtv-backend config files in<br>
the /etc/init/ and /etc/init.d directories, but neither of those seem to be<br>
the active script/config.<br>
<br>
Where would I add the additional arg or --noupnp to the backend start<br>
up param as well as what do I modify in the mythweb configs to not use<br>
upnp and to statically assign an IP? Thanks<br>
</blockquote></span>
Try: systemctl cat mythtv-backend to see if the host is running systemd.<br>
That the output will tell you if additional.args is in play. Then an<br>
entry like: ADDITIONAL_ARGS="--noupnp" would be used. The same should<br>
work for Upstart if that's what's running.<br>
<br>
--<br>
Bill<br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailma<wbr>n/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing<wbr>_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div><br></div>