<br><br><div class="gmail_quote">On Mon, Nov 28, 2011 at 1:28 PM, Gabe Rubin <span dir="ltr"><<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="HOEnZb"><div class="h5">On Mon, Nov 28, 2011 at 10:21 AM, Jerry <<a href="mailto:mythtv@hambone.e4ward.com">mythtv@hambone.e4ward.com</a>> wrote:<br>
> On Mon, Nov 28, 2011 at 12:52 PM, Gabe Rubin <<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>> wrote:<br>
>><br>
>> I still can't logon to the webpage. I am remote, so maybe I need to<br>
>> try from inside the network to troubleshoot better, but I issued the<br>
>> following commands: "systemctl start httpd.service" and it seems to<br>
>> be running:<br>
>> [root@localhost ~]# systemctl status httpd.service<br>
>> httpd.service - The Apache HTTP Server (prefork MPM)<br>
>> Loaded: loaded (/lib/systemd/system/httpd.service; enabled)<br>
>> Active: active (running) since Mon, 28 Nov 2011 09:49:58<br>
>> -0800; 1min 25s ago<br>
>> Process: 5524 ExecStop=/usr/sbin/httpd $OPTIONS -k stop<br>
>> (code=exited, status=0/SUCCESS)<br>
>> Process: 5530 ExecStart=/usr/sbin/httpd $OPTIONS -k start<br>
>> (code=exited, status=0/SUCCESS)<br>
>> Main PID: 5531 (/usr/sbin/httpd)<br>
>> CGroup: name=systemd:/system/httpd.service<br>
>> â 5531 /usr/sbin/httpd -k start<br>
>> â 5533 /usr/sbin/httpd -k start<br>
>> â 5534 /usr/sbin/httpd -k start<br>
>> â 5535 /usr/sbin/httpd -k start<br>
>> â 5536 /usr/sbin/httpd -k start<br>
>> â 5537 /usr/sbin/httpd -k start<br>
>> â 5538 /usr/sbin/httpd -k start<br>
>> â 5539 /usr/sbin/httpd -k start<br>
>> â 5540 /usr/sbin/httpd -k start<br>
>> â 5541 /usr/sbin/httpd -k start<br>
>><br>
>> Plus I see this in ps -A:<br>
>> 5531 ? 00:00:00 /usr/sbin/httpd<br>
>> 5533 ? 00:00:00 /usr/sbin/httpd<br>
>> 5534 ? 00:00:00 /usr/sbin/httpd<br>
>> 5535 ? 00:00:00 /usr/sbin/httpd<br>
>> 5536 ? 00:00:00 /usr/sbin/httpd<br>
>> 5537 ? 00:00:00 /usr/sbin/httpd<br>
>> 5538 ? 00:00:00 /usr/sbin/httpd<br>
>> 5539 ? 00:00:00 /usr/sbin/httpd<br>
>> 5540 ? 00:00:00 /usr/sbin/httpd<br>
>> 5541 ? 00:00:00 /usr/sbin/httpd<br>
>><br>
><br>
> Could it be your firewall? I recently installed FC 16 and sshd was allowed<br>
> by default but I had to manually enable httpd.<br>
> I ran /usr/bin/system-config-firewall from a terminal running X to configure<br>
> it. You could stop it for now from the command line to see:<br>
><br>
> systemctl stop iptables.service<br>
><br>
> Hope that helps.<br>
><br>
> Jerry<br>
<br>
</div></div>That was it! I never even configured a firewall (I have a router, so<br>
no need for a software one). How do I make sure this does not<br>
autostart? Sounds like I have a lot to learn about systemctl. The<br>
joys of upgrading fedora is that there is always something new and<br>
unexprected to learn about (this time systemctl and grub2, last time,<br>
the new lirc, prior to that, blacklisting nouveau).<br>
<br></blockquote><div>systemctl disable iptables.service<br><br>/should/ take care of it, but what I did was to disable it from the graphical utility<br><br>/usr/bin/system-config-firewall<br><br>I want to enable it again but I haven't found the proper set of firewall commands to enable the mythtvbackend UPnP service. Until then, I'll leave it disabled.<br>
<br>I'm glad that worked for you. <br></div></div>