• 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 Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0

     
    • 0 Vote(s) - 0 Average

    Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0

    Jellyfin is inaccessible after upgrade from Jellyfin.Server 10.8.13.0 to 10.9.11.0
    Riesling
    Offline

    Junior Member

    Posts: 19
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #1
    2024-10-09, 10:03 AM (This post was last modified: 2024-10-09, 06:32 PM by TheDreadPirate. Edited 1 time in total.)
    Dear All,

    Jellyfin is on a proxmox LXC VE w. Debian 11 and worked great for a very long time without any issues. This means, the setup, the VE, the host, the browsers used and the surrounding network is proven good and basically o.k., but the upgrade apparently messed up some settings.

    After the upgrade via debian apt dist-upgrade (which I did before without problems using repo.jellyfin.org/debian), server is up and responding but doesn't let me in - I get the "Add Server Page", but can NOT add Server and am told to "try later".

    # service jellyfin status
    Code:
    ● jellyfin.service - Jellyfin Media Server

         Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
        Drop-In: /etc/systemd/system/jellyfin.service.d
                 └─jellyfin.service.conf
         Active: active (running) since Wed 2024-10-09 11:19:42 CEST; 2min 34s ago
       Main PID: 119 (jellyfin)
          Tasks: 13 (limit: 19045)
         Memory: 268.2M
            CPU: 17.201s
         CGroup: /system.slice/jellyfin.service
                 └─119 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Loaded assembly Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null from /var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Flurl.dll
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Loaded assembly Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc from /var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Polly.dll
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Loaded assembly Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null from /var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Jellyfin.Plugin.TvMaze.dll
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Defined LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Defined LAN exclusions: []
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Used LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Filtered interface addresses: ["127.0.0.1", "10.3.3.3", "::1", "2a02:810b:1120:346:87b:60ff:fe3a:74e8", "fe80::87b:60ff:fe3a:74e8%2"]
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Bind Addresses ["::"]
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Remote IP filter is Allowlist
    Oct 09 11:19:44 jellyfin jellyfin[119]: [11:19:44] [INF] Filtered subnets: []

    I don't see anything critical in logs:
    Code:
    [2024-10-09 11:40:48.500 +02:00] [INF] Jellyfin version: "10.9.11"

    [2024-10-09 11:40:48.545 +02:00] [INF] Environment Variables: ["[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]"]
    [2024-10-09 11:40:48.549 +02:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2024-10-09 11:40:48.549 +02:00] [INF] Operating system: "Debian GNU/Linux 11 (bullseye)"
    [2024-10-09 11:40:48.549 +02:00] [INF] Architecture: X64
    [2024-10-09 11:40:48.550 +02:00] [INF] 64-Bit Process: True
    [2024-10-09 11:40:48.551 +02:00] [INF] User Interactive: True
    [2024-10-09 11:40:48.551 +02:00] [INF] Processor count: 8
    [2024-10-09 11:40:48.551 +02:00] [INF] Program data path: "/var/lib/jellyfin"
    [2024-10-09 11:40:48.551 +02:00] [INF] Log directory path: "/var/log/jellyfin"
    [2024-10-09 11:40:48.551 +02:00] [INF] Config directory path: "/etc/jellyfin"
    [2024-10-09 11:40:48.551 +02:00] [INF] Cache path: "/var/cache/jellyfin"
    [2024-10-09 11:40:48.551 +02:00] [INF] Web resources path: "/usr/share/jellyfin/web"
    [2024-10-09 11:40:48.551 +02:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
    [2024-10-09 11:40:48.738 +02:00] [INF] Setting cache path: "/var/cache/jellyfin"
    [2024-10-09 11:40:48.950 +02:00] [INF] Loading assemblies
    [2024-10-09 11:40:48.990 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
    [2024-10-09 11:40:48.993 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.Fanart, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Fanart_12.0.0.0/Jellyfin.Plugin.Fanart.dll"
    [2024-10-09 11:40:48.997 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.9.1.1, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Merge Versions_10.9.1.1/Jellyfin.Plugin.MergeVersions.dll"
    [2024-10-09 11:40:49.001 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
    [2024-10-09 11:40:49.014 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.Tvdb, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_15.0.0.0/Jellyfin.Plugin.Tvdb.dll"
    [2024-10-09 11:40:49.037 +02:00] [INF] Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_15.0.0.0/Tvdb.Sdk.dll"
    [2024-10-09 11:40:49.040 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TMDb Box Sets_11.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll"
    [2024-10-09 11:40:49.045 +02:00] [INF] Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_11.0.0.0/TvMaze.Api.Client.dll"
    [2024-10-09 11:40:49.051 +02:00] [INF] Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Flurl.Http.dll"
    [2024-10-09 11:40:49.055 +02:00] [INF] Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Flurl.dll"
    [2024-10-09 11:40:49.081 +02:00] [INF] Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Polly.dll"
    [2024-10-09 11:40:49.084 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_11.0.0.0/Jellyfin.Plugin.TvMaze.dll"
    [2024-10-09 11:40:49.235 +02:00] [INF] Defined LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2024-10-09 11:40:49.235 +02:00] [INF] Defined LAN exclusions: []
    [2024-10-09 11:40:49.236 +02:00] [INF] Used LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2024-10-09 11:40:49.238 +02:00] [INF] Filtered interface addresses: ["127.0.0.1", "10.3.3.3", "::1", "2a02:[public IPv6 address]", "fe80::87b:60ff:fe3a:74e8%2"]
    [2024-10-09 11:40:49.239 +02:00] [INF] Bind Addresses ["::"]
    [2024-10-09 11:40:49.239 +02:00] [INF] Remote IP filter is "Allowlist"
    [2024-10-09 11:40:49.239 +02:00] [INF] Filtered subnets: []

    With Bind Addresses ["0.0.0.0"] it didn't work either.

    From search, I suspect something in networking.xml or sytem.xml?

    I tried the old .xmls from backup, but neither that fixed it.

    What has to be done to get it working again? 
    Many thanks in advance for your help and feedback! 
    Cheers,
    ~R.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 10:03 AM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 01:20 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 01:28 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 02:01 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 04:22 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 05:00 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 05:41 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 05:55 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 06:19 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 06:37 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 07:05 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 07:17 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-09, 07:31 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-09, 07:53 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-10, 07:20 AM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-10, 11:58 AM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-11, 08:06 AM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-14, 05:37 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-14, 05:41 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-14, 05:59 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-14, 06:16 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-14, 06:46 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-14, 07:15 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-14, 07:25 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by TheDreadPirate - 2024-10-14, 07:56 PM
    RE: Inaccessible after upgrade from 10.8.13.0 to 10.9.11.0 - by Riesling - 2024-10-15, 08:14 AM

    • 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