2023-11-11, 12:47 AM
i've opened the firewall, but now with the fresh installation, the service quickly dies as seen with running
keep in mind this was after deleting the service i made, uninstalling jellyfin, then reinstalling fresh. maybe it was a setting modification? i did notice that the settings remained after reinstallation.
sudo systemctl status jellyfin
, and subsequently running sudo systemctl start jellyfin
results in more or less the same. the log is as follows:
○ jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; disabled; preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: inactive (dead)
Nov 10 19:42:56 raspberrypi jellyfin[416985]: at SQLitePCL.pretty.DatabaseConnection.Execute(IDatabaseConnection This, String sql)
Nov 10 19:42:56 raspberrypi jellyfin[416985]: at Emby.Server.Implementations.Data.BaseSqliteRepository.GetConnection(Boolean readOnly)
Nov 10 19:42:56 raspberrypi jellyfin[416985]: at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize(SqliteUserDataRepository userDataRepo, IUserManager userManager)
Nov 10 19:42:56 raspberrypi jellyfin[416985]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
Nov 10 19:42:56 raspberrypi jellyfin[416985]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Nov 10 19:42:56 raspberrypi jellyfin[416985]: [19:42:56] [INF] Running query planner optimizations in the database... This might take a while
Nov 10 19:42:56 raspberrypi jellyfin[416985]: [19:42:56] [INF] Disposing CoreAppHost
Nov 10 19:42:56 raspberrypi jellyfin[416985]: [19:42:56] [INF] Received a SIGTERM signal, shutting down
Nov 10 19:42:56 raspberrypi systemd[1]: jellyfin.service: Deactivated successfully.
Nov 10 19:42:56 raspberrypi systemd[1]: jellyfin.service: Consumed 13.376s CPU time.
keep in mind this was after deleting the service i made, uninstalling jellyfin, then reinstalling fresh. maybe it was a setting modification? i did notice that the settings remained after reinstallation.