Path: utzoo!yunexus!hydroesm!jtsv16!torsqnt!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.i386 Subject: Re: 'Tar' & feathered (ESIX) Keywords: ESIX, Tar Message-ID: <1990May30.010702.3610@virtech.uucp> Date: 30 May 90 01:07:02 GMT Article-I.D.: virtech.1990May30.010702.3610 References: <5565@aplcen.apl.jhu.edu> Reply-To: cpcahil@virtech.UUCP (Conor P. Cahill) Distribution: comp Organization: Virtual Technologies Inc., Sterling VA Lines: 30 In article <5565@aplcen.apl.jhu.edu> trw@aplcen.apl.jhu.edu (Weil timothy) writes: >Problem with ESIX 'tar' command....Tried > 'tar xvf ls-lr.Z' and... >got messages like > 1). Bad checksum on directory > 2). Invalid blocksize (Blocks=20) This is not a tar problem. The .Z suffix indicates that the file is compressed, so you need to uncompress it to look at it. The ls-lR file from uunet is a file/directory listing of all of the files available from uunet. It is plain-text (once it is uncompressed). >Problem with GCC1371.Tar.Z is that host system >(Vax Ultrix) denies access to 'Tar' & this >1.5M file wont fit to floppy medium & requires >about 4 hours to download at 2400 baud!!! Once it is uncompressed, it will be around 3 or 4 MB and be even harder to uncompress. I would suggest that you split the file, download each part and then do the following: cat gcc.part* | uncompress | tar -xovf - -- Conor P. Cahill (703)430-9247 Virtual Technologies, Inc., uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160 Sterling, VA 22170