• 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 Server must be reinstalled after every reboot

     
    • 0 Vote(s) - 0 Average

    Server must be reinstalled after every reboot

    cyremann
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    #1
    2023-08-10, 01:52 PM (This post was last modified: 2023-08-10, 01:54 PM by cyremann. Edited 1 time in total.)
    Hello, my setup is as follows:
    • Windows 10 64-bit
    • Installed using windows installer
    • Version 10.8.10
    • Clients: Roku, Samsung TV, Windows in browser on server

    My Jellyfin server works perfectly except for one thing: I have to reinstall the server after each and every reboot. It doesn't matter if the reboot was because of a power flicker or an intentional reboot.

    After a reboot the server and tray application are both running, but I can't connect to the server either locally or over LAN. I have tried killing and restarting both applications but it doesn't change anything. The only thing that I have found that helps is to kill both applications, run the installer again with default options, then restart the server. After that it just picks up were it left off, with all of my media still intact. It will then function normally until the next reboot.

    This seems to be the same or at least a similar problem, but there was no resolution: https://github.com/jellyfin/jellyfin-ser.../issues/69

    Does anyone have any ideas about what might be causing this and/or how to resolve it?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-08-10, 03:02 PM
    Go to the jellyfin server install directory and set the properties on the server executable to always run as admin.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    xaque
    Offline

    Member

    Posts: 76
    Threads: 1
    Joined: 2023 Jun
    Reputation: 3
    Country:United States
    #3
    2023-08-10, 11:00 PM
    I was having issues with windows installs after the update from 10.8.9 to 10.8.10. I went against the the advice of the jellyfin windows install instructions and installed the server as a service. This eliminated issues after shutdowns/reboots etc.

    Here is part of my .bat file I use for fresh jellyfin server installs.


    7z x "jellyfin_10.8.10.zip" -o%CD%
    mkdir "%PROGRAMFILES%\Jellyfin"
    mkdir "%PROGRAMFILES%\Jellyfin\Server"
    mkdir "%PROGRAMDATA%\Jellyfin"
    xcopy /s /i /y "jellyfin_10.8.10" "%PROGRAMFILES%\Jellyfin\Server"

    cd "%PROGRAMFILES%\Jellyfin\Server"
    call nssm.exe install JellyfinServer "%PROGRAMFILES%\Jellyfin\Server\jellyfin.exe" --service --datadir "%PROGRAMDATA%\Jellyfin"
    call nssm.exe start JellyfinServer
    call nssm.exe set JellyfinServer Type SERVICE_INTERACTIVE_PROCESS
    cd %~dp0
    rmdir /s /q "%~dp0jellyfin_10.8.10"
    del /s "%~dp0jellyfin_10.8.10.zip"
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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