-
-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Jellyfin starts but I'm unable to access Web UI. After looking at the logs noticed it is repeating the following.
[22:31:08] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: The path /tmp/jellyfin has insufficient free space. Required: at least 2GB.
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.
(String[] args)Is there a way to increase the size of the /tmp/jellyfin?
I'm new to Unraid and Linux not sure if this is an issue with my setup or issue with the docker.
Any help would be appreciated.
Expected Behavior
No response
Steps To Reproduce
Install via UnRaid App Store
Environment
- OS: UnRaid
- How docker service was installed: Install through UnRiad App ServiceCPU architecture
x86-64
Docker creation
Installed via UnRaid App StoreContainer logs
[23:22:28] [INF] [7] Main: Architecture: X64
[23:22:28] [INF] [7] Main: 64-Bit Process: True
[23:22:28] [INF] [7] Main: User Interactive: True
[23:22:28] [INF] [7] Main: Processor count: 12
[23:22:28] [INF] [7] Main: Program data path: /config/data
[23:22:28] [INF] [7] Main: Log directory path: /config/log
[23:22:28] [INF] [7] Main: Config directory path: /config
[23:22:28] [INF] [7] Main: Cache path: /config/cache
[23:22:28] [INF] [7] Main: Temp directory path: /tmp/jellyfin
[23:22:28] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
[23:22:28] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
[23:22:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data/data` (Network) successfully checked with 2TB free which is over the minimum of 2GB.
[23:22:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/log` (Network) successfully checked with 2TB free which is over the minimum of 512MB.
[23:22:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/cache` (Network) successfully checked with 2TB free which is over the minimum of 2GB.
[23:22:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Network) successfully checked with 2TB free which is over the minimum of 2GB.
[23:22:28] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: The path `/tmp/jellyfin` has insufficient free space. Required: at least 2GB.
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)Metadata
Metadata
Assignees
Labels
Type
Projects
Status