From owner-freebsd-fs@freebsd.org Fri Mar 4 13:47:33 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BCAC9DA104 for ; Fri, 4 Mar 2016 13:47:33 +0000 (UTC) (envelope-from chris@stankevitz.com) Received: from mango.stankevitz.com (mango.stankevitz.com [208.79.93.194]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD66E6B for ; Fri, 4 Mar 2016 13:47:32 +0000 (UTC) (envelope-from chris@stankevitz.com) Received: from Chriss-MacBook-Pro.local (209-203-101-124.static.twtelecom.net [209.203.101.124]) (using TLSv1.2 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mango.stankevitz.com (Postfix) with ESMTPSA id C6EFC5C4BB for ; Fri, 4 Mar 2016 05:47:31 -0800 (PST) Subject: Re: Processes freeze when they try to access particular ZFS directory To: FreeBSD Filesystems References: <56D8DCDF.9050600@stankevitz.com> From: Chris Stankevitz Message-ID: <56D991F3.7000408@stankevitz.com> Date: Fri, 4 Mar 2016 05:47:31 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56D8DCDF.9050600@stankevitz.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 13:47:33 -0000 On 3/3/16 4:54 PM, Chris Stankevitz wrote: > I have a FreeBSD 10.1-RELEASE-p13 machine on an air-gapped network. When > I perform an 'ls -l' on a particular directory (with ~5 files), the ls > process freezes and does not return. kill -9 and closing the shell > doesn't make the process go away either. The file was in a nullfs mount of a ZFS in a jail. Apparently that is an issue so I stopped doing it. Chris