Date: Sat, 06 Jun 2020 00:34:17 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241699] sysutils/vm-bhyve: "image provision" fails (cannot receive: failed to read from stream) Message-ID: <bug-241699-7788-Bl9am4ozxb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241699-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-241699-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241699 Brad Martin <brad.k.martin@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brad.k.martin@gmail.com --- Comment #4 from Brad Martin <brad.k.martin@gmail.com> --- This bug is still present in version 1.4.2 but I have discovered a workarou= nd: Workaround: In the manifest file for a compressed image (image filename ends in .z) the decompress option is incorrectly set to "xz -d" instead of "xz -dc" The -c option is required to stream the decompressed zfs image data to stdout whic= h is then piped to a zfs receive. The "vm image create" puts the incorrect opti= on in the manifest. The manifest can be edited to add the "c" flag as above, = or the image should be created uncompressed so that it will provision correctl= y. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241699-7788-Bl9am4ozxb>