From owner-freebsd-stable@FreeBSD.ORG Tue Dec 11 16:15:09 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53F5216A417 for ; Tue, 11 Dec 2007 16:15:09 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id B458013C4D1 for ; Tue, 11 Dec 2007 16:15:08 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so2258754rvb for ; Tue, 11 Dec 2007 08:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=C+wZmrZnodgJZgzWCN6p+Q4RPQDWpz1TvCOulZmTd/Y=; b=nf4Z4hmdpGEkQ20qs4Qe1epM2Ggbx7uWox8SAWOcVvTw/VDTJYoIMA2DETy42ccUW5rWMUBNB84AQFcr1PpcLRapU7s4GQvK6lLWgPumjl7BsHf1v8rsW0YRRBeBbcyO5NrmNCvsutn0nxjVcl7w0W3wVx01jpLtbuHvZ9iQMNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=wJJt35dq8KqDXHUTfTWm20qzTqBov20Sipi3+rTdwimYct75FV+hW7uPcBl03AhVbMPz8VsTq6hmUvuuHPHsU0crZvomfeqH4lm4TikD0p++HLkkI1jnT5z9cvz70BTe3ZlCCBbat1FVYEfMXbMU689PNIryFAdYLtG3xCOzRXQ= Received: by 10.141.87.13 with SMTP id p13mr254386rvl.1197389707527; Tue, 11 Dec 2007 08:15:07 -0800 (PST) Received: by 10.141.63.14 with HTTP; Tue, 11 Dec 2007 08:15:07 -0800 (PST) Message-ID: <9bbcef730712110815g34adb0dfv8fe89dbb52225cb3@mail.gmail.com> Date: Tue, 11 Dec 2007 17:15:07 +0100 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Peter Thoenen" In-Reply-To: <475EA859.7000407@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <475DADF7.6020702@yahoo.com> <475EA859.7000407@yahoo.com> X-Google-Sender-Auth: da276f13b6bcfa31 Cc: freebsd-stable@freebsd.org Subject: Re: Various Issues with 7.0-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Dec 2007 16:15:09 -0000 On 11/12/2007, Peter Thoenen wrote: > Just FYI above mainly worked minus the "zfs import -f" step ... had to > do "zpool import -f" instead. I am guessing just fat fingered on your > end but figured I should stick it in my response for the archives in > case anybody has the problem and actually searches them. You're correct, thank you - I don't think "zfs" even has the "import" command in itself. "zpool" is what the intention was. > BTW, is that "known feature" documented anywhere .. .can't imagine I am > the only guy that has hit this problem and it happened to me on all 3 > ZFS systems I have build on FBSD. Googled quite a bit before posting > over the last week or so but this is the first time I am seeing a fix. I think it got mentioned, but always when someone gets burn by it. I think the real problem is that there should be some sort of dependency tracking so the /etc/rc.d/zfs script knows it should start "hostid" before running, or refuse to run if hostid is not started. Or maybe the same but for the kernel module and "zfs" and "zpool" executables. > Thanks much on the ZFS issue. Now the build and install world issues :) Can't help you with the build world issues except by suggesting generic troubleshooting: - try deleting /usr/obj - try installworld into a different directory (DESTDIR variable) - try building world on a different machine with exactly the same sources then copying /usr/obj to your machine and doing make installworld as usual.