From owner-freebsd-questions Sat Jan 19 13:30:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 843E937B405 for ; Sat, 19 Jan 2002 13:30:16 -0800 (PST) Received: from user-2injjls.dialup.mindspring.com ([165.121.206.188] helo=[192.168.0.100]) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16S33n-00031A-00; Sat, 19 Jan 2002 13:29:59 -0800 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Sat, 19 Jan 2002 16:29:56 -0500 Subject: Re: kill -9 not strong enough... From: Wes Baehr To: Sean Chittenden , Message-ID: In-Reply-To: <20020118163526.A56293@ninja1.internal> Mime-version: 1.0 Dont-read-headers: dangit, i said dont read them! Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Segfault it with kill -11 333 -- wes On 1/18/02 7:35 PM, "Sean Chittenden" wrote: > 1st: everyone should use postgres. I hate supporting MySQL. > > 2nd: when MySQL gets wedged, why can't I kill it? kill -9 333 doesn't > seem to get it. I don't think it's a hardware problem because > everything else is ticking along fine and I haven't seen any error > messages anyplace. Any ideas? I remember having this problem a few > years ago on Linux so it seems to be a MySQL prob, but why isn't kill > -9 solving my probs? <:~( -sc > > > # ps auxwww|grep mysqld > mysql 333 0.0 1.5 31120 15980 con- R Wed12PM 50:42.10 > /usr/local/libexec/mysqld --basedir=/usr/local --datadir=/var/db/mysql > --user=mysql --pid-file=/var/db/mysql/ninja1.pid > # kill -9 333 > # kill -9 333 > # kill -9 333 > # ps auxwww | grep mysqld > mysql 333 0.0 1.5 31120 15980 con- R Wed12PM 50:42.10 > /usr/local/libexec/mysqld --basedir=/usr/local --datadir=/var/db/mysql > --user=mysql --pid-file=/var/db/mysql/ninja1.pid > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message