2023-10-31, 12:42 PM
Just installed Jellyfin 10.8.11 on my Centos 7 server, and when I start it up, it soon dies. The following are the messages seen:
[gunther@neuromancer ~]$ sudo systemctl status jellyfin -l
● jellyfin.service - Jellyfin Media Server
Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─override.conf
Active: inactive (dead)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.Routines.MigrateUserDb.Perform()
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations (IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.GetSerializer(Type type)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String fi
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.Routines.MigrateUserDb.Perform()
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, Migra
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Main: Running query planner optimizations in the database... This might take a w
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing EmbyTV
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing SchedulesDirect
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [2] Main: Received a SIGTERM signal, shutting down
Oct 31 08:19:34 neuromancer.bloodjack.org sudo[4948]: gunther : TTY=pts/1 ; PWD=/home/gunther ; USER=root ; COMMAND=/bin/systemctl status jellyfin -l
Oct 31 08:19:34 neuromancer.bloodjack.org sudo[4948]: pam_unix(sudo:session): session opened for user root by gunther(uid=0)
Oct 31 08:19:34 neuromancer.bloodjack.org sudo[4948]: pam_unix(sudo:session): session closed for user root
Oct 31 08:19:36 neuromancer.bloodjack.org sshd[4927]: Connection closed by 146.56.198.86 port 56170 [preauth]
Oct 31 08:19:40 neuromancer.bloodjack.org sudo[4981]: gunther : TTY=pts/1 ; PWD=/home/gunther ; USER=root ; COMMAND=/bin/journalctl -xe
Oct 31 08:19:40 neuromancer.bloodjack.org sudo[4981]: pam_unix(sudo:session): session opened for user root by gunther(uid=0)
Any ideas why it might be getting SIGTERM? Any place to get better logs?
[gunther@neuromancer ~]$ sudo systemctl status jellyfin -l
● jellyfin.service - Jellyfin Media Server
Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─override.conf
Active: inactive (dead)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.Routines.MigrateUserDb.Perform()
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations (IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action
1 saveConfiguration, ILogger logger)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing EmbyTV
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing SchedulesDirect
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [2] Main: Received a SIGTERM signal, shutting down
[gunther@neuromancer ~]$ sudo journalctl -xe
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at System.Xml.Serialization.XmlSerializer..ctor(Type type)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.<>c.<GetSerializer>b__1_0(String _, Type
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at System.Collections.Concurrent.ConcurrentDictionary
2.GetOrAdd[TArg](TKey key, Func`3 valueFactory,Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.GetSerializer(Type type)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String fi
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.Routines.MigrateUserDb.Perform()
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, Migra
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Main: Running query planner optimizations in the database... This might take a w
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing EmbyTV
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing SchedulesDirect
Oct 31 08:19:31 neuromancer.bloodjack.org jellyfin[4860]: [08:19:31] [INF] [2] Main: Received a SIGTERM signal, shutting down
Oct 31 08:19:34 neuromancer.bloodjack.org sudo[4948]: gunther : TTY=pts/1 ; PWD=/home/gunther ; USER=root ; COMMAND=/bin/systemctl status jellyfin -l
Oct 31 08:19:34 neuromancer.bloodjack.org sudo[4948]: pam_unix(sudo:session): session opened for user root by gunther(uid=0)
Oct 31 08:19:34 neuromancer.bloodjack.org sudo[4948]: pam_unix(sudo:session): session closed for user root
Oct 31 08:19:36 neuromancer.bloodjack.org sshd[4927]: Connection closed by 146.56.198.86 port 56170 [preauth]
Oct 31 08:19:40 neuromancer.bloodjack.org sudo[4981]: gunther : TTY=pts/1 ; PWD=/home/gunther ; USER=root ; COMMAND=/bin/journalctl -xe
Oct 31 08:19:40 neuromancer.bloodjack.org sudo[4981]: pam_unix(sudo:session): session opened for user root by gunther(uid=0)
Any ideas why it might be getting SIGTERM? Any place to get better logs?