SQLite core dump on systems without SSE4.1 #7523

Open
opened 2025-12-22 06:00:17 +01:00 by backuprepo · 29 comments
Owner

Originally created by @gokberkkocak on GitHub (Oct 23, 2025).

Description of the bug

After upgrading from 10.10.7 to 10.11.0, I realised my jellyfin almost immediately crashes with a core dump. I thought this might be related to db migration and tried on a clean install as well and it's still happening. It happens when a library scans starts I believe. The jellyfin process starts dumping core after staying running for a while.

I checked dmesg and there I can see some entries related to libe_sql3:

[1963502.669640] traps: .NET TP Worker[512340] trap invalid opcode ip:7f5d7f90edfa sp:7f5d74747ce0 error:0 in libe_sqlite3.so[38dfa,7f5d7f8e7000+d9000]

Coredumps also indicate that they are coming from libe_sqlite3. One of the coredumps:

           PID: 512223 (jellyfin)
           UID: 971 (jellyfin)
           GID: 971 (jellyfin)
        Signal: 4 (ILL)
     Timestamp: Wed 2025-10-22 16:08:56 CEST (22h ago)
  Command Line: /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
    Executable: /usr/lib/jellyfin/jellyfin
 Control Group: /system.slice/jellyfin.service
          Unit: jellyfin.service
         Slice: system.slice
       Boot ID: d7da46d192564e9c9656e9519d6749e7
    Machine ID: c038c3b2960f48a9b3b5e74f7d023123
      Hostname: system_name
       Storage: /var/lib/systemd/coredump/core.jellyfin.971.d7da46d192564e9c9656e9519d6749e7.512223.1761142136000000.zst (inaccessible)
       Message: Process 512223 (jellyfin) of user 971 dumped core.

                Stack trace of thread 512340:
                #0  0x00007f5d7f90edfa n/a (libe_sqlite3.so + 0x38dfa)
                #1  0x00007f5d7f97a5f2 n/a (libe_sqlite3.so + 0xa45f2)
                #2  0x00007f5d7f97c044 sqlite3_step (libe_sqlite3.so + 0xa6044)
                ....
                (full coredump is included as an attachment)

coredump.txt

Also a full run log:

log.txt

Reproduction steps

  1. Open the fresh instance
  2. Add a library
  3. Scan the library

What is the current bug behavior?

Crash

What is the expected correct behavior?

Not to crash

Jellyfin Server version

10.10.0+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

10.11.0

Environment

- OS: Arch Linux x86_64
- Linux Kernel: Linux 6.16.8-arch3-1
- Virtualization: -
- Clients: Browser
- Browser: Firefox 145
- FFmpeg Version: jellyfin-ffmpeg 7.1.2p3-1
- Playback Method: Direct Play
- Hardware Acceleration: none
- GPU Model: none
- Plugins: none
- Reverse Proxy: nginx
- Base URL: unrelated
- Networking: unrelated
- Jellyfin Data Storage: local HDD
- Media Storage: local HDD
- External Integrations: none

Jellyfin logs

Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] The database locking mode has been set to: NoLock.
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Prepare system for possible migrations
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] There are 0 migrations for stage CoreInitialisation.
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Plugin
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: TMDb 10.11.0.0
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.StudioImages.Plugin
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: Studio Images 10.11.0.0
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.Plugin
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: OMDb 10.11.0.0
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.Plugin
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: MusicBrainz 10.11.0.0
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.Plugin
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: AudioDB 10.11.0.0
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.CoreResolutionIgnoreRule
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.DotIgnoreIgnoreRule
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.FolderResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoAlbumResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.PlaylistResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.SpecialFolderResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.EpisodeResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeasonResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeriesResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.BoxSetResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.MovieResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Books.BookResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.AudioResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicArtistResolver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.AiredEpisodeOrderComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.AlbumArtistComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.AlbumComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.ArtistComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.CommunityRatingComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.CriticRatingComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.DateCreatedComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.DateLastMediaAddedComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.DatePlayedComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IndexNumberComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsFavoriteOrLikeComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsFolderComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsPlayedComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsUnplayedComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.NameComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.OfficialRatingComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.ParentIndexNumberComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.PlayCountComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.PremiereDateComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.ProductionYearComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.RandomComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.RuntimeComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.SeriesSortNameComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.SortNameComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.StartDateComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.StudioComparer
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.SplashscreenPostScanTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.ArtistsPostScanTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.CollectionPostScanTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.GenresPostScanTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.MusicGenresPostScanTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.StudiosPostScanTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Data.CleanDatabaseScheduledTask
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.StudioImages.StudiosImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.AudioImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.EmbeddedImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.VideoImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.EpisodeLocalImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.InternalMetadataFolderImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.LocalImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Jellyfin.LiveTv.Channels.ChannelImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Years.YearMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Videos.VideoMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.EpisodeMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.SeasonMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.SeriesMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Studios.StudioMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Playlists.PlaylistMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Photos.PhotoAlbumMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Photos.PhotoMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.People.PersonMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MusicGenres.MusicGenreMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.AlbumMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.ArtistMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.AudioMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.MusicVideoMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.MovieMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.TrailerMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.LiveTv.LiveTvMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Genres.GenreMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Folders.CollectionFolderMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Folders.FolderMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Folders.UserViewMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Channels.ChannelMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.BoxSets.BoxSetMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Books.AudioBookMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Books.BookMetadataService
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Trickplay.TrickplayProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbEpisodeProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Playlists.PlaylistItemsProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.ProbeProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Photos.PhotoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.ArtistImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.CollectionFolderImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.DynamicImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.FolderImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.GenreImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.MusicAlbumImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.MusicGenreImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.PhotoAlbumImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.PlaylistImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Collections.CollectionImageProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Providers.BoxSetXmlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Providers.PlaylistXmlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.AlbumNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.ArtistNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.EpisodeNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.MusicVideoNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.SeasonNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.SeriesNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.SeriesNfoSeasonProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.VideoNfoProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Savers.BoxSetXmlSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Savers.PlaylistXmlSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.AlbumNfoSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.ArtistNfoSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.EpisodeNfoSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.MovieNfoSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.SeasonNfoSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.SeriesNfoSaver
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.Zap2ItExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzOtherArtistExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzRecordingId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherAlbumExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherArtistExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.ImvdbId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.ImdbExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.ImdbPersonExternalId
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.Zap2ItExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TmdbExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.ImdbExternalUrlProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Jellyfin.LiveTv.LiveTvMediaSourceProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Jellyfin.LiveTv.Channels.ChannelDynamicMediaSourceProvider
Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] There are 0 migrations for stage AppInitialisation.
Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [INF] Kestrel is listening on 0.0.0.0
Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Getting topLibraryFolders
Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Creating userRootPath at /var/lib/jellyfin/root/default
Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Setting userRootFolder: Media Folders
Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Getting refreshQueue
Oct 22 16:02:44 system_name jellyfin[511919]: [16:02:44] [WRN] The WebRootPath was not found: /var/lib/jellyfin/wwwroot. Static files may be unavailable.
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Running startup tasks
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.Trickplay.TrickplayImagesTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.Trickplay.TrickplayMoveImagesTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.SubtitleScheduledTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.Lyric.LyricScheduledTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.ChapterImagesTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanActivityLogTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionAndPlaylistPathsTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupUserDataTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteCacheFileTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteLogFileTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteTranscodeFileTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.MediaSegmentExtractionTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PeopleValidationTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PluginUpdateTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Watching directory /opt/folder
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.RefreshMediaLibraryTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Jellyfin.MediaEncoding.Hls.ScheduledTasks.KeyframeExtractionScheduledTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Jellyfin.LiveTv.Guide.RefreshGuideScheduledTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Jellyfin.LiveTv.Channels.RefreshChannelsScheduledTask
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Daily trigger for Generate Trickplay Images set to fire at 2025-10-23 03:00:00.000 +02:00, which is 10:57:14.9038365 from now.
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Daily trigger for Extract Chapter Images set to fire at 2025-10-23 02:00:00.000 +02:00, which is 09:57:14.9001580 from now.
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] ffmpeg output: ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
Oct 22 16:02:45 system_name jellyfin[511919]: built with gcc 15.2.1 (GCC) 20250813
Oct 22 16:02:45 system_name jellyfin[511919]: configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libfontconfig --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libopenmpt --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
Oct 22 16:02:45 system_name jellyfin[511919]: libavutil      59. 39.100 / 59. 39.100
Oct 22 16:02:45 system_name jellyfin[511919]: libavcodec     61. 19.101 / 61. 19.101
Oct 22 16:02:45 system_name jellyfin[511919]: libavformat    61.  7.100 / 61.  7.100
Oct 22 16:02:45 system_name jellyfin[511919]: libavdevice    61.  3.100 / 61.  3.100
Oct 22 16:02:45 system_name jellyfin[511919]: libavfilter    10.  4.100 / 10.  4.100
Oct 22 16:02:45 system_name jellyfin[511919]: libswscale      8.  3.100 /  8.  3.100
Oct 22 16:02:45 system_name jellyfin[511919]: libswresample   5.  3.100 /  5.  3.100
Oct 22 16:02:45 system_name jellyfin[511919]: libpostproc    58.  3.100 / 58.  3.100
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Found ffmpeg version 7.1.2
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -decoders
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -encoders
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -filters
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Available filters: ["bwdif_cuda", "bwdif_opencl", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "yadif_opencl", "zscale", "alphasrc"]
Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=scale_cuda
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_cuda
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_opencl
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_opencl
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vaapi
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Slow HTTP Response from http://jellyfin.system_name.com/ScheduledTasks?isHidden=false to 127.0.0.1 in 0:00:01.3512515 with Status Code 503
Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vulkan
Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=transpose_opencl
Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_opencl
Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_cuda
Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=hevc_metadata
Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=hevc_metadata
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] StartupTrigger fired for task: Clean up collections and playlists
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Queuing task CleanupCollectionAndPlaylistPathsTask
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] StartupTrigger fired for task: Clean Transcode Directory
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Queuing task DeleteTranscodeFileTask
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Executing Clean up collections and playlists
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] StartupTrigger fired for task: Update Plugins
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Queuing task PluginUpdateTask
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Executing Clean Transcode Directory
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Executing Update Plugins
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] There is no collections folder to be found
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [INF] Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=av1_metadata
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Found 0 playlists
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [INF] Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=av1_metadata
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=dovi_rpu
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [INF] Update Plugins Completed after 0 minute(s) and 0 seconds
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hwaccels
Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [INF] Available hwaccel types: ["vdpau", "cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version
Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] ffmpeg output: ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
Oct 22 16:02:49 system_name jellyfin[511919]: built with gcc 15.2.1 (GCC) 20250813
Oct 22 16:02:49 system_name jellyfin[511919]: configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libfontconfig --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libopenmpt --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
Oct 22 16:02:49 system_name jellyfin[511919]: libavutil      59. 39.100 / 59. 39.100
Oct 22 16:02:49 system_name jellyfin[511919]: libavcodec     61. 19.101 / 61. 19.101
Oct 22 16:02:49 system_name jellyfin[511919]: libavformat    61.  7.100 / 61.  7.100
Oct 22 16:02:49 system_name jellyfin[511919]: libavdevice    61.  3.100 / 61.  3.100
Oct 22 16:02:49 system_name jellyfin[511919]: libavfilter    10.  4.100 / 10.  4.100
Oct 22 16:02:49 system_name jellyfin[511919]: libswscale      8.  3.100 /  8.  3.100
Oct 22 16:02:49 system_name jellyfin[511919]: libswresample   5.  3.100 /  5.  3.100
Oct 22 16:02:49 system_name jellyfin[511919]: libpostproc    58.  3.100 / 58.  3.100
Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hide_banner -f lavfi -i nullsrc=s=1x1:d=10000 -f null -
Oct 22 16:02:53 system_name jellyfin[511919]: [16:02:53] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:53 system_name jellyfin[511919]: [16:02:53] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:54 system_name jellyfin[511919]: [16:02:54] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:54 system_name jellyfin[511919]: [16:02:54] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:55 system_name jellyfin[511919]: [16:02:55] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:55 system_name jellyfin[511919]: [16:02:55] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:57 system_name jellyfin[511919]: [16:02:57] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:02:57 system_name jellyfin[511919]: [16:02:57] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:01 system_name jellyfin[511919]: [16:03:01] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:02 system_name jellyfin[511919]: [16:03:02] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:04 system_name jellyfin[511919]: [16:03:04] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:04 system_name jellyfin[511919]: [16:03:04] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:05 system_name jellyfin[511919]: [16:03:05] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:05 system_name jellyfin[511919]: [16:03:05] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:07 system_name jellyfin[511919]: [16:03:07] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:07 system_name jellyfin[511919]: [16:03:07] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:11 system_name jellyfin[511919]: [16:03:11] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:11 system_name jellyfin[511919]: [16:03:11] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:12 system_name jellyfin[511919]: [16:03:12] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel quiet -hwaccel_flags +low_priority -hide_banner -f lavfi -i nullsrc=s=1x1:d=100 -f null -
Oct 22 16:03:12 system_name jellyfin[511919]: [16:03:12] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffprobe -loglevel quiet -f lavfi -i nullsrc=s=1x1:d=1 -only_first_vframe
Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] ServerId: b4be63c9ebf84e36b4f68ac111906a9b
Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] Core startup complete
Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] Startup complete 0:00:31.1087495
Oct 22 16:03:14 system_name jellyfin[511919]: [16:03:14] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:14 system_name jellyfin[511919]: [16:03:14] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] Executing Scan Media Library
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [INF] Stopping directory watching for path /opt/folder
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [INF] Validating media library
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [WRN] Library folder /var/lib/jellyfin/data/playlists is inaccessible or empty, skipping
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Enqueue new Workset of 1 items.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Spawn 1 new runners.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Wait for 1 to complete.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Process new item 'movies'.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] 1 completed.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Schedule cleanup task in 60 sec.
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] FolderImageProvider reports change to /var/lib/jellyfin/root/default
Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Running FolderImageProvider for /var/lib/jellyfin/root/default
Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Enqueue new Workset of 1 items.
Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Spawn 0 new runners.
Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Wait for 1 to complete.
Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Process new item 'Movies'.
Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] CollectionFolderImageProvider reports change to /var/lib/jellyfin/root/default/Movies
Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Running CollectionFolderImageProvider for /var/lib/jellyfin/root/default/Movies
Oct 22 16:03:39 system_name systemd-coredump[512213]: Process 511919 (jellyfin) of user 971 dumped core.
                                                
                                                Stack trace of thread 512134:
                                                #0  0x00007f62a6e8fdfa n/a (libe_sqlite3.so + 0x38dfa)

