• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin container crashes during startup

     
    • 0 Vote(s) - 0 Average

    Jellyfin container crashes during startup

    Jellyfin container exits with status code 139 when started with podman
    Dificator
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Czech Republic
    #5
    2025-02-28, 09:04 PM
    It's not set. I tried to set it to true with "podman run -e DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true ...". When I did that, the error that I had before disappeared, but a new one popped up. Here is the full log:
    Quote:[20:17:30] [INF] [1] Main: Jellyfin version: 10.10.6
    [20:17:30] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, true]"]
    [20:17:30] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
    [20:17:30] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
    [20:17:30] [INF] [1] Main: Architecture: X64
    [20:17:30] [INF] [1] Main: 64-Bit Process: True
    [20:17:30] [INF] [1] Main: User Interactive: True
    [20:17:30] [INF] [1] Main: Processor count: 4
    [20:17:30] [INF] [1] Main: Program data path: /config
    [20:17:30] [INF] [1] Main: Log directory path: /config/log
    [20:17:30] [INF] [1] Main: Config directory path: /config/config
    [20:17:30] [INF] [1] Main: Cache path: /cache
    [20:17:30] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [20:17:30] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
    [20:17:30] [INF] [1] Main: Application directory: /jellyfin/
    [20:17:30] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
    [20:17:30] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    [20:17:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.105"]
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [20:17:31] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [20:17:31] [FTL] [1] Main: Error while starting server
    System.TypeInitializationException: The type initializer for 'Jellyfin.Drawing.Skia.SkiaEncoder' threw an exception.
    ---> System.DllNotFoundException: Unable to load shared library 'libSkiaSharp' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
    /lib/x86_64-linux-gnu/libfontconfig.so.1: file too short
    libSkiaSharp.so: cannot open shared object file: No such file or directory
    /jellyfin/liblibSkiaSharp.so: cannot open shared object file: No such file or directory
    /jellyfin/libSkiaSharp: cannot open shared object file: No such file or directory
    /jellyfin/liblibSkiaSharp: cannot open shared object file: No such file or directory

      at SkiaSharp.SkiaApi.sk_imagefilter_new_matrix_convolution(SKSizeI* kernelSize, Single* kernel, Single gain, Single bias, SKPointI* kernelOffset, SKShaderTileMode tileMode, Boolean convolveAlpha, IntPtr input, IntPtr cropRect)
      at SkiaSharp.SKImageFilter.CreateMatrixConvolution(SKSizeI kernelSize, ReadOnlySpan1 kernel, Single gain, Single bias, SKPointI kernelOffset, SKShaderTileMode tileMode, Boolean convolveAlpha, SKImageFilter input, CropRect cropRect)
      at SkiaSharp.SKImageFilter.CreateMatrixConvolution(SKSizeI kernelSize, ReadOnlySpan
    1 kernel, Single gain, Single bias, SKPointI kernelOffset, SKShaderTileMode tileMode, Boolean convolveAlpha)
      at Jellyfin.Drawing.Skia.SkiaEncoder..cctor()
      --- End of inner exception stack trace ---
      at Jellyfin.Drawing.Skia.SkiaEncoder.IsNativeLibAvailable()
      at Jellyfin.Server.CoreAppHost.RegisterServices(IServiceCollection serviceCollection)
      at Emby.Server.Implementations.ApplicationHost.Init(IServiceCollection serviceCollection)
      at Jellyfin.Server.Program.<>c__DisplayClass8_0.<StartServer>b__0(IServiceCollection services)
      at Microsoft.Extensions.Hosting.HostBuilder.InitializeServiceProvider()
      at Microsoft.Extensions.Hosting.HostBuilder.Build()
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    [20:17:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
    [20:17:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Jellyfin container crashes during startup - by Dificator - 2025-02-28, 02:50 PM
    RE: Jellyfin container crashes during startup - by TheDreadPirate - 2025-02-28, 03:22 PM
    RE: Jellyfin container crashes during startup - by Dificator - 2025-02-28, 08:20 PM
    RE: Jellyfin container crashes during startup - by TheDreadPirate - 2025-02-28, 08:58 PM
    RE: Jellyfin container crashes during startup - by Dificator - 2025-02-28, 09:04 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode