From owner-freebsd-current@FreeBSD.ORG Fri Jul 13 22:06:29 2007 Return-Path: X-Original-To: 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 5638316A400 for ; Fri, 13 Jul 2007 22:06:29 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1BDF213C494 for ; Fri, 13 Jul 2007 22:06:28 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (F72b3.f.ppp-pool.de [195.4.114.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id F175712883F for ; Sat, 14 Jul 2007 00:06:21 +0200 (CEST) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 165843F440 for ; Sat, 14 Jul 2007 00:05:51 +0200 (CEST) Message-ID: <4697F753.5060304@vwsoft.com> Date: Sat, 14 Jul 2007 00:06:11 +0200 From: Volker User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: current@freebsd.org X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: Subject: zfs refuses to load pool on boot, zpool denies import 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: Fri, 13 Jul 2007 22:06:29 -0000 I'm constantly getting this error on bootup: ZFS: WARNING: pool 'mypool' could not be loaded as it was last accessed by another system (host: hostid: 0x0). See: http://www.sun.com/msg/ZFS-8000-EY As I've put /usr into zfs, I need to reboot into single user and issue a `zpool import -f mypool' (w/o -forcing, zpool denies to import the pool). It's strange as this pool has been created on that machine (probably while having booted from a different disk - I don't actually remember). I already imported, exported and re-imported but it didn't help. Any ideas? %kenv smbios.system.uuid ccf8597d-74fe-d511-a413-782ede476378 FreeBSD 7.0-CURRENT #2: Fri Jul 13 19:29:31 CEST 2007 (i386) csup'd & rebuild today, kernel mostly GENERIC (+ALTQ added) Thx Volker