From owner-freebsd-current@FreeBSD.ORG Tue Aug 5 04:54:36 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 418F9106566C for ; Tue, 5 Aug 2008 04:54:36 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id 2309D8FC17 for ; Tue, 5 Aug 2008 04:54:36 +0000 (UTC) (envelope-from randy@psg.com) Received: from [202.214.86.146] (helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KQEZ9-000D86-AM; Tue, 05 Aug 2008 04:54:35 +0000 Message-ID: <4897DD0A.1020709@psg.com> Date: Tue, 05 Aug 2008 13:54:34 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Richard Todd References: <20080727125413.GG1345@garage.freebsd.pl> <1217338852.10413.1.camel@dingo-laptop> <488F2078.708@psg.com> <200807300740.54428.duncan.young@pobox.com> <48968068.1070204@psg.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ZFS patches. 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: Tue, 05 Aug 2008 04:54:36 -0000 >> :/> /etc/rc.d/hostid start >> Setting hostuuid: 7634a964-b127-0430-c299-00304891d708. >> Setting hostid: 0xeebf67d9. >> :/> /etc/rc.d/zfs start >> internal error: out of memory >> internal error: out of memory >> internal error: out of memory >> internal error: out of memory > > I got this too, with the patch, on the reboot after "make installkernel" but > withouth having done "make installworld". After "make installworld" it went > away. Apparently "internal error: out of memory" really means "old ZFS > userland utilities zpool(1M)/zfs(1M) aren't compatible with new ZFS kernel". > Presumably something should be mentioned about this in UPDATING when this > patchset hits the tree for real. i *think* i had installed world randy