2024-10-21, 03:40 PM
Jellyfin server 10.9.11.0
Ubuntu server 24.04 LTS
Installed via apt
Managed via systemctl
Boot log:
-- Boot 1b257e98674b4b0fac4de7d64eef8894 --
Oct 21 15:27:43 ebert systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Oct 21 15:27:43 ebert jellyfin[847]: Unhandled exception. System.UnauthorizedAccessException: Access to the path '/jellyfin' is denied.
Oct 21 15:27:43 ebert jellyfin[847]: ---> System.IO.IOException: Permission denied
Oct 21 15:27:43 ebert jellyfin[847]: --- End of inner exception stack trace ---
Oct 21 15:27:43 ebert jellyfin[847]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
Oct 21 15:27:43 ebert jellyfin[847]: at System.IO.Directory.CreateDirectory(String path)
Oct 21 15:27:43 ebert jellyfin[847]: at Jellyfin.Server.Helpers.StartupHelpers.CreateApplicationPaths(StartupOptions options)
Oct 21 15:27:43 ebert jellyfin[847]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Oct 21 15:27:43 ebert jellyfin[847]: at Jellyfin.Server.Program.<Main>(String[] args)
Oct 21 15:27:44 ebert systemd[1]: jellyfin.service: Main process exited, code=dumped, status=6/ABRT
Oct 21 15:27:44 ebert systemd[1]: jellyfin.service: Failed with result 'core-dump'.
I installed Jellyfin via apt last week while setting up my new Ubuntu host, and it streamed several movies and was working great. After a reboot yesterday, it began coredumping with the error above, trying to access a nonexistent /jellyfin path. I've reviewed all my config files and none have a reference to this path. I also ran
Thanks in advance for any help you can offer!
Ubuntu server 24.04 LTS
Installed via apt
Managed via systemctl
Boot log:
-- Boot 1b257e98674b4b0fac4de7d64eef8894 --
Oct 21 15:27:43 ebert systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Oct 21 15:27:43 ebert jellyfin[847]: Unhandled exception. System.UnauthorizedAccessException: Access to the path '/jellyfin' is denied.
Oct 21 15:27:43 ebert jellyfin[847]: ---> System.IO.IOException: Permission denied
Oct 21 15:27:43 ebert jellyfin[847]: --- End of inner exception stack trace ---
Oct 21 15:27:43 ebert jellyfin[847]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
Oct 21 15:27:43 ebert jellyfin[847]: at System.IO.Directory.CreateDirectory(String path)
Oct 21 15:27:43 ebert jellyfin[847]: at Jellyfin.Server.Helpers.StartupHelpers.CreateApplicationPaths(StartupOptions options)
Oct 21 15:27:43 ebert jellyfin[847]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Oct 21 15:27:43 ebert jellyfin[847]: at Jellyfin.Server.Program.<Main>(String[] args)
Oct 21 15:27:44 ebert systemd[1]: jellyfin.service: Main process exited, code=dumped, status=6/ABRT
Oct 21 15:27:44 ebert systemd[1]: jellyfin.service: Failed with result 'core-dump'.
I installed Jellyfin via apt last week while setting up my new Ubuntu host, and it streamed several movies and was working great. After a reboot yesterday, it began coredumping with the error above, trying to access a nonexistent /jellyfin path. I've reviewed all my config files and none have a reference to this path. I also ran
ls -ld /etc/jellyfin /var/lib/jellyfin /var/cache/jellyfin /usr/share/jellyfin
and permissions looked good. I'm not sure what step to take next; I do not know how to inspect the core dump or what to look for.Thanks in advance for any help you can offer!