Page 1 of 1

Stalling after unpack

Posted: September 16th, 2011, 5:57 pm
by papajohn
I have SAB downloading to a local drive (incomplete folder), then categories putting it onto my mounted nas share.

After the file downloads, it will go all the way through the unpacking and then just stall, cant restart/shutdown from the web interface and the finished file cannot be removed from the history as if it is still being worked on. On my share, I am left with the _UNPACK_ folder containing the finished file.

the logs show it deleting the rxx files, and unrar finished... im unsure of the last line - notrar?:

Code: Select all

15:48:17,501::INFO::[newsunpack:407] Deleting /home/bryan/downloads/incomplete/Breaking.Bad.S02E13.720p.Bluray.x264-CLUE/bb213-clue.r45
2011-09-16 15:48:17,510::INFO::[newsunpack:189] Unrar finished on /home/bryan/downloads/incomplete/Breaking.Bad.S02E13.720p.Bluray.x264-CLUE
2011-09-16 15:48:17,520::DEBUG::[newsunpack:1129] notrar(): testing /mnt/video/TV/Breaking Bad/Season 2/_UNPACK_Breaking.Bad.S02E13.720p.Bluray.x264-CLUE/bb213-clue.mkv
if i remove the _UNPACK_ folder, SAB will kick back in and start with the next file.... not too sure where to go from here?

Re: Stalling after unpack

Posted: September 17th, 2011, 12:11 am
by sander
Which version of SABnzbd are you running?
Does it happen to all files, or just one / a few?
What if you let SAB put the result into a local drive?
If you download the file again, but only download it (select it in the dropdown), can you unrar it 'manually' (=from command line)?

Re: Stalling after unpack

Posted: September 17th, 2011, 1:43 pm
by papajohn
thanks for the reply
Which version of SABnzbd are you running?
0.5.6
Does it happen to all files, or just one / a few?
Seems to happen on files larger than 2 GB, but I have seen it on smaller ones as well
What if you let SAB put the result into a local drive?
Works flawlessly
If you download the file again, but only download it (select it in the dropdown), can you unrar it 'manually' (=from command line)?
Yes

I dont think the Unrar is the issue, as after it stalls, I can go into the _UNPACK_ folder and the file is finished unpacking and intact. It seems like it's to do with detection of the unpack being completed as I even turned off sorting thinking that may be the issue and it still does the same thing... My ubuntu is on wireless so im wondering if that may be playing into it, so I will try hardwired and report back.

Re: Stalling after unpack

Posted: September 17th, 2011, 1:46 pm
by sander
0.5.6? Why? SABnzbd is now on 0.6.9 ...

Re: Stalling after unpack

Posted: September 17th, 2011, 2:21 pm
by papajohn
haha, good question.... I installed as per http://sabnzbd.org/download/
Ubuntu
Installing under Ubuntu is now extremely easy as of Jaunty thanks to jcfp and other users who have helped. Install using the following commands:

sudo apt-get install sabnzbdplus
sudo apt-get install sabnzbdplus-theme-smpl
sudo apt-get install sabnzbdplus-theme-plush
sudo apt-get install sabnzbdplus-theme-iphone

Then open and edit /etc/default/sabnzbdplus
I also have the option "Weekly check for new SABnzbd release." enabled and it never notified me of an updated version.... I'll go get the new version and test :-)

maybe we could get the download page to mention you need to do this first
sudo add-apt-repository ppa:jcfp/ppa
sudo apt-get update