2024-09-13, 05:14 PM
Hi All,
after having issues with memory, which i have fixed, on my ubuntu server running jellyfin, it now registers as inactive (code snipit below):
this is after reapplying the etc, cashe, and lib priverages along with a fresh install and recreating the migration.xml file. I would really appreciate some guidance as this is the first server i have built using ubuntu server 24.04.1. i can also supply the most recent log file if needed
after having issues with memory, which i have fixed, on my ubuntu server running jellyfin, it now registers as inactive (code snipit below):
Code:
○ jellyfin.service - Jellyfin Media Server
Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: inactive (dead) since Fri 2024-09-13 07:01:19 UTC; 9h ago
Duration: 6.848s
Process: 62500 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_N>
Main PID: 62500 (code=exited, status=0/SUCCESS)
CPU: 6.566s
Sep 13 07:01:19 colin jellyfin[62500]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRou>
Sep 13 07:01:19 colin jellyfin[62500]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFa>
Sep 13 07:01:19 colin jellyfin[62500]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, Star>
Sep 13 07:01:19 colin jellyfin[62500]: [07:01:19] [INF] Running query planner optimizations in the database... This mig>
Sep 13 07:01:19 colin jellyfin[62500]: [07:01:19] [INF] Disposing CoreAppHost
Sep 13 07:01:19 colin jellyfin[62500]: [07:01:19] [INF] Disposing MusicBrainzArtistProvider
Sep 13 07:01:19 colin jellyfin[62500]: [07:01:19] [INF] Disposing MusicBrainzAlbumProvider
Sep 13 07:01:19 colin jellyfin[62500]: [07:01:19] [INF] Disposing PluginManager
Sep 13 07:01:19 colin systemd[1]: jellyfin.service: Deactivated successfully.
Sep 13 07:01:19 colin systemd[1]: jellyfin.service: Consumed 6.566s CPU time, 51.4M memory peak, 0B memory swap peak.
this is after reapplying the etc, cashe, and lib priverages along with a fresh install and recreating the migration.xml file. I would really appreciate some guidance as this is the first server i have built using ubuntu server 24.04.1. i can also supply the most recent log file if needed