From owner-freebsd-current@freebsd.org Mon Apr 19 11:11:40 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F41A95ED3DC for ; Mon, 19 Apr 2021 11:11:39 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FP3zb5pKPz3n0h for ; Mon, 19 Apr 2021 11:11:39 +0000 (UTC) (envelope-from pi@opsec.eu) Received: by mailman.nyi.freebsd.org (Postfix) id C71EC5ED7CE; Mon, 19 Apr 2021 11:11:39 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6E5D5ED65A for ; Mon, 19 Apr 2021 11:11:39 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FP3zb25QMz3n7W for ; Mon, 19 Apr 2021 11:11:38 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lYRoW-000BUG-5U for current@freebsd.org; Mon, 19 Apr 2021 13:11:36 +0200 Date: Mon, 19 Apr 2021 13:11:36 +0200 From: Kurt Jaeger To: current@freebsd.org Subject: Re: ZFS: out of temporary buffer space Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4FP3zb25QMz3n7W X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pi@opsec.eu designates 2001:14f8:200::1 as permitted sender) smtp.mailfrom=pi@opsec.eu X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[pi]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:14f8:200::1:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[opsec.eu]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:14f8:200::1:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; RBL_SENDERSCORE_FAIL(0.00)[2001:14f8:200::1:server fail]; NEURAL_HAM_SHORT(-1.00)[-0.996]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Mon, 19 Apr 2021 11:11:40 -0000 Hi! > ZFS: out of temporary buffer space > > Any ideas on how to fix this ? Ok, fix was this: Using the same memstick, I wrote a new efi partition as a copy from the efi partition on the memstick. gpart (simplified) showed this: => 40 2000409184 nvd0 GPT (954G) 40 409600 1 efi (200M) 409640 1024 2 freebsd-boot (512K) 410664 984 - free - (492K) 411648 16777216 3 freebsd-swap (8.0G) 17188864 1983219712 4 freebsd-zfs (946G) 2000408576 648 - free - (324K) => 1 7679999 da0 MBR (3.7G) 1 66584 1 efi (33M) 66585 2174992 2 freebsd [active] (1.0G) 2241577 5438423 - free - (2.6G) So: dd if=/dev/da0s1 of=/dev/nvd0p1 and reboot and there we go! -- pi@opsec.eu +49 171 3101372 Now what ?