<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 25 Sep 2020 at 13:49, James Klaas <<a href="mailto:jklaas@appalachian.dyndns.org">jklaas@appalachian.dyndns.org</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">> On Thu, 24 Sep 2020 08:32:22 -0400, you wrote:<br>
><br>
>>I recently upgraded mythtv on my Buster server to 30.0 from<br>
>> deb-multimedia.<br>
>><br>
>>After I got everything sorted out and working to my satisfaction, I<br>
>>discovered that the status page for my mythweb install would produce a<br>
>>404 error. After some searching around I found someone who mentioned<br>
>>removing the "--noupnp" option from mythtvbackend flags was the<br>
>>culprit:<br>
>><br>
>><a href="https://forum.mythtv.org/viewtopic.php?f=36&t=3737&p=17926&hilit=noupnp+mythweb#p17926" rel="noreferrer" target="_blank">https://forum.mythtv.org/viewtopic.php?f=36&t=3737&p=17926&hilit=noupnp+mythweb#p17926</a><br>
>><br>
>>However, I don't really want my mythbackend to be running a upnp<br>
>>server as I rely on other programs for that service.<br>
>><br>
>>Is this a mythtv bug or a packaging bug somehow?<br>
>><br>
>>I didn't see any issues in trac to indicate anyone reported this.<br>
>><br>
>>James<br>
><br>
> Removing -noupnp should only fix it if it was a firewall problem where<br>
> port 6544 was blocked.  Do you have a firewall running on your Buster<br>
> server?<br>
<br>
I do have a firewall.<br>
<br>
> Are there any firewalls between the box where you are<br>
> accessing mythweb and the Buster server?<br>
<br>
I'm accessing from a remote host. I also tried from a browser on the<br>
localhost and got the same result.<br>
<br>
> In your case, is the 404 error from getting pages from mythweb, or do<br>
> you get a mythweb page with a 404 error displayed inside it where the<br>
> status fetch from port 6544 failed?<br>
<br>
It's the Mythweb page decorations, with a "404 Not Found." under the banner.<br>
<br>
> Do other mythweb pages load<br>
> properly?<br>
<br>
As far as I can tell, all the other mythweb pages load fine.<br>
<br>
> Does this URL work:<br>
><br>
> <a href="http://yourBackendHostNameOrIP:6544/Status/GetStatusHTML" rel="noreferrer" target="_blank">http://yourBackendHostNameOrIP:6544/Status/GetStatusHTML</a><br>
><br>
<br>
I get a 404 page not found error with --noupnp enabled.<br>
<br>
I disabled the firewall and I still get a 404 error when "--noupnp" is enabled.<br>
_______________________________________________<br><br></blockquote><div><br></div><div>All my mythweb errors were SELinux related.  I must admit your problems look different but if you you have SELinux enabled and you're stuck, you could try running:</div><div><br></div><div>sudo setenforce 0</div><div><br></div><div>to see if that makes a difference.</div><div><br></div><div>Then turn SELinux on again:</div><div><br></div><div>sudo setenforce 1</div><div><br></div><div>If that did help then you can work on fixing the SELinux issue.  If not - no harm done.</div><div><br></div><div>D</div></div></div>