FFmpeg logs


Client / Browser logs

No response

Relevant screenshots or videos

No response

Additional information

  • I reverted back to 10.10.7 and everything is back to normal without any crashes or core dumps.
  • I'm using arch linux jellyfin-server package not git or manual install methods. The specific package is jellyfin-server-10.11.0-1
  • The machine that runs jellyfin is very old dedicated headless server with limited ram (4 gb). I thought it might be OOM related process kill but dmesg would indicate if that was the case instead of the current libe_sql violation.
  • trap invalid opcode might indicate that the CPU is not supporting an instruction libe_sqlite3 is trying to execute. My CPU is indeed old on this headless machine (Intel(R) Atom(TM) N2800 (4) @ 1.86 GHz) and does not support stuff like SSE4 instructions. As long as, libe_sqlite3 is compiled with x86_64 (not x86_64-v2 or higher) or, has proper architecture detection, this shouldn't be a problem. Hope this brings us closer to find an answer.
Originally created by @gokberkkocak on GitHub (Oct 23, 2025). ### Description of the bug After upgrading from 10.10.7 to 10.11.0, I realised my jellyfin almost immediately crashes with a core dump. I thought this might be related to db migration and tried on a **clean** install as well and it's _still_ happening. It happens when a library scans starts I believe. The jellyfin process starts dumping core after staying running for a while. I checked `dmesg` and there I can see some entries related to `libe_sql3`: ``` [1963502.669640] traps: .NET TP Worker[512340] trap invalid opcode ip:7f5d7f90edfa sp:7f5d74747ce0 error:0 in libe_sqlite3.so[38dfa,7f5d7f8e7000+d9000] ``` Coredumps also indicate that they are coming from `libe_sqlite3`. One of the coredumps: ``` PID: 512223 (jellyfin) UID: 971 (jellyfin) GID: 971 (jellyfin) Signal: 4 (ILL) Timestamp: Wed 2025-10-22 16:08:56 CEST (22h ago) Command Line: /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg Executable: /usr/lib/jellyfin/jellyfin Control Group: /system.slice/jellyfin.service Unit: jellyfin.service Slice: system.slice Boot ID: d7da46d192564e9c9656e9519d6749e7 Machine ID: c038c3b2960f48a9b3b5e74f7d023123 Hostname: system_name Storage: /var/lib/systemd/coredump/core.jellyfin.971.d7da46d192564e9c9656e9519d6749e7.512223.1761142136000000.zst (inaccessible) Message: Process 512223 (jellyfin) of user 971 dumped core. Stack trace of thread 512340: #0 0x00007f5d7f90edfa n/a (libe_sqlite3.so + 0x38dfa) #1 0x00007f5d7f97a5f2 n/a (libe_sqlite3.so + 0xa45f2) #2 0x00007f5d7f97c044 sqlite3_step (libe_sqlite3.so + 0xa6044) .... (full coredump is included as an attachment) ``` [coredump.txt](https://github.com/user-attachments/files/23098568/coredump.txt) Also a full run log: [log.txt](https://github.com/user-attachments/files/23098580/log.txt) ### Reproduction steps 1. Open the fresh instance 2. Add a library 3. Scan the library ### What is the current _bug_ behavior? Crash ### What is the expected _correct_ behavior? Not to crash ### Jellyfin Server version 10.10.0+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version 10.11.0 ### Environment ```markdown - OS: Arch Linux x86_64 - Linux Kernel: Linux 6.16.8-arch3-1 - Virtualization: - - Clients: Browser - Browser: Firefox 145 - FFmpeg Version: jellyfin-ffmpeg 7.1.2p3-1 - Playback Method: Direct Play - Hardware Acceleration: none - GPU Model: none - Plugins: none - Reverse Proxy: nginx - Base URL: unrelated - Networking: unrelated - Jellyfin Data Storage: local HDD - Media Storage: local HDD - External Integrations: none ``` ### Jellyfin logs ```shell Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] The database locking mode has been set to: NoLock. Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Prepare system for possible migrations Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] There are 0 migrations for stage CoreInitialisation. Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Plugin Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: TMDb 10.11.0.0 Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.StudioImages.Plugin Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: Studio Images 10.11.0.0 Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.Plugin Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: OMDb 10.11.0.0 Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.Plugin Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: MusicBrainz 10.11.0.0 Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.Plugin Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] Loaded plugin: AudioDB 10.11.0.0 Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.CoreResolutionIgnoreRule Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.DotIgnoreIgnoreRule Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.FolderResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoAlbumResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.PlaylistResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.SpecialFolderResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.EpisodeResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeasonResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeriesResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.BoxSetResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.MovieResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Books.BookResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.AudioResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicArtistResolver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.AiredEpisodeOrderComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.AlbumArtistComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.AlbumComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.ArtistComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.CommunityRatingComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.CriticRatingComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.DateCreatedComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.DateLastMediaAddedComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.DatePlayedComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IndexNumberComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsFavoriteOrLikeComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsFolderComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsPlayedComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.IsUnplayedComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.NameComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.OfficialRatingComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.ParentIndexNumberComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.PlayCountComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.PremiereDateComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.ProductionYearComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.RandomComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.RuntimeComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.SeriesSortNameComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.SortNameComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.StartDateComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Sorting.StudioComparer Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.SplashscreenPostScanTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.ArtistsPostScanTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.CollectionPostScanTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.GenresPostScanTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.MusicGenresPostScanTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Library.Validators.StudiosPostScanTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Data.CleanDatabaseScheduledTask Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.StudioImages.StudiosImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.AudioImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.EmbeddedImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.VideoImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.EpisodeLocalImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.InternalMetadataFolderImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Images.LocalImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Jellyfin.LiveTv.Channels.ChannelImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Years.YearMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Videos.VideoMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.EpisodeMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.SeasonMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.SeriesMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Studios.StudioMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Playlists.PlaylistMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Photos.PhotoAlbumMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Photos.PhotoMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.People.PersonMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MusicGenres.MusicGenreMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.AlbumMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.ArtistMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.AudioMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.MusicVideoMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.MovieMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.TrailerMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.LiveTv.LiveTvMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Genres.GenreMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Folders.CollectionFolderMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Folders.FolderMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Folders.UserViewMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Channels.ChannelMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.BoxSets.BoxSetMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Books.AudioBookMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Books.BookMetadataService Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Trickplay.TrickplayProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbEpisodeProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Playlists.PlaylistItemsProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.ProbeProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Photos.PhotoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.ArtistImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.CollectionFolderImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.DynamicImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.FolderImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.GenreImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.MusicAlbumImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.MusicGenreImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.PhotoAlbumImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Images.PlaylistImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Emby.Server.Implementations.Collections.CollectionImageProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Providers.BoxSetXmlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Providers.PlaylistXmlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.AlbumNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.ArtistNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.EpisodeNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.MusicVideoNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.SeasonNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.SeriesNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.SeriesNfoSeasonProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Providers.VideoNfoProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Savers.BoxSetXmlSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.LocalMetadata.Savers.PlaylistXmlSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.AlbumNfoSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.ArtistNfoSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.EpisodeNfoSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.MovieNfoSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.SeasonNfoSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.XbmcMetadata.Savers.SeriesNfoSaver Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.Zap2ItExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzOtherArtistExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzRecordingId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherAlbumExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherArtistExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Music.ImvdbId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.ImdbExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.ImdbPersonExternalId Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.TV.Zap2ItExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TmdbExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of MediaBrowser.Providers.Movies.ImdbExternalUrlProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Jellyfin.LiveTv.LiveTvMediaSourceProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [DBG] Creating instance of Jellyfin.LiveTv.Channels.ChannelDynamicMediaSourceProvider Oct 22 16:02:42 system_name jellyfin[511919]: [16:02:42] [INF] There are 0 migrations for stage AppInitialisation. Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [INF] Kestrel is listening on 0.0.0.0 Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Getting topLibraryFolders Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Creating userRootPath at /var/lib/jellyfin/root/default Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Setting userRootFolder: Media Folders Oct 22 16:02:43 system_name jellyfin[511919]: [16:02:43] [DBG] Getting refreshQueue Oct 22 16:02:44 system_name jellyfin[511919]: [16:02:44] [WRN] The WebRootPath was not found: /var/lib/jellyfin/wwwroot. Static files may be unavailable. Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Running startup tasks Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.Trickplay.TrickplayImagesTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.Trickplay.TrickplayMoveImagesTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.MediaInfo.SubtitleScheduledTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of MediaBrowser.Providers.Lyric.LyricScheduledTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.ChapterImagesTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanActivityLogTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionAndPlaylistPathsTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupUserDataTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteCacheFileTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteLogFileTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteTranscodeFileTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.MediaSegmentExtractionTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PeopleValidationTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PluginUpdateTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Watching directory /opt/folder Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.RefreshMediaLibraryTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Jellyfin.MediaEncoding.Hls.ScheduledTasks.KeyframeExtractionScheduledTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Jellyfin.LiveTv.Guide.RefreshGuideScheduledTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Creating instance of Jellyfin.LiveTv.Channels.RefreshChannelsScheduledTask Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Daily trigger for Generate Trickplay Images set to fire at 2025-10-23 03:00:00.000 +02:00, which is 10:57:14.9038365 from now. Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Daily trigger for Extract Chapter Images set to fire at 2025-10-23 02:00:00.000 +02:00, which is 09:57:14.9001580 from now. Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] ffmpeg output: ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers Oct 22 16:02:45 system_name jellyfin[511919]: built with gcc 15.2.1 (GCC) 20250813 Oct 22 16:02:45 system_name jellyfin[511919]: configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libfontconfig --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libopenmpt --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc Oct 22 16:02:45 system_name jellyfin[511919]: libavutil 59. 39.100 / 59. 39.100 Oct 22 16:02:45 system_name jellyfin[511919]: libavcodec 61. 19.101 / 61. 19.101 Oct 22 16:02:45 system_name jellyfin[511919]: libavformat 61. 7.100 / 61. 7.100 Oct 22 16:02:45 system_name jellyfin[511919]: libavdevice 61. 3.100 / 61. 3.100 Oct 22 16:02:45 system_name jellyfin[511919]: libavfilter 10. 4.100 / 10. 4.100 Oct 22 16:02:45 system_name jellyfin[511919]: libswscale 8. 3.100 / 8. 3.100 Oct 22 16:02:45 system_name jellyfin[511919]: libswresample 5. 3.100 / 5. 3.100 Oct 22 16:02:45 system_name jellyfin[511919]: libpostproc 58. 3.100 / 58. 3.100 Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Found ffmpeg version 7.1.2 Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -decoders Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"] Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -encoders Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -filters Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [INF] Available filters: ["bwdif_cuda", "bwdif_opencl", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "yadif_opencl", "zscale", "alphasrc"] Oct 22 16:02:45 system_name jellyfin[511919]: [16:02:45] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=scale_cuda Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_cuda Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_opencl Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_opencl Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vaapi Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Slow HTTP Response from http://jellyfin.system_name.com/ScheduledTasks?isHidden=false to 127.0.0.1 in 0:00:01.3512515 with Status Code 503 Oct 22 16:02:46 system_name jellyfin[511919]: [16:02:46] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vulkan Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=transpose_opencl Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_opencl Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_cuda Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=hevc_metadata Oct 22 16:02:47 system_name jellyfin[511919]: [16:02:47] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=hevc_metadata Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] StartupTrigger fired for task: Clean up collections and playlists Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Queuing task CleanupCollectionAndPlaylistPathsTask Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] StartupTrigger fired for task: Clean Transcode Directory Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Queuing task DeleteTranscodeFileTask Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Executing Clean up collections and playlists Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] StartupTrigger fired for task: Update Plugins Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Queuing task PluginUpdateTask Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Executing Clean Transcode Directory Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Executing Update Plugins Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] There is no collections folder to be found Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [INF] Clean Transcode Directory Completed after 0 minute(s) and 0 seconds Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=av1_metadata Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Found 0 playlists Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [INF] Clean up collections and playlists Completed after 0 minute(s) and 0 seconds Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=av1_metadata Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h bsf=dovi_rpu Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [INF] Update Plugins Completed after 0 minute(s) and 0 seconds Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hwaccels Oct 22 16:02:48 system_name jellyfin[511919]: [16:02:48] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [INF] Available hwaccel types: ["vdpau", "cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] ffmpeg output: ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers Oct 22 16:02:49 system_name jellyfin[511919]: built with gcc 15.2.1 (GCC) 20250813 Oct 22 16:02:49 system_name jellyfin[511919]: configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libfontconfig --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libopenmpt --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc Oct 22 16:02:49 system_name jellyfin[511919]: libavutil 59. 39.100 / 59. 39.100 Oct 22 16:02:49 system_name jellyfin[511919]: libavcodec 61. 19.101 / 61. 19.101 Oct 22 16:02:49 system_name jellyfin[511919]: libavformat 61. 7.100 / 61. 7.100 Oct 22 16:02:49 system_name jellyfin[511919]: libavdevice 61. 3.100 / 61. 3.100 Oct 22 16:02:49 system_name jellyfin[511919]: libavfilter 10. 4.100 / 10. 4.100 Oct 22 16:02:49 system_name jellyfin[511919]: libswscale 8. 3.100 / 8. 3.100 Oct 22 16:02:49 system_name jellyfin[511919]: libswresample 5. 3.100 / 5. 3.100 Oct 22 16:02:49 system_name jellyfin[511919]: libpostproc 58. 3.100 / 58. 3.100 Oct 22 16:02:49 system_name jellyfin[511919]: [16:02:49] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hide_banner -f lavfi -i nullsrc=s=1x1:d=10000 -f null - Oct 22 16:02:53 system_name jellyfin[511919]: [16:02:53] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:53 system_name jellyfin[511919]: [16:02:53] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:54 system_name jellyfin[511919]: [16:02:54] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:54 system_name jellyfin[511919]: [16:02:54] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:55 system_name jellyfin[511919]: [16:02:55] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:55 system_name jellyfin[511919]: [16:02:55] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:57 system_name jellyfin[511919]: [16:02:57] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:02:57 system_name jellyfin[511919]: [16:02:57] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:01 system_name jellyfin[511919]: [16:03:01] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:02 system_name jellyfin[511919]: [16:03:02] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:04 system_name jellyfin[511919]: [16:03:04] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:04 system_name jellyfin[511919]: [16:03:04] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:05 system_name jellyfin[511919]: [16:03:05] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:05 system_name jellyfin[511919]: [16:03:05] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:07 system_name jellyfin[511919]: [16:03:07] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:07 system_name jellyfin[511919]: [16:03:07] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:11 system_name jellyfin[511919]: [16:03:11] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:11 system_name jellyfin[511919]: [16:03:11] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:12 system_name jellyfin[511919]: [16:03:12] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel quiet -hwaccel_flags +low_priority -hide_banner -f lavfi -i nullsrc=s=1x1:d=100 -f null - Oct 22 16:03:12 system_name jellyfin[511919]: [16:03:12] [DBG] Running /usr/lib/jellyfin-ffmpeg/ffprobe -loglevel quiet -f lavfi -i nullsrc=s=1x1:d=1 -only_first_vframe Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] ServerId: b4be63c9ebf84e36b4f68ac111906a9b Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] Core startup complete Oct 22 16:03:13 system_name jellyfin[511919]: [16:03:13] [INF] Startup complete 0:00:31.1087495 Oct 22 16:03:14 system_name jellyfin[511919]: [16:03:14] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:14 system_name jellyfin[511919]: [16:03:14] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] Executing Scan Media Library Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [INF] Stopping directory watching for path /opt/folder Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [INF] Validating media library Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:18 system_name jellyfin[511919]: [16:03:18] [DBG] AuthenticationScheme: CustomAuthentication was successfully authenticated. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [WRN] Library folder /var/lib/jellyfin/data/playlists is inaccessible or empty, skipping Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Enqueue new Workset of 1 items. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Spawn 1 new runners. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Wait for 1 to complete. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Process new item 'movies'. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] 1 completed. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Schedule cleanup task in 60 sec. Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] FolderImageProvider reports change to /var/lib/jellyfin/root/default Oct 22 16:03:20 system_name jellyfin[511919]: [16:03:20] [DBG] Running FolderImageProvider for /var/lib/jellyfin/root/default Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Enqueue new Workset of 1 items. Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Spawn 0 new runners. Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Wait for 1 to complete. Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Process new item 'Movies'. Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] CollectionFolderImageProvider reports change to /var/lib/jellyfin/root/default/Movies Oct 22 16:03:21 system_name jellyfin[511919]: [16:03:21] [DBG] Running CollectionFolderImageProvider for /var/lib/jellyfin/root/default/Movies Oct 22 16:03:39 system_name systemd-coredump[512213]: Process 511919 (jellyfin) of user 971 dumped core. Stack trace of thread 512134: #0 0x00007f62a6e8fdfa n/a (libe_sqlite3.so + 0x38dfa) ``` ### FFmpeg logs ```shell ``` ### Client / Browser logs _No response_ ### Relevant screenshots or videos _No response_ ### Additional information - I reverted back to 10.10.7 and everything is back to normal without any crashes or core dumps. - I'm using arch linux `jellyfin-server` package not git or manual install methods. The specific package is `jellyfin-server-10.11.0-1` - The machine that runs jellyfin is very old dedicated headless server with limited ram (4 gb). I thought it might be OOM related process kill but dmesg would indicate if that was the case instead of the current libe_sql violation. - `trap invalid opcode` might indicate that the CPU is not supporting an instruction `libe_sqlite3` is trying to execute. My CPU is indeed old on this headless machine (Intel(R) Atom(TM) N2800 (4) @ 1.86 GHz) and does not support stuff like `SSE4` instructions. As long as, `libe_sqlite3` is compiled with x86_64 (not x86_64-v2 or higher) or, has proper architecture detection, this shouldn't be a problem. Hope this brings us closer to find an answer.
backuprepo added the
confirmed
bug
upstream
labels 2025-12-22 06:00:17 +01:00
Author
Owner

