From owner-freebsd-current@FreeBSD.ORG Thu Mar 16 23:10:37 2006 Return-Path: X-Original-To: current@freebsd.org 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 03BEF16A400 for ; Thu, 16 Mar 2006 23:10:37 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C6243D6D for ; Thu, 16 Mar 2006 23:10:27 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.4/8.13.4) with ESMTP id k2GNAMAs086913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Mar 2006 18:10:26 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k2GNAGtU072532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Mar 2006 18:10:17 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k2GNAA2B012681; Thu, 16 Mar 2006 18:10:10 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k2GNA9lE012680; Thu, 16 Mar 2006 18:10:09 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Mohan Srinivasan Date: Thu, 16 Mar 2006 18:10:09 -0500 User-Agent: KMail/1.8.3 References: <20060316225709.56198.qmail@web30813.mail.mud.yahoo.com> In-Reply-To: <20060316225709.56198.qmail@web30813.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200603161810.09537.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1335/Wed Mar 15 23:58:43 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Mailman-Approved-At: Thu, 16 Mar 2006 23:18:00 +0000 Cc: Rong-En Fan , current@freebsd.org Subject: Re: unkillable process stuck in "nfsaio" 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: Thu, 16 Mar 2006 23:10:37 -0000 четвер 16 березень 2006 17:57, Mohan Srinivasan Ви написали: > If you already have the 'intr' flag in fstab, then not being able > to interrupt the operation on the mount is a bug. I'll take a look > at it. It is not in fstab, it is in amd.map -- the share is automounted: /defaults type:=host;fs:=${autodir}/${rhost};rhost:=${key} * rhost!=${key};opts:=rw,grpid,resvport,vers=3,proto=udp,nosuid,nodev,intr I thought, the `intr' flag is needed to be able to interrupt an operation in case of a troublesome *server*. In my case, the server is fine. It did not suddenly disconnect nor crash. What I did was interrupt (with Ctrl-C) the program running on the client. No, I do not have the corefile -- I rebooted :-( Yours, -mi