Page 1 of 1

Need help with failure message,

Posted: August 22nd, 2008, 1:27 pm
by fluefiske
Hello everyone,

I need some help with the following, i'am running sabnzbplus on the datatank from freecom, it run good for a while, however i think there is something changed because i get the message:

WARNING
No PAR2 program found, repairs not possible


And when i am looking at the warnings it says:

2008-08-22 19:50:46,135 ERROR par2 binary... NOT found!
2008-08-22 19:50:46,140 ERROR rar binary... NOT found
2008-08-22 19:50:46,145 ERROR unzip binary... NOT found!
2008-08-22 20:08:13,156 WARNING [downloader] Thread [email protected]:119: timed out

I didn't uninstall anything, i reinstalled sabnzbd and par2cmdline, and looked at the other progs and the are still present, however still no suc6, does anybody have an idee ???

Thnx,

André

Re: Need help with failure message,

Posted: August 22nd, 2008, 2:39 pm
by shypike
You need to install these programs.
par2 (par2cmdline)
unrar
unzip

These programs need to be in the $PATH too.
If you start SABnzbd from a shell manually, check if par2, unzip and unrar can be started from the shell too.
If you start SABnzbd from a script, check if you have set the $PATH variable properly.

Re: Need help with failure message,

Posted: August 22nd, 2008, 3:20 pm
by fluefiske
I INSTALLED ALL THESE PROGRAMES AND SUPOSE THE PATH IS NOT CORRECT, CAN YOU GIVE ME A SAMPLE HOW TO SOLVE THE PROBLEM ???

p.s. i'am a linux noob

THNX,

aNDRé

Re: Need help with failure message,

Posted: August 22nd, 2008, 3:35 pm
by shypike
Managing the $PATH is Unix 101.
Please look for some Unix tutorials on the web.

Basically with

Code: Select all

echo $PATH
you will get a list of directories separated by colons.
The programs must be located in one if the listed folders, if not you need
to add the required directory.
How to do this is different for each OS. Try its documentation.

Re: Need help with failure message,

Posted: August 23rd, 2008, 12:54 am
by fluefiske
shypike wrote: Managing the $PATH is Unix 101.
Please look for some Unix tutorials on the web.

Basically with

Code: Select all

echo $PATH
you will get a list of directories separated by colons.
The programs must be located in one if the listed folders, if not you need
to add the required directory.
How to do this is different for each OS. Try its documentation.

Oke thnx for your answers i will try.

André