Serg_Homer 1 Posted November 1, 2024 Posted November 1, 2024 I have installed emby in a Synolody DS720+ with DSM 7.2 and everything went super smooth. Then I tried the same process in a Synology DS213j with DSM 7.1. I installed the emby version existing in the app store (4.7.14), and then updated manually to the latest stable version 4.8.10 for legacy devices. My problem is that I am not able to open/expand the folder /volume1/video and therefore not able to select a specific folder I would like to select. This is the error log: Quote *** Error Report *** Version: 4.8.10.0 Command line: /volume1/@appstore/EmbyServer/system/EmbyServer.exe -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -defaultdirectory /volume1/Public -updatepackage emby-server-synology7-mono_{version}_armv7_legacy.spk -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -nolocalportconfig -noskia -ignore_vaapi_enabled_flag Operating system: Linux version 3.2.101 (root@build3) (gcc version 8.5.0 (GCC) ) #42962 Mon May 29 14:34:16 CST 2023 Framework: Mono: 6.12.0.182 (tarball Thu Jan 19 10:28:52 PM UTC 2023) OS/Process: X86/X86 Runtime: volume1/@appstore/EmbyServer/lib/mono/4.5/mscorlib.dll Processor count: 1 Data path: /var/packages/EmbyServer/var Application path: /volume1/@appstore/EmbyServer/system System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/volume1/video' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- Now you are thinking is the standard user access issues that I forgot to grant the user "emby" the read/write access for the folder /volume1/video as system internal user... but I did, I even remove the access and grant it again. I restarted the service and I have also even restarted the NAS having the same result. In addition, interesting enough, is that I can expand other folders like /volume1/web or /volume1/music without granting the same read/write permissions for these folders. Any idea how I may solve this issue? Thanks in advance
Serg_Homer 1 Posted November 2, 2024 Author Posted November 2, 2024 I SOLVED the issue. I connected to the NAS using SSH, I checked the poermissions with "ls -la" and I dont know why but permissions where different for folder /volume1/music than for /volume1/video, so I used this command: sudo synoacltool -copy /volume1/music /volume1/video With this I copied the permissions from folder /volume1/music in to /colume1/video. After that it worked. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now