<br><br><div class="gmail_quote">On Mon, Nov 28, 2011 at 1:28 PM, Gabe Rubin <span dir="ltr">&lt;<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>&gt;</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 &lt;<a href="mailto:mythtv@hambone.e4ward.com">mythtv@hambone.e4ward.com</a>&gt; wrote:<br>
&gt; On Mon, Nov 28, 2011 at 12:52 PM, Gabe Rubin &lt;<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I still can&#39;t logon to the webpage.  I am remote, so maybe I need to<br>
&gt;&gt; try from inside the network to troubleshoot better, but I issued the<br>
&gt;&gt; following commands:  &quot;systemctl start httpd.service&quot; and it seems to<br>
&gt;&gt; be running:<br>
&gt;&gt; [root@localhost ~]# systemctl status httpd.service<br>
&gt;&gt; httpd.service - The Apache HTTP Server (prefork MPM)<br>
&gt;&gt;          Loaded: loaded (/lib/systemd/system/httpd.service; enabled)<br>
&gt;&gt;          Active: active (running) since Mon, 28 Nov 2011 09:49:58<br>
&gt;&gt; -0800; 1min 25s ago<br>
&gt;&gt;         Process: 5524 ExecStop=/usr/sbin/httpd $OPTIONS -k stop<br>
&gt;&gt; (code=exited, status=0/SUCCESS)<br>
&gt;&gt;         Process: 5530 ExecStart=/usr/sbin/httpd $OPTIONS -k start<br>
&gt;&gt; (code=exited, status=0/SUCCESS)<br>
&gt;&gt;        Main PID: 5531 (/usr/sbin/httpd)<br>
&gt;&gt;          CGroup: name=systemd:/system/httpd.service<br>
&gt;&gt;                  â 5531 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5533 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5534 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5535 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5536 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5537 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5538 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5539 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5540 /usr/sbin/httpd -k start<br>
&gt;&gt;                  â 5541 /usr/sbin/httpd -k start<br>
&gt;&gt;<br>
&gt;&gt; Plus I see this in ps -A:<br>
&gt;&gt;  5531 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5533 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5534 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5535 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5536 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5537 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5538 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5539 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5540 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;  5541 ?        00:00:00 /usr/sbin/httpd<br>
&gt;&gt;<br>
&gt;<br>
&gt; Could it be your firewall?  I recently installed FC 16 and sshd was allowed<br>
&gt; by default but I had to manually enable httpd.<br>
&gt; I ran /usr/bin/system-config-firewall from a terminal running X to configure<br>
&gt; it.  You could stop it for now from the command line to see:<br>
&gt;<br>
&gt; systemctl stop iptables.service<br>
&gt;<br>
&gt; Hope that helps.<br>
&gt;<br>
&gt; 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&#39;t found the proper set of firewall commands to enable the mythtvbackend UPnP service.  Until then, I&#39;ll leave it disabled.<br>
<br>I&#39;m glad that worked for you.  <br></div></div>