Try using tar -zxvf linux-2.0.33.tgz. If you get that error again, it means that the file is corrupted and you will have to download the source again. All the kernel sources I download come with a tar.gz extension... I get them usually from kernel.org or sunsite. Did someone else package that for you?
Dennis -- dpk <[EMAIL PROTECTED]>, Systems/Network | work: 353.4844 Division of Engineering Computing Services | page: 222.5875 On Fri, 19 Dec 1997, Aaron Walker wrote: > I am trying to unpack the newest kernel source in /usr/src. It goes > along fine until it stops and says: > > tar: Skipping to next header file > > gzip: linux-2.0.33.tgz: invalid compressed data---crc error > tar: Archive - EOF not on block boundary > > I used the following commands to try to uncompress the kernel source: > gzip -dc linux-2.0.33.tgz | tar xvB > tar xpvf linux-2.0.33.tgz > They both produced the same error. > Any ideas? Please help. > Thanks. > -- > ````````````````````````````````````````````````````````````````````````` > > Aaron Walker > > Work: > Site: http://www.iconmedia.com > Email: [EMAIL PROTECTED] > > Personal: > Site: http://www.iconmedia.com/aaron > Email: [EMAIL PROTECTED] > `````````````````````````````````````````````````````````````````````````` > > > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . > Trouble? e-mail to [EMAIL PROTECTED] . > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

