Page 1 of 1

[SABnzbd 0.3.4] Par2cmdline is not found , but is installed ?

Posted: April 4th, 2008, 9:44 am
by defiance
Hi , normally i use the following setup

Python 2.3 + SABnzbd 0.25

I did a reinstall of my server and found out SAB was being developed again under the SABnzbd+ flag.

So i installed :

Python 2.5
SABnzbd 0.3.4

Im getting the following message in my SABnzbd gui :
WARNING
No PAR2 program found, repairs not possible
But par2 is working tho

Code: Select all

[root@thuis Builds]# par2
par2cmdline version 0.3, Copyright (C) 2003 Peter Brian Clements.

par2cmdline comes with ABSOLUTELY NO WARRANTY.
Where can i specify to SABnzbd where to locate par2 ?

Re: [SABnzbd 0.3.4] Par2cmdline is not found , but is installed ?

Posted: April 4th, 2008, 10:23 am
by shypike
SABnzbd searches for par2 by using the $PATH variable.

Re: [SABnzbd 0.3.4] Par2cmdline is not found , but is installed ?

Posted: April 4th, 2008, 10:36 am
by defiance
Great, but  where do i specify or edit the $PATH variable

i did a fgrep -r within the SAB dir but cannot find a file containing the $PATH string

NVM i fixed it

i made a symlink from /usr/local/bin/par2 to /usr/bin/par2 ;)