From owner-freebsd-stable@FreeBSD.ORG Tue Dec 3 15:14:44 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75D3C817 for ; Tue, 3 Dec 2013 15:14:44 +0000 (UTC) Received: from bewilderbeast.blackhelicopters.org (mwlucas-2-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:b9c::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8481A3A for ; Tue, 3 Dec 2013 15:14:43 +0000 (UTC) Received: from bewilderbeast.blackhelicopters.org (localhost [127.0.0.1]) by bewilderbeast.blackhelicopters.org (8.14.7/8.14.5) with ESMTP id rB3FEe9F044772 for ; Tue, 3 Dec 2013 10:14:41 -0500 (EST) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.14.7/8.14.5/Submit) id rB3FEeFN044771 for freebsd-stable@freebsd.org; Tue, 3 Dec 2013 10:14:40 -0500 (EST) (envelope-from mwlucas) Date: Tue, 3 Dec 2013 10:14:40 -0500 From: "Michael W. Lucas" To: freebsd-stable@freebsd.org Subject: freebsd-update hang on 10.0-BETA2->BETA4 upgrade Message-ID: <20131203151440.GA44732@bewilderbeast.blackhelicopters.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (bewilderbeast.blackhelicopters.org [127.0.0.1]); Tue, 03 Dec 2013 10:14:42 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 15:14:44 -0000 Hi, I'm trying to upgrade a system from BETA2 to BETA4. First I run: # freebsd-update -r 10.0-BETA4 upgrade This goes fine. When I run # freebsd-update install the system churns for a while, then hangs. freebsd-update has no verbose mode that I can see. I tried running it under truss to see if there was some obvious error from ZFS permissions or something, and got: stat("/sbin/tr",0x7fffffffc8f0) ERR#2 'No such file or directory' stat("/bin/tr",0x7fffffffc8f0) ERR#2 'No such file or directory' stat("/usr/sbin/tr",0x7fffffffc8f0) ERR#2 'No such file or directory' stat("/usr/bin/tr",{ mode=-r-xr-xr-x ,inode=2729,size=20960,blksize=20992 }) = 0 (0x0) pipe(0x7fffffffca18) = 0 (0x0) fork() = 68697 (0x10c59) close(3) = 0 (0x0) close(5) = 0 (0x0) fork() = 68698 (0x10c5a) close(4) = 0 (0x0) getpgrp() = 61524 (0xf054) It sits here, no error, no nothing until I hit ^C and it dies. ZFS is configured as per https://forums.freebsd.org/viewtopic.php?&t=31557 Any suggestions on how to debug this? Thanks! ==ml -- Michael W. Lucas - mwlucas@michaelwlucas.com, Twitter @mwlauthor http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Absolute OpenBSD 2/e - http://www.nostarch.com/openbsd2e coupon code "ILUVMICHAEL" gets you 30% off & helps me.