You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
unrar is installed on my system and correctly included in environment path both globally and for my logged in user. So, I did not get how this error message was there. Until I read the log lines more closely and realised that the unrar file within subzero is not a script to check for unrar as I had assumed. It is an additional unrar executable which subzero insists on using, ignoring the system unrar.
Problem is, the "subzero specific" unrar file is not set to be executable:
$ ls -lah /Users/lumiere/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/MacOSX/i386/UnRAR/
total 640
drwxr-xr-x 3 lumiere staff 102B Oct 26 05:18 ./
drwxr-xr-x 3 lumiere staff 102B Oct 26 05:18 ../
-rw-r--r-- 1 lumiere staff 319K Oct 26 05:18 unrar
So. Now it makes perfect sense subzero is complaining.
I ran: $ chmod ug+x /Users/lumiere/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/MacOSX/i386/UnRAR/unrar
This fixes the issue. Verified error messages are gone from logs.
But unless fixed within subzero, it likely needs redoing manually on each subzero update.
The text was updated successfully, but these errors were encountered:
Did you download the zip instead of a direct check-out of the repository? The flags are correctly set as long as you properly check out the repository.
I just changed the permissions manually, hoping it sticks across updates. It's a year or 2 ago since I installed sub-zero, it seems to update itself.
The post here was mainly to let you and others know. I've seen several report the same error message. Might help them save some time debugging / help you fix.
I had this error repeatedly in my subzero log file:
unrar is installed on my system and correctly included in environment path both globally and for my logged in user. So, I did not get how this error message was there. Until I read the log lines more closely and realised that the unrar file within subzero is not a script to check for unrar as I had assumed. It is an additional unrar executable which subzero insists on using, ignoring the system unrar.
Problem is, the "subzero specific" unrar file is not set to be executable:
So. Now it makes perfect sense subzero is complaining.
I ran:
$ chmod ug+x /Users/lumiere/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/MacOSX/i386/UnRAR/unrar
This fixes the issue. Verified error messages are gone from logs.
But unless fixed within subzero, it likely needs redoing manually on each subzero update.
The text was updated successfully, but these errors were encountered: