From owner-freebsd-fs@FreeBSD.ORG Tue May 17 19:33:54 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 328A11065674 for ; Tue, 17 May 2011 19:33:54 +0000 (UTC) (envelope-from a.smith@ukgrid.net) Received: from mx1.ukgrid.net (mx1.ukgrid.net [89.107.22.36]) by mx1.freebsd.org (Postfix) with ESMTP id F1D628FC21 for ; Tue, 17 May 2011 19:33:53 +0000 (UTC) Received: from [89.21.28.38] (port=39435 helo=omicron.ukgrid.net) by mx1.ukgrid.net with esmtp (Exim 4.74; FreeBSD) envelope-from a.smith@ukgrid.net envelope-to freebsd-fs@freebsd.org id 1QMPe8-000Kbw-5p; Tue, 17 May 2011 20:09:32 +0100 Received: from 81.60.137.91.dyn.user.ono.com (81.60.137.91.dyn.user.ono.com [81.60.137.91]) by webmail2.ukgrid.net (Horde Framework) with HTTP; Tue, 17 May 2011 20:09:32 +0100 Message-ID: <20110517200932.33075laonl99lx4w@webmail2.ukgrid.net> Date: Tue, 17 May 2011 20:09:32 +0100 From: a.smith@ukgrid.net To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) / FreeBSD-8.1 Subject: zfs get all command hung X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 19:33:54 -0000 Hi, I have a script that runs every hour, one of the commands it runs is "zfs get all mypool". The process has hung and cannot be killed. Is there anything I can do to work out what happened? This has happened before, but on older OS releases. The system is FreeBSD 8.2-RELEASE amd64. A truss of the process just shows nothing, thanks Andy.