Page 1 of 1
i'trying to get par2 working
Posted: May 12th, 2008, 6:21 pm
by steve51184
hi sab gives me the error "No PAR2 program found, repairs not possible" but when i run par2 it is installed?
my par2 is installed to /usr/bin/par2 do i need to make a symlink? if so what command do i run?
Re: i'trying to get par2 working
Posted: May 13th, 2008, 1:43 am
by shypike
SABnzbd uses the $PATH variable to find the par2 program.
Check the PATH variable that is passed to SABnzbd.
If you runĀ SABnzbd from a shell, check if par2 actually runs without adding a full path to it.
Re: i'trying to get par2 working
Posted: May 13th, 2008, 7:15 am
by steve51184
how do i check the PATH variable? and yes par2 runs without the full path
Re: i'trying to get par2 working
Posted: May 13th, 2008, 9:20 am
by shypike
echo $PATH
/usr/bin should be part of the path
blabla:/usr/bin:blabla
Also make sure /usr/bin/par2 has its X bit set and that the access rights are correct.
Re: i'trying to get par2 working
Posted: May 13th, 2008, 10:20 am
by steve51184
thank youblack rain