2024-01-25, 03:03 AM
(This post was last modified: 2024-01-25, 03:15 AM by Payrok. Edited 3 times in total.)
(2024-01-25, 01:30 AM)TheDreadPirate Wrote: Double check the file folder permissions. Check for ACLs. You will see a + at the end of the permissions like
Code:rwxr-xr-x+
If you have them on a directory you can remove with
Code:sudo setfacl -b /path/to/folder
Add a -R if you want to ensure nothing under that folder has an ACL.
I didn't see any "bad" permissions
Directories all have: drwxrwxr-- root root
The file permissions are like this:
-rwxrwxr-x 1 root root 2562252818 Jan 20 09:33 'Bastogne S01E06.mkv'*
-rwxrwxr-x 1 root root 3060847514 Jan 20 09:33 'Carentan S01E03.mkv'*
-rwxrwxr-x 1 root root 2479809899 Jan 20 09:33 'Crossroads S01E05.mkv'*
-rwxrwxr-x 1 root root 2838329105 Jan 20 09:33 'Currahee S01E01.mkv'*
-rwxrwxr-x 1 root root 2602003746 Jan 20 09:33 'Day of Days S01E02.mkv'*
-rwxrwxr-x 1 root root 2530823786 Jan 20 09:32 'Points S01E10.mkv'*
-rwxrwxr-x 1 root root 2368960859 Jan 20 09:32 'Replacements S01E04.mkv'*
-rwxrwxr-x 1 root root 5117836934 Jan 20 09:33 'The Breaking Point S01E07.mkv'*
-rwxrwxr-x 1 root root 2481354296 Jan 20 09:33 'The Last Patrol S01E08.mkv'*
-rwxrwxr-x 1 root root 2505659571 Jan 20 09:33 'Why We Fight S01E09.mkv'*
This is an smb mount from my actual NAS. The whole setup looks like this:
jellysrv1 == Ubuntu 22.04
nassrv1 == Debian Trixie
nassrv1 has smb share 'TV' that lives on a RAID0
jellysrv1 mounts TV to /mnt/media/tv via fstab on boot
docker image is run from ~/docker/jellyfin of my user on jellysrv1
Directory structure of the jellyfin folder looks like this:
~/docker/jellyfin has
drwxrwxr-x 6 user1 user1 4096 Jan 24 13:15 cache/
drwxrwxr-x 9 user1 user1 4096 Jan 18 01:15 config/
-rw-rw-r-- 1 user1 user1 634 Jan 18 01:10 docker-compose.yml
lrwxrwxrwx 1 user1 user1 10 Jan 18 01:06 media -> /mnt/media/
I promise to tackle a bug if we get through this
![Grinning-face Grinning-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/grinning-face.png)