Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apache won't die





However, all of the previously spawned httpd processes (running as www), cannot be killed, even with a kill -9.
killall httpd has no effect and attempts to reboot are unsuccessful. reboot just hangs there unable to kill the zombie processes (which are NOT privileged)

That's the very definition of a Zombie process.
One where the controlling process has gone away, and the process can't exit.




The only recourse we have been able to utilize is to (yikes!) power cycle the server.

Sync first. Then power-cycle.


tried that since this last message and sync never completes. that makes me think it's something lower level.

I've taken to ssh'ing into the server, and issuing the following:

sync &
reboot -n











Kill the non-root Apache processes first, THEN do the apachectl stop.

ps aux | grep '^www' | awk '{ print $2 }' | xargs -n 1 kill - KILL; apachectl stop



did not help. same results.


thanks.


_______________________________________________ Do not post admin requests to the list. They will be ignored. Macos-x-server mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macos-x-server/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.