• 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 SOLVED: Jellyfin doesn't work

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin doesn't work

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2023-07-20, 10:30 PM
    What install process are you following? These?

    https://jellyfin.org/docs/general/instal...repository

    I, and many other Ubuntu users, just ran this script to automagically install everything. Jellyfin and everything it needs.

    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
    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]
    supertanno
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #12
    2023-07-20, 10:41 PM
    That's the exact command I used. For good measure, here's the full install log:

    Code:
    supertanno@tannoflix:~$ curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  9398  100  9398    0     0  18806      0 --:--:-- --:--:-- --:--:-- 18833
    > Determining optimal repository settings.

    Found the following details from '/etc/os-release':
      Real OS:            ubuntu
      Repository OS:      ubuntu
      Repository Release: jammy
      CPU Architecture:   amd64
    If this looks correct, press <Enter> now to continue installing Jellyfin.

    > Fetching repository signing key.

    > Installing Jellyfin repository into APT.
    Types: deb
    URIs: https://repo.jellyfin.org/ubuntu
    Suites: jammy
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg

    > Updating APT repositories.
    Hit:1 http://nl.archive.ubuntu.com/ubuntu jammy InRelease
    Get:2 http://nl.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
    Get:3 http://nl.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
    Get:4 http://nl.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
    Get:5 https://esm.ubuntu.com/apps/ubuntu jammy-apps-security InRelease [7,553 B]
    Get:6 https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates InRelease [7,459 B]
    Get:7 https://esm.ubuntu.com/infra/ubuntu jammy-infra-security InRelease [7,453 B]
    Get:8 https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates InRelease [7,452 B]
    Get:9 https://repo.jellyfin.org/ubuntu jammy InRelease [6,636 B]
    Fetched 373 kB in 1s (289 kB/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    65 packages can be upgraded. Run 'apt list --upgradable' to see them.

    > Installing Jellyfin.
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following NEW packages will be installed:
      jellyfin
    0 upgraded, 1 newly installed, 0 to remove and 65 not upgraded.
    Need to get 2,268 B of archives.
    After this operation, 9,216 B of additional disk space will be used.
    Get:1 https://ams1.mirror.jellyfin.org/ubuntu jammy/main amd64 jellyfin all 10.8.10-1 [2,268 B]
    Fetched 2,268 B in 1s (2,777 B/s)
    Selecting previously unselected package jellyfin.
    (Reading database ... 77734 files and directories currently installed.)
    Preparing to unpack .../jellyfin_10.8.10-1_all.deb ...
    Unpacking jellyfin (10.8.10-1) ...
    Setting up jellyfin (10.8.10-1) ...
    Scanning processes...
    Scanning processor microcode...
    Scanning linux images...

    Running kernel seems to be up-to-date.

    The processor microcode seems to be up-to-date.

    No services need to be restarted.

    No containers need to be restarted.

    No user sessions are running outdated binaries.

    No VM guests are running outdated hypervisor (qemu) binaries on this host.

    > Waiting 15 seconds for Jellyfin to fully start up.

    -------------------------------------------------------------------------------
    ○ 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: inactive (dead) since Thu 2023-07-20 20:56:15 UTC; 1h 24min ago
        Process: 48189 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_O                    PT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=143)
       Main PID: 48189 (code=exited, status=143)
            CPU: 7.443s

    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing NotificationEntryPoint
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing RecordingNotifier
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing SchedulesDirect
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing EntryPoint
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing UdpServerEntryPoint
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing MusicBrainzAlbumProvider
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing DeviceAccessEntryPoint
    Jul 20 20:56:15 tannoflix systemd[1]: jellyfin.service: Deactivated successfully.
    Jul 20 20:56:15 tannoflix systemd[1]: Stopped Jellyfin Media Server.
    Jul 20 20:56:15 tannoflix systemd[1]: jellyfin.service: Consumed 7.443s CPU time.
    ○ 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: inactive (dead) since Thu 2023-07-20 20:56:15 UTC; 1h 24min ago
        Process: 48189 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_O                    PT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=143)
       Main PID: 48189 (code=exited, status=143)
            CPU: 7.443s

    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing NotificationEntryPoint
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing RecordingNotifier
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing SchedulesDirect
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing EntryPoint
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing UdpServerEntryPoint
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing MusicBrainzAlbumProvider
    Jul 20 20:56:15 tannoflix jellyfin[48189]: [20:56:15] [INF] Disposing DeviceAccessEntryPoint
    Jul 20 20:56:15 tannoflix systemd[1]: jellyfin.service: Deactivated successfully.
    Jul 20 20:56:15 tannoflix systemd[1]: Stopped Jellyfin Media Server.
    Jul 20 20:56:15 tannoflix systemd[1]: jellyfin.service: Consumed 7.443s CPU time.
    -------------------------------------------------------------------------------

    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://:8096 in your web browser to finish setting up Jellyfin.

    Thank you for installing Jellyfin, and happy watching!

    At this point, I'm half considering grabbing a cheap Windows Server key on the grey market and going down that route 😅
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2023-07-20, 10:47 PM
    Are you running it as root? Strange that it didn't fail out since the script is supposed to check if you are root and fail out if it isn't run as root.
    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]
    supertanno
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #14
    2023-07-20, 10:49 PM (This post was last modified: 2023-07-20, 10:52 PM by supertanno. Edited 1 time in total.)
    No, I'm running it as my normal user, which does have root access through sudo. I'll switch to root, try again, and report back.

    Update: nope.

    Code:
    root@tannoflix:~# jellyfin
    [22:51:20] [INF] [1] Main: Jellyfin version: 10.8.10
    [22:51:20] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /root/.local/share/jellyfin/log]"]
    [22:51:20] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll"]
    [22:51:20] [INF] [1] Main: Operating system: Linux
    [22:51:20] [INF] [1] Main: Architecture: X64
    [22:51:20] [INF] [1] Main: 64-Bit Process: True
    [22:51:20] [INF] [1] Main: User Interactive: True
    [22:51:20] [INF] [1] Main: Processor count: 4
    [22:51:20] [INF] [1] Main: Program data path: /root/.local/share/jellyfin
    [22:51:20] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web
    [22:51:20] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
    [22:51:20] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /root/.cache/jellyfin
    [22:51:20] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [22:51:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
    [22:51:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
    [22:51:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
    [22:51:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
    [22:51:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
    [22:51:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.8.10.0
    [22:51:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.8.10.0
    [22:51:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.8.10.0
    [22:51:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.8.10.0
    [22:51:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.8.10.0
    [22:51:23] [INF] [1] Main: Kestrel listening on Any IP4 Address
    [22:51:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    [22:51:24] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2023-07-21 02:00:00.000 +00:00, which is 03:08:35.6272410 from now.
    [22:51:24] [ERR] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Error validating encoder
    System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'ffmpeg' with working directory '/root'. No such file or directory
       at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String[] argv, String[] envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
       at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start()
       at MediaBrowser.MediaEncoding.Encoder.EncoderValidator.GetProcessOutput(String path, String arguments, Boolean readStdErr, String testKey)
       at MediaBrowser.MediaEncoding.Encoder.EncoderValidator.ValidateVersion()
    [22:51:24] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: Failed version check: ffmpeg
    [22:51:24] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg:
    [22:51:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 78a6001f83eb44729f41b251081da5c5
    [22:51:24] [INF] [10] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1846318
    [22:51:24] [INF] [10] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [22:51:25] [INF] [10] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.3778444
    [22:51:25] [INF] [10] Main: Startup complete 0:00:05.0359061
    [22:51:27] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins
    [22:51:27] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask
    [22:51:27] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins
    [22:51:28] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 1 seconds
    [22:51:28] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2023-07-20, 10:58 PM
    Wait. Are you running jellyfin manually? Or starting the service? It looks like you are running it manually.

    Code:
    sudo systemctl status jellyfin
    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]
    supertanno
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #16
    2023-07-20, 11:04 PM
    Well, don't I feel silly now. Used systemctl to start the service after what you mentioned, and it's getting a bit farther... But not much. Stuck on DLNA now.

    Code:
    root@tannoflix:~# sudo systemctl start jellyfin.service
    root@tannoflix:~# sudo systemctl status jellyfin
    ● 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 Thu 2023-07-20 23:02:04 UTC; 30s ago
       Main PID: 51558 (jellyfin)
          Tasks: 24 (limit: 4479)
         Memory: 83.7M
            CPU: 7.916s
         CGroup: /system.slice/jellyfin.service
                 └─51558 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --restartpath=/usr/lib/jellyfin/restart.sh --ffmpeg=>

    Jul 20 23:02:09 tannoflix jellyfin[51558]: [23:02:09] [INF] Executed all post-startup entry points in 0:00:00.3066444
    Jul 20 23:02:09 tannoflix jellyfin[51558]: [23:02:09] [INF] Startup complete 0:00:05.099824
    Jul 20 23:02:11 tannoflix jellyfin[51558]: [23:02:11] [INF] StartupTrigger fired for task: Update Plugins
    Jul 20 23:02:11 tannoflix jellyfin[51558]: [23:02:11] [INF] Queuing task PluginUpdateTask
    Jul 20 23:02:11 tannoflix jellyfin[51558]: [23:02:11] [INF] Executing Update Plugins
    Jul 20 23:02:12 tannoflix jellyfin[51558]: [23:02:12] [INF] Update Plugins Completed after 0 minute(s) and 1 seconds
    Jul 20 23:02:12 tannoflix jellyfin[51558]: [23:02:12] [INF] ExecuteQueuedTasks
    Jul 20 23:02:27 tannoflix jellyfin[51558]: [23:02:27] [INF] No matching device profile found. The default will need to be us>
    Jul 20 23:02:27 tannoflix jellyfin[51558]: {"FriendlyName": "Living Room Audio", "ModelNumber": "Digital Media Client", "Ser>
    Jul 20 23:02:27 tannoflix jellyfin[51558]: [23:02:27] [INF] DLNA Session created for Living Room Audio - TX-NR656
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #17
    2023-07-20, 11:07 PM
    systemctl doesn't show a complete log. /var/log/jellyfin/jellyfin<date>.log
    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]
    supertanno
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #18
    2023-07-20, 11:09 PM
    Here's the full log for this install:

    Code:
    [2023-07-20 23:02:04.645 +00:00] [INF] Jellyfin version: "10.8.10"
    [2023-07-20 23:02:04.671 +00:00] [INF] Environment Variables: ["[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_RESTART_OPT, --restartpath=/usr/lib/jellyfin/restart.sh]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]"]
    [2023-07-20 23:02:04.675 +00:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--restartpath=/usr/lib/jellyfin/restart.sh", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2023-07-20 23:02:04.676 +00:00] [INF] Operating system: "Linux"
    [2023-07-20 23:02:04.676 +00:00] [INF] Architecture: X64
    [2023-07-20 23:02:04.677 +00:00] [INF] 64-Bit Process: True
    [2023-07-20 23:02:04.677 +00:00] [INF] User Interactive: True
    [2023-07-20 23:02:04.677 +00:00] [INF] Processor count: 4
    [2023-07-20 23:02:04.677 +00:00] [INF] Program data path: "/var/lib/jellyfin"
    [2023-07-20 23:02:04.677 +00:00] [INF] Web resources path: "/usr/share/jellyfin/web"
    [2023-07-20 23:02:04.677 +00:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
    [2023-07-20 23:02:04.883 +00:00] [INF] Setting cache path: "/var/cache/jellyfin"
    [2023-07-20 23:02:04.904 +00:00] [INF] Loading assemblies
    [2023-07-20 23:02:05.054 +00:00] [INF] Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
    [2023-07-20 23:02:05.054 +00:00] [INF] Defined LAN exclusions : "[]"
    [2023-07-20 23:02:05.055 +00:00] [INF] Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
    [2023-07-20 23:02:05.064 +00:00] [INF] Using bind addresses: "[]"
    [2023-07-20 23:02:05.064 +00:00] [INF] Using bind exclusions: "[]"
    [2023-07-20 23:02:07.811 +00:00] [INF] Loaded plugin: "TMDb" "10.8.10.0"
    [2023-07-20 23:02:07.813 +00:00] [INF] Loaded plugin: "Studio Images" "10.8.10.0"
    [2023-07-20 23:02:07.814 +00:00] [INF] Loaded plugin: "OMDb" "10.8.10.0"
    [2023-07-20 23:02:07.814 +00:00] [INF] Loaded plugin: "MusicBrainz" "10.8.10.0"
    [2023-07-20 23:02:07.815 +00:00] [INF] Loaded plugin: "AudioDB" "10.8.10.0"
    [2023-07-20 23:02:07.911 +00:00] [INF] Kestrel listening on "Any IP4 Address"
    [2023-07-20 23:02:08.451 +00:00] [INF] Running startup tasks
    [2023-07-20 23:02:08.517 +00:00] [INF] Daily trigger for "Extract Chapter Images" set to fire at 2023-07-21 02:00:00.000 +00:00, which is 02:57:51.4825512 from now.
    [2023-07-20 23:02:08.593 +00:00] [INF] Found ffmpeg version "5.1.3"
    [2023-07-20 23:02:08.646 +00:00] [INF] Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
    [2023-07-20 23:02:08.672 +00:00] [INF] Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [2023-07-20 23:02:08.707 +00:00] [INF] Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
    [2023-07-20 23:02:08.846 +00:00] [INF] Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    [2023-07-20 23:02:09.060 +00:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
    [2023-07-20 23:02:09.062 +00:00] [INF] ServerId: "c92e365c7ba8420d91baee920116f3fd"
    [2023-07-20 23:02:09.237 +00:00] [INF] Executed all pre-startup entry points in 0:00:00.1586036
    [2023-07-20 23:02:09.237 +00:00] [INF] Core startup complete
    [2023-07-20 23:02:09.483 +00:00] [INF] Starting NAT discovery
    [2023-07-20 23:02:09.483 +00:00] [INF] Watching directory "/media/Movies"
    [2023-07-20 23:02:09.484 +00:00] [INF] Watching directory "/media/Shows"
    [2023-07-20 23:02:09.544 +00:00] [INF] Executed all post-startup entry points in 0:00:00.3066444
    [2023-07-20 23:02:09.544 +00:00] [INF] Startup complete 0:00:05.099824
    [2023-07-20 23:02:11.525 +00:00] [INF] "StartupTrigger" fired for task: "Update Plugins"
    [2023-07-20 23:02:11.527 +00:00] [INF] Queuing task "PluginUpdateTask"
    [2023-07-20 23:02:11.534 +00:00] [INF] Executing "Update Plugins"
    [2023-07-20 23:02:12.548 +00:00] [INF] "Update Plugins" Completed after 0 minute(s) and 1 seconds
    [2023-07-20 23:02:12.567 +00:00] [INF] ExecuteQueuedTasks
    [2023-07-20 23:02:27.175 +00:00] [INF] No matching device profile found. The default will need to be used.
    DeviceIdentification { FriendlyName: "Living Room Audio", ModelNumber: "Digital Media Client", SerialNumber: null, ModelName: "TX-NR656", ModelDescription: null, ModelUrl: "http://www.onkyo.com", Manufacturer: "Onkyo & Pioneer Corporation", ManufacturerUrl: "http://www.onkyo.com", Headers: [] }
    [2023-07-20 23:02:27.181 +00:00] [INF] DLNA Session created for "Living Room Audio" - "TX-NR656"
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #19
    2023-07-20, 11:14 PM
    Are you still not able to bring up the web UI on any port? 8096, 80, 443? What does netstat look like now?
    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]
    supertanno
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #20
    2023-07-20, 11:18 PM
    Still unable to bring it up. 80 and 443 go the Nginx test page, 8096 isn't working. NetStat looks like this:

    Code:
    root@tannoflix:~# sudo netstat -plnt
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      722/systemd-resolve
    tcp        0      0 0.0.0.0:8096            0.0.0.0:*               LISTEN      51558/jellyfin
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      48376/nginx: master
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1534/sshd: /usr/sbi
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      48376/nginx: master
    tcp6       0      0 :::80                   :::*                    LISTEN      48376/nginx: master
    tcp6       0      0 :::22                   :::*                    LISTEN      1534/sshd: /usr/sbi
    tcp6       0      0 :::443                  :::*                    LISTEN      48376/nginx: master
    Pages (3): « Previous 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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