tar: Error is not recoverable

Error description:

tar xvf hadoop-3.0.0-src.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Analyse:

1. The type of file may be incorrect.

2.  Downloaded file didn‘t correctly completed.

How to check? by file command

file hadoop-3.0.0-src.tar.gz
hadoop-3.0.0-src.tar.gz: HTML document text

原文地址:https://www.cnblogs.com/zhaoyaxing/p/8301985.html

时间: 2024-10-16 03:10:26

tar: Error is not recoverable的相关文章

加压压缩文件报错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

压缩包是直接weget 后面加官网上的tar包地址获取的 [[email protected] ~]# tar -zxvf /home/hadoop/hadoop-2.6.5-src.tar.gz gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting now[[email protected] ~]# tar -xvf /home/hadoop/hadoo

解压.tar.gz出错gzip: stdin: not in gzip format tar: /Child returned status 1 tar: Error is not recoverable: exiting now

先查看文件真正的属性是什么? [[email protected] ~]# tar -zxvf tcl8.4.16-src.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now [[email protected] ~]# file tcl8.4.16-src.tar.gz tcl8.4.16-src.tar.gz: HTML d

解压缩报错tar: Error is not recoverable: exiting now

[[email protected] FMIS2600bak]# tar -zxvf /home/oradata/FMIS2600DMP.tar.gzgzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting now 解决方法:去掉z参数,使用 tar -xvf 解压正常

解决解压JDK报错:tar: Error is not recoverable

报错 #tar -xvf jdk-8u131-linux-x64.tar.gz,执行命令后报错如下:gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting now 完美解决 在wget后添加一下 --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-secureb

gzip: stdin: not in gzip format tar: Child returned status 1. tar Error is not recoverable: exiting now

最近在研究log4j.在Log4j官网下载了tar.gz.文件.解压时候出现错误. 1. wget https://www.apache.org/dyn/closer.lua/logging/log4j/2.10.0/apache-log4j-2.10.0-bin.tar.gz. 很顺利压缩包下载了. 2. 解压文件 tar -zxvf apache-log4j-2.10.0-bin.tar.gz 出现下列错误: 3. 网上搜了各种solution都没有得到解决. 1)solution 1: 这

tar (child): jdk-7u71-linux-x64.tar.gz:无法 open: 没有那个文件或目录

1 错误描述 [email protected]:~$ sudo mkdir /usr/lib/jvm [sudo] password for youhaidong: [email protected]:~$ sudo tar zxvf jdk-7u71-linux-x64.tar.gz -C /usr/lib/jvm tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Erro

tar解压报错

在解压jdk时,报错如下: [[email protected]_22_86_centos tools]# tar xf jdk-8u144-linux-x64.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 查看jdk的信息如下: [[email protected]_22_86_centos tools]# file j

tar 解压出错

今天下载了一个Linux内核文件,解压的时候出现了这样的错误: gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 开始想不明白,最后发现是压缩包有问题,本来是七十多兆的文件,下载完只有二十几兆,然后又用迅雷重新下了一次,解压正常了.

解压tar.gz文件报错gzip: stdin: not in gzip format解决方法

解压tar.gz文件报错gzip: stdin: not in gzip format解决方法 在解压tar.gz文件的时候报错 1 2 3 4 5 [[email protected] Downloads]$ tar -zxvf clion-141.351.4.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 原来原因是这个