Date: Mon, 7 Jul 2014 01:16:23 +0300 From: Alex Kozlov <alexkozlov0@gmail.com> To: Jamie Landeg-Jones <jamie@dyslexicfish.net> Cc: garbytrash@gmail.com, freebsd-stable@freebsd.org Subject: Re: unzip bugs? Message-ID: <20140706221623.GA5069@ravenloft.kiev.ua> In-Reply-To: <201407062157.s66LvKGd038006@dyslexicfish.net> References: <CACuV5sB9BQtyNaSsekcm%2B5jvSDcn6BRZGfM=2oRSgO=N5WsAxA@mail.gmail.com> <CACuV5sCg%2BDNMSmxf3tZyZut-E1fjMU8BMtrvzH1EePEFBq5wqg@mail.gmail.com> <CACuV5sCEvDWp_gUGkY0WyzzU4bX4G2kwv_i7FzQGVvHk_WiPRg@mail.gmail.com> <201407062157.s66LvKGd038006@dyslexicfish.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 06, 2014 at 10:57:20PM +0100, Jamie Landeg-Jones wrote: > Zenny <garbytrash@gmail.com> wrote: > > Successfully decompressed with tar, but while opening the files, it says: > > > > "Not a JPEG file: starts with 0x00 0x00" > > I've managed to create a zip file that gives the same problem you > describe: > > unzip says 'skipping non-regular entry' This means that archive entry is not marked as file or directory. I think zip archive is corrupted. > tar extracts files with the correct name and size, but the files > are made up entirely of nulls. > > I'm going go look deeper into this, but in the meantime, I found > unzip in ports (archivers/unzip) to work as expected, so give that a > go! The info-unzip from ports doesn't have this sanity check, neither is bsdtar. -- Alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140706221623.GA5069>