Extraction Problems

Get help with all aspects of SABnzbd
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
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Extraction Problems

Post by auskento »

I have been monitoring post processing errors since i introduced one within my own script.

All of a sudden, SAB is 'seizing' up while processing the following command

/usr/bin/unrar vb -v

If I kill that process, it continues on OK, but it reports

[RAR-INFO] => At least one file failed to be unpacked, skipping

I have tried unrar 3.5.1 and the repository version 3.7.1

Anyone else having issues with decompression?
jeroen.vd.poll
Newbie
Newbie
Posts: 1
Joined: May 7th, 2008, 3:12 pm

Re: Extraction Problems

Post by jeroen.vd.poll »

Yep,

I'm experiencing the same problems. The python unrar process is going to sleep en never ends. When I kill this process, unrar starts again but reports that At least one file failed to be unpacked, skipping. All already downloaded nzb will fails unrarring.

After a clean start, for a short periode unrarring goes fine.

I'm using Ubuntu 8.04 with sabnzb 0.3.4 and unrar 3.71

Has anyone a solution for this?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Extraction Problems

Post by shypike »

My download work-horse runs Ubuntu Server 8.04, with:

UNRAR 3.71 beta 1 freeware

straight from the apt-get repository.

No problems here.
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Extraction Problems

Post by auskento »

OK, this issue just won't go away :(

I woke this morning to find about 15 projects 'Loaded' and had to kill the unrar -vb process each time for the projects to complete.

If I comment out the -vb component of the extraction process in newsunpacker.py, will I cause any other issues?


FYI my server is an Ubuntu 8.04 64bit - Xeon 3040 CPU, 1.5GB RAM, 750 GB HDD (that's handling the incoming files and extraction - post processing tosses completed files to a raid storage array)
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Extraction Problems

Post by shypike »

"vb" is required, because SABnzbd analyzes the output from unrar
so that it knows which rar-files have actually been used and therefore can be removed.

Looks like there's something wrong with the unrar on your system.
Have you tried to extract the RAR files from the command line with the same parameters?

I don't know if 64-bit Xeon is a problem for unrar.

Are you using the FOSS unrar?
Could you try this one http://www.rarlab.com/rar/unrar-linux-x64.gz ?
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Extraction Problems

Post by auskento »

If I manually run the same command that it stalls on, it completes OK.

I have put in the version you have suggested and will monitor once next project completes
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Extraction Problems

Post by auskento »

OK, I have put in the version as linked - 3.30 b4 Freeware

The unrar function doesnt even progress within post processing now.

Code: Select all

At least one file failed to be unpacked, skipping
This error comes up almost instantly

I can manually run the two commands, a vb -v and an x and they complete ok.

Still no success with the extraction.

I have removed every other sign of unrar and rar from my binaries folders and put 3.51 free back.
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Extraction Problems

Post by auskento »

Well, that seemed to fix it, maybe it was finding a dumb version of rar or unrar somewhere.

Now the only thing on my box is unrar 3.51, and things have returned to normal.

At least for now :)
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Extraction Problems

Post by shypike »

The link I send you is 3.30 b4 Freeware ? Oh dear.
I could not test, since I have no 64-bit Linux box.

I use "UNRAR 3.71 beta 1 freeware" on my 32-bit Ubuntu box (from apt-get).
Is that not available for you or does it not work?
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Extraction Problems

Post by auskento »

Yes, 3.71 is available, but 3.51 is working, so for now, im not gonna mess with it any further.
Post Reply