From owner-freebsd-questions@freebsd.org Thu Feb 25 15:50:46 2016 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 8662AAB2F7F for ; Thu, 25 Feb 2016 15:50:46 +0000 (UTC) (envelope-from motty.cruz@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (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 5B36919AE for ; Thu, 25 Feb 2016 15:50:46 +0000 (UTC) (envelope-from motty.cruz@gmail.com) Received: by mail-pa0-x22e.google.com with SMTP id fy10so33997257pac.1 for ; Thu, 25 Feb 2016 07:50:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=g57Y3UidEwzFg5p6sYnTto07C7ajO85IpA0wJJqBBJw=; b=OLGLKnii3TLzLUTPBfro1GeogkAuBc0Ib/TaIFaoLzEHyhJQrwxZbFtmLGpTD33vIh EqExjuHIaHy+P6JDqE+i28lomcq3FAN7ap9qwbWWYtDiKXL2UagfmVx0p3ox72QbYj8a mlQyqylTFDOiVcb+tBdVYDYW6xhzuVd6J1qoMfHJ8fAI/1VKKMOKZ24EmdhLzSiq4xCm 5nIO0FthtD2APY/Ub9KcB0gX/ZCMH8C0DNc6360gThqi8ILKY6po4MoaNKTUYPPzBhFj D5fIPW6HiYtqj/uTaWeld4JMMDqwgoFgxBFAqBB6hvEHPSt8E/W9iNt6ETsbqP3dutlS pmMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=g57Y3UidEwzFg5p6sYnTto07C7ajO85IpA0wJJqBBJw=; b=QE3dygXPBswJVdxA2cBPUjLyGIflbPxx/KzOJb0gFexsbEI3WxKM1EHbfLdwhfPd2b F9pUg607RaLKzCe2tUH8tbCE9E6s1SEJlPvr94Im4bqrimRnxYelzDC60RLOGF+Qi2ix U17NNunvncofTd7fv+YzWlZE90e3IfW5+Pp0+SofkDOcTDBnnEAT1GgHnA0mGECpN5fT wvwQY/9/FnYLTV1sHnX0QxZ3BSa0Rln9KLRoTTIPr5X8jBp2VkgH8EEIaUyLFVKrwBtt gb/+S+y+/3zTImJLX+ZL7jcLpLjKFPBohytK7BrMUX8lsf4zYCipABwUK2j32nucF2Ij fDmw== X-Gm-Message-State: AG10YOT9vs97c9xCPNfx4+243Eqc8Y/3sovCzKoKvPaD4/Cp4eVFZ1j/wyXiI+JxhBeA5A== X-Received: by 10.66.142.193 with SMTP id ry1mr29881160pab.33.1456415446002; Thu, 25 Feb 2016 07:50:46 -0800 (PST) Received: from kali.sscs.ad (aswan.sscsinc.com. [199.96.38.41]) by smtp.gmail.com with ESMTPSA id p9sm13203842pfa.11.2016.02.25.07.50.44 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Feb 2016 07:50:44 -0800 (PST) To: freebsd-questions@freebsd.org, motty.cruz@gmail.com From: Motty Cruz Subject: find -sx / /hpetrunk /poolinfo /tank - FreeBSD 10.1 daily run output Message-ID: <56CF22D3.4030503@gmail.com> Date: Thu, 25 Feb 2016 07:50:43 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 15:50:46 -0000 Hello, I notice the following command takes a very long time and is affecting the daily run output cron job. root 26608 2.7 0.2 20564 10184 - D 3:01AM 5:33.27 find -sx / /hypetrunk /poolinfo /tank /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm any suggestions, root@X:~ # zfs list NAME USED AVAIL REFER MOUNTPOINT tank 640G 971G 25.4K /tank tank/hypertrunk 639G 971G 590G /hypertrunk tank/poolinfo 31.4K 971G 31.4K /poolinfo is it looking for permissions and should ignore? Thanks, Motty