From owner-freebsd-current@FreeBSD.ORG Thu Jul 24 20:26:21 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17CF1D53; Thu, 24 Jul 2014 20:26:21 +0000 (UTC) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) by mx1.freebsd.org (Postfix) with ESMTP id BB60E24B4; Thu, 24 Jul 2014 20:26:20 +0000 (UTC) Received: from amavis-proxy-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3hK4nS0zKrzTv; Thu, 24 Jul 2014 22:26:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla2; t=1406233575; x=1408825576; bh=tpv 5Wj26lIjjF/uPaYuPQ98QNsx5mWc+3hLxzwesSlk=; b=SYd+WlLExOX8Q+n5TrZ ZsiHUeircXkqEHRMg/m7vfyev+Fnv4EKQ3OqJAYqfhD93pKeAHVXEEndz4h7w2cG yhYgBX4mvuya0hOVHIegLMzN4OKfj3XAVzo/+KlXAM7DuPQOByYuNCZG+kOEcWGJ wzJlWhTK2IIM3fjbL4pdPtZ0= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-proxy-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10012) with ESMTP id NdrahVGRa37c; Thu, 24 Jul 2014 22:26:15 +0200 (CEST) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP; Thu, 24 Jul 2014 22:26:15 +0200 (CEST) Received: from neli.ijs.si (neli.ijs.si [IPv6:2001:1470:ff80:88:21c:c0ff:feb1:8c91]) by mildred.ijs.si (Postfix) with ESMTP id 3hK4nM6j1Nzrc; Thu, 24 Jul 2014 22:26:15 +0200 (CEST) Received: from sleepy.ijs.si ([2001:1470:ff80:e001::1:1]) by neli.ijs.si with HTTP (HTTP/1.1 POST); Thu, 24 Jul 2014 22:26:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 24 Jul 2014 22:26:15 +0200 From: Mark Martinec To: Larry Rosenman Subject: Re: zfs send/recv: STILL invalid Backup Stream Organization: J. Stefan Institute In-Reply-To: References: <62315eb454a95db636b7764aad3c0f9b@thebighonker.lerctr.org> <53D1448C.40908@freebsd.org> <53D15438.6040105@freebsd.org> <0a9cd451c3b4304d2b9d899fcb3decc3@thebighonker.lerctr.org> <3d2aac84d962a703fbf56a864ba5f19c@mailbox.ijs.si> Message-ID: <9eef3e7e964cb33fd163cc2f9300f326@mailbox.ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.0.1 Cc: Freebsd fs , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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, 24 Jul 2014 20:26:21 -0000 2014-07-24 21:57, Larry Rosenman wrote: >>>> Sending zroot/home@zxfer_26699_20140724135840 to >>>> zroot/backups/TBH/zroot/home. >>> Write failed: Cannot allocate memory >> ==================================== >>> cannot receive new filesystem stream: invalid backup stream >>> Error when zfs send/receiving. >>> borg.lerctr.org /home/ler # >>> >>> well that's different....... >> >> Sounds familiar, check my posting of today and links therein: >> http://lists.freebsd.org/pipermail/freebsd-net/2014-July/039347.html > I'm not using netgraph to the best of my knowledge.... Check to make sure: vmstat -z | fgrep NetGraph > and the only fails on the SENDING host are: > 8 Bucket: 64, 0, 41, 3555, 257774, 11, > 0 > 12 Bucket: 96, 0, 96, 2569, 123653, 0, > 0 > 16 Bucket: 128, 0, 17195, 506, 215573, 0, > 0 > 32 Bucket: 256, 0, 340, 4670, 900638, 50, > 0 > 64 Bucket: 512, 0, 10691, 365, 546888,185232, > 0 > 128 Bucket: 1024, 0, 3563, 905, 348419, 0, > 0 > 256 Bucket: 2048, 0, 2872, 162, 249995,59834, > 0 > vmem btag: 56, 0, 192811, 51500, 502264,1723, > 0 Adam Vande More gave other suggestions on that thread from 2011: http://lists.freebsd.org/pipermail/freebsd-emulation/2011-July/008971.html Mark