From owner-freebsd-current@FreeBSD.ORG Tue Jul 6 17:47:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D81F16A4FA; Tue, 6 Jul 2004 17:47:10 +0000 (GMT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19F543D39; Tue, 6 Jul 2004 17:47:09 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])i66Hl6of051168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Jul 2004 13:47:08 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (mteterin@localhost [127.0.0.1]) i66HktrA072651; Tue, 6 Jul 2004 13:46:55 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: pav@FreeBSD.org Date: Tue, 6 Jul 2004 13:46:55 -0400 User-Agent: KMail/1.6.2 References: <200407051853.22521@aldan> <1089134481.1948.12.camel@hood.oook.cz> In-Reply-To: <1089134481.1948.12.camel@hood.oook.cz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200407061346.55218@misha-mx.virtual-estates.net> X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Mailman-Approved-At: Wed, 07 Jul 2004 11:44:27 +0000 cc: current@FreeBSD.org Subject: Re: unkillable process in physrd-sttae X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 17:47:10 -0000 => As I was playing a DVD, the picture stopped and everything seemingly => froze. I was able to login from another machine and look, what's => happening. = =I see this regularly, both DVD-Video playback and reading of files off =data DVD. Workaround is to list directories and read files from the DVD, =it will unstuck blocked process too. Or, issue I'm not so much concerned about the DVD-playback (`cdcontrol reset' is my workaround), but for the possibility of a process getting into a state, where it can not be killed. NFS-related issues used to be like this, but, it seems, `umount -f' works now. =# atacontrol mode 1 udma33 xxx = =(in case your DVD unit is alone on secondary IDE channel)... Thanks, I'll try that too. Currently I just run while (1) cdcontrol reset sleep 1 end while the movie is playing :-( Yours, -mi