-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Permission issues after mounting transcodes to tmpfs #265
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I got the same issue, have you solve this? |
@GoingTime FYI, I solved this by adding |
Is there an existing issue for this?
Current Behavior
I use docker compose to deploy jellyfin. When I mount
tmpfs
to/config/cache/transcodes
, I notice that all the owners and groups of the/config/cache
directory in jellyfin areabc
, and only the owner and group of transcodes areroot
, and the permissions aredrwxrwx---
,which causes ffmpeg to have no permission to access the transcodes directory.This is an inconsistent behavior. For newly created folders, some are owned by root and some are owned by abc. For folder permissions, some are drwxrwx--- and some are drwxr-xr-x, which will lead to confusing permission problems.
I suggest using some kind of script to automatically configure the owner and permissions of the newly mounted folder when jellfyin is initialized to avoid permission problems. Or recheck the code related to owner and permission configuration.
Expected Behavior
No response
Steps To Reproduce
Environment
- OS: TrueNAS SCALE 24.10 BETA.1 base Debian 12
CPU architecture
x86-64
Docker creation
Please see "Steps To Reproduce".
Container logs
The text was updated successfully, but these errors were encountered: