From owner-freebsd-current@FreeBSD.ORG Thu Feb 28 00:21:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C20EE6E1; Thu, 28 Feb 2013 00:21:43 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gg0-x230.google.com (mail-gg0-x230.google.com [IPv6:2607:f8b0:4002:c02::230]) by mx1.freebsd.org (Postfix) with ESMTP id 64FE9C38; Thu, 28 Feb 2013 00:21:43 +0000 (UTC) Received: by mail-gg0-f176.google.com with SMTP id q6so187820ggc.21 for ; Wed, 27 Feb 2013 16:21:42 -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:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=CUd1sk0gFpNDI84WTeJnDhIzkMbbZBEeTG+a3OkNaDg=; b=gYFwnvxJzUXkpyXKavFtKxB5Dvz78834PfggaDFgj0npjY7QjvSYIteq/B5RnKvCnP vwQ0oI+/l+Mec2jtXMbBZA+zNIWRHf47vNajGhVNm7XQzkDRQT+XiMVfQ6dKDDe6FiTX f21x3k5Gh+r6+tdRDJMtlxtxteqBWLi+fy3+jMIlLRw36EhPMt4jeyxemEb2KaewbHec g9kidplb1U+ey2n54/13F0b3JSX4Mb36L3RKAQqtku0s029FYrEw9F4merzEx9BHsqee 4c+kwLmQ4AR6k2K1+4aPgmFukQyip67X3hf69iNat0dEWuz1C3XlJwx19n/XJjdr/U1g udyA== X-Received: by 10.236.139.230 with SMTP id c66mr3164000yhj.168.1362010902006; Wed, 27 Feb 2013 16:21:42 -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 e8sm6445366yhh.16.2013.02.27.16.21.40 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 16:21:41 -0800 (PST) From: Derrick Dantavious Edwards To: sbruno@freebsd.org, freebsd-current@freebsd.org Subject: Re: ZFS problems Date: Wed, 27 Feb 2013 19:21:39 -0500 Message-ID: <9083248.zOq17M83H4@zeus> User-Agent: KMail/4.9.5 (FreeBSD/10.0-CURRENT; KDE/4.9.5; amd64; ; ) In-Reply-To: References: <1953411.keAzGZcpTL@zeus> <46832A2E33D240EABA0FBCF5F9C404C2@multiplay.co.uk> 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: Thu, 28 Feb 2013 00:21:43 -0000 On Wednesday, February 27, 2013 02:59:16 PM you wrote: > On Wed, Feb 27, 2013 at 2:44 PM, Steven Hartland > > wrote: > > ----- Original Message ----- From: "Derrick Dantavious Edwards" > > > >> 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 > > > > Is your world and kernel out of sync? > > > > Regards > > Steve > > > > ================================================ > > This e.mail is private and confidential between Multiplay (UK) Ltd. and > > the > > person or entity to whom it is addressed. In the event of misdirection, > > the > > recipient is prohibited from using, copying, printing or otherwise > > disseminating it or any information contained in it. > > In the event of misdirection, illegible or incomplete transmission please > > telephone +44 845 868 1337 > > or return the E.mail to postmaster@multiplay.co.uk. > > > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > Yup, totally hit this today and was yelling at various people about it. > > the Kernel and the ZFS tools in userland need to be updated at the same > time. > > Boot back into the old kernel and (cd /usr/src/cddl && make install) > to update the tools to a compatible version. > > sean Thanks so much, this fix the issue for me. Derrick