Page 1 of 2

sabnzbd don't unrar, please help .

Posted: September 3rd, 2008, 11:40 am
by alboon
hello , I've sabnzbd on a ubuntu server, I enable the +R+U+DELETE option but it don't unpack, it can be on unpacking 24h but don't extract, and sometime (5% of my download) the web interface say "extracting" but all is finish and ok.

can anyone help me plz ?

my config.ini :
__version__ = 18
[misc]
log_dir = logs
auto_browser = 0
permissions = 777
check_new_rel = 1
replace_spaces = 1
fail_on_crc = 0
enable_filejoin = 1
enable_unzip = 1
enable_unrar = 1
enable_par_cleanup = 1
par_option = ""
config_lock = 0
safe_postproc = 0
pause_on_post_processing = 0
cleanup_list = ,
ignore_samples = 1
send_group = 0
download_dir = downloads/incomplete
download_free = 0
complete_dir = downloads/complete
script_dir = ""
nzb_backup_dir = ""
cache_dir = cache
dirscan_dir = ""
dirscan_speed = 5
refresh_rate = 0
rss_rate = 60
bandwith_limit = 0
cache_limit = 0
email_server = ""
email_to = ""
email_from = ""
email_account = ""
email_pwd = ""
email_endjob = 0
email_full = 0
schedlines = ,
dirscan_opts = 1
dirscan_script = None
top_only = 1
auto_sort = 0
enable_tv_sorting = 0
tv_sort_string = ""
web_color = ""
web_color2 = ""
host = 192.168.0.100
port = 8082
web_dir = Plush
web_dir2 = ""
username = alboon
password = djmagik
[logging]
enable_cherrypy_logging = 1
log_level = 1
max_log_size = 5M
log_backups = 5
[newzbin]
username = ""
password = ""
bookmarks = 0
unbookmark = 0
bookmark_rate = 60
[servers]
[[news-europe.giganews.com:563]]
host = news-europe.giganews.com
port = 563
username = gn*****
password = ******
timeout = 120
connections = 15
fillserver = 0
ssl = 1
[rss]
[categories]
[[unknown]]
newzbin = Unknown
dir = Unknown
[[anime]]
newzbin = Anime
dir = Anime
[[apps]]
newzbin = Apps
dir = Apps
[[books]]
newzbin = Books
dir = Books
[[consoles]]
newzbin = Consoles
dir = Consoles
[[emulation]]
newzbin = Emulation
dir = Emulation
[[games]]
newzbin = Games
dir = Games
[[misc]]
newzbin = Misc
dir = Misc
[[movies]]
newzbin = Movies
dir = Movies
[[music]]
newzbin = Music
dir = Music
[[pda]]
newzbin = PDA
dir = PDA
[[resources]]
newzbin = Resources
dir = Resources
[[tv]]
newzbin = TV
dir = TV

Re: sabnzbd don't unrar, please help .

Posted: September 3rd, 2008, 11:49 am
by shypike
What post-processing have you defined?
" " = Nothing
"R" = verify & repair using par2
"U" = R+ unpack
"D" = U + delete

Have you checked the logfile?
Does SABnzbd complain about a missing unrar or par2?

Re: sabnzbd don't unrar, please help .

Posted: September 4th, 2008, 11:43 am
by alboon
I have defined the "D" option.
in my logfile it wait on (for exemple ) :
REMOVED
that is 10 minute and sabnzbd do nothing else.
my pc is a P4 3g and 2g ram and the file is 70meg
if it leave and give me an error message I give you this.

Re: sabnzbd don't unrar, please help .

Posted: September 4th, 2008, 12:01 pm
by alboon
User break => unrar error?
2008-09-04 18:53:43,138::INFO::[newsunpack] At least one file failed to be unpacked in /home/alboon/SABnzbd-0.4.3/downloads/incomplete/part3.rar, skipping
2008-09-04 18:53:43,139::INFO::[newsunpack] Unrar finished on /home/alboon/SABnzbd-0.4.3/downloads/incomplete/something 2008-09-04 18:53:43,141::INFO::[postproc] unpack_magic finished on Something.nzb
2008-09-04 18:53:43,147::INFO::[postproc] Cleaning up Something.nzb

