Page 1 of 1
cannot ungzip the latest version of sabnzbd ?
Posted: October 1st, 2014, 3:07 pm
by alucard_xs
Hi dudes
I've got a problem with sabnzbd, i can't "tar xzvf ..../sabxxx.tard.gz'
Putty keeps saying it's not in gzip format ...
I used to follow this tuto
http://www.nasdestruction.com/tutorial- ... 0-dns-325/
With this link to the latest version of sabnzbd :
http://sourceforge.net/projects/sabnzbd ... src.tar.gz
Any clue ? (0.7.18 version)
Thanks
Re: cannot ungzip the latest version of sabnzbd ?
Posted: October 2nd, 2014, 2:49 am
by shypike
Have you checked the md5sum value?
It should be 64d8b675da010dbd444c932bbb3112b6
If the files verifies OK, then there's something wrong with the installed TAR tool.
Re: cannot ungzip the latest version of sabnzbd ?
Posted: October 2nd, 2014, 3:10 am
by alucard_xs
Thanks, but how can I check the md5sum value within putty ?
Re: cannot ungzip the latest version of sabnzbd ?
Posted: October 2nd, 2014, 5:58 am
by shypike
Your system should have a command called md5sum or md5
Type:
md5sum -b blabla.tar.gz
Re: cannot ungzip the latest version of sabnzbd ?
Posted: October 2nd, 2014, 11:05 am
by alucard_xs
I' ve got a49bb2eda7f1c1806dcae4d426dd837d ... seems not good ...
can you provide me a link to download it using putty ?
UNtil now I used to write this comand line, but seems not ok
wget
http://sourceforge.net/projects/sabnzbd ... src.tar.gz
I do not understand why it does not download the correct file ...
Up : I tried the the 0.7.17 version and even after downloding, the md5sum differs from it shoud be ... ? wtf ??
Re: cannot ungzip the latest version of sabnzbd ?
Posted: October 2nd, 2014, 12:44 pm
by alucard_xs
Here is my log, I do not understand ...
wget
http://sourceforge.net/projects/sabnzbd ... src.tar.gz
--2014-10-02 19:42:40--
http://sourceforge.net/projects/sabnzbd ... src.tar.gz
Resolving sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2999 (2.9K)
Saving to: `SABnzbd-0.7.18-src.tar.gz'
100%[======================================>] 2,999 --.-K/s in 0.001s
2014-10-02 19:42:41 (2.66 MB/s) - `SABnzbd-0.7.18-src.tar.gz' saved [2999/2999]
alfred@dlink-01492F:~$ tar xzvf SABnzbd-0.7.18-src.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
alfred@dlink-01492F:~$
and the same bad md5sum ...
Re: cannot ungzip the latest version of sabnzbd ?
Posted: October 2nd, 2014, 2:56 pm
by shypike
2.9K is too little, it's not downloading properly.
Try a tool like curl instead of wget.