Re: httpd and svn problems (rawhide)

2011-01-04 Thread Paul Howarth
On 03/01/11 17:04, darrell pfeifer wrote:


 On Mon, Jan 3, 2011 at 08:53, Paul F. Johnson
 p...@all-the-johnsons.co.uk mailto:p...@all-the-johnsons.co.uk wrote:


 First is httpd (apache).

 I can do /etc/init.d/httpd stop and the server stops, but when I try to
 start the server I get

 Starting httpd (via systemctl):  Job failed. See system logs and
 'systemctl status' for details.

 systemctl status httpd.service shows

 httpd.service - LSB: start and stop Apache HTTP Server
   Loaded: loaded (/etc/rc.d/init.d/httpd)
   Active: failed since Mon, 03 Jan 2011 16:39:18 +; 33s ago
  Process: 3902 (/etc/rc.d/init.d/httpd stop, code=exited,
 status=0/SUCCESS)
  Process: 1959 (/etc/rc.d/init.d/httpd start, code=exited,
 status=1/FAILURE)
 Main PID: 2054 (code=exited, status=1/FAILURE)
   CGroup: name=systemd:/system/httpd.service
   └ 2086 /usr/sbin/httpd

 cat /var/log/messages | tail is also unhelpful

 Jan  3 16:41:34 PB3 systemd[1]: httpd.service: control process exited,
 code=exited status=1
 Jan  3 16:41:34 PB3 systemd[1]: Unit httpd.service entered failed state.


 The stop command leaves one httpd process running. Kill it off first.

 httpd fails to start because it is trying to create a file in
 /var/run/httpd but the directory doesn't exist.

 As a temporary workaround I've been

 1) stop httpd
 2) kill the last remaining httpd
 3) create /var/run/httpd
 4) start http

 There is a outstanding bug that Lennart created.

https://bugzilla.redhat.com/show_bug.cgi?id=656600

There's a very simple fix for that in the ticket until such time as 
there's native systemd support added.

Paul.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

httpd and svn problems (rawhide)

2011-01-03 Thread Paul F. Johnson
Hi,

I have two problems which I can't seem to get to the bottom of, both of
them are very annoying and I don't know if it's me or the software so
would rather check things before putting stuff into the big red lizard.

First is httpd (apache).

I can do /etc/init.d/httpd stop and the server stops, but when I try to
start the server I get

Starting httpd (via systemctl):  Job failed. See system logs and
'systemctl status' for details.

systemctl status httpd.service shows

httpd.service - LSB: start and stop Apache HTTP Server
  Loaded: loaded (/etc/rc.d/init.d/httpd)
  Active: failed since Mon, 03 Jan 2011 16:39:18 +; 33s ago
 Process: 3902 (/etc/rc.d/init.d/httpd stop, code=exited,
status=0/SUCCESS)
 Process: 1959 (/etc/rc.d/init.d/httpd start, code=exited,
status=1/FAILURE)
Main PID: 2054 (code=exited, status=1/FAILURE)
  CGroup: name=systemd:/system/httpd.service
  └ 2086 /usr/sbin/httpd

cat /var/log/messages | tail is also unhelpful

Jan  3 16:41:34 PB3 systemd[1]: httpd.service: control process exited,
code=exited status=1
Jan  3 16:41:34 PB3 systemd[1]: Unit httpd.service entered failed state.

/var/log/httpd/error_log is showing nothing at all

I've also attempted to set up an svn server using the instructions at 

http://queens.db.toronto.edu/~nilesh/linux/subversion-howto/

using instruction 2. However, when I try to start svnserve I get

svnserve -r /svn -d
svnserve: Can't bind server socket: Address already in use

netstat is showing nothing is binding to the svn port.

I've thought it could be an selinux problem, but as I'm running
permissive, nothing is being reported back.

Any help on either of these would be appreciated :)

Paul
-- 
Vertraue mir, ich weiss, was ich mache...

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: httpd and svn problems (rawhide)

2011-01-03 Thread darrell pfeifer
On Mon, Jan 3, 2011 at 08:53, Paul F. Johnson
p...@all-the-johnsons.co.ukwrote:



 First is httpd (apache).

 I can do /etc/init.d/httpd stop and the server stops, but when I try to
 start the server I get

 Starting httpd (via systemctl):  Job failed. See system logs and
 'systemctl status' for details.

 systemctl status httpd.service shows

 httpd.service - LSB: start and stop Apache HTTP Server
  Loaded: loaded (/etc/rc.d/init.d/httpd)
  Active: failed since Mon, 03 Jan 2011 16:39:18 +; 33s ago
 Process: 3902 (/etc/rc.d/init.d/httpd stop, code=exited,
 status=0/SUCCESS)
 Process: 1959 (/etc/rc.d/init.d/httpd start, code=exited,
 status=1/FAILURE)
Main PID: 2054 (code=exited, status=1/FAILURE)
  CGroup: name=systemd:/system/httpd.service
  └ 2086 /usr/sbin/httpd

 cat /var/log/messages | tail is also unhelpful

 Jan  3 16:41:34 PB3 systemd[1]: httpd.service: control process exited,
 code=exited status=1
 Jan  3 16:41:34 PB3 systemd[1]: Unit httpd.service entered failed state.


The stop command leaves one httpd process running. Kill it off first.

httpd fails to start because it is trying to create a file in /var/run/httpd
but the directory doesn't exist.

As a temporary workaround I've been

1) stop httpd
2) kill the last remaining httpd
3) create /var/run/httpd
4) start http

There is a outstanding bug that Lennart created. I also expect that the
script will be converted sometime to work natively with systemd.

darrell
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel