From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 05:32:25 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D277E16A468; Fri, 1 Jun 2007 05:32:25 +0000 (UTC) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.freebsd.org (Postfix) with ESMTP id 94FD013C46E; Fri, 1 Jun 2007 05:32:25 +0000 (UTC) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 7B2308C9BB3; Fri, 1 Jun 2007 13:01:08 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 361F88C9A9A; Fri, 1 Jun 2007 13:01:08 +0800 (CST) Date: Fri, 1 Jun 2007 13:01:08 +0800 (CST) From: Tai-hwa Liang To: Jiawei Ye In-Reply-To: Message-ID: <07060112584613.12429@www.mmlab.cse.yzu.edu.tw> References: <20070531183719.B77697@fledge.watson.org> <20070531180555.GA10910@kobe.laptop> <20070601010212.F77697@fledge.watson.org> <626eb4530705311711h69322a54ga7c49aea3fe4ab27@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Giorgos Keramidas , Hidetoshi Shimokawa , Robert Watson , current@freebsd.org, scsi@freebsd.org Subject: Re: watch(8) stuck in devdrn X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Jun 2007 05:32:26 -0000 On Fri, 1 Jun 2007, Jiawei Ye wrote: > On 6/1/07, Hidetoshi Shimokawa wrote: >> The problem doesn't seem specific to tty sub system. >> I have similar problem with scsi_target. >> >> On 6/1/07, Robert Watson wrote: >> > >> > On Thu, 31 May 2007, Giorgos Keramidas wrote: >> > >> > > On 2007-05-31 18:38, Robert Watson wrote: >> > >> I was using watch(8) this afternoon, and on trying to quit, ran into >> this: >> > >> >> > >> peppercorn:~> ps axl | grep watch >> > >> 0 14200 14194 0 -8 0 3416 1056 devdrn D p2- 0:00.01 >> watch -W tt >> > >> >> > >> It was running on a pty, but the target tty was ttyv1. >> > > >> > > If you have kern.pts.enable=1 you may have to use: >> > > http://hg.hellug.gr/freebsd/src-keramida/file/944ac3982de1/pty-devdrn >> > > >> > > Without this patch and kern.pts.enable=1 all ptys seem to get stuck in >> > > devdrn on process exit. AFAIK, Kostik Belousov and Tor Egge know this >> and >> > > are already working on a fix: >> > >> > I'm not using pts.enable on this box. >> > > mount_smbfs has been having this problem for quite a while too. By any chance you can give following patches a try? http://people.freebsd.org/~kib/misc/destroy_dev_sched.6.patch http://people.freebsd.org/~avatar/destroy_dev_sched_addon.2.patch -- Thanks, Tai-hwa Liang