From owner-freebsd-questions@freebsd.org Wed Jan 25 01:17:35 2017 Return-Path: Delivered-To: freebsd-questions@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 B2E9ECC0B43 for ; Wed, 25 Jan 2017 01:17:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47258AA0 for ; Wed, 25 Jan 2017 01:17:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id r144so5301690wme.1 for ; Tue, 24 Jan 2017 17:17:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ua2F4bZSxuxH7/XwRrXEiejwRvcurDiPBJ9ioIU8tpA=; b=C7nWNpE46OeVFvPWhsLXs4SM47drLnyYdMSElr3j5wngSF3PyaSzL1hJKaMM9fIcdJ 82vx+M8sgcLYFND/TOJUwwVC+oTY79VnuLi4YwEsKDkgdK9esexjbkoPIlOTO+fN4BbF qUJ2+QwPkzB3EbMhxAgdWuU1z9cbCSjbBPJaoAG7QslRhq8pXO0/uv35qjvNWyJZzG9g ghNZ6NuOhEvv5kl0kE9DYcf/3+WEow59JQn3FN0+BgXF83os5iDaDNba8OIjQoANWJzf 2p8ipuJo5Jr+Ojq/x4WKo81GMZGbR+IwWhg3rzRtUzvknODmS6cNCinLYvk/TPQs28UT edEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ua2F4bZSxuxH7/XwRrXEiejwRvcurDiPBJ9ioIU8tpA=; b=QIBAUbc4TZsTGCuTyreKcqqwtQ4+HNqWRD4KDMwHRMS1ZEF95RAkJ27PB7xPMY7svd 2ijvx1h/VTlY9eicFWuEj/p9JyZQKoLOmuuIQj8cEf9xyAHRxok73dRl2LmJ2eiUU3hh YLNQLXSng9cwPWJYZyUAcx3opBo0ijf0w3sF3s0n0F7hANfHiRyXwhx36gtHYfxSMWjd GCbOi1qjZXMloP5OcGrOS0Zdy8GA9nM1wwopugKL0koxj5tSivL4biEMkxS2WyhJRgzF SCkRVG1MsnXHq4YTochaTf+TPCMCs3x2NOf6lw5XqI/sFOpxPqZ8QYJXeeXZTUq1jCbt oqvg== X-Gm-Message-State: AIkVDXLFVsYNiZt/VKR1J3UTbIkI5UlFJ84OErUP2MacFo1idpe+iz+kIxZGpXvz+ozG2wG/YlxARMiaLDsnWg== X-Received: by 10.223.165.76 with SMTP id j12mr30289476wrb.17.1485307052908; Tue, 24 Jan 2017 17:17:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.164.65 with HTTP; Tue, 24 Jan 2017 17:17:32 -0800 (PST) In-Reply-To: <67996364-28df-d882-25b2-9547c6752aec@stankevitz.com> References: <67996364-28df-d882-25b2-9547c6752aec@stankevitz.com> From: Adam Vande More Date: Tue, 24 Jan 2017 19:17:32 -0600 Message-ID: Subject: Re: ls -l /path/to/zfs hangs; ls -a is fine To: Chris Stankevitz Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 01:17:35 -0000 On Tue, Jan 24, 2017 at 6:13 PM, Chris Stankevitz wrote: > Please let me know if you have any tips that will allow me to determine > what is wrong. > man truss -- Adam