From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout3-eri1.midsouth.rr.com ([24.165.200.8]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 18kCE1-0003xy-00 for ; Sat, 15 Feb 2003 19:00:05 -0500 Received: from cpe-024-033-003-115.midsouth.rr.com (cpe-024-033-003-115.midsouth.rr.com [24.33.3.115]) by mailout3-eri1.midsouth.rr.com (8.11.4/8.11.4) with ESMTP id h1G002S13427 for ; Sat, 15 Feb 2003 18:00:02 -0600 (CST) Date: Sat, 15 Feb 2003 17:59:56 -0600 (CST) From: Adam Myrow To: speakup@braille.uwo.ca Subject: Re: zombie process refuses to die In-Reply-To: <20030215235301.GA26066@romuald.net.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Did you try a "killall -9 khttpd?" Sending signal 9 is supposed to work in nearly every case. It kills a process ungracefully, so it is supposed to be a last resort. For example, sending it to an editor would kill the editor without giving it a chance to save any recovery information and any changes to a file would be lost.