2024-12-14, 11:18 PM
(This post was last modified: 2024-12-14, 11:29 PM by missmintygreen. Edited 1 time in total.)
(2024-12-14, 11:03 PM)TheDreadPirate Wrote: Can you share your jellyfin log via pastebin?
/config/log/lo20241214.log
I also recommend against bind mounts. Mainly because they sometimes cause issues.
Change this
Code:- type: bind
source: /media/danielle/library/Movies
target: /Movies
- type: bind
source: /media/danielle/library/Shows
target: /Shows
read_only: true
To this
Code:- /media/danielle/library/Movies:/Movies:ro
- /media/danielle/library/Shows:/Shows:ro
So, that log doesn't seem to exist. /config appears to be empty. When I start jellyfin and look at the logs on portainer, I keep seeing this repeated:
Code:
Unhandled exception. System.UnauthorizedAccessException: Access to the path '/config/log' is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
at System.IO.Directory.CreateDirectory(String path)
at Jellyfin.Server.Helpers.StartupHelpers.CreateApplicationPaths(StartupOptions options)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
Rescued from the Trash Optiplex Build
CPU: Intel i5 3470
RAM: 4GB DDR3-1333
GPU: NVIDIA Quadro P400 2GB GDDR5
Boot Drive: Inland Professional 240GB SSD
Storage: Seagate Ironwolf 8TB 7200 RPM HDD
CPU: Intel i5 3470
RAM: 4GB DDR3-1333
GPU: NVIDIA Quadro P400 2GB GDDR5
Boot Drive: Inland Professional 240GB SSD
Storage: Seagate Ironwolf 8TB 7200 RPM HDD