From owner-freebsd-current@FreeBSD.ORG Wed Aug 18 08:39:59 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E742C10656E8 for ; Wed, 18 Aug 2010 08:39:59 +0000 (UTC) (envelope-from MH@kernel32.de) Received: from crivens.kernel32.de (crivens.asm68k.org [81.169.171.191]) by mx1.freebsd.org (Postfix) with ESMTP id AC3498FC1D for ; Wed, 18 Aug 2010 08:39:59 +0000 (UTC) Received: from thor.mobile.rz (unknown [194.50.70.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by crivens.kernel32.de (Postfix) with ESMTPSA id 4235FB03B9 for ; Wed, 18 Aug 2010 10:23:25 +0200 (CEST) Message-ID: <4C6B987F.5050703@kernel32.de> Date: Wed, 18 Aug 2010 10:23:27 +0200 From: Marian Hettwer User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: 8.1-release + zfs v15 df(1) hangs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 18 Aug 2010 08:40:00 -0000 Hi All, i installed freebsd 8.1-release on my workstation (based on the 8.1-release mfsbsd isos) and I'm now experiencing some strange effects. A df(1) doesn't return and is not killable and while taking a look around in my process table, I could find several find's hanging around too. mhettwer 5976 0.0 0.0 6896 1088 13 D+ 5:55PM 0:00.00 df -h mhettwer 5351 0.0 0.0 6896 1088 19 D+ 1:49PM 0:00.00 df -h root 215 0.0 0.0 5804 1232 ?? D Mon05AM 0:04.29 find -sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + root 4139 0.0 0.0 5804 1324 ?? D Tue05AM 0:02.38 find -sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + root 7305 0.0 0.0 5804 1324 ?? D 5:01AM 0:00.43 find -sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + root 73775 0.0 0.0 5804 1232 ?? D Fri05AM 0:10.18 find -sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + root 94589 0.0 0.0 5804 1232 ?? D Sat05AM 0:07.68 find -sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + nobody 94746 0.0 0.0 5804 1072 ?? DN Sat06AM 0:07.38 find -s / ! ( -fstype zfs ) -prune -or -path /tmp -prune -or -path /usr/tmp -prune -or -path /var/tmp -prune -or -path /var/db/portsnap -prune -or -print root 97430 0.0 0.0 5804 1232 ?? D Sun05AM 0:06.02 find -sx / /home /tmp /var /dev/null -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -exec ls -liTd {} + I couldn't figure out where they're coming from, but since it seems there's a new one every night I suspect its coming from a periodic script. Any ideas how to get rid of those processes? And yes, I know that zfs V15 isn't in -STABLE for a reason... # uname -a # FreeBSD siteop38-1.mobile.rz 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Tue Aug 3 12:03:02 UTC 2010 root@siteop38-1.mobile.rz:/usr/obj/usr/src/sys/GENERIC amd64 (I csup'ed to RELENG_8_1 and applied the v15 patch from http://mfsbsd.vx.sk/ and did a make world) best regards, Marian PS.: For the author of mfsbsd iso's: I like them. Cool! Thanks! :)