[systemd-devel] httpd fails to start on boot

2011-11-18 Thread Michael D. Berger
Even though it is enabled, httpd fails to start on boot.
After boot, I can start it with no problem.  I do have
a rather complex httpd.conf .

Thanks for your suggestions.
Mike.
--
Michael D. Berger
m.d.ber...@ieee.org
http://www.rosemike.net/
 

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] httpd fails to start on boot

2011-11-18 Thread Michal Schmidt
On Fri, 18 Nov 2011 19:21:46 -0500 Michael D. Berger wrote:
 Even though it is enabled, httpd fails to start on boot.
 After boot, I can start it with no problem.  I do have
 a rather complex httpd.conf .

What does systemctl status httpd.service say after boot?

Michal
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] httpd fails to start on boot

2011-11-18 Thread Michael D. Berger

 -Original Message-
 From: Michal Schmidt [mailto:mschm...@redhat.com] 
 Sent: Friday, November 18, 2011 19:38
 To: Michael D. Berger
 Cc: systemd-devel@lists.freedesktop.org
 Subject: Re: [systemd-devel] httpd fails to start on boot
 
 On Fri, 18 Nov 2011 19:21:46 -0500 Michael D. Berger wrote:
  Even though it is enabled, httpd fails to start on boot.
  After boot, I can start it with no problem.  I do have a rather 
  complex httpd.conf .
 
 What does systemctl status httpd.service say after boot?
 
 Michal
[...]

 At level 3,  seconds after boot:
 # systemctl status httpd.service
 httpd.service - The Apache HTTP Server (prefork MPM)
  Loaded: loaded (/lib/systemd/system/httpd.service; enabled)
  Active: failed since Fri, 18 Nov 2011 19:50:58 -0500; 1min 11s ago
 Process: 985 ExecStart=/usr/sbin/httpd $OPTIONS -k start
(code=exited, status=1/FAILURE)
  CGroup: name=systemd:/system/httpd.service

Mike.

--
Michael D. Berger
m.d.ber...@ieee.org
http://www.rosemike.net/
   

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] httpd fails to start on boot

2011-11-18 Thread Michal Schmidt
On Fri, 18 Nov 2011 20:06:59 -0500 Michael D. Berger wrote:
  At level 3,  seconds after boot:
  # systemctl status httpd.service
  httpd.service - The Apache HTTP Server (prefork MPM)
 Loaded: loaded (/lib/systemd/system/httpd.service; enabled)
 Active: failed since Fri, 18 Nov 2011 19:50:58 -0500; 1min
 11s ago Process: 985 ExecStart=/usr/sbin/httpd $OPTIONS -k start
 (code=exited, status=1/FAILURE)
 CGroup: name=systemd:/system/httpd.service

Anything logged in /var/log/httpd/ ?

Michal
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] httpd fails to start on boot

2011-11-18 Thread Michael D. Berger
 -Original Message-
 From: Michal Schmidt [mailto:mschm...@redhat.com] 
 Sent: Friday, November 18, 2011 20:24
 To: Michael D. Berger
 Cc: systemd-devel@lists.freedesktop.org
 Subject: Re: [systemd-devel] httpd fails to start on boot
 
 On Fri, 18 Nov 2011 20:06:59 -0500 Michael D. Berger wrote:
   At level 3,  seconds after boot:
   # systemctl status httpd.service
   httpd.service - The Apache HTTP Server (prefork MPM)
Loaded: loaded (/lib/systemd/system/httpd.service; enabled)
Active: failed since Fri, 18 Nov 2011 19:50:58 -0500; 
 1min 11s ago 
  Process: 985 ExecStart=/usr/sbin/httpd $OPTIONS -k start 
 (code=exited, 
  status=1/FAILURE)
CGroup: name=systemd:/system/httpd.service
 
 Anything logged in /var/log/httpd/ ?
 
 Michal
 
[...]

 # cd /var/log/httpd
 # ll -rt

Shows that there was no log entry since shutdown.

I note that in /var/log/messages , it appears that
NetworkManager is doing a lot of stuff.  Also,
after boot to level 3 seems done, another log
line often appears indicating that p2p1 is ready. 
I thought that some of this might be related to
the fact that I block dns in iptables, but I
unblocked and rebooted, and got the same problem.

I note, also, that occasionally, p2p1 struggles for
a few seconds after boot -- 
  up .. down .. up  .. down .. up .

Night time at -0500, so I won't respond to your
next message until tomorrow.

Thanks for your continued help.

Mike.
--
Michael D. Berger
m.d.ber...@ieee.org
http://www.rosemike.net/

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel