Date: Fri, 25 Feb 2000 15:40:02 -0800 (PST) From: adrian@creative.net.au To: freebsd-bugs@FreeBSD.org Subject: Re: bin/9711: Fails: cd /usr/bin; gzip file ; mv file.gz file Message-ID: <200002252340.PAA44070@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/9711; it has been noted by GNATS.
From: adrian@creative.net.au
To: freebsd-gnats-submit@freebsd.org, jhs@freebsd.org
Cc:
Subject: Re: bin/9711: Fails: cd /usr/bin; gzip file ; mv file.gz file
Date: Sat, 26 Feb 2000 07:37:16 +0800
After some investigation, this fails because for files larger than
HOWMANY bytes. This happens because it can't pass gzip a full file,
and gzip gives a 'unexpected EOF', kills the pipe, and this gives
the unexpected read error.
The solution for this is a more clever way of unzipping the first
part of a file - perhaps gzip's behaviour changed in the past?
Jointly hacked on by: Dan Papasian <bugg@bugg.strangled.net>
Adrian Chadd <adrian@freebsd.org>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002252340.PAA44070>
