Page 1 of 1

unrar path location change in sabnzb config file

Posted: October 6th, 2015, 12:42 pm
by gus_ivan
HI,

I just installed a new beta version of unrar that placed itself in the /usr/bin/local/unrar directory and now sabnzb cannot find it. Is there a configuration file somewhere I can edit to point it to the latest beta version I have? The version I have is 5.30 beta 4.

I'm running SABnzbd Version: 0.8.0Beta1

Thank you!

Re: unrar path location change in sabnzb config file

Posted: October 6th, 2015, 3:58 pm
by shypike
Just make sure that the PATH environment variable also contains /usr/bin/local
If that's too hard, create a symlink in /usr/bin
ln -s /usr/bin/local/unrar /usr/bin/unrar