Jellyfin Forum
Jellyfin on synology doesn't launch - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Jellyfin on synology doesn't launch (/t-jellyfin-on-synology-doesn-t-launch)



Jellyfin on synology doesn't launch - pierrot277 - 2025-11-04

Hi everybody,

Since the release of the 10.11 version, Jellyfin doesn't want to launch anymore on my synology DS124. 
Here is the log of the app.
Maybe someone know how to resolve the problem. Thanks in advance!

Code:
Tue Nov  4 18:29:31 CET 2025
Starting jellyfin command /volume1/@appstore/jellyfin/share/jellyfin --service --package-name synology -d /volume1/@appdata/jellyfin/data -C /volume1/@appdata/jellyfin/cache -c /volume1/@appdata/jellyfin/config -l /volume1/@appdata/jellyfin/log -w /volume1/@appstore/jellyfin/web --ffmpeg /var/packages/ffmpeg7/target/bin/ffmpeg
[18:29:40] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /volume1/@appdata/jellyfin/cache
[18:29:41] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
[18:29:41] [INF] [9] Main: Jellyfin version: 10.11.2
[18:29:41] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /volume1/@appdata/jellyfin/log]"]
[18:29:41] [INF] [9] Main: Arguments: ["/volume1/@appstore/jellyfin/share/jellyfin.dll", "--service", "--package-name", "synology", "-d", "/volume1/@appdata/jellyfin/data", "-C", "/volume1/@appdata/jellyfin/cache", "-c", "/volume1/@appdata/jellyfin/config", "-l", "/volume1/@appdata/jellyfin/log", "-w", "/volume1/@appstore/jellyfin/web", "--ffmpeg", "/var/packages/ffmpeg7/target/bin/ffmpeg"]
[18:29:41] [INF] [9] Main: Operating system: Linux 5.10.55+ #72806 SMP Mon Jul 21 23:13:56 CST 2025
[18:29:41] [INF] [9] Main: Architecture: Arm64
[18:29:41] [INF] [9] Main: 64-Bit Process: True
[18:29:41] [INF] [9] Main: User Interactive: True
[18:29:41] [INF] [9] Main: Processor count: 4
[18:29:41] [INF] [9] Main: Program data path: /volume1/@appdata/jellyfin/data
[18:29:41] [INF] [9] Main: Log directory path: /volume1/@appdata/jellyfin/log
[18:29:41] [INF] [9] Main: Config directory path: /volume1/@appdata/jellyfin/config
[18:29:41] [INF] [9] Main: Cache path: /volume1/@appdata/jellyfin/cache
[18:29:41] [INF] [9] Main: Temp directory path: /tmp/jellyfin
[18:29:41] [INF] [9] Main: Web resources path: /volume1/@appstore/jellyfin/web
[18:29:41] [INF] [9] Main: Application directory: /volume1/@appstore/jellyfin/share/
[18:29:41] [INF] [9] Jellyfin.Server.Startup: Storage path `/volume1/@appdata/jellyfin/data/data` (Fixed) successfully checked with 3.1TiB free which is over the minimum of 2GiB.
[18:29:41] [INF] [9] Jellyfin.Server.Startup: Storage path `/volume1/@appdata/jellyfin/log` (Fixed) successfully checked with 3.1TiB free which is over the minimum of 512MiB.
[18:29:41] [INF] [9] Jellyfin.Server.Startup: Storage path `/volume1/@appdata/jellyfin/cache` (Fixed) successfully checked with 3.1TiB free which is over the minimum of 2GiB.
[18:29:41] [INF] [9] Jellyfin.Server.Startup: Storage path `/volume1/@appdata/jellyfin/data` (Fixed) successfully checked with 3.1TiB free which is over the minimum of 2GiB.
[18:29:41] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: The path `/tmp/jellyfin` has insufficient free space. Available: 456.4MiB, Required: 512MiB.
  at Jellyfin.Server.Implementations.StorageHelpers.StorageHelper.TestDataDirectorySize(String path, ILogger logger, Int64 threshold)
  at Jellyfin.Server.Implementations.StorageHelpers.StorageHelper.TestCommonPathsForStorageCapacity(IApplicationPaths applicationPaths, ILogger logger)
  at Jellyfin.Server.Program.StartApp(StartupOptions options)
  at Jellyfin.Server.Program.<Main>(String[] args)
Unhandled exception. System.InvalidOperationException: The path `/tmp/jellyfin` has insufficient free space. Available: 456.4MiB, Required: 512MiB.
  at Jellyfin.Server.Implementations.StorageHelpers.StorageHelper.TestDataDirectorySize(String path, ILogger logger, Int64 threshold)
  at Jellyfin.Server.Implementations.StorageHelpers.StorageHelper.TestCommonPathsForStorageCapacity(IApplicationPaths applicationPaths, ILogger logger)
  at Jellyfin.Server.Program.StartApp(StartupOptions options)
  at Jellyfin.Server.Program.<Main>(String[] args)



RE: Jellyfin on synology doesn't launch - Yurk2 - 2025-11-05

"The path /tmp/jellyfin has insufficient free space. Available: 456.4MiB, Required: 512MiB."


RE: Jellyfin on synology doesn't launch - pierrot277 - 2025-11-05

Hello Yurk,

Thanks for your response. Yes i saw that but i have 3.1 TB available. So i doesn't understant why the path /tmp/jellyfin have only 456Mb. Maybe somebody know how to give more space to this folder on a Synology NAS?
Thanks


RE: Jellyfin on synology doesn't launch - JellyJeff - 2025-11-05

Your 3.1 TB are in /volume1. The folder /tmp is not part of it, it's part of Synology OS called DSM any typically a temporary file system using the RAM of your DSM.