Jellyfin Forum
10.11 Unstable - Unable to start up fresh install - 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: 10.11 Unstable - Unable to start up fresh install (/t-10-11-unstable-unable-to-start-up-fresh-install)



10.11 Unstable - Unable to start up fresh install - Ellermw - 2025-06-12

Running on Ubuntu 22.04 LTS
I've installed it using the unstable tag and preview tag.  Both return the same log error.

[INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache

I'm running this in docker. I've verified the paths exist, permissions match, IE ownership.  

I've let it run for about an hour, and for an hour straight it just says that same message over and over again.

I've tried updating a previous install and I've also tried a new install. All result in the exact same.


RE: 10.11 Unstable - Unable to start up fresh install - 34626 - 2025-06-12

To help you, we need your docker-compose.yml file, i also have a jellyfin 10.11 RC1 running since yesterday and it runs fine...


RE: 10.11 Unstable - Unable to start up fresh install - theguymadmax - 2025-06-12

Try adding the below env variable to your compose file. This is a temp fix and will not be need on RC2.
Code:
  jellyfin:
    image: jellyfin/jellyfin:preview
    environment:
      - DOTNET_USE_POLLING_FILE_WATCHER=true



RE: 10.11 Unstable - Unable to start up fresh install - Ellermw - 2025-06-12

That fixed it. Thank you