@mkortstiege commented on GitHub (Oct 23, 2025):

Same issue here on Debian 12 using official packages.

@mkortstiege commented on GitHub (Oct 23, 2025): Same issue here on Debian 12 using official packages.
Author
Owner

@frafram commented on GitHub (Oct 23, 2025):

Same issue on Debian 13 / Intel(R) Atom(TM) CPU N2800.

@frafram commented on GitHub (Oct 23, 2025): Same issue on Debian 13 / Intel(R) Atom(TM) CPU N2800.
Author
Owner

@amkay commented on GitHub (Oct 24, 2025):

Same here with the official Docker image running on an old AMD Athlon 64 X2 5600+.

@amkay commented on GitHub (Oct 24, 2025): Same here with the official Docker image running on an old AMD Athlon 64 X2 5600+.
Author
Owner

@domq commented on GitHub (Oct 25, 2025):

Upon closer inspection on my Ubuntu Noble, /usr/lib/jellyfin/bin/libe_sqlite3.so is an optimized build that uses the blendvpd instruction in a handful of places. That instruction is part of SSE4.1 and doesn't exist on my Intel(R) Atom(TM) CPU D510 and I assume, CPUs of other people in this thread.

objdump -d /usr/lib/jellyfin/bin/libe_sqlite3.so | awk '/^([0-9a-f]+) <.*>:/ {func=$0} /blendvpd/ {print func}'

