Page 1 of 1

unRAID: sab 3.2.0 [7be9281] rar binary missing

Posted: March 12th, 2021, 12:37 pm
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

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

Posted: March 12th, 2021, 2:05 pm
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

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

Posted: March 12th, 2021, 6:27 pm
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.

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

Posted: March 13th, 2021, 2:03 am
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!

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

Posted: March 16th, 2021, 8:21 pm
by boatguypat
I had to pull the latest container - linuxserver io. Issue was resolved there.