• 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 Cant install on Debian 12

     
    • 0 Vote(s) - 0 Average

    Cant install on Debian 12

    Ilya
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-29, 06:16 PM
    I've tried installing jellyfin by different methods on a fresh OS install (including curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash), but get the same result - jellyfin service does not start

    Results are always the same:
    Code:
    × jellyfin.service - Jellyfin Media Server
        Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
        Drop-In: /etc/systemd/system/jellyfin.service.d
                └─jellyfin.service.conf
        Active: failed (Result: signal) since Thu 2024-08-29 19:04:05 BST; 4min 8s ago
      Duration: 479ms
        Process: 2102 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=killed, signal=ABRT)
      Main PID: 2102 (code=killed, signal=ABRT)
            CPU: 450ms

    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Failed with result 'signal'.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
    Aug 29 19:04:05 Berryzavr systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Start request repeated too quickly.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Failed with result 'signal'.
    Aug 29 19:04:05 Berryzavr systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
    × jellyfin.service - Jellyfin Media Server
        Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
        Drop-In: /etc/systemd/system/jellyfin.service.d
                └─jellyfin.service.conf
        Active: failed (Result: signal) since Thu 2024-08-29 19:04:05 BST; 4min 8s ago
      Duration: 479ms
        Process: 2102 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=killed, signal=ABRT)
      Main PID: 2102 (code=killed, signal=ABRT)
            CPU: 450ms

    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Failed with result 'signal'.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
    Aug 29 19:04:05 Berryzavr systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Start request repeated too quickly.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Failed with result 'signal'.
    Aug 29 19:04:05 Berryzavr systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
    -------------------------------------------------------------------------------

    You should see the service as 'active (running)' above. If not, use https://jellyfin.org/contact to find us for troubleshooting.

    You can access your new instance now at http://192.168.0.186:8096 in your web browser to finish setting up Jellyfin.

    Thank you for installing Jellyfin, and happy watching!

    Ilya@Berryzavr:~ $ journalctl -xeu jellyfin
    Aug 29 19:04:05 Berryzavr systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
    ░░ Subject: A stop job for unit jellyfin.service has finished
    ░░ Defined-By: systemd
    ░░ Support: https://www.debian.org/support
    ░░
    ░░ A stop job for unit jellyfin.service has finished.
    ░░
    ░░ The job identifier is 2096 and the job result is done.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Start request repeated too quickly.
    Aug 29 19:04:05 Berryzavr systemd[1]: jellyfin.service: Failed with result 'signal'.
    ░░ Subject: Unit failed
    ░░ Defined-By: systemd
    ░░ Support: https://www.debian.org/support
    ░░
    ░░ The unit jellyfin.service has entered the 'failed' state with result 'signal'.
    Aug 29 19:04:05 Berryzavr systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
    ░░ Subject: A start job for unit jellyfin.service has failed
    ░░ Defined-By: systemd
    ░░ Support: https://www.debian.org/support
    ░░
    ░░ A start job for unit jellyfin.service has finished with a failure.
    ░░
    ░░ The job identifier is 2096 and the job result is failed.
    lines 509-530/530 (END)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Cant install on Debian 12 - by Ilya - 2024-08-29, 06:16 PM
    RE: Cant install on Debian 12 - by Fate - 2024-08-29, 06:24 PM
    RE: Cant install on Debian 12 - by TheDreadPirate - 2024-08-29, 06:53 PM
    RE: Cant install on Debian 12 - by bitzerj - 2024-08-30, 06:22 PM
    RE: Cant install on Debian 12 - by Host-in-the-Shell - 2024-08-30, 06:27 PM
    RE: Cant install on Debian 12 - by bitzerj - 2024-08-30, 07:13 PM
    RE: Cant install on Debian 12 - by Host-in-the-Shell - 2024-08-30, 07:46 PM
    RE: Cant install on Debian 12 - by bitzerj - 2024-08-30, 08:04 PM
    RE: Cant install on Debian 12 - by bitzerj - 2024-08-30, 08:23 PM
    RE: Cant install on Debian 12 - by Host-in-the-Shell - 2024-08-30, 08:34 PM
    RE: Cant install on Debian 12 - by TheDreadPirate - 2024-08-30, 09:23 PM
    RE: Cant install on Debian 12 - by bitzerj - 2024-08-31, 12:07 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