unRAID: sab 3.2.0 [7be9281] rar binary missing

Report & discuss bugs found in SABnzbd
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
MountainDew
Newbie
Newbie
Posts: 9
Joined: May 5th, 2013, 5:51 am

unRAID: sab 3.2.0 [7be9281] rar binary missing

Post by MountainDew »

Hello -
Looks like the unrar module is missing after a recent update. Restarting, removing the docker image and loading it again didn't work (I didn't delete the docker image, though).

Code: Select all

2021-03-12 04:01:46,624::INFO::[__init__:331] All processes started
2021-03-12 04:01:46,625::INFO::[SABnzbd:307] Template location for Glitter is /app/sabnzbd/interfaces/Glitter
2021-03-12 04:01:46,626::INFO::[SABnzbd:307] Template location for Config is /app/sabnzbd/interfaces/Config
2021-03-12 04:01:46,630::INFO::[misc:1053] [sabnzbd.misc.run_command] Running external command: ['/usr/bin/par2', '-h']
2021-03-12 04:01:46,631::DEBUG::[misc:1054] Popen arguments: {'stdin': -1, 'stdout': -1, 'stderr': -2, 'startupinfo': None, 'creationflags': 0}
2021-03-12 04:01:46,656::INFO::[SABnzbd:401] SABYenc module (v4.0.2)... found!
2021-03-12 04:01:46,658::INFO::[SABnzbd:420] Cryptography module (v3.4.6)... found!
2021-03-12 04:01:46,659::INFO::[SABnzbd:425] par2 binary... found (/usr/bin/par2)
2021-03-12 04:01:46,660::INFO::[notifier:122] Sending notification: Error - unrar binary... NOT found! (type=error, job_cat=None)
2021-03-12 04:01:46,660::ERROR::[SABnzbd:444] unrar binary... NOT found!
2021-03-12 04:01:46,662::INFO::[SABnzbd:450] 7za binary... found (/usr/bin/7za)
2021-03-12 04:01:46,662::INFO::[SABnzbd:461] nice binary... found (/usr/bin/nice)
2021-03-12 04:01:46,663::INFO::[SABnzbd:465] ionice binary... found (/usr/bin/ionice)
2021-03-12 04:01:46,664::INFO::[notifier:122] Sending notification: Error - Essential modules are missing, downloading cannot start. (type=error, job_cat=None)
2021-03-12 04:01:46,664::ERROR::[SABnzbd:471] Essential modules are missing, downloading cannot start.
2021-03-12 04:01:46,668::INFO::[SABnzbd:1431] Starting web-interface on 0.0.0.0:8080
Puzzled
Full Member
Full Member
Posts: 160
Joined: September 2nd, 2017, 3:02 am

Re: unRAID: sab 3.2.0 [7be9281] rar binary missing

Post by Puzzled »

There was a problem with the rar deb package. It should be updated now so you can fix it with apt update/apt upgrade. If not, you can fix it by manually adding a symlink from /usr/bin/unrar to /usr/bin/unrar-nonfree:
sudo ln -s /usr/bin/unrar-nonfree /usr/bin/unrar
boatguypat
Newbie
Newbie
Posts: 3
Joined: March 12th, 2021, 6:13 pm

Re: unRAID: sab 3.2.0 [7be9281] rar binary missing

Post by boatguypat »

I am having the same issue. Looks like unrar got removed with last Ubuntu update. I reinstalled it, and now there is a simlink from /usr/bin/unrar to /etc/alternatives/unrar, and that is a simlink to /usr/bin/unrar-nonfree. Seems like a long way around, and still not working, downloads won't start. I still see the missing unrar binary not found error when the container is restarted. Strange.
MountainDew
Newbie
Newbie
Posts: 9
Joined: May 5th, 2013, 5:51 am

Re: unRAID: sab 3.2.0 [7be9281] rar binary missing

Post by MountainDew »

I did both suggestions mentioned by Puzzled. After doing the symlink and forcing the app to restart I was able to get sab working again. thanks!
boatguypat
Newbie
Newbie
Posts: 3
Joined: March 12th, 2021, 6:13 pm

Re: unRAID: sab 3.2.0 [7be9281] rar binary missing

Post by boatguypat »

I had to pull the latest container - linuxserver io. Issue was resolved there.
Post Reply