Re: [users@httpd] What does this mesg mean? (Server cannot start)

2012-11-30 Thread Tianyin Xu
This's very likely that Apache leaving a bunch of stray semaphore sets lying around after an attempted restart of apache. you can use the following commands to check: #ipcs -s | grep apache and use the following to kill: ipcs -s | grep apache | awk ' { print $2 } ' | xargs -n 1 ipcrm -s use the

Re: [users@httpd] What does this mesg mean? (Server cannot start)

2012-11-30 Thread Jackie Zhang
Yes, I think it's due to unclean exits. Now no matter how simple the configuration is, the server refused to start. Could you tell me what should I clean (e.g., a system file) to make it work? Jackie On Fri, Nov 30, 2012 at 1:19 AM, Igor Galić wrote: > > Are you missing mutex definitions? > Wh

Re: [users@httpd] What does this mesg mean? (Server cannot start)

2012-11-30 Thread Igor Galić
Are you missing mutex definitions? What does your config look like? Also, our bot from #httpd says: Use ipcs to identify dead IPC stuff, and ipcrm to clean it up. And in future, make sure Apache httpd exits cleanly - Original Message - > Hi, > > I find these log messages in my error