cannot ungzip the latest version of sabnzbd ?

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
alucard_xs
Newbie
Newbie
Posts: 12
Joined: March 25th, 2013, 12:13 pm

cannot ungzip the latest version of sabnzbd ?

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cannot ungzip the latest version of sabnzbd ?

Post 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.
alucard_xs
Newbie
Newbie
Posts: 12
Joined: March 25th, 2013, 12:13 pm

Re: cannot ungzip the latest version of sabnzbd ?

Post by alucard_xs »

Thanks, but how can I check the md5sum value within putty ?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cannot ungzip the latest version of sabnzbd ?

Post by shypike »

Your system should have a command called md5sum or md5
Type:
md5sum -b blabla.tar.gz
alucard_xs
Newbie
Newbie
Posts: 12
Joined: March 25th, 2013, 12:13 pm

Re: cannot ungzip the latest version of sabnzbd ?

Post 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 ??
alucard_xs
Newbie
Newbie
Posts: 12
Joined: March 25th, 2013, 12:13 pm

Re: cannot ungzip the latest version of sabnzbd ?

Post 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 ...
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cannot ungzip the latest version of sabnzbd ?

Post by shypike »

2.9K is too little, it's not downloading properly.
Try a tool like curl instead of wget.
Post Reply