From owner-freebsd-stable@FreeBSD.ORG Sun Oct 25 19:58:39 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCC251065725 for ; Sun, 25 Oct 2009 19:58:39 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out0.tiscali.nl (smtp-out0.tiscali.nl [195.241.79.175]) by mx1.freebsd.org (Postfix) with ESMTP id 5FFB18FC0A for ; Sun, 25 Oct 2009 19:58:39 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out0.tiscali.nl with esmtp (Exim) (envelope-from ) id 1N29Ec-0004oi-8r for freebsd-stable@freebsd.org; Sun, 25 Oct 2009 20:58:38 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 1D83113B77 for ; Sun, 25 Oct 2009 20:58:35 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "freebsd-stable@freebsd.org" References: Date: Sun, 25 Oct 2009 20:58:34 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.00 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: Re: zfs receive gives: internal error: Argument list too long X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 19:58:39 -0000 On Sun, 25 Oct 2009 20:54:48 +0100, Ronald Klop =20 wrote: > Hi, > > Making a backup to my external USB-disk now fails with the following =20 > output. > > [root@sjakie ~]# zfs send -vi tank/home@repl-20090919_195900 =20 > tank/home@repl-20090921_195900 > /bla.snapshot > > # ls -lh /bla* > -rw-r--r-- 1 root wheel 547M Oct 25 20:44 /bla.snapshot > > [root@sjakie ~]# zfs receive -F extern/home < /bla.snapshot > internal error: Argument list too long > Abort trap: 6 (core dumped) > > # uname -a > FreeBSD sjakie.klop.ws 8.0-RC1 FreeBSD 8.0-RC1 #6: Wed Oct 21 00:57:07 = =20 > CEST 2009 root@sjakie.klop.ws:/usr/obj/usr/src/sys/GENERIC amd64 > > I have two pools 'tank' and 'extern'. I send/recieve several volumes =20 > from tank to extern. > zpool is version 13 and zfs is version 3 > > Searching the internet I found this link: > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=3D6573681 I meant: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=3D680= 1979 > Is this a known bug for freebsd also? > Can anybody help me in continuing my snapshotting process? (Except =20 > making a new fresh snapshot, which is my last option.) > > Ronald.