Page 1 of 1

Unpacking not starting/working

Posted: December 11th, 2009, 5:03 pm
by fret
hey there!

Version: 0.4.12
OS: Debian
Install-type: python source
Skin (if applicable): Default
Firewall Software: None
Are you using IPV6? No
Is the issue reproducible? yes

When the download finished it told me it failed, but when i try to extract the archives on my windows 7 pc it is working! here is my log:

2009-12-11 22:45:48,601::INFO::[postproc] Running unpack_magic on XXXX.nzb
2009-12-11 22:45:48,608::INFO::[newsunpack] Unrar starting on /media/wd/incomplete/XXX
2009-12-11 22:45:48,614::INFO::[newsunpack] Extracting rarfile /media/wd/incomplete/XXX/XXX.part01.rar (belonging to XXX) to /media/wd/complete/XXX
2009-12-11 22:45:51,431::INFO::[newsunpack] Skipping unrar file check due to unreliable file names
2009-12-11 22:45:52,717::INFO::[newsunpack] Unpacked 0 files/folders in 4.1s
2009-12-11 22:45:52,719::INFO::[newsunpack] Unrar finished on /media/wd/incomplete/XXX
2009-12-11 22:45:52,727::INFO::[postproc] unpack_magic finished on XXX.nzb

here is what the history tells me:

Stage Unrar
    [RAR-INFO] XXX: => Unpacked 0 files/folders in 4.1s

I am using free-unrar on my debian server

Re: Unpacking not starting/working

Posted: December 11th, 2009, 5:25 pm
by inpheaux
Helped via IRC!

He was using unrar-free, which sucks. Switched to unrar (non-free) and all is well.

Re: Unpacking not starting/working

Posted: December 11th, 2009, 5:43 pm
by fret
at first I could not download unrar but i added the following lines to the /etc/apt/sources.list file:

deb http://ftp.us.debian.org/debian stable main contrib non-free
deb-src http://ftp.us.debian.org/debian stable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free


thanks for the help!