[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTTPD coring
----- Original Message -----
From: "Heikki Korpela" <heko@iki.fi>
To: "Suttle, Marc" <Marc_Suttle@NAI.com>
Cc: <misc@openbsd.org>
Sent: Wednesday, August 01, 2001 1:56 PM
Subject: Re: HTTPD coring
> On Wed, 1 Aug 2001, Suttle, Marc wrote:
> > "starting network daemons: httpdMemory fault (core dumped) inetd sshd"
> >In my rc.conf file I have turned http on with the "" flag.....now
everytime
> >I reboot it says
> >"starting network daemons: httpdMemory fault (core dumped) inetd sshd"
> >I am not using sendmail (turned it off in rc.conf) and this is a new
> >install of openbsd 2.9
> >Has anyone seen this?
> >Thanx,
> >Marc
> Sounds like something Apache-related. Maybe you should try an
> Apache list?
Well, Apache ships with OpenBSD and is always installed by default,
so it is kind of part of OpenBSD. Usually it works just perfect
after the fersh install though...
> You need to run 'gdb /usr/sbin/httpd', 'run' and 'bt', preferably
> with an Apache with debugging symbols if possible.
>
> Also, if you have any changes to binaries (e.g., you have compiled
> Apache or any libraries yourself) or configuration files, please
> specify them.
Marc said that it's a fresh install of 2.9, so the binaries should be fine.
> In specific, make sure your reverse DNS works or that you have
> a ServerName configured. See:
Apache gives error, but does not dump core if there is a problem with DNS...
Marc, have you tried starting Apache manually?
( apachectl start | restart | stop )