先查看文件真正的属性是什么? [root@xxxxx ~]# 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 [root@xxxxxx ~]# file tcl8.4.16-src.tar.gz tcl8.4.16-src.tar.gz: HTML document text…
最近在部署环境,在安装memcached的过程中解压时, 解压命令:tar -zvxf memcached-1.4.34.tar.gz 遇到了一个问题, gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 现在我提供一下我总结的解决方法: 方法一: #tar -vxf memcached-1.4.34.tar.gz tar包压缩的时候用cv…
在部署tomcat的环境搞JDK的时候出现这个问题.分享一下. 解压命令:tar -zvxf memcached-1.4.34.tar.gz 遇到了一个问题, gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 转载一下我看到的解决方法. 方法一: #tar -vxf memcached-1.4.34.tar.gz tar包压缩的时候用cv…
压缩包是直接weget 后面加官网上的tar包地址获取的 [root@xuegod43 ~]# 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[root@xuegod43 ~]# tar -xvf /home/hadoop/hadoop-2.6.5…
[root@Gris- FMIS2600bak]# tar -zxvf /home/oradata/FMIS2600DMP.tar.gz gzip: stdin: not in gzip format tar: Child returned status tar: Error is not recoverable: exiting now 由于该文件不是压缩文件,所以会报这个错误. 使用下面的命令,查看文件格式 file /home/oradata/FMIS2600DMP.tar.gz…
解压某个文件时 #tar -zxvf xxxxx.tar.gz 出现下面的错误提示: gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors You used "tar -zxvf" for the second command. the 'z' option tells tar to use gzip to uncompress th…
最近在linux下安装python时,解压Python.tgz文件时遇到一个问题: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 对比一下,最主要的问题是文件丢失,在未安装vmware tools的情况下,直接从主机下载好的文件拖入了虚拟机中导致文件丢失. 使用命令:ls -lht发现原本在windo…