badal Posted October 3, 2008 Share Posted October 3, 2008 Hello i am trying to install mrtg. when i enter command tar -zxvf http://downloads.sourceforge.net/net-snmp/net-snmp-5.4.2.tar.gz?modtime=1220617665&big_mirror=1 [1] 4717 [root@noc ~]# http: Unknown host tar: http\://downloads.sourceforge.net/net-snmp/net-snmp-5.4.2.tar.gz?modtime=1220617665: Cannot open: Input/output error tar: Error is not recoverable: exiting now gzip: stdin: unexpected end of file tar: Child returned status 2 tar: Error exit delayed from previous errors can anyone tell me how to install tar packeg ?????????? Link to comment https://forums.phpfreaks.com/topic/126848-tar-command/ Share on other sites More sharing options...
badal Posted October 3, 2008 Author Share Posted October 3, 2008 i am using Centos Link to comment https://forums.phpfreaks.com/topic/126848-tar-command/#findComment-656099 Share on other sites More sharing options...
trq Posted October 3, 2008 Share Posted October 3, 2008 Much easier to try and download the file first. A url with a querystring like that could be doing something in the background blocking the ability to simply unpack from a remote site. Link to comment https://forums.phpfreaks.com/topic/126848-tar-command/#findComment-656124 Share on other sites More sharing options...
badal Posted October 3, 2008 Author Share Posted October 3, 2008 thanks for reply. i m trying Link to comment https://forums.phpfreaks.com/topic/126848-tar-command/#findComment-656418 Share on other sites More sharing options...
Ghulam Yaseen Posted October 9, 2008 Share Posted October 9, 2008 Hello , You should do >> wget http://downloads.sourceforge.net/net-snmp/net-snmp-5.4.2.tar.gz?modtime=1220617665&big_mirror=1 >> tar -zxvf net-snmp-5.4.2.tar.gz Hello i am trying to install mrtg. when i enter command tar -zxvf http://downloads.sourceforge.net/net-snmp/net-snmp-5.4.2.tar.gz?modtime=1220617665&big_mirror=1 [1] 4717 [root@noc ~]# http: Unknown host tar: http\://downloads.sourceforge.net/net-snmp/net-snmp-5.4.2.tar.gz?modtime=1220617665: Cannot open: Input/output error tar: Error is not recoverable: exiting now gzip: stdin: unexpected end of file tar: Child returned status 2 tar: Error exit delayed from previous errors can anyone tell me how to install tar packeg ?????????? Link to comment https://forums.phpfreaks.com/topic/126848-tar-command/#findComment-661193 Share on other sites More sharing options...
steviewdr Posted October 12, 2008 Share Posted October 12, 2008 I suggest you use maintained packages, because Im sure you'll forget to update it. http://dag.wieers.com/rpm/packages/mrtg/ -steve Link to comment https://forums.phpfreaks.com/topic/126848-tar-command/#findComment-663317 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.