Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 10:21:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248238] sysutils/vm-bhyve: 'provision' subcommand default decompression (xz(1)) cannot handle default filename
Message-ID:  <bug-248238-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248238

            Bug ID: 248238
           Summary: sysutils/vm-bhyve: 'provision' subcommand default
                    decompression (xz(1)) cannot handle default filename
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: trix@basement.net
                CC: churchers@gmail.com
             Flags: maintainer-feedback?(churchers@gmail.com)
                CC: churchers@gmail.com

Created attachment 216739
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216739&action=
=3Dedit
Change default compressed filename to "${_uuid}.zfs.xz"

The default filename for compressed images is "${_uuid}.zfs.z" withe the
default decompression command as 'xz -d'.  xz(1) will refuse to decompress a
filename with an unknown extension.  Changing the default filename to
"${_uuid}.zfs.xz" should take care of this.

--=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-248238-7788>