• 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 General Questions Failed to start jellyfin.service - Jellyfin Media Server.

     
    • 0 Vote(s) - 0 Average

    Failed to start jellyfin.service - Jellyfin Media Server.

    rahulsharma49
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #7
    2024-06-02, 04:47 PM
    migration.xml was empty so i took backup of it and restarted jellyfin so it created a new migration.xml with following contents -



    <?xml version="1.0" encoding="utf-8"?>
    <MigrationOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Applied>
    <ValueTupleOfGuidString>
    <Item1>9b354818-94d5-4b68-ac49-e35cb85f9d84</Item1>
    <Item2>CreateNetworkConfiguration</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
    <Item1>a6dcacf4-c057-4ef9-80d3-61cef9ddb4f0</Item1>
    <Item2>MigrateMusicBrainzTimeout</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
    <Item1>4fb5c950-1991-11ee-9b4b-0800200c9a66</Item1>
    <Item2>MigrateNetworkConfiguration</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
    <Item1>4124c2cd-e939-4ffb-9be9-9b311c413638</Item1>
    <Item2>DisableTranscodingThrottling</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
    <Item1>ef103419-8451-40d8-9f34-d1a8e93a1679</Item1>
    <Item2>CreateLoggingConfigHeirarchy</Item2>
    </ValueTupleOfGuidString>
    </Applied>
    </MigrationOptions>



    that folder has system.xml and network.xml but they are not empty.

    now when jellyfin has created a new migration.xml, here is what i am getting as error -

    $ sudo service jellyfin status
    ○ jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
    └─jellyfin.service.conf
    Active: inactive (dead) since Sun 2024-06-02 14:31:43 IST; 7h ago
    Duration: 2.295s
    Process: 17595 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS)
    Main PID: 17595 (code=exited, status=0/SUCCESS)
    CPU: 2.315s

    Jun 02 14:31:43 homeserver jellyfin[17595]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, IL>
    Jun 02 14:31:43 homeserver jellyfin[17595]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
    Jun 02 14:31:43 homeserver jellyfin[17595]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    Jun 02 14:31:43 homeserver jellyfin[17595]: [14:31:43] [INF] Running query planner optimizations in the database... This might take a while
    Jun 02 14:31:43 homeserver jellyfin[17595]: [14:31:43] [INF] Disposing CoreAppHost
    Jun 02 14:31:43 homeserver jellyfin[17595]: [14:31:43] [INF] Disposing MusicBrainzArtistProvider
    Jun 02 14:31:43 homeserver jellyfin[17595]: [14:31:43] [INF] Disposing MusicBrainzAlbumProvider
    Jun 02 14:31:43 homeserver jellyfin[17595]: [14:31:43] [INF] Disposing PluginManager
    Jun 02 14:31:43 homeserver systemd[1]: jellyfin.service: Deactivated successfully.
    Jun 02 14:31:43 homeserver systemd[1]: jellyfin.service: Consumed 2.315s CPU time, 60.9M memory peak, 0B memory swap peak.
    lines 1-20/20 (END)


    On sudo journalctl -u jellyfin, getting this - https://pastebin.com/gcFsM1Lx
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-01, 08:37 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-01, 05:49 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 04:46 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 05:12 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by Avatar - 2024-07-28, 01:55 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 05:51 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 03:35 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 04:47 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 05:21 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 05:28 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 05:32 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 05:37 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 06:33 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 06:45 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 07:15 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 07:25 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 07:30 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-02, 07:34 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-02, 09:37 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-03, 04:26 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-03, 04:47 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-03, 05:36 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-03, 05:55 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by rahulsharma49 - 2024-06-03, 07:43 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-06-03, 10:03 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by pcm - 2024-06-04, 03:45 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-07-28, 04:16 AM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by Avatar - 2024-07-28, 02:13 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2024-07-28, 03:06 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by Avatar - 2024-07-28, 03:28 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by Kristal440 - 2025-01-11, 05:11 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by TheDreadPirate - 2025-01-12, 04:53 PM
    RE: Failed to start jellyfin.service - Jellyfin Media Server. - by Kristal440 - 2025-01-12, 05:51 PM

    • 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