|

楼主 |
发表于 2006-2-14 23:24:31
|
显示全部楼层
刚刚从kernel.org下了一个2.6.15的bz2包,用tar jxvf解压居然说它不是一个tar归档文件:
debian:/usr/src# tar jvxf linux-2.6.15.tar.bz2
tar: 它似乎不像是一个 tar 归档文件
tar: 跳转到下一个头
tar: Archive contains obsolescent base-64 headers
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: Read 96 bytes from linux-2.6.15.tar.bz2
tar: Child returned status 2
tar: Error exit delayed from previous errors
debian:/usr/src#
这种情况不知是什么原因。可难倒了我这只小菜菜!! |
|