From owner-freebsd-stable@FreeBSD.ORG Tue Dec 11 15:10:20 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 AF9A616A417 for ; Tue, 11 Dec 2007 15:10:20 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: from smtp103.plus.mail.re1.yahoo.com (smtp103.plus.mail.re1.yahoo.com [69.147.102.66]) by mx1.freebsd.org (Postfix) with SMTP id 8900913C461 for ; Tue, 11 Dec 2007 15:10:20 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: (qmail 2186 invoked from network); 11 Dec 2007 15:10:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SdIPA8XVqEXfQdKpY9Ho+fXoeljxKL5hUxCKw/olDT++U7skozngYASM90J2OkxoKfqBy/BqIaYWpEGhdqtqd+ZJ/VFbb8FM2HwH6Ag+bVK/3wE1WSWXY86K5xAWbVd0S/Up5Fe467LqlyQlt6kAif7F6/QGCu03VmQigXxnpcI= ; Received: from unknown (HELO ssfbsd.securestate.org) (eol1@70.227.5.28 with plain) by smtp103.plus.mail.re1.yahoo.com with SMTP; 11 Dec 2007 15:10:19 -0000 X-YMail-OSG: 8ZpVUkAVM1myWy5qIGLv9DUFNwHEvfKeSnZKR3vkO1Q_Bg7cpBz2phWj7XVuVcRmy3oRKRcfFQ6Sek61M8G8Dd4.mTckVMuB0eyJp3kkbRpf2cj5eA-- Message-ID: <475EA859.7000407@yahoo.com> Date: Tue, 11 Dec 2007 10:10:17 -0500 From: Peter Thoenen User-Agent: Thunderbird 2.0.0.9 (X11/20071210) MIME-Version: 1.0 To: Ivan Voras References: <475DADF7.6020702@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 15:10:20 -0000 > Do you have zfs_load="YES" in /boot/loader.conf? Scot: Shouldn't have to do this as zfs in compiled in. > Did you create the zfs structures and file system while in single user > mode with root mounted read-only? If so, this is a "known feature" and If so not intentionally ... don't remember to be honest. > it won't be fixed: you need to a) mount root read-write and b) run > /etc/rc.d/hostid start before /etc/rc.d/zfs start. To fix it, mount root > read-write, remove zpool.cache file (if any) from /boot/zfs, run > commands from "b" and then run zfs import -f until you have your zfs > file systems online. Then reboot into multiuser mode - it should work > now. Never modify zfs without steps "a" and "b", some combinations of > such modifications lead to kernel panics or possible data loss. Ja .. that def worked. Thanks much Ivan. I think the step I was missing in my fixes (or when working from single user mode) was calling /etc/rc.d/hostid .... never could figure out why I had to force input my pools (always in use) and that was most likely it. 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. 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. > > As for the other problems: presence of /usr/lib32 is not influenced by > kernel build options. I don't know what influences, but the kernel > doesn't. Are you running java and other applications in 32-bit mode? Why? Not intentionally running anything in 32-bit mode but trying to track down some odd problems (namely java, xchat, and slow X responsiveness (e.g. ~2 min to open a gnome-terminal from time of click) and one of the errors I always got on boot was something about 32 compatibility and not finding /usr/lib32 So took a look at /usr and noticed I do not have a lib32 and then from inference (bad or good) it appeared I should from the above error message and http://lists.freebsd.org/pipermail/freebsd-amd64/2004-March/000966.html (ja very old and referencing FBSD6). Figured I was in error not having it as: 1) I have options COMPAT_IA32 deifned in kernel 2) WITHOUT_LIB32 is NOT set in src.conf (implying that it should be built by default from my understanding of how world is built) Just trying to narrow things down one at a time. Thanks much on the ZFS issue. Now the build and install world issues :) (and hopefully once all fixed the java / xchat issues will magically clear up :( ALCON: When I got my original message from the server it appeared to strip my attachments. They can be found at http://www.nan-elmoth.net/fbsd/makeinstallworld.tar.gz http://www.nan-elmoth.net/fbsd/buildworld_no_tsch.tar.gz http://www.nan-elmoth.net/fbsd/makeinstallworld.tar.gz