• 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 Troubleshoot/setup issue

     
    • 0 Vote(s) - 0 Average

    Troubleshoot/setup issue

    Jellyfin server is not running via docker
    InfinitiZEr0
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:India
    #1
    2024-05-30, 06:11 PM (This post was last modified: 2024-05-30, 06:19 PM by InfinitiZEr0. Edited 3 times in total.)
    I tried to setup Jellyfin using docker, but the server is not running after following all the instructions.

    Here is my docker run:

    docker run -d -v /media/ZEr0/ba37dd64-5541-43cf-9c11-59a4c13650c8/ZEr0/Movies/config:/config -v /media/ZEr0/ba37dd64-5541-43cf-9c11-59a4c13650c8/ZEr0/Movies/cache:/cache -v /media/ZEr0/ba37dd64-5541-43cf-9c11-59a4c13650c8/ZEr0/Movies/data:/media --net=host jellyfin/jellyfin

    When I try this docker run:

    docker run -d \
    --name jellyfin \
    --user 1000:1000 \
    --net=host \
    --volume /media/ZEr0/ba37dd64-5541-43cf-9c11-59a4c13650c8/ZEr0/Movies/config:/config \
    --volume /media/ZEr0/ba37dd64-5541-43cf-9c11-59a4c13650c8/ZEr0/Movies/cache:/cache \
    --mount type=bind,source=/media/ZEr0/ba37dd64-5541-43cf-9c11-59a4c13650c8/ZEr0/Movies/data,target=/media \ --restart=unless-stopped \
    jellyfin/jellyfin

    I am getting this error: docker: invalid reference format.

    I am new to this docker and self-hosting thing. So, please bear with me.

    This is my log:

    > 2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Jellyfin version: 10.9.3
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Architecture: X64
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: 64-Bit Process: True
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: User Interactive: True
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Processor count: 4
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Program data path: /config
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Log directory path: /config/log
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Config directory path: /config/config
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Cache path: /cache
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Main: Application directory: /jellyfin/
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.65.9", "192.168.65.6", "172.19.0.1"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.3.0
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.3.0
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.3.0
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.3.0
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.3.0
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels"]
    2024-05-30 23:26:24 [17:56:24] [INF] [1] Main: Kestrel is listening on 0.0.0.0
    2024-05-30 23:26:24 [17:56:24] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {0034350b-ddf4-44b3-8fed-fdafda8f2304} may be persisted to storage in unencrypted form.
    2024-05-30 23:26:25 [17:56:25] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
    2024-05-30 23:26:25 [17:56:25] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    2024-05-30 23:26:25 [17:56:25] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-05-31 03:00:00.000 +00:00, which is 09:03:34.4738357 from now.
    2024-05-30 23:26:25 [17:56:25] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-05-31 02:00:00.000 +00:00, which is 08:03:34.4628185 from now.
    2024-05-30 23:26:25 [17:56:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1
    2024-05-30 23:26:25 [17:56:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: 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"]
    2024-05-30 23:26:25 [17:56:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    2024-05-30 23:26:25 [17:56:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
    2024-05-30 23:26:26 [17:56:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    2024-05-30 23:26:26 [17:56:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
    2024-05-30 23:26:26 [17:56:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 477eb1ac0ff64e248b93e8e6a7915f04
    2024-05-30 23:26:26 [17:56:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    2024-05-30 23:26:26 [17:56:26] [INF] [1] Main: Startup complete 0:00:06.7686914
    2024-05-30 23:26:28 [17:56:28] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
    2024-05-30 23:26:30 [17:56:30] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 2 seconds
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-30, 07:00 PM
    Looks like it is running now. Are you still not able to access it?

    Code:
    2024-05-30 23:26:26 [17:56:26] [INF] [1] Main: Startup complete 0:00:06.7686914

    Code:
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.65.9", "192.168.65.6", "172.19.0.1"]

    Are none of these IPs accessible on port 8096?
    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]
    InfinitiZEr0
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:India
    #3
    2024-05-31, 07:51 AM
    (2024-05-30, 07:00 PM)TheDreadPirate Wrote: Looks like it is running now.  Are you still not able to access it?

    Code:
    2024-05-30 23:26:26 [17:56:26] [INF] [1] Main: Startup complete 0:00:06.7686914

    Code:
    2024-05-30 23:26:20 [17:56:20] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.65.9", "192.168.65.6", "172.19.0.1"]

    Are none of these IPs accessible on port 8096?

    No. None of those IPs are working.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-05-31, 06:30 PM
    Since you are using host networking, did you open port 8096 in the firewall?
    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]
    « 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