Date: Mon, 24 Aug 1998 17:26:25 +0200 From: "Arjan" <lists@alpha.nl> To: <questions@FreeBSD.ORG> Subject: Can't kill processes Message-ID: <02b901bdcf73$8eff8120$98626dc2@lisboa.nedstat.nl>
next in thread | raw e-mail | index | archive | help
Hi, as an act of desperation I'm now trying to kill loads of perl-processes (all spawned by Apache). As root I execute this command: kill `ps -auwx | grep -i perl | grep -v grep | awk '{print $2}'` The result is a couple of errors, complaining about non-existant PID's, but still loads of perl-processes continue running (and consume memory). Am I missing something here or has this system become so unstable as there's nothing else to do but trash it???? Arjan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02b901bdcf73$8eff8120$98626dc2>