From owner-freebsd-current@FreeBSD.ORG Wed Feb 27 22:59:23 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 00202E5B for ; Wed, 27 Feb 2013 22:59:22 +0000 (UTC) (envelope-from seanwbruno@gmail.com) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx1.freebsd.org (Postfix) with ESMTP id 982B48DD for ; Wed, 27 Feb 2013 22:59:22 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hm6so1377993wib.2 for ; Wed, 27 Feb 2013 14:59:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:reply-to:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0hD7lkw/xnqXPrAxp/74lCe5AbDNx8Wa/n23KacGQRM=; b=d2xxexDhSA/YLKBR4+E/TJjAe4xWvClRismb0rm1nhqTrmntvSlCXEvyx6coocGytw rg+m6u+DoP2OA/OpEZyKM7ArtUO5+JZqQgq6/t1RhIP75Qk1Fs1JaHk/Ze13tTg83nAJ 2NxW82DFq7YsbKhikQT1xLhOnT2Me+XpQuUFsDmpSJjhvbt4d7sQJ8zkTFjTHXpEHkkk PCFI7HuhYJ4LWFxwyYjPKXZNm2Di6kx3A/tIUJmsYFsUwxmaF5cc2nEPRHFuMDxe4d1p t8QHMH2L1+Ukd9vaMVlFHxiHAL4WzDHSX6DkqwOVDHMHovbl3nxSVoNp+YaZlAujhQVh /Czg== MIME-Version: 1.0 X-Received: by 10.194.103.72 with SMTP id fu8mr7121922wjb.42.1362005956677; Wed, 27 Feb 2013 14:59:16 -0800 (PST) Received: by 10.194.139.193 with HTTP; Wed, 27 Feb 2013 14:59:16 -0800 (PST) In-Reply-To: <46832A2E33D240EABA0FBCF5F9C404C2@multiplay.co.uk> References: <1953411.keAzGZcpTL@zeus> <46832A2E33D240EABA0FBCF5F9C404C2@multiplay.co.uk> Date: Wed, 27 Feb 2013 14:59:16 -0800 Message-ID: Subject: Re: ZFS problems From: sean bruno To: Steven Hartland Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current , Derrick Dantavious Edwards X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org 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 22:59:23 -0000 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