• 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 Web is not started after reboot

     
    • 0 Vote(s) - 0 Average

    Web is not started after reboot

    tomtom
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #5
    2024-11-04, 02:12 PM (This post was last modified: 2024-11-04, 02:15 PM by tomtom.)
    ls /var/lib/jellyfin/plugins
    Bookshelf_12.0.0.0 Kitsu_5.0.0.0 'Open Subtitles_20.0.0.0' 'TMDb Box Sets_11.0.0.0' TheTVDB_15.0.0.0 TheTVDB_17.0.0.0 TheTVDB_18.0.0.0 configurations

    ls -1 /var/lib/jellyfin/plugins
    Bookshelf_12.0.0.0
    Kitsu_5.0.0.0
    'Open Subtitles_20.0.0.0'
    'TMDb Box Sets_11.0.0.0'
    TheTVDB_15.0.0.0
    TheTVDB_17.0.0.0
    TheTVDB_18.0.0.0
    configurations

    When starting the application manually 

    Code:
    sudo /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg --service
    [15:08:34] [INF] [1] Main: Jellyfin version: 10.10.0
    [15:08:35] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /root/.local/share/jellyfin/log]"]
    [15:08:35] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [15:08:35] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
    [15:08:35] [INF] [1] Main: Architecture: Arm64
    [15:08:35] [INF] [1] Main: 64-Bit Process: True
    [15:08:35] [INF] [1] Main: User Interactive: True
    [15:08:35] [INF] [1] Main: Processor count: 4
    [15:08:35] [INF] [1] Main: Program data path: /root/.local/share/jellyfin
    [15:08:35] [INF] [1] Main: Log directory path: /root/.local/share/jellyfin/log
    [15:08:35] [INF] [1] Main: Config directory path: /root/.config/jellyfin
    [15:08:35] [INF] [1] Main: Cache path: /root/.cache/jellyfin
    [15:08:35] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [15:08:35] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
    [15:08:35] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
    [15:08:35] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
    [15:08:35] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /root/.cache/jellyfin
    [15:08:35] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [15:08:35] [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"]
    [15:08:35] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [15:08:35] [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"]
    [15:08:35] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "10.0.11.122"]
    [15:08:35] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [15:08:35] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [15:08:35] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [15:08:37] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.0.0
    [15:08:37] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.0.0
    [15:08:37] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.0.0
    [15:08:37] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.0.0
    [15:08:37] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.0.0
    [15:08:37] [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", "FixAudioData"]
    [15:08:37] [INF] [1] Main: Kestrel is listening on 0.0.0.0
    [15:08:38] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /home/ubuntu/iptv/wwwroot. Static files may be unavailable.
    [15:08:38] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    [15:08:38] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-11-05 03:00:00.000 +01:00, which is 11:51:21.6059410 from now.
    [15:08:38] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-11-05 02:00:00.000 +01:00, which is 10:51:21.6002112 from now.
    [15:08:38] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.0.2
    [15:08:39] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_rkmpp", "h264", "h264_rkmpp", "hevc", "hevc_rkmpp", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg4", "mpeg4_rkmpp", "msmpeg4", "vp8", "vp8_rkmpp", "libvpx", "vp9", "vp9_rkmpp", "libvpx-vp9", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
    [15:08:39] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "libx264", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_rkmpp", "mjpeg_rkmpp", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [15:08:39] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["overlay_opencl", "overlay_rkrga", "scale_opencl", "scale_rkrga", "tonemapx", "tonemap_opencl", "transpose_opencl", "vpp_rkrga", "zscale", "alphasrc"]
    [15:08:39] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: scale_cuda with option format is not available
    [15:08:39] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: tonemap_cuda with option GPU accelerated HDR to SDR tonemapping is not available
    [15:08:39] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vaapi with option Action to take when encountering EOF from secondary input is not available
    [15:08:39] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vulkan with option Action to take when encountering EOF from secondary input is not available
    [15:08:39] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["drm", "opencl", "rkmpp"]
    [15:08:41] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
    [15:08:41] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
    [15:08:43] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
    [15:08:43] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 835fcc9bd9b3499a95aa75339c323dd7
    [15:08:43] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [15:08:43] [INF] [1] Main: Startup complete 0:00:08.644499
    [15:08:45] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 4 seconds
    /usr/bin/jellyfin^C[15:09:49] [INF] [3] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
    [15:09:49] [INF] [14] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
    [15:09:49] [INF] [8] Main: Running query planner optimizations in the database... This might take a while
    [15:09:49] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
    [15:09:49] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzArtistProvider
    [15:09:49] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
    [15:09:49] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Web is not started after reboot - by tomtom - 2024-11-03, 02:13 AM
    RE: Web is not started after reboot - by TheDreadPirate - 2024-11-03, 03:48 PM
    RE: Web is not started after reboot - by tomtom - 2024-11-04, 01:52 PM
    RE: Web is not started after reboot - by TheDreadPirate - 2024-11-04, 02:06 PM
    RE: Web is not started after reboot - by tomtom - 2024-11-04, 02:12 PM
    RE: Web is not started after reboot - by tomtom - 2024-11-04, 03:48 PM
    RE: Web is not started after reboot - by TheDreadPirate - 2024-11-04, 04:19 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