[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: HTTPD coring
I tried staring it manually-heres what I got.
"bash-2.05# apachectl start
Memory fault (core dumped)
/usr/sbin/apachectl start: httpd could not be started"
This is a plain as you can get install...I did not install the x libraries
or games......the only customization I have made is to rc.conf (turned off
sendmail) (and turned on http). The only packages installed have been bash
and pico. I am using dhcp at the moment on the network.
Could this be hardware specific? I am running an amd k6 300 with 64 megs of
ram. Any more help would be appreciated. Also there is an external modem
pluggesd in. (tun0)
Thanx,
Marc
-----Original Message-----
From: Andrey Smagin [mailto:asmagin@rapidds.com]
Sent: Wednesday, August 01, 2001 2:40 PM
To: misc@openbsd.org
Subject: 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 )