From owner-freebsd-current@FreeBSD.ORG Mon Oct 14 20:55:48 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CAFF41D4 for ; Mon, 14 Oct 2013 20:55:48 +0000 (UTC) (envelope-from freebsd@allanjude.com) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id A5D78278E for ; Mon, 14 Oct 2013 20:55:48 +0000 (UTC) Received: from [10.1.1.1] (S01060001abad1dea.hm.shawcable.net [50.70.108.129]) (Authenticated sender: allan.jude@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 1E1E73D46B; Mon, 14 Oct 2013 20:55:46 +0000 (UTC) Message-ID: <525C5A6F.6050906@allanjude.com> Date: Mon, 14 Oct 2013 16:56:15 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Olivier_Cochard-Labb=E9?= Subject: Re: Process stuck in D+ state References: <525B2967.9060404@allanjude.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 14 Oct 2013 20:55:48 -0000 On 2013-10-14 16:53, Olivier Cochard-Labbé wrote: > On Mon, Oct 14, 2013 at 1:14 AM, Allan Jude wrote: >> Looking at the process states, connect and rpcreconnect, seem to suggest >> something involving yp/nis or NFS or some such. >> > Oops, yes you've right, I've got an sub-folder on my homedir that was > NFS mounted and the NFS server was poweroff without unmounting this > sub-folder first. > I need to check the NFS mount option for avoiding to stuck all the > disk-related process once the NFS server disapear. > > Thanks for pointing this. > > Olivier my fstab nfs options: rw,bg,intr,soft,noatime -- Allan Jude