problem extracting rar

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
brizou
Newbie
Newbie
Posts: 4
Joined: December 25th, 2013, 1:11 pm

problem extracting rar

Post by brizou »

Hello everybody,
I have sabnzbd installed on a linux mint debian edition running computer
For a couple of days It doesn't want to extract the files once they are downloaded
When I look at the log I have that

Code: Select all

2014-01-04 23:06:22,398::INFO::[newsunpack:888] Deleting /home/gurvan/Vidéos/temporaire/incomplete/name_of_the_movie.par2
2014-01-04 23:06:22,399::INFO::[postproc:596] Par2 check finished on name_of_the_movie
2014-01-04 23:06:22,399::INFO::[misc:788] Creating directories: /home/gurvan/Vidéos/temporaire/complete/Films/name_of_the_movie
2014-01-04 23:06:22,399::INFO::[postproc:340] Running unpack_magic on name_of_the_movie
2014-01-04 23:06:22,406::INFO::[newsunpack:208] Unrar starting on /home/gurvan/Vidéos/temporaire/incomplete/name_of_the_movie
2014-01-04 23:06:22,413::INFO::[newsunpack:424] Extracting rarfile /home/gurvan/Vidéos/temporaire/incomplete/name_of_the_movie.part001.rar (belonging to name_of_the_movie$
2014-01-04 23:06:22,456::INFO::[newsunpack:714] Skipping unrar file check due to unreliable file names or old unrar
2014-01-04 23:06:22,456::INFO::[newsunpack:719] 0 fichier(s)/dossier(s) décompressé(s) en 0 secondes
2014-01-04 23:06:22,456::INFO::[newsunpack:212] Unrar finished on /home/gurvan/Vidéos/temporaire/incomplete/name_of_the_movie
2014-01-04 23:06:22,466::INFO::[postproc:342] unpack_magic finished on name_of_the_movie
the line 2014-01-04 23:06:22,456::INFO::[newsunpack:719] 0 fichier(s)/dossier(s) décompressé(s) en 0 secondes means that no file/folder as been extracted in 0 seconds (it's french sorry)
I don't understand, when I extract it with the command
unrar e name_of_the_movie.part001.rar it does work fine

Do you have any idea what could be my problem ? Does sabnzbd not find unrar by itself ?

Thank you very much
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: problem extracting rar

Post by sander »

What is the version of your unrar? Check with "unrar | head -5"

Can you also unrar with the full path (including the accent aigu) and using the 'x', so "unrar x /home/gurvan/Vidéos/temporaire/incomplete/name_of_the_movie.par001.rar"
brizou
Newbie
Newbie
Posts: 4
Joined: December 25th, 2013, 1:11 pm

Re: problem extracting rar

Post by brizou »

Thank you very much for your reply

UNRAR 5.00 beta 8 freeware


both unrar e and x work with the full path
brizou
Newbie
Newbie
Posts: 4
Joined: December 25th, 2013, 1:11 pm

Re: problem extracting rar

Post by brizou »

ok so I moved my folder from Vidéos to Videos and now it works. Sabnzbd sseams to not like accents...
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: problem extracting rar

Post by sander »

brizou wrote:ok so I moved my folder from Vidéos to Videos and now it works. Sabnzbd sseams to not like accents...
SAB is OK with accents, but unrar is not.
Post Reply