Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i just did basically a live update from 9.1 to 10 official. changed the urpmi mirrors and now i can't get my apache to run.
prometheus chad # ADVXctl start
Starting httpd2: mod_clamav.c:1328: cannot create mutex clamav.lockmod_clamav.c:1341: cannot create shared memory clamav.shm: statistics will not be available
[FAILED]
i don't have the slighest on that part. so i checked the error log to see if it might help.
cat /var/log/httpd/error_log
[Fri Apr 30 14:00:28 2004] [crit] (38)Function not implemented: mod_rewrite: could not create rewrite_log_lock
Configuration Failed
that's what was showing up, so i commented out the rewrite module [Fri Apr 30 13:10:42 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/apache2-suexec)
mod_clamav.c:1328: cannot create mutex clamav.lockmod_clamav.c:1341: cannot create shared memory clamav.shm: statistics will not be available
[Fri Apr 30 13:10:43 2004] [notice] Digest: generating secret for digest authentication ...
[Fri Apr 30 13:10:43 2004] [notice] Digest: done
[Fri Apr 30 13:10:43 2004] [emerg] (38)Function not implemented: Couldn't create accept lock
once i did that i can atleast get past the unkown host and apache will start. now all it does is 'can't connect to cerberus.cc'. it doesn't matter if i try to go in other ways or not. when i uncomment out the mod_rewrite now it comes up, the host, not the page. apache still won't start.
Try commenting out mod_clamav if you do not need it.
From the logs it seems this module is causing the problems.
If that doesnt work try commenting both rewite and clamav modules.
Having just installed Mandrake 10.0 with updates, I'm seeing the same issue with httpd not starting up. I removed apache2-2.0.48-6mdk, and installed apache2-2.048-6.3.100, and I still get the same result.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.