From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 2 11:47:15 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3016A55F; Sun, 2 Jul 2006 11:47:15 +0000 (UTC) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F5544286; Sun, 2 Jul 2006 11:22:20 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [192.168.1.128] (e178003000.adsl.alicedsl.de [85.178.3.0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 6E42B3008DEE; Sun, 2 Jul 2006 13:22:19 +0200 (CEST) Message-ID: <44A7AC66.3070805@mail.uni-mainz.de> Date: Sun, 02 Jul 2006 13:22:14 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: Subject: Kill an stopped process X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 11:47:15 -0000 Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, in most cases xine, firefox oder thunderbird, show status 'STOP' in top and are unkillable! Trying to kill them as root (sending signal 9 throught 'kill' or 'killall') doesn't have any effect. Can anyone help and tell how to kill such a job? The only way getting rid of those processes is reboot the box and this can not be the right way. Thanks, oh