Hi,
I just recently installed CentOS on an old machine and wanted to install SABnzbd as well.
In the end I managed to get it running, but it says that my "UNRAR version isn't recommended" and I should get another from rarlab.
I installed the 3.7.7 version for CentOS, but what is the recommended one if it isn't that one?
And should I uninstall that one before installing another? If so, how?
Greetz,
Anton
SABnzbd on CentOS
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: SABnzbd on CentOS
There's nothing more recent than 3.7.7 for CentOS.
SABnzbd will work, but you may encounter some incompatible RAR files.
Also the -or option (auto-renaming) will not be used, resulting in a failed unpack when file names overlap.
If you're satisfied with the version you have, you can disable the warning, as described here:
http://wiki.sabnzbd.org/configure-special
ignore_wrong_unrar
SABnzbd will work, but you may encounter some incompatible RAR files.
Also the -or option (auto-renaming) will not be used, resulting in a failed unpack when file names overlap.
If you're satisfied with the version you have, you can disable the warning, as described here:
http://wiki.sabnzbd.org/configure-special
ignore_wrong_unrar
Re: SABnzbd on CentOS
Because of this unrar version the auto rename functionality doesn't work altogether, or only not when there are two files with similar names?
Re: SABnzbd on CentOS
Auto rename is used when unrar would need to overwrite an existing file.
Without "-or" it will refuse to do so and stop with an error message.
Without "-or" it will refuse to do so and stop with an error message.
Re: SABnzbd on CentOS
Okay, understood. Thanks for the quick response(s).