• 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 Subtitle format

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

     
    • 0 Vote(s) - 0 Average

    Subtitle format

    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #11
    2024-07-23, 04:31 PM
    Code:
    LISTEN 0      512          0.0.0.0:8096        0.0.0.0:*    users:(("jellyfin",pid=1095,fd=470))
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-07-23, 04:39 PM
    How did you install Jellyfin? Did you use more than one install method? You can try killing that PID, but it damage the database it is using.
    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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #13
    2024-07-23, 04:45 PM (This post was last modified: 2024-07-23, 04:48 PM by Armentis. Edited 1 time in total.)
    I follow the jellyfin guide for Federo with RPM fusion : https://jellyfin.org/docs/general/installation/linux

    I upgrade for 10.9.7 when rpm version was available.

    What's wrong with this PID ? A bad usage of "sudo" ?
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-07-23, 04:54 PM
    Since this is a RPM install, what is the output of

    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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #15
    2024-07-23, 04:57 PM
    Quote:jellyfin.service - Jellyfin Media Server
        Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: disabled)
        Drop-In: /usr/lib/systemd/system/service.d
                └─10-timeout-abort.conf
                /etc/systemd/system/jellyfin.service.d
                └─override.conf
        Active: active (running) since Tue 2024-07-23 17:21:50 CEST; 1h 34min ago
      Main PID: 1095 (jellyfin)
          Tasks: 26 (limit: 9352)
        Memory: 4.1G (peak: 9.7G)
            CPU: 1h 49min 58.946s
        CGroup: /system.slice/jellyfin.service
                └─1095 /usr/lib64/jellyfin/jellyfin --webdir=/usr/share/jellyfin-web

    juil. 23 18:26:50 fedora jellyfin[1095]: [18:26:50] [INF] [89] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, >
    juil. 23 18:26:50 fedora jellyfin[1095]: [18:26:50] [INF] [89] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: ffmpeg -analyzeduration 200M -probesize 1G -ss 00:03:54.000 -noaccurate_see>
    juil. 23 18:30:48 fedora jellyfin[1095]: [18:30:48] [INF] [72] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 closed
    juil. 23 18:32:08 fedora jellyfin[1095]: [18:32:08] [INF] [82] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for /var/lib/jellyfin/transcodes/f534e7>
    juil. 23 18:32:08 fedora jellyfin[1095]: [18:32:08] [INF] [82] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
    juil. 23 18:32:08 fedora jellyfin[1095]: [18:32:08] [INF] [82] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) /var/lib/jellyfin/transcodes/f534e754ab2798>
    juil. 23 18:32:10 fedora jellyfin[1095]: [18:32:10] [INF] [82] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.9.7 playing Enemy. Stopped at 5>
    juil. 23 18:49:42 fedora jellyfin[1095]: [18:49:42] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 closed
    juil. 23 18:49:43 fedora jellyfin[1095]: [18:49:43] [INF] [59] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 request
    juil. 23 18:54:17 fedora jellyfin[1095]: [18:54:17] [INF] [67] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 request
    lines 1-24/24 (END)
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-07-23, 04:59 PM (This post was last modified: 2024-07-23, 04:59 PM by TheDreadPirate.)
    The logs that you shared earlier, what directory did you find those in? And how were you trying to start jellyfin?

    The jellyfin service should be writing logs to /var/log/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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #17
    2024-07-23, 05:05 PM (This post was last modified: 2024-07-23, 05:06 PM by Armentis. Edited 1 time in total.)
    Juste get the log with terminal "jellyfin log". Jellyfin start at linux startup.
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-07-23, 05:25 PM
    Go to /var/log/jellyfin and find the latest log from there and share that via pastebin. The log you shared before is not the right one.
    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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #19
    2024-07-23, 05:34 PM
    https://pastebin.com/RFLLfwtc
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #20
    2024-07-23, 05:48 PM
    I can make a fresh install, not a problem for me, not a lot of database build.

    I need to learn what I failed
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    Pages (4): « Previous 1 2 3 4 Next »

    « 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