OK,run cat xx.tar.gz|gzip -cd|tar -xvf - and get the same error in the end: tar: Error exit delayed from previous errors.
2014-08-23 0:26 GMT+08:00 brau <[email protected]>: > cat xx.tar.gz|gzip -d|tar -xvf - > > shouldn't it be > > cat xx.tar.gz|gzip -cd|tar -xvf - > > > 2014-08-22 4:34 GMT-04:00 lhmwzy <[email protected]>: > > 3.6-RELEASE ktrace out is here: >> https://h.2173511.com/out1.txt <https://h.2173511.com/out.txt> >> >> >> 2014-08-22 16:15 GMT+08:00 Sascha Wildner <[email protected]>: >> >>> On Fri, 22 Aug 2014 10:02:03 +0200, lhmwzy <[email protected]> wrote: >>> >>> Under 3.6-RELEASE,no error. >>>> Under 3.8-RELEASE,this error occurs. >>>> >>> >>> Okay, thanks for the data. I will check it out tonight. >>> >>> Sascha >>> >> >> >
