Guest User

Jellyfin Log

a guest
Jan 8th, 2025
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.81 KB | None | 0 0
  1. jellyfin | [migrations] started
  2. jellyfin | [migrations] no migrations found
  3. jellyfin | ───────────────────────────────────────
  4. jellyfin |
  5. jellyfin | ██╗ ███████╗██╗ ██████╗
  6. jellyfin | ██║ ██╔════╝██║██╔═══██╗
  7. jellyfin | ██║ ███████╗██║██║ ██║
  8. jellyfin | ██║ ╚════██║██║██║ ██║
  9. jellyfin | ███████╗███████║██║╚██████╔╝
  10. jellyfin | ╚══════╝╚══════╝╚═╝ ╚═════╝
  11. jellyfin |
  12. jellyfin | Brought to you by linuxserver.io
  13. jellyfin | ───────────────────────────────────────
  14. jellyfin |
  15. jellyfin | To support the app dev(s) visit:
  16. jellyfin | Jellyfin: https://opencollective.com/jellyfin
  17. jellyfin |
  18. jellyfin | To support LSIO projects visit:
  19. jellyfin | https://www.linuxserver.io/donate/
  20. jellyfin |
  21. jellyfin | ───────────────────────────────────────
  22. jellyfin | GID/UID
  23. jellyfin | ───────────────────────────────────────
  24. jellyfin |
  25. jellyfin | User UID: 1000
  26. jellyfin | User GID: 1000
  27. jellyfin | ───────────────────────────────────────
  28. jellyfin | **** creating video group videoarj9 with id 105 ****
  29. jellyfin | **** adding /dev/dri/renderD128 to video group videoarj9 with id 105 ****
  30. jellyfin | **** adding /dev/dri/card0 to video group video with id 44 ****
  31. jellyfin | [jellyfin-init] Pi Libs detected loading
  32. jellyfin | [custom-init] No custom files found, skipping...
  33. jellyfin | [07:19:35] [INF] [4] Main: Jellyfin version: 10.10.3
  34. jellyfin | [07:19:35] [INF] [4] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]"]
  35. jellyfin | [07:19:35] [INF] [4] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  36. jellyfin | [07:19:35] [INF] [4] Main: Operating system: Ubuntu 24.04.1 LTS
  37. jellyfin | [07:19:35] [INF] [4] Main: Architecture: X64
  38. jellyfin | [07:19:35] [INF] [4] Main: 64-Bit Process: True
  39. jellyfin | [07:19:35] [INF] [4] Main: User Interactive: True
  40. jellyfin | [07:19:35] [INF] [4] Main: Processor count: 4
  41. jellyfin | [07:19:35] [INF] [4] Main: Program data path: /config/data
  42. jellyfin | [07:19:35] [INF] [4] Main: Log directory path: /config/log
  43. jellyfin | [07:19:35] [INF] [4] Main: Config directory path: /config
  44. jellyfin | [07:19:35] [INF] [4] Main: Cache path: /config/cache
  45. jellyfin | [07:19:35] [INF] [4] Main: Temp directory path: /tmp/jellyfin
  46. jellyfin | [07:19:35] [INF] [4] Main: Web resources path: /usr/share/jellyfin/web
  47. jellyfin | [07:19:35] [INF] [4] Main: Application directory: /usr/lib/jellyfin/bin/
  48. jellyfin | [07:19:35] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  49. jellyfin | [07:19:35] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  50. jellyfin | [07:19:35] [INF] [4] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  51. jellyfin | [07:19:35] [INF] [4] 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"]
  52. jellyfin | [07:19:35] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  53. jellyfin | [07:19:35] [INF] [4] 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"]
  54. jellyfin | [07:19:35] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.3"]
  55. jellyfin | [07:19:35] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  56. jellyfin | [07:19:35] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
  57. jellyfin | [07:19:35] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  58. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.ApplicationHost: There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
  59. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'ImageInfos' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  60. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'ImageInfos' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  61. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Permissions' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  62. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Permissions' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  63. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Preferences' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  64. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Preferences' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  65. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Users' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  66. jellyfin | [07:19:36] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Users' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
  67. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.ApplicationHost: EFCore migrations applied successfully
  68. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
  69. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  70. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.3.0
  71. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.3.0
  72. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.3.0
  73. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.3.0
  74. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.3.0
  75. jellyfin | [07:19:36] [INF] [4] 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", "RemoveDuplicatePlaylistChildren"]
  76. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'AddDefaultPluginRepository'
  77. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
  78. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  79. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration 'AddDefaultPluginRepository' applied successfully
  80. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'ReaddDefaultPluginRepository'
  81. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration 'ReaddDefaultPluginRepository' applied successfully
  82. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'AddDefaultCastReceivers'
  83. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
  84. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  85. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration 'AddDefaultCastReceivers' applied successfully
  86. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'UpdateDefaultPluginRepository10.9'
  87. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
  88. jellyfin | [07:19:36] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  89. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration 'UpdateDefaultPluginRepository10.9' applied successfully
  90. jellyfin | [07:19:36] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'MoveTrickplayFiles'
  91. jellyfin | [07:19:37] [INF] [4] Jellyfin.Server.Migrations.Routines.MoveTrickplayFiles: Moved 0 items in 00:00:00.0784002
  92. jellyfin | [07:19:37] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration 'MoveTrickplayFiles' applied successfully
  93. jellyfin | [07:19:37] [INF] [4] Main: Kestrel is listening on 0.0.0.0
  94. jellyfin | [07:19:37] [WRN] [4] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {c11955b8-0859-4f8f-bc24-f3ab9bdc4842} may be persisted to storage in unencrypted form.
  95. jellyfin | [07:19:37] [WRN] [4] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /run/s6-rc:s6-rc-init:CConOF/servicedirs/svc-jellyfin/wwwroot. Static files may be unavailable.
  96. jellyfin | [07:19:37] [INF] [4] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  97. jellyfin | [07:19:37] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2025-01-09 03:00:00.000 +00:00, which is 19:40:22.4126039 from now.
  98. jellyfin | [07:19:37] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2025-01-09 02:00:00.000 +00:00, which is 18:40:22.4101025 from now.
  99. jellyfin | [07:19:37] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.0.2
  100. jellyfin | [07:19:37] [INF] [4] 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", "ac4", "dca", "flac", "mp3", "truehd"]
  101. jellyfin | [07:19:37] [INF] [4] 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", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  102. jellyfin | [07:19:37] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "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", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  103. jellyfin | [07:19:37] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
  104. jellyfin | [07:19:40] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
  105. jellyfin | [07:19:40] [INF] [4] Emby.Server.Implementations.ApplicationHost: ServerId: cbf2a88f227a40d19e2301a7363f2f97
  106. jellyfin | [07:19:40] [INF] [4] Emby.Server.Implementations.ApplicationHost: Core startup complete
  107. jellyfin | [07:19:40] [INF] [4] Main: Startup complete 0:00:05.593607
  108. jellyfin | [07:19:40] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
  109. jellyfin | [07:19:40] [INF] [6] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
  110. jellyfin | [ls.io-init] done.
  111. jellyfin | [07:19:41] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 0 seconds
  112.  
Advertisement
Add Comment
Please, Sign In to add comment