From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 5 17:09:48 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CC4F106566B for ; Sat, 5 Nov 2011 17:09:48 +0000 (UTC) (envelope-from falkman@gamozo.org) Received: from fireblade.netcore2k.net (fireblade.netcore2k.net [92.48.127.72]) by mx1.freebsd.org (Postfix) with ESMTP id DE00D8FC0A for ; Sat, 5 Nov 2011 17:09:47 +0000 (UTC) Received: by fireblade.netcore2k.net with ESMTP id pA5H9iXH027825 ; Sat, 5 Nov 2011 17:09:46 GMT Date: Sat, 5 Nov 2011 13:09:40 -0400 From: Brandon Falk To: Mark Johnston Message-ID: <20111105170940.GC50362@localhost> References: <20111105164212.GB50362@localhost> <20111105164802.GA50515@raichu.mark-home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111105164802.GA50515@raichu.mark-home> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-hackers@freebsd.org Subject: Re: cdparanoia stuck in cbwait X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 17:09:48 -0000 On Sat, Nov 05, 2011 at 12:48:02PM -0400, Mark Johnston wrote: > On Sat, Nov 05, 2011 at 12:42:12PM -0400, Brandon Falk wrote: > > Hello, > > > > I was got some read errors when I was reading from my disk, which is > > fine. But then cdparanoia starting to no longer respond. Now it's > > zombied and sitting in cbwait. `kill -9 ` does not take it down, it > > seems like it's stuck in the kernel (?). Is this an issue to look at > > cdparanoia for, or to look in the kernel? Perhaps cdparanoia or the > > kernel should have some sort of a timeout? Currently it looks like the > > only fix is a full reboot. > > I've seen this problem a couple of times on -BETA2 as well. I haven't > had time to try and figure out what's causing it, but a camcontrol reset > of the bus will "fix" the problem without a reboot IIRC. > > -Mark No luck on the reset. When I reset, it says it was reset successfully, but cdparanoia still sits zombied, and nothing changes. If I do `camcontrol stop`, camcontrol hangs and becomes a zombie too (until I kill it's parent process) -Brandon