|
Home > Archive > Web Servers on Unix and Linux > February 2007 > Apache 2 will not Restart on a particular SuSE 9 server.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache 2 will not Restart on a particular SuSE 9 server.
|
|
| leolson@gmail.com 2007-01-12, 1:14 pm |
| We have strange thing happening on a freshly installed and patched
server. Apache 2 will come up on boot, but then after that, it will
not start again if for some reason it is stopped. We have hundreds of
similar installs and have never had a problem, but something is a
little different on this one.
Here is the error that we get in the error_log when it tries to
restart:
[emerg] (38)Function not implemented: Couldn't create accept lock
And here are the versions:
SUSE LINUX Enterprise Server 9 (x86_64)
PATCHLEVEL = 3
apache2-prefork-2.0.49-27.59
kernel-smp-2.6.5-7.267
Any help would be appreciated.
Leif E. Olson
Systems Engineer
NISC
| |
|
| On 12 Jan, 15:58, leol...@gmail.com wrote:
> We have strange thing happening on a freshly installed and patched
> server. Apache 2 will come up on boot, but then after that, it will
> not start again if for some reason it is stopped. We have hundreds of
> similar installs and have never had a problem, but something is a
> little different on this one.
>
> Here is the error that we get in the error_log when it tries to
> restart:
> [emerg] (38)Function not implemented: Couldn't create accept lock
>
> And here are the versions:
> SUSE LINUX Enterprise Server 9 (x86_64)
> PATCHLEVEL = 3
> apache2-prefork-2.0.49-27.59
> kernel-smp-2.6.5-7.267
>
IIRC this is commonly caused by running an Apache is compiled using
with headers from a different kernel version (something to do with
shared memory semaphores). Try using ipcs before starting Apache, and
again after stopping it to see if its cleaning out the semaphores
(ipcrm to confirm).
How you fix it depends on how you got in this state.
HTH
C.
|
|
|
|
|