From owner-freebsd-current@FreeBSD.ORG Wed Feb 27 21:56:54 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7E3065E3 for ; Wed, 27 Feb 2013 21:56:54 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gg0-x22c.google.com (mail-gg0-x22c.google.com [IPv6:2607:f8b0:4002:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 40AB12D2 for ; Wed, 27 Feb 2013 21:56:54 +0000 (UTC) Received: by mail-gg0-f172.google.com with SMTP id f4so169405ggn.17 for ; Wed, 27 Feb 2013 13:56:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=LsWj6RxWJxU0nMKA/T2RoLFA+3R28F1MWx84pCKyphA=; b=v45uqPv+tIH4UuVnL4XnKWf6qSUPs+Z312ysmxKQF/MdEjpLhE20WDQxhQVeZiO3lq hJ7aanrwrA++3PSM30SaMvIAFWLotpHhEblaPPWuPjwCbqykQgYmVgRRN9loMTzU/cGN cemtpsXjLxJZb6hFWjBD/uxIW+CrVR4FKnFaktnkXCBWJ8w66O3WWeBoL4/4bhE90Rk4 InQtoz7NwQAEaRD+ZbMPlh9aibbdzUWal2wPXpP5pnPLeOAM6X9GLGz/hoR2VdRKOMq1 XU9pq7FM83RBL1uUwlHxyHt4T3s1VIcb917C501rrg9gTE5/7jY47BgJf7Wz1PZsfYdd JotQ== X-Received: by 10.236.153.131 with SMTP id f3mr2869090yhk.145.1362002213477; Wed, 27 Feb 2013 13:56:53 -0800 (PST) Received: from zeus.localnet (c-71-226-137-213.hsd1.ga.comcast.net. [71.226.137.213]) by mx.google.com with ESMTPS id d80sm9900374yhg.4.2013.02.27.13.56.52 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 13:56:52 -0800 (PST) From: Derrick Dantavious Edwards To: freebsd-current Subject: ZFS problems Date: Wed, 27 Feb 2013 16:56:50 -0500 Message-ID: <1953411.keAzGZcpTL@zeus> User-Agent: KMail/4.9.5 (FreeBSD/10.0-CURRENT; KDE/4.9.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 27 Feb 2013 21:56:54 -0000 I updated sources a couple of days ago and when I rebooted to continue to the upgrade process I received errors when I attempted to mount zfs filesystem. The error looked like this. zpool mount -a internal error: Invalid arugment pid 25 (zfs), uid 0, exited on signal 6 Abort trap I get the same error if I just type zpool status -v, except the (zfs) is replace with (zpool). The kernel module is loaded and visible by kldstat. Any ideas?