Need help with failure message,

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
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Need help with failure message,

Post 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é
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Need help with failure message,

Post 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.
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Re: Need help with failure message,

Post 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é
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Need help with failure message,

Post 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.
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Re: Need help with failure message,

Post 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é
Post Reply