From owner-freebsd-stable@FreeBSD.ORG Tue Dec 11 12:01:45 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 6CF2A16A420 for ; Tue, 11 Dec 2007 12:01:45 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 053C013C465 for ; Tue, 11 Dec 2007 12:01:44 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J23nf-0007Cd-Gr for freebsd-stable@freebsd.org; Tue, 11 Dec 2007 12:01:23 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2007 12:01:23 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2007 12:01:23 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Tue, 11 Dec 2007 13:06:49 +0100 Lines: 63 Message-ID: References: <475DADF7.6020702@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1848B264CC39D7D7F425E7C6" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.6 (X11/20070801) In-Reply-To: <475DADF7.6020702@yahoo.com> X-Enigmail-Version: 0.95.3 Sender: news 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 12:01:45 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1848B264CC39D7D7F425E7C6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Peter Thoenen wrote: > Issue #1: >=20 > For some reason zfs_enable=3D"YES" in rc.conf doesn't work. It doesn't= > seem to auto mount my zfs mounts which is a PITA. Currently I am force= s > (each time I reboot) to boot into single user mode, mount all my drives= , > then exit, continuing into multi-user mode. The interesting this is st= ep 3. >=20 > 1) fsck -p > 2) mount -u / > 3) zfs > 4) zfs mount -a > 5) exit >=20 > NOTE: If I skip #3 and immediately do #4 it mails. For some reason I > have to to a straight zfs call. >=20 > NOTE: If I immediately go to multiuser mode skipping manually mounting > not only does zfs not mount but I have to re-force import the tank pool= > (e.g. step 3.5: zpool import -f tank) 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 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. 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?= --------------enig1848B264CC39D7D7F425E7C6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHXn1gldnAQVacBcgRAhjnAKC9U7c4ex7T5SkmHr8Uk1WhiNWnAQCglwHw EJLDkY09Scm78RSL9w2W3uk= =52jx -----END PGP SIGNATURE----- --------------enig1848B264CC39D7D7F425E7C6--