From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 8 03:06:55 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82965106566C for ; Thu, 8 Mar 2012 03:06:55 +0000 (UTC) (envelope-from salimane@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4902C8FC0C for ; Thu, 8 Mar 2012 03:06:55 +0000 (UTC) Received: by iahk25 with SMTP id k25so82657iah.13 for ; Wed, 07 Mar 2012 19:06:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=9shPWADA1SBncYeSw0tWq608zYYSjsFmSVaRc1CAVAU=; b=NSQxl5ewKtboKtMsyO79rcUoznUSE1xKRe6qPNMdYJNckm+wD0RaeBXm1ZydXg3I20 TKK5ysueHO5uwLSrUy8KQD0O3enkzRNx+1/xRWLKccfPuiC68X68vxlZFPKgiXxR2Hd/ Q5rcaSpZiJ3KehLPCnQ/44NRyT31G909ifOM2Rz/ZV3c2SWVETebZhog8l2yqDnjuom1 hhfOyy7l1SfOTcQxqOJOnhGHsl0iEKYeF6giY/DKmzbvrYsZugbNVCb+ONylODEuOlI3 Pgy/DWm7rIfun9TNLqf4XpxyCRWcyfDG6fiL6OdeqA9PjpqurRRaiYuurCOMbGwxeVzV GB2w== Received: by 10.42.144.201 with SMTP id c9mr3392256icv.29.1331174286294; Wed, 07 Mar 2012 18:38:06 -0800 (PST) MIME-Version: 1.0 Sender: salimane@gmail.com Received: by 10.42.136.10 with HTTP; Wed, 7 Mar 2012 18:37:46 -0800 (PST) In-Reply-To: <201203071825.q27IPnfE062452@freefall.freebsd.org> References: <201203071825.q27IPnfE062452@freefall.freebsd.org> From: Salimane Adjao Moustapha Date: Thu, 8 Mar 2012 10:37:46 +0800 X-Google-Sender-Auth: PNKGTtNowFaiml4ouR-Yib-zu1M Message-ID: To: jh@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-bugs@freebsd.org Subject: Re: bin/165811: kill(1) doesn't terminate a process group with the command "kill -- -117" (from man kill) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2012 03:06:55 -0000 Hi, with /bin/kill I still have this problem. Fb-bj# ps axjf | grep resque myuser 17995 1 17993 17993 0 I ?? 0:00.11 /usr/local/bin/php -f scripts/resque/resque.php low myuser 17996 17995 17993 17993 0 S ?? 0:42.24 /usr/local/bin/php -f scripts/resque/resque.php low myuser 17997 17995 17993 17993 0 S ?? 0:41.67 /usr/local/bin/php -f scripts/resque/resque.php low myuser 18026 1 18024 18024 0 I ?? 0:00.16 /usr/local/bin/php -f scripts/resque/resque.php high myuser 18031 18026 18024 18024 0 S ?? 0:02.50 /usr/local/bin/php -f scripts/resque/resque.php high myuser 18032 18026 18024 18024 0 S ?? 0:02.81 /usr/local/bin/php -f scripts/resque/resque.php high root 62234 62209 62233 62204 2 S+ 0 0:00.00 grep resque Fb-bj# /bin/kill -- -17995 kill: -17995: No such process i still can't kill the process 17995 and its children 17996, 17997 Thanks -- *Salimane Adjao Moustapha* *Bio * On Thu, Mar 8, 2012 at 2:25 AM, wrote: > Synopsis: kill(1) doesn't terminate a process group with the command "kill > -- -117" (from man kill) > > State-Changed-From-To: open->closed > State-Changed-By: jh > State-Changed-When: Wed Mar 7 18:20:23 UTC 2012 > State-Changed-Why: > Salimane Adjao Moustapha wrote: > > Terminate the process group with PGID 117: > > > > kill -- -117 > > > > > > but running it gives error : > > > > >kill -- -117 > > -: Unknown signal; kill -l lists signals. > > It looks like you used a shell built-in kill. If you still have the > problem when using explicitly /bin/kill, let us know. > > > kill -- -117 > -: Unknown signal; kill -l lists signals. > > /bin/kill -- -117 > kill: -117: No such process > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=165811 >