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?
i'trying to get par2 working
Forum rules
Help us help you:
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.
Re: i'trying to get par2 working
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.
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.
-
steve51184
Re: i'trying to get par2 working
how do i check the PATH variable? and yes par2 runs without the full path
Re: i'trying to get par2 working
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.
/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.
