From owner-freebsd-current@FreeBSD.ORG Sun Nov 23 20:50:34 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C53F51065674; Sun, 23 Nov 2008 20:50:34 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 52C638FC1D; Sun, 23 Nov 2008 20:50:34 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2D989.dip.t-dialin.net [217.226.217.137]) by redbull.bpaserver.net (Postfix) with ESMTP id B4C982E0FE; Sun, 23 Nov 2008 21:50:26 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id F12B01492A3; Sun, 23 Nov 2008 21:50:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1227473423; bh=gOEbmXhdOQTlah8CPx1OAGNYWR5t2Q1IJ aISuBjzkko=; h=Message-ID:Date:From:To:Cc:Subject:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=vrs5pKKVqi50rynD0Yg5/yoMVt0BGLGU0e0A6tEHj5NMaKhhPbJ9Z6YoXLlrR6r5X I4GrYIFC38BeLpC32RCbdKccpP9PClpVtkGtnaWpB2XOKCDcDxQqr4/JFXkfvZgd2D4 pyouHNfsjOWU35GFA/98uixlMF+zWIGVXqUsF7JojjkvTiIIxQo9geDSbR2xrP6WK3Q ceKAbH3SnVNGxsJVNc8/sRDnuzBfGd/C/Wv/vw8RQWaqmyC+MHHHXnSNNk8oK7wMt2h cissxz/SgHbYhN4KsR2BYl0+2lxq22SWERHP+43JtFzCWswd7ZAsL5r5FNim307oSQ0 HGE9Sf1AA== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id mANKoMHF080413; Sun, 23 Nov 2008 21:50:22 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Luna.Leidinger.net (Luna.Leidinger.net [192.168.2.100]) by webmail.leidinger.net (Horde Framework) with HTTP; Sun, 23 Nov 2008 21:50:22 +0100 Message-ID: <20081123215022.77989qtqgijg8zkg@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Sun, 23 Nov 2008 21:50:22 +0100 From: Alexander Leidinger To: Goran Lowkrantz References: <20081123204141.25414fy2r5tofx8g@webmail.leidinger.net> <5127CA7792252ECCC495CB5A@[10.255.253.2]> In-Reply-To: <5127CA7792252ECCC495CB5A@[10.255.253.2]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.3) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: B4C982E0FE.239FA X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.823, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, RDNS_DYNAMIC 0.10, TW_ZF 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: pjd@freebsd.org, current@freebsd.org Subject: Re: zfs version 13 kernel and zfs version 6 userland tool? 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: Sun, 23 Nov 2008 20:50:35 -0000 Quoting Goran Lowkrantz (from Sun, 23 Nov 2008 =20 21:24:08 +0100): > --On Sunday, November 23, 2008 20:41 +0100 Alexander Leidinger =20 > wrote: > >> Hi, >> >> I just half-updated a system to -current from today. This means I booted >> todays kernel with the old world. >> >> Is an old zfs userland tool supposed to work correctly with a recent >> kernel? All I get is "internal error: out of memory" when I try a zfs >> list (I noticed a problem as no zfs is mounted). I haven't read anything >> like it shouldn't work on the mailinglist (as this is the normal way of >> updating), so here are the loader.conf settings I use: >> ---snip--- >> vfs.zfs.prefetch_disable=3D1 >> vm.kmem_size=3D"700M" >> vm.kmem_size_max=3D"700M" >> vfs.zfs.arc_max=3D"160M" >> vfs.zfs.vdev.cache.size=3D"5M" >> ---snip--- >> >> This i386 system has 768MB of memory. >> >> Luckily /usr/src is not on ZFS, so I can install the new world if I want >> to. But t be able to go back to the old kernel if necessary, I prefer to >> not blindly update to the new world, except I get a message which tells >> that it will fix my ZFS problem for sure. >> >> Bye, >> Alexander. >> > I had exactly the same problem but mount -t zfs worked so I mounted =20 > all ZFS filesystems and ran installworld with NO_FSCGH=3Dtrue as the =20 > old zfs filesystem was version=3D1 and don't support flags until you =20 > have upgraded the filesystem to version 3. I don't have a problem with fschg, as I didn't even try to do an =20 installworld. My problem is the memory error. Can you confirm that you =20 had the same error before the installworld, but not after the =20 installworld? Bye, Alexander. --=20 Now I am depressed ... http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137