unrar path location change in sabnzb config file

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
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.
Post Reply
gus_ivan
Newbie
Newbie
Posts: 1
Joined: October 6th, 2015, 12:38 pm

unrar path location change in sabnzb config file

Post 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!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: unrar path location change in sabnzb config file

Post 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
Post Reply