Re: sabnzbd don't unrar, please help .

Posted: September 4th, 2008, 12:10 pm
by switch
What version of unrar are you running?

Re: sabnzbd don't unrar, please help .

Posted: September 4th, 2008, 12:43 pm
by alboon
i don't know, it is that of ubuntu server 8.04,
i test remove unrar, unrar-free and install unrar-nonfree but it didn't work (I've read that unrar-nonfree is more powerfull)

Re: sabnzbd don't unrar, please help .

Posted: September 4th, 2008, 2:59 pm
by shypike
I have this installed:

Code: Select all

UNRAR 3.71 beta 1 freeware      Copyright (c) 1993-2007 Alexander Roshal
Make sure the unrar program can be found in the $PATH.

Given the error report it can well be that tehj download is simpy corrupt/incomplete.

Have you tried manal unrar from the command line on this job? What's the result?


BTW: I have censored your log file clips, think twice about posting this on a public forum.

Re: sabnzbd don't unrar, please help .

Posted: September 4th, 2008, 11:50 pm
by alboon
I've removed all unrar version, and I installed the last version of unrar, now I've this :
newsunpack] Missing expected file: /usr/bin/nice: None: No such file or directory => unrar error?
what can I do ?

Re: sabnzbd don't unrar, please help .

Posted: September 5th, 2008, 1:53 am
by shypike
Install the nice package too, it's a very common Unix utility.

Re: sabnzbd don't unrar, please help .

Posted: September 5th, 2008, 6:14 am
by jcfp
The package called "nice" contains some java programming stuff. The program 'nice' that is intended here is distributed as part of the coreutils package, which should always be installed since it is a hard dependency of the packages that contain the kernel images on ubuntu.

That error message can be reproduced by running nice as follows:

Code: Select all

$ /usr/bin/nice 'None'
/usr/bin/nice: None: No such file or directory
So the question remains what version, if any, of unrar you have. Don't say you don't know, just execute 'unrar' in a terminal without any arguments and it will tell you. Similarly, the output of 'which unrar' as well as sabnzbd's startup logging might give clues here.

Re: sabnzbd don't unrar, please help .

Posted: September 5th, 2008, 6:16 am
by shypike
Thanks for your correction.

Re: sabnzbd don't unrar, please help .

Posted: September 5th, 2008, 11:35 pm
by alboon
ok i check this this day and I tell you
thanks

Re: sabnzbd don't unrar, please help .

Posted: September 5th, 2008, 11:52 pm
by alboon
when I fisrt execute "unrar" it say not installed, so I do apt-get install unrar and the version is : 1:3.7.8-1

but I retourn to the same problem, it stop on this :
Image


and the logfile end of :

Code: Select all

[newsunpack] Extracting rarfile /home/alboon/SABnzbd-0.4.3/downloads/incomplete/Removal_Tools_for_Avast_Avira_F-Secure_Kaspersky_McAfee_Nero_NOD32_Norton_Panda.nfo/Removal Tools for Avast Avira F-Secure Kaspersky McAfee Nero NOD32 Norton Panda.part11.rar (belonging to Removal Tools for Avast Avira F-Secure Kaspersky McAfee Nero NOD32 Norton Panda) to /home/alboon/SABnzbd-0.4.3/downloads/complete/_UNPACK_Removal_Tools_for_Avast_Avira_F-Secure_Kaspersky_McAfee_Nero_NOD32_Norton_Panda.nfo

Re: sabnzbd don't unrar, please help .

Posted: September 6th, 2008, 2:18 am
by alboon
shypike wrote: Have you tried manal unrar from the command line on this job? What's the result?
I do "unrar e xxx.rar" and it work fine

Re: sabnzbd don't unrar, please help .

Posted: September 6th, 2008, 6:16 am
by shypike
Just to check if we use the same unrar.
The md5sum of my unrar is this:

Code: Select all

$ md5sum -b /usr/bin/unrar
236eaf2e2c94ee3d32aa1f5a3ec4de5e */usr/bin/unrar
Did you check the start of the logging? Does SABnzbd say that it can actually find unrar.exe ?