From owner-freebsd-current@FreeBSD.ORG Mon Apr 23 17:27:21 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8396716A406 for ; Mon, 23 Apr 2007 17:27:21 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 6724813C45A for ; Mon, 23 Apr 2007 17:27:21 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l3NHRJfW011479; Mon, 23 Apr 2007 13:27:20 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-current@freebsd.org, thierry@herbelot.com Date: Mon, 23 Apr 2007 13:25:03 -0400 User-Agent: KMail/1.9.6 References: <20070422232514.GP52622@garage.freebsd.pl> <20070423091145.GA67539@keltia.freenix.fr> <200704231914.09345.thierry@herbelot.com> In-Reply-To: <200704231914.09345.thierry@herbelot.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200704231325.03330.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Ollivier Robert Subject: Re: Wondering what you can do for FreeBSD/ZFS? 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: Mon, 23 Apr 2007 17:27:21 -0000 On Monday 23 April 2007 01:14:07 pm Thierry Herbelot wrote: > Le Monday 23 April 2007, Ollivier Robert a =E9crit : > > According to Thierry Herbelot: > > > I'm just unsure of how to get access to a zpool when in single user > > > mode > > > > > > : I usually get an error message stating tank is accessed by another > > > > > > system. > > > > > > maybe I should set hostid and hostname ? > > > > Have you tried "zpool import -f tank"? > > been there, done that, .... but it smells fishy (maybe some dependencies > are missing from /etc/rc.d/zfs) You should run /etc/rc.d/hostid before running /etc/rc.d/zfs. JN