0000000000038cad <sqlite3_result_error@@Base>:
000000000005a064 <sqlite3_str_new@@Base>:
0000000000069b8f <sqlite3_load_extension@@Base>:
0000000000069b8f <sqlite3_load_extension@@Base>:
00000000000cf414 <sqlite3_blob_reopen@@Base>:
00000000000cf414 <sqlite3_blob_reopen@@Base>:
00000000000cf414 <sqlite3_blob_reopen@@Base>:

sudo apt install cpuid; cpuid | grep 'SSE4.1'

      SSE4.1 extensions                       = false
      SSE4.1 extensions                       = false
      SSE4.1 extensions                       = false
      SSE4.1 extensions                       = false

A possibly important precision is that in my case, the Jellyfin server does not crash at startup, but rather at some random point while clicking my way through Swiftfin on my Apple TV. I assume that thes sqlite3 code paths in question are sufficiently off-the-beaten-path, (and my CPU sufficiently vintage) that the issue could have escaped detection until now.

@domq commented on GitHub (Oct 25, 2025): Upon closer inspection on my Ubuntu Noble, `/usr/lib/jellyfin/bin/libe_sqlite3.so` is an optimized build that uses the `blendvpd` instruction in a handful of places. That instruction is [part of SSE4.1](https://en.wikipedia.org/wiki/SSE4#SSE4.1) and doesn't exist on my Intel(R) Atom(TM) CPU D510 and I assume, CPUs of other people in this thread. <summary> `objdump -d /usr/lib/jellyfin/bin/libe_sqlite3.so | awk '/^([0-9a-f]+) <.*>:/ {func=$0} /blendvpd/ {print func}'` <details><pre> 0000000000038cad &lt;sqlite3_result_error@@Base&gt;: 000000000005a064 &lt;sqlite3_str_new@@Base&gt;: 0000000000069b8f &lt;sqlite3_load_extension@@Base&gt;: 0000000000069b8f &lt;sqlite3_load_extension@@Base&gt;: 00000000000cf414 &lt;sqlite3_blob_reopen@@Base&gt;: 00000000000cf414 &lt;sqlite3_blob_reopen@@Base&gt;: 00000000000cf414 &lt;sqlite3_blob_reopen@@Base&gt;: </pre></details> `sudo apt install cpuid; cpuid | grep 'SSE4.1'` <details><pre> SSE4.1 extensions = false SSE4.1 extensions = false SSE4.1 extensions = false SSE4.1 extensions = false </pre></details> </summary> A possibly important precision is that in my case, the Jellyfin server does *not* crash at startup, but rather at some random point while clicking my way through Swiftfin on my Apple TV. I assume that thes sqlite3 code paths in question are sufficiently off-the-beaten-path, (and my CPU sufficiently vintage) that the issue could have escaped detection until now.
Author
Owner

@uihp commented on GitHub (Oct 25, 2025):

My Jellyfin started refusing connection after I enter /web/#/details?id= page, then got 503 Service Unavailable status code, the response text indicates Jellyfin just restarted (but docker inspect shows the container didn't restart), I think it may be related to this issue

My CPU is Intel(R) Celeron(R) CPU E3500 @ 2.70GHz, running on OpenMediaVault with docker compose

btw, because of the database change, I failed to return to the 10.10.7, I decided to start from scratch for the workaround and to wait for fix update

@uihp commented on GitHub (Oct 25, 2025): My Jellyfin started refusing connection after I enter `/web/#/details?id=` page, then got `503 Service Unavailable` status code, the response text indicates Jellyfin just restarted (but `docker inspect` shows the container didn't restart), I think it may be related to this issue My CPU is `Intel(R) Celeron(R) CPU E3500 @ 2.70GHz`, running on OpenMediaVault with docker compose _btw, because of the database change, I failed to return to the 10.10.7, I decided to start from scratch for the workaround and to wait for fix update_
Author
Owner

@uihp commented on GitHub (Oct 25, 2025):

Upon closer inspection on my Ubuntu Noble, /usr/lib/jellyfin/bin/libe_sqlite3.so is an optimized build that uses the blendvpd instruction in a handful of places. That instruction is part of SSE4.1 and doesn't exist on my Intel(R) Atom(TM) CPU D510 and I assume, CPUs of other people in this thread.

objdump -d /usr/lib/jellyfin/bin/libe_sqlite3.so | awk '/^([0-9a-f]+) <.*>:/ {func=$0} /blendvpd/ {print func}'

0000000000038cad <sqlite3_result_error@@Base>:
000000000005a064 <sqlite3_str_new@@Base>:
0000000000069b8f <sqlite3_load_extension@@Base>:
0000000000069b8f <sqlite3_load_extension@@Base>:
00000000000cf414 <sqlite3_blob_reopen@@Base>:
00000000000cf414 <sqlite3_blob_reopen@@Base>:
00000000000cf414 <sqlite3_blob_reopen@@Base>:
sudo apt install cpuid; cpuid | grep 'SSE4.1'

  SSE4.1 extensions                       = false
  SSE4.1 extensions                       = false
  SSE4.1 extensions                       = false
  SSE4.1 extensions                       = false

A possibly important precision is that in my case, the Jellyfin server does not crash at startup, but rather at some random point while clicking my way through Swiftfin on my Apple TV. I assume that thes sqlite3 code paths in question are sufficiently off-the-beaten-path, (and my CPU sufficiently vintage) that the issue could have escaped detection until now.

good inspection, I'm trying to replace this with one from the old version to see if my problem is caused by this

@uihp commented on GitHub (Oct 25, 2025): > Upon closer inspection on my Ubuntu Noble, `/usr/lib/jellyfin/bin/libe_sqlite3.so` is an optimized build that uses the `blendvpd` instruction in a handful of places. That instruction is [part of SSE4.1](https://en.wikipedia.org/wiki/SSE4#SSE4.1) and doesn't exist on my Intel(R) Atom(TM) CPU D510 and I assume, CPUs of other people in this thread. > > `objdump -d /usr/lib/jellyfin/bin/libe_sqlite3.so | awk '/^([0-9a-f]+) <.*>:/ {func=$0} /blendvpd/ {print func}'` > > 0000000000038cad <sqlite3_result_error@@Base>: > 000000000005a064 <sqlite3_str_new@@Base>: > 0000000000069b8f <sqlite3_load_extension@@Base>: > 0000000000069b8f <sqlite3_load_extension@@Base>: > 00000000000cf414 <sqlite3_blob_reopen@@Base>: > 00000000000cf414 <sqlite3_blob_reopen@@Base>: > 00000000000cf414 <sqlite3_blob_reopen@@Base>: > `sudo apt install cpuid; cpuid | grep 'SSE4.1'` > > SSE4.1 extensions = false > SSE4.1 extensions = false > SSE4.1 extensions = false > SSE4.1 extensions = false > A possibly important precision is that in my case, the Jellyfin server does _not_ crash at startup, but rather at some random point while clicking my way through Swiftfin on my Apple TV. I assume that thes sqlite3 code paths in question are sufficiently off-the-beaten-path, (and my CPU sufficiently vintage) that the issue could have escaped detection until now. good inspection, I'm trying to replace this with one from the old version to see if my problem is caused by this
Author
Owner

@uihp commented on GitHub (Oct 25, 2025):

well, I replaced /usr/lib/jellyfin/bin/libe_sqlite3.so with the one in 10.10.7 and the problem disappered. It can be the temporary workaround. I don't need to start from scratch at least

@uihp commented on GitHub (Oct 25, 2025): well, I replaced `/usr/lib/jellyfin/bin/libe_sqlite3.so` with the one in `10.10.7` and the problem disappered. It can be the temporary workaround. I don't need to start from scratch at least
Author
Owner

@alesxx commented on GitHub (Oct 26, 2025):

well, I replaced /usr/lib/jellyfin/bin/libe_sqlite3.so with the one in 10.10.7 and the problem disappered. It can be the temporary workaround. I don't need to start from scratch at least

How does one do that? Do i need to build a custom docker image or can it be replaced at runtime?

@alesxx commented on GitHub (Oct 26, 2025): > well, I replaced `/usr/lib/jellyfin/bin/libe_sqlite3.so` with the one in `10.10.7` and the problem disappered. It can be the temporary workaround. I don't need to start from scratch at least How does one do that? Do i need to build a custom docker image or can it be replaced at runtime?
Author
Owner

@alesxx commented on GitHub (Oct 26, 2025):

Ok, I have managed to build a custom image that copies the libe_sqlite3.so from the 10.10.7 version, as @uihp suggested.

This is my Dockerfile:

FROM jellyfin/jellyfin:latest
COPY --from=jellyfin/jellyfin:10.10.7 /jellyfin/libe_sqlite3.so /jellyfin/libe_sqlite3.so

And run the build with the following command:

docker build -t jellyfin-fixed .

After a few minutes of testing, everything seems to work (even stuff that was previously broken - such as scanning the library).

@alesxx commented on GitHub (Oct 26, 2025): Ok, I have managed to build a custom image that copies the `libe_sqlite3.so` from the `10.10.7` version, as @uihp suggested. This is my `Dockerfile`: ``` FROM jellyfin/jellyfin:latest COPY --from=jellyfin/jellyfin:10.10.7 /jellyfin/libe_sqlite3.so /jellyfin/libe_sqlite3.so ``` And run the build with the following command: ``` docker build -t jellyfin-fixed . ``` After a few minutes of testing, everything seems to work (even stuff that was previously broken - such as scanning the library).
Author
Owner

@TiagoMuek commented on GitHub (Oct 27, 2025):

Did the same process as @uihp and @alesxx suggested and it resolved all my issues related to the library
My processor is a AMD Turion(tm) II Neo N54L Dual-Core Processor and it also doesnt support the SSE 4.1 extensions

@TiagoMuek commented on GitHub (Oct 27, 2025): Did the same process as @uihp and @alesxx suggested and it resolved all my issues related to the library My processor is a AMD Turion(tm) II Neo N54L Dual-Core Processor and it also doesnt support the SSE 4.1 extensions
Author
Owner

@Shadowghost commented on GitHub (Oct 27, 2025):

I checked the changes in the upstream libraries used by EF Core and found only one change that might be the reason of this:
In sqlite 3.45.0 they enabled an optimization flag by default and starting EF Core 9 (used by Jellyfin 10.11) SQLitePCL 2.1.10 is the minimum required version which ships 3.46.1

IMHO it's very likely the cause of your issues and sadly we can't do anything about this. If you want to check if my assumption is correct, you can download an older version here (extract and copy the libe_sqlite3.so from the correct folder inside runtimes) - the last version with pre-3.45 sqlite is 2.1.7.

@Shadowghost commented on GitHub (Oct 27, 2025): I checked the changes in the upstream libraries used by EF Core and found only one change that might be the reason of this: In sqlite [3.45.0](https://www.sqlite.org/changes.html) they enabled an [optimization flag](https://www.sqlite.org/compile.html#direct_overflow_read) by default and starting EF Core 9 (used by Jellyfin 10.11) SQLitePCL [2.1.10 is the minimum required version](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/9.0.10#dependencies-body-tab) which [ships 3.46.1](https://github.com/ericsink/SQLitePCL.raw/releases/tag/v2.1.10) IMHO it's very likely the cause of your issues and sadly we can't do anything about this. If you want to check if my assumption is correct, you can download an older version [here](https://www.nuget.org/packages/SQLitePCLRaw.lib.e_sqlite3/2.1.10) (extract and copy the `libe_sqlite3.so` from the correct folder inside `runtimes`) - the last version with pre-3.45 sqlite is 2.1.7.
Author
Owner

@alesxx commented on GitHub (Oct 27, 2025):

I checked the changes in the upstream libraries used by EF Core and found only one change that might be the reason of this: In sqlite 3.45.0 they enabled an optimization flag by default and starting EF Core 9 (used by Jellyfin 10.11) SQLitePCL 2.1.10 is the minimum required version which ships 3.46.1

IMHO it's very likely the cause of your issues and sadly we can't do anything about this. If you want to check if my assumption is correct, you can download an older version here (extract and copy the libe_sqlite3.so from the correct folder inside runtimes) - the last version with pre-3.45 sqlite is 2.1.7.

There are a lot of older CPUs that don't have SSE 4.1 extensions and it would be a real shame if this cannot be resolved.

Couldn't this optimization flag be disabled somehow? Or maybe the upstream library simply checks for the existance of SSE 4.1 extensions before using them.

@alesxx commented on GitHub (Oct 27, 2025): > I checked the changes in the upstream libraries used by EF Core and found only one change that might be the reason of this: In sqlite [3.45.0](https://www.sqlite.org/changes.html) they enabled an [optimization flag](https://www.sqlite.org/compile.html#direct_overflow_read) by default and starting EF Core 9 (used by Jellyfin 10.11) SQLitePCL [2.1.10 is the minimum required version](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/9.0.10#dependencies-body-tab) which [ships 3.46.1](https://github.com/ericsink/SQLitePCL.raw/releases/tag/v2.1.10) > > IMHO it's very likely the cause of your issues and sadly we can't do anything about this. If you want to check if my assumption is correct, you can download an older version [here](https://www.nuget.org/packages/SQLitePCLRaw.lib.e_sqlite3/2.1.10) (extract and copy the `libe_sqlite3.so` from the correct folder inside `runtimes`) - the last version with pre-3.45 sqlite is 2.1.7. There are a lot of older CPUs that don't have SSE 4.1 extensions and it would be a real shame if this cannot be resolved. Couldn't this optimization flag be disabled somehow? Or maybe the upstream library simply checks for the existance of SSE 4.1 extensions before using them.
Author
Owner

@Echupk commented on GitHub (Oct 27, 2025):

Ok, I have managed to build a custom image that copies the libe_sqlite3.so from the 10.10.7 version, as @uihp suggested.

This is my Dockerfile:

FROM jellyfin/jellyfin:latest
COPY --from=jellyfin/jellyfin:10.10.7 /jellyfin/libe_sqlite3.so /jellyfin/libe_sqlite3.so

And run the build with the following command:

docker build -t jellyfin-fixed .

After a few minutes of testing, everything seems to work (even stuff that was previously broken - such as scanning the library).

How to do this on a compose file ?
I'm doing mine with portainer and stack method like this:

"services:
jellyfin:
image: ghcr.io/linuxserver/jellyfin:latest
container_name: jellyfin-new
environment:
- PUID=1001
- PGID=100
- TZ=Europe/Paris
volumes: etc."

@Echupk commented on GitHub (Oct 27, 2025): > Ok, I have managed to build a custom image that copies the `libe_sqlite3.so` from the `10.10.7` version, as [@uihp](https://github.com/uihp) suggested. > > This is my `Dockerfile`: > > ``` > FROM jellyfin/jellyfin:latest > COPY --from=jellyfin/jellyfin:10.10.7 /jellyfin/libe_sqlite3.so /jellyfin/libe_sqlite3.so > ``` > > And run the build with the following command: > > ``` > docker build -t jellyfin-fixed . > ``` > > After a few minutes of testing, everything seems to work (even stuff that was previously broken - such as scanning the library). How to do this on a compose file ? I'm doing mine with portainer and stack method like this: "services: jellyfin: image: ghcr.io/linuxserver/jellyfin:latest container_name: jellyfin-new environment: - PUID=1001 - PGID=100 - TZ=Europe/Paris volumes: etc."
Author
Owner

@Shadowghost commented on GitHub (Oct 27, 2025):

There are a lot of older CPUs that don't have SSE 4.1 extensions and it would be a real shame if this cannot be resolved.

Couldn't this optimization flag be disabled somehow? Or maybe the upstream library simply checks for the existance of SSE 4.1 extensions before using them.

If we can confirm that this is indeed caused by the upgraded sqlite version, an issue can be filed upstream.
But since this is a change in the sqlite defaults, we'd need to have compelling arguments for upstream to explicitly disable the compile flag when building. Chances for that are frankly slim.

@Shadowghost commented on GitHub (Oct 27, 2025): > There are a lot of older CPUs that don't have SSE 4.1 extensions and it would be a real shame if this cannot be resolved. > > Couldn't this optimization flag be disabled somehow? Or maybe the upstream library simply checks for the existance of SSE 4.1 extensions before using them. If we can confirm that this is indeed caused by the upgraded sqlite version, an issue can be filed upstream. But since this is a change in the sqlite defaults, we'd need to have compelling arguments for upstream to explicitly disable the compile flag when building. Chances for that are frankly slim.
Author
Owner

@gokberkkocak commented on GitHub (Oct 27, 2025):

I checked the changes in the upstream libraries used by EF Core and found only one change that might be the reason of this: In sqlite 3.45.0 they enabled an optimization flag by default and starting EF Core 9 (used by Jellyfin 10.11) SQLitePCL 2.1.10 is the minimum required version which ships 3.46.1

IMHO it's very likely the cause of your issues and sadly we can't do anything about this. If you want to check if my assumption is correct, you can download an older version here (extract and copy the libe_sqlite3.so from the correct folder inside runtimes) - the last version with pre-3.45 sqlite is 2.1.7.

Thanks for the detailed response. I can see that sqlite3 3.45 specific change can be the reason SSE4.1 instructions to be present for that sqlite3 build. However, if we put SQLitePCL aside, my same old hardware is running native sqlite 3.50.4 on all sorts of different programs and everything is functioning fine. I don't think sqlite3 would have backwards incompatibility problems with older hardware. So I think the issue is the SQLitePCL's sqlite3 build in this case.

I'm not a dotnet person but looking at the dependencies of SQLitePCL, it is using its their own 3rd party build system SourceGear provider builds and that is where the sqlite3 is probably getting compiled at x86_64-v2+ including SSE4.1 instructions. We should elevate the issue over to SQLitePCL. I will try to do so if/when I get the time but if anyone wants to go ahead, please by all means.

@gokberkkocak commented on GitHub (Oct 27, 2025): > I checked the changes in the upstream libraries used by EF Core and found only one change that might be the reason of this: In sqlite [3.45.0](https://www.sqlite.org/changes.html) they enabled an [optimization flag](https://www.sqlite.org/compile.html#direct_overflow_read) by default and starting EF Core 9 (used by Jellyfin 10.11) SQLitePCL [2.1.10 is the minimum required version](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/9.0.10#dependencies-body-tab) which [ships 3.46.1](https://github.com/ericsink/SQLitePCL.raw/releases/tag/v2.1.10) > > IMHO it's very likely the cause of your issues and sadly we can't do anything about this. If you want to check if my assumption is correct, you can download an older version [here](https://www.nuget.org/packages/SQLitePCLRaw.lib.e_sqlite3/2.1.10) (extract and copy the `libe_sqlite3.so` from the correct folder inside `runtimes`) - the last version with pre-3.45 sqlite is 2.1.7. Thanks for the detailed response. I can see that sqlite3 3.45 specific change can be the reason `SSE4.1` instructions to be present for that sqlite3 build. However, if we put `SQLitePCL` aside, my same old hardware is running _native_ sqlite `3.50.4` on all sorts of different programs and everything is functioning fine. I don't think sqlite3 would have backwards incompatibility problems with older hardware. So I think the issue is the SQLitePCL's sqlite3 build in this case. I'm not a dotnet person but looking at the dependencies of SQLitePCL, it is using its their own 3rd party build system [SourceGear](https://www.nuget.org/packages/SourceGear.sqlite3/) provider builds and that is where the sqlite3 is probably getting compiled at x86_64-v2+ including SSE4.1 instructions. We should elevate the issue over to SQLitePCL. I will try to do so if/when I get the time but if anyone wants to go ahead, please by all means.
Author
Owner

@alesxx commented on GitHub (Oct 27, 2025):

How to do this on a compose file ? I'm doing mine with portainer and stack method like this:

"services: jellyfin: image: ghcr.io/linuxserver/jellyfin:latest container_name: jellyfin-new environment: - PUID=1001 - PGID=100 - TZ=Europe/Paris volumes: etc."

One very important distinction is that you are using the docker images from linuxserver and I am using the official jellyfin image.

Important: you cannot simply switch from linuxserver to jellyfin images, since the configuration is different and it will surely break if you leave everything else as-is.

You will have to modify my Dockerfile so that it uses the correct images (both the :latest and the :10.10.7 versions). Be sure to check the absolute file path for the libe_sqlite3.so, as it may be in a different location.

After that, If you build the image with the command from my post, it will create an image with the name jellyfin-fixed in your local docker image repository, which means that you simply change the image that will be used in your docker-compose.yml file

from:

image: ghcr.io/linuxserver/jellyfin:latest

to:

image: docker.io/library/jellyfin-fixed
@alesxx commented on GitHub (Oct 27, 2025): > How to do this on a compose file ? I'm doing mine with portainer and stack method like this: > > "services: jellyfin: image: ghcr.io/linuxserver/jellyfin:latest container_name: jellyfin-new environment: - PUID=1001 - PGID=100 - TZ=Europe/Paris volumes: etc." One very important distinction is that you are using the docker images from `linuxserver` and I am using the official `jellyfin` image. **Important**: you cannot simply switch from `linuxserver` to `jellyfin` images, since the configuration is different and it will surely break if you leave everything else as-is. You will have to modify my `Dockerfile` so that it uses the correct images (both the `:latest` and the `:10.10.7` versions). Be sure to check the absolute file path for the `libe_sqlite3.so`, as it may be in a different location. After that, If you build the image with the command from my post, it will create an image with the name `jellyfin-fixed` in your local docker image repository, which means that you simply change the image that will be used in your `docker-compose.yml` file from: ``` image: ghcr.io/linuxserver/jellyfin:latest ``` to: ``` image: docker.io/library/jellyfin-fixed ```
Author
Owner

@gokberkkocak commented on GitHub (Oct 27, 2025):

There are a lot of older CPUs that don't have SSE 4.1 extensions and it would be a real shame if this cannot be resolved.
Couldn't this optimization flag be disabled somehow? Or maybe the upstream library simply checks for the existance of SSE 4.1 extensions before using them.

If we can confirm that this is indeed caused by the upgraded sqlite version, an issue can be filed upstream. But since this is a change in the sqlite defaults, we'd need to have compelling arguments for upstream to explicitly disable the compile flag when building. Chances for that are frankly slim.

Looking at arch linux PKGBUILD for sqlite3 3.50.4 (that I'm running natively on the old hardware) - I cannot see that the flag is being disabled and I run this version of sqlite3 without issues. Let me know if my understanding is flawed in any place.

There is the possibility of this regression being present at 3.45 and fixed later on at some point. I will look into sqlite3 in-between change logs to see something catches the eye.

@gokberkkocak commented on GitHub (Oct 27, 2025): > > There are a lot of older CPUs that don't have SSE 4.1 extensions and it would be a real shame if this cannot be resolved. > > Couldn't this optimization flag be disabled somehow? Or maybe the upstream library simply checks for the existance of SSE 4.1 extensions before using them. > > If we can confirm that this is indeed caused by the upgraded sqlite version, an issue can be filed upstream. But since this is a change in the sqlite defaults, we'd need to have compelling arguments for upstream to explicitly disable the compile flag when building. Chances for that are frankly slim. Looking at arch linux [PKGBUILD](https://gitlab.archlinux.org/archlinux/packaging/packages/sqlite/-/blob/main/PKGBUILD?ref_type=heads) for sqlite3 3.50.4 (that I'm running natively on the old hardware) - I cannot see that the flag is being disabled and I run this version of sqlite3 without issues. Let me know if my understanding is flawed in any place. There is the possibility of this regression being present at 3.45 and fixed later on at some point. I will look into sqlite3 in-between change logs to see something catches the eye.
Author
Owner

@Shadowghost commented on GitHub (Oct 27, 2025):

@gokberkkocak it's possible that the sqlite makefile properly handles this case but .NET uses pre-build libraries, so if those are build on a system supporting SSE 4.1 (which is very likely) the resulting artifacts would require it.

@Shadowghost commented on GitHub (Oct 27, 2025): @gokberkkocak it's possible that the sqlite makefile properly handles this case but .NET uses pre-build libraries, so if those are build on a system supporting SSE 4.1 (which is very likely) the resulting artifacts would require it.
Author
Owner

@gokberkkocak commented on GitHub (Oct 27, 2025):

Looking at jellyfin 10.11.0 provided libe_sqlite3.so:

wget https://archive.archlinux.org/packages/j/jellyfin-server/jellyfin-server-10.11.0-1-x86_64.pkg.tar.zst
tar xf jellyfin-server-10.11.0-1-x86_64.pkg.tar.zst
objdump -d usr/lib/jellyfin//libe_sqlite3.so | grep blendvpd

gives:

   38dfa:	66 0f 38 15 d3       	blendvpd %xmm0,%xmm3,%xmm2
   ...

this indicates the presence of the SSE4.1 instructions are present - credits to @domq.


The same appears on libe_sqlite3.so distributed with SQLitePCLRaw nuget package of 2.1.11.

wget https://www.nuget.org/api/v2/package/SQLitePCLRaw.lib.e_sqlite3/2.1.11
unzip 2.1.11
objdump -d runtimes/linux-x64/native/libe_sqlite3.so  | grep blendvpd

Also gives:

   23d1c:	66 0f 38 15 ca       	blendvpd %xmm0,%xmm2,%xmm1
   ...

Later the project switches towards SourceGear.sqlite3 that compiles towards 3.50.4:

wget https://www.nuget.org/api/v2/package/SourceGear.sqlite3/3.50.4.2
unzip 3.50.4.2
objdump -d ./runtimes/linux-x64/native/libe_sqlite3.so | grep blendvpd

and same result:

    26ece:	66 0f 38 15 ca       	blendvpd %xmm0,%xmm2,%xmm1
   ...

So the fault actually does not directly lie on SourceGear only.


Additionally, I know it's kind of apples to oranges comparison but let's apply the same analysis on native sqlite3 version 3.50.4 that gets used system-wide via libsqlite3.so.

wget https://archive.archlinux.org/packages/s/sqlite/sqlite-3.50.4-2-x86_64.pkg.tar.zst
tar xf sqlite-3.50.4-2-x86_64.pkg.tar.zst
objdump -d usr/lib/libsqlite3.so | grep blendvpd

No result.


To me, this smells like SQLitePCL's doing via its distributed binaries.

@gokberkkocak commented on GitHub (Oct 27, 2025): Looking at jellyfin 10.11.0 provided `libe_sqlite3.so`: ```bash wget https://archive.archlinux.org/packages/j/jellyfin-server/jellyfin-server-10.11.0-1-x86_64.pkg.tar.zst tar xf jellyfin-server-10.11.0-1-x86_64.pkg.tar.zst objdump -d usr/lib/jellyfin//libe_sqlite3.so | grep blendvpd ``` gives: ``` 38dfa: 66 0f 38 15 d3 blendvpd %xmm0,%xmm3,%xmm2 ... ``` this indicates the presence of the SSE4.1 instructions are present - credits to @domq. --- The same appears on `libe_sqlite3.so` distributed with `SQLitePCLRaw` nuget package of 2.1.11. ```bash wget https://www.nuget.org/api/v2/package/SQLitePCLRaw.lib.e_sqlite3/2.1.11 unzip 2.1.11 objdump -d runtimes/linux-x64/native/libe_sqlite3.so | grep blendvpd ``` Also gives: ``` 23d1c: 66 0f 38 15 ca blendvpd %xmm0,%xmm2,%xmm1 ... ``` --- Later the project switches towards SourceGear.sqlite3 that compiles towards 3.50.4: ```bash wget https://www.nuget.org/api/v2/package/SourceGear.sqlite3/3.50.4.2 unzip 3.50.4.2 objdump -d ./runtimes/linux-x64/native/libe_sqlite3.so | grep blendvpd ``` and same result: ``` 26ece: 66 0f 38 15 ca blendvpd %xmm0,%xmm2,%xmm1 ... ``` So the fault actually does not directly lie on SourceGear only. --- Additionally, I know it's kind of apples to oranges comparison but let's apply the same analysis on native `sqlite3` version 3.50.4 that gets used system-wide via `libsqlite3.so`. ```bash wget https://archive.archlinux.org/packages/s/sqlite/sqlite-3.50.4-2-x86_64.pkg.tar.zst tar xf sqlite-3.50.4-2-x86_64.pkg.tar.zst objdump -d usr/lib/libsqlite3.so | grep blendvpd ``` No result. --- To me, this smells like `SQLitePCL`'s doing via its distributed binaries.
Author
Owner

@Shadowghost commented on GitHub (Oct 27, 2025):

@gokberkkocak feel free to file an issue with the upstream library and your findings! I had a quick look and couldn't really figure out how their build infra works.

@Shadowghost commented on GitHub (Oct 27, 2025): @gokberkkocak feel free to file an issue with the upstream library and your findings! I had a quick look and couldn't really figure out how their build infra works.
Author
Owner

@alesxx commented on GitHub (Oct 31, 2025):

Has anyone tried the new Jellyfin version (10.11.1) with the libe_sqlite3.so from 10.10.7?

Not sure it I should try and patch the new version or if I should wait for the proper fix, which may take a while...

@alesxx commented on GitHub (Oct 31, 2025): Has anyone tried the new Jellyfin version (10.11.1) with the `libe_sqlite3.so` from `10.10.7`? Not sure it I should try and patch the new version or if I should wait for the proper fix, which may take a while...
Author
Owner

@TiagoMuek commented on GitHub (Oct 31, 2025):

Has anyone tried the new Jellyfin version (10.11.1) with the libe_sqlite3.so from 10.10.7?

Not sure it I should try and patch the new version or if I should wait for the proper fix, which may take a while...

I am running the 10.11.1 with the sqlite from 10.10.7 using the process to build the docker image discussed above

@TiagoMuek commented on GitHub (Oct 31, 2025): > Has anyone tried the new Jellyfin version (10.11.1) with the `libe_sqlite3.so` from `10.10.7`? > > Not sure it I should try and patch the new version or if I should wait for the proper fix, which may take a while... I am running the 10.11.1 with the sqlite from 10.10.7 using the process to build the docker image discussed above
Author
Owner

@manf0001 commented on GitHub (Nov 1, 2025):

Has anyone tried the new Jellyfin version (10.11.1) with the libe_sqlite3.so from 10.10.7?
Not sure it I should try and patch the new version or if I should wait for the proper fix, which may take a while...

I am running the 10.11.1 with the sqlite from 10.10.7 using the process to build the docker image discussed above

I am running 10.11.1 on a TrueNAS scale setup with an Intel Atom C3758 CPU. Did you find that replacing the libe-sqlite3.so with the one from 10.10.7 also speed up library scans? Everytime I do a library scan when adding something new, it can take like 45 -60 mins and the system is almost unusable.. where my self or other users can't even navigate or select something to play until the scan is finished running.

@manf0001 commented on GitHub (Nov 1, 2025): > > Has anyone tried the new Jellyfin version (10.11.1) with the `libe_sqlite3.so` from `10.10.7`? > > Not sure it I should try and patch the new version or if I should wait for the proper fix, which may take a while... > > I am running the 10.11.1 with the sqlite from 10.10.7 using the process to build the docker image discussed above I am running 10.11.1 on a TrueNAS scale setup with an Intel Atom C3758 CPU. Did you find that replacing the libe-sqlite3.so with the one from 10.10.7 also speed up library scans? Everytime I do a library scan when adding something new, it can take like 45 -60 mins and the system is almost unusable.. where my self or other users can't even navigate or select something to play until the scan is finished running.
Author
Owner

@bmacao commented on GitHub (Nov 2, 2025):

Can anyone provide the libe_sqlite3.so from 10.10.7 to anyone running jellyfin outside docker ?

Unable to use until a fix is available :(

@bmacao commented on GitHub (Nov 2, 2025): Can anyone provide the libe_sqlite3.so from 10.10.7 to anyone running jellyfin outside docker ? Unable to use until a fix is available :(
Author
Owner

@gokberkkocak commented on GitHub (Nov 4, 2025):

Can anyone provide the libe_sqlite3.so from 10.10.7 to anyone running jellyfin outside docker ?

Unable to use until a fix is available :(

You can grab it from the 10.10.7 release yourself:

wget https://archive.archlinux.org/packages/j/jellyfin-server/jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst
tar xf jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst
cp usr/lib/jellyfin/libe_sqlite3.so .
@gokberkkocak commented on GitHub (Nov 4, 2025): > Can anyone provide the libe_sqlite3.so from 10.10.7 to anyone running jellyfin outside docker ? > > Unable to use until a fix is available :( You can grab it from the 10.10.7 release yourself: ```bash wget https://archive.archlinux.org/packages/j/jellyfin-server/jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst tar xf jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst cp usr/lib/jellyfin/libe_sqlite3.so . ```
Author
Owner

@bmacao commented on GitHub (Nov 5, 2025):

Can anyone provide the libe_sqlite3.so from 10.10.7 to anyone running jellyfin outside docker ?
Unable to use until a fix is available :(

You can grab it from the 10.10.7 release yourself:

wget https://archive.archlinux.org/packages/j/jellyfin-server/jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst
tar xf jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst
cp usr/lib/jellyfin/libe_sqlite3.so .

Thank you.

Best Regards

@bmacao commented on GitHub (Nov 5, 2025): > > Can anyone provide the libe_sqlite3.so from 10.10.7 to anyone running jellyfin outside docker ? > > Unable to use until a fix is available :( > > You can grab it from the 10.10.7 release yourself: > > wget https://archive.archlinux.org/packages/j/jellyfin-server/jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst > tar xf jellyfin-server-10.10.7-3-x86_64.pkg.tar.zst > cp usr/lib/jellyfin/libe_sqlite3.so . Thank you. Best Regards
Author
Owner

@phmg701 commented on GitHub (Nov 21, 2025):

Hello, coming from #15000 and read everything, thanks guys!
You guys are all on Linux, but I am on Windows (please be kind) and I would like to test replacing 10.11.3 DLLs with the ones from 10.10.7, although being on a system sporting an i5-12400, equipped with SSE up to 4.2
Now comes the funny part: which DLL is it?

10.10.7 (dir sqlite.dll):

  • e_sqlite3.dll
  • Microsoft.Data.Sqlite.dll
  • Microsoft.EntityFrameworkCore.Sqlite.dll
  • SQLitePCLRaw.batteries_v2.dll
  • SQLitePCLRaw.core.dll
  • SQLitePCLRaw.provider.e_sqlite3.dll

10.11.3 (dir sqlite.dll):

  • e_sqlite3.dll
  • Jellyfin.Database.Providers.Sqlite.dll
  • Microsoft.Data.Sqlite.dll
  • Microsoft.EntityFrameworkCore.Sqlite.dll
  • SQLitePCLRaw.batteries_v2.dll
  • SQLitePCLRaw.core.dll
  • SQLitePCLRaw.provider.e_sqlite3.dll

My guess is e_sqlite3.dll

Thanks!

@phmg701 commented on GitHub (Nov 21, 2025): Hello, coming from #15000 and read everything, thanks guys! You guys are all on Linux, but I am on Windows (please be kind) and I would like to test replacing 10.11.3 DLLs with the ones from 10.10.7, although being on a system sporting an i5-12400, equipped with SSE up to 4.2 Now comes the funny part: which DLL is it? 10.10.7 (dir *sqlite*.dll): - e_sqlite3.dll - Microsoft.Data.Sqlite.dll - Microsoft.EntityFrameworkCore.Sqlite.dll - SQLitePCLRaw.batteries_v2.dll - SQLitePCLRaw.core.dll - SQLitePCLRaw.provider.e_sqlite3.dll 10.11.3 (dir *sqlite*.dll): - e_sqlite3.dll - Jellyfin.Database.Providers.Sqlite.dll - Microsoft.Data.Sqlite.dll - Microsoft.EntityFrameworkCore.Sqlite.dll - SQLitePCLRaw.batteries_v2.dll - SQLitePCLRaw.core.dll - SQLitePCLRaw.provider.e_sqlite3.dll My guess is e_sqlite3.dll Thanks!
Author
Owner

@ggibby commented on GitHub (Dec 3, 2025):

A friendly Redditor referred me here since I'm having similar issues on older Windows hardware.
Where can I find the 10.10.x.x installs for my system?

@ggibby commented on GitHub (Dec 3, 2025): A friendly Redditor referred me here since I'm having similar issues on older Windows hardware. Where can I find the 10.10.x.x installs for my system?
Author
Owner

@jeffbrl commented on GitHub (Dec 3, 2025):

A friendly Redditor referred me here since I'm having similar issues on older Windows hardware. Where can I find the 10.10.x.x installs for my system?

I am not running jellyfin on Windows but I suspect you can download the previous version as you can with linux. In the conversation history, you can see that the file is e_sqlite3.dll.

https://github.com/jellyfin/jellyfin-server-windows/releases

@jeffbrl commented on GitHub (Dec 3, 2025): > A friendly Redditor referred me here since I'm having similar issues on older Windows hardware. Where can I find the 10.10.x.x installs for my system? I am not running jellyfin on Windows but I suspect you can download the previous version as you can with linux. In the conversation history, you can see that the file is `e_sqlite3.dll`. https://github.com/jellyfin/jellyfin-server-windows/releases
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#7523
No description provided.