有两种可能: 1. 有可能是系统时间不对,导致解压出错。此时使用date设置好时间即可 2. 有可能文件不完整导致的
解决: 重新下载压缩包,检查压缩包大小。
查看其它资料,均指向可能原因为安装包没有下载完整。 解决方案 重新下载文件,下载完成后查看文件大小,然后在解压文件,成功。 [root@centos7-xinsz08 ~]# ll -h-rw-r--r--. 1 root root 37M 3月 9 11:19 prometheus-2.7.2.linux-amd64.tar.gz[root@centos7-xinsz08 ~]# tar xf prometheus-2.7....
tar解压出错:gzip: stdin: unexpected end of file的解决 tar zxvf 解压文件报错: gzip:stdin:unexpected end of file tar:UnexpectedEOFin archive tar:UnexpectedEOFin archive tar:Error isnotrecoverable:exiting now 压缩包有问题,不完整下载 ,重新下载解压正常了。
gzip: stdin: unexpected end of file tar: child returned status 1 tar: Error is not recoverable: exiting now 解决: 1.先ll(命令)看下文件属性,发现文件大小明显小于我要下载的文件 2.将这个文件删除后重新下 +++++++++++++++++++++++++ 文件md5值校检 文件很重要的话: 1.服务...
gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now [root@osg work]# centos6.2 解压php出现错误 有时用tar解压.错误如下: gzip: stdin: unexpected end of file tar: Unexpected EOF in archive ...
Not sure if I am missing something but I have attempted to run the Script on Jessie, Strech and Buster and I am getting the same error : gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exit...
While trying to create a repo for tidyverse i get the error below for all 87 packages required from the makerepo gzip: stdin: unexpected end of file /usr/bin/tar: Child returned status 128 /usr/bin/tar: Error is not recoverable: exiting ...
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 原因: 下载的源码包在下载过程中被破坏或者不完整所致。 解决: 重新下载压缩包,检查压缩包大小。