Hi im having an odd problem where sab cant find my par2cmd on my soalris 11 install.
I used this guide http://blog.bitechular.com/2010/11/19/h ... s-sabnzbd/
Which Ive used before without problems but this time it cant find par2.
Par2 compiled properly and is in the usual spot.
Ive tried starting sab manualy and as root but no difference.
Im stumped with this one.
Cant find Par2 on solaris
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: Cant find Par2 on solaris
Is the par2 program in the path?
Is it called "par2"?
Is it called "par2"?
Re: Cant find Par2 on solaris
which path is it meant to be in?
Its in /usr/local/bin nad its called par2
Its in /usr/local/bin nad its called par2
Re: Cant find Par2 on solaris
Solaris has a different path system than Linux , so you need to move it to /usr/bin because this is the equivalent for /usr/local/bin from linux.Kerbeh wrote:which path is it meant to be in?
Its in /usr/local/bin nad its called par2
Also you could create a symbolic link to it
Code: Select all
ln -s /usr/bin/local/par2 /usr/bin/par2Code: Select all
echo $PATHBut all you need to do is to move it from /usr/local/bin to /usr/bin and it should work if you didn't messed the default paths.

