alexauran

sudo journalctl -u jellyfin -n 200 --no-pager

Jan 7th, 2025 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.73 KB | None | 0 0
  1. micro@debian:~/.databases$ sudo journalctl -u jellyfin -n 200 --no-pager
  2. Jan 07 10:45:51 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 3.
  3. Jan 07 10:45:51 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
  4. Jan 07 10:45:51 debian systemd[1]: jellyfin.service: Consumed 1.818s CPU time.
  5. Jan 07 10:45:51 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
  6. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Jellyfin version: 10.10.3
  7. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Environment Variables: ["[JELLYFIN_USER, jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_DATA_DIR, /home/micro/.databases/jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]"]
  8. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  9. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Operating system: Debian GNU/Linux 12 (bookworm)
  10. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Architecture: X64
  11. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] 64-Bit Process: True
  12. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] User Interactive: True
  13. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Processor count: 12
  14. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Program data path: /home/micro/.databases/jellyfin
  15. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Log directory path: /var/log/jellyfin
  16. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Config directory path: /etc/jellyfin
  17. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Cache path: /var/cache/jellyfin
  18. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Temp directory path: /tmp/jellyfin
  19. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Web resources path: /usr/share/jellyfin/web
  20. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Application directory: /usr/lib/jellyfin/bin/
  21. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  22. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Setting cache path: /var/cache/jellyfin
  23. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Loading assemblies
  24. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  25. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Defined LAN exclusions: []
  26. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  27. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.9.48"]
  28. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Bind Addresses ["0.0.0.0"]
  29. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Remote IP filter is Allowlist
  30. Jan 07 10:45:51 debian jellyfin[5486]: [10:45:51] [INF] Filtered subnets: []
  31. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [ERR] Failed executing DbCommand (8ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  32. Jan 07 10:45:52 debian jellyfin[5486]: SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  33. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [FTL] Error while starting server
  34. Jan 07 10:45:52 debian jellyfin[5486]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  35. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  36. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  37. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  38. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  39. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  40. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  41. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
  42. Jan 07 10:45:52 debian jellyfin[5486]: at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
  43. Jan 07 10:45:52 debian jellyfin[5486]: --- End of stack trace from previous location ---
  44. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  45. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  46. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  47. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
  48. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
  49. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  50. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  51. Jan 07 10:45:52 debian jellyfin[5486]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  52. Jan 07 10:45:52 debian jellyfin[5486]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  53. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  54. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [INF] Running query planner optimizations in the database... This might take a while
  55. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [ERR] Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  56. Jan 07 10:45:52 debian jellyfin[5486]: PRAGMA optimize
  57. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [INF] Disposing CoreAppHost
  58. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [INF] Disposing PluginManager
  59. Jan 07 10:45:52 debian jellyfin[5486]: [10:45:52] [FTL] Unhandled Exception
  60. Jan 07 10:45:52 debian jellyfin[5486]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  61. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  62. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  63. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  64. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  65. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  66. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  67. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  68. Jan 07 10:45:52 debian jellyfin[5486]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  69. Jan 07 10:45:52 debian jellyfin[5486]: --- End of stack trace from previous location ---
  70. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  71. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  72. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  73. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  74. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  75. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  76. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  77. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.<Main>(String[] args)
  78. Jan 07 10:45:52 debian jellyfin[5486]: Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  79. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  80. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  81. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  82. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  83. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  84. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  85. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  86. Jan 07 10:45:52 debian jellyfin[5486]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  87. Jan 07 10:45:52 debian jellyfin[5486]: --- End of stack trace from previous location ---
  88. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  89. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  90. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  91. Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  92. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  93. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  94. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  95. Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.<Main>(String[] args)
  96. Jan 07 10:45:52 debian systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT
  97. Jan 07 10:45:52 debian systemd[1]: jellyfin.service: Failed with result 'signal'.
  98. Jan 07 10:45:52 debian systemd[1]: jellyfin.service: Consumed 1.782s CPU time.
  99. Jan 07 10:45:53 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 4.
  100. Jan 07 10:45:53 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
  101. Jan 07 10:45:53 debian systemd[1]: jellyfin.service: Consumed 1.782s CPU time.
  102. Jan 07 10:45:53 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
  103. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Jellyfin version: 10.10.3
  104. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Environment Variables: ["[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_DATA_DIR, /home/micro/.databases/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]"]
  105. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  106. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Operating system: Debian GNU/Linux 12 (bookworm)
  107. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Architecture: X64
  108. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] 64-Bit Process: True
  109. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] User Interactive: True
  110. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Processor count: 12
  111. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Program data path: /home/micro/.databases/jellyfin
  112. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Log directory path: /var/log/jellyfin
  113. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Config directory path: /etc/jellyfin
  114. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Cache path: /var/cache/jellyfin
  115. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Temp directory path: /tmp/jellyfin
  116. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Web resources path: /usr/share/jellyfin/web
  117. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Application directory: /usr/lib/jellyfin/bin/
  118. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  119. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Setting cache path: /var/cache/jellyfin
  120. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Loading assemblies
  121. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  122. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Defined LAN exclusions: []
  123. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  124. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.9.48"]
  125. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Bind Addresses ["0.0.0.0"]
  126. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Remote IP filter is Allowlist
  127. Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Filtered subnets: []
  128. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [ERR] Failed executing DbCommand (9ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  129. Jan 07 10:45:54 debian jellyfin[5508]: SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  130. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [FTL] Error while starting server
  131. Jan 07 10:45:54 debian jellyfin[5508]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  132. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  133. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  134. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  135. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  136. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  137. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  138. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
  139. Jan 07 10:45:54 debian jellyfin[5508]: at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
  140. Jan 07 10:45:54 debian jellyfin[5508]: --- End of stack trace from previous location ---
  141. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  142. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  143. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  144. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
  145. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
  146. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  147. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  148. Jan 07 10:45:54 debian jellyfin[5508]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  149. Jan 07 10:45:54 debian jellyfin[5508]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  150. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  151. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [INF] Running query planner optimizations in the database... This might take a while
  152. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [ERR] Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  153. Jan 07 10:45:54 debian jellyfin[5508]: PRAGMA optimize
  154. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [INF] Disposing CoreAppHost
  155. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [INF] Disposing PluginManager
  156. Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [FTL] Unhandled Exception
  157. Jan 07 10:45:54 debian jellyfin[5508]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  158. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  159. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  160. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  161. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  162. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  163. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  164. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  165. Jan 07 10:45:54 debian jellyfin[5508]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  166. Jan 07 10:45:54 debian jellyfin[5508]: --- End of stack trace from previous location ---
  167. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  168. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  169. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  170. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  171. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  172. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  173. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  174. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.<Main>(String[] args)
  175. Jan 07 10:45:54 debian jellyfin[5508]: Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  176. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  177. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  178. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  179. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  180. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  181. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  182. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  183. Jan 07 10:45:54 debian jellyfin[5508]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  184. Jan 07 10:45:54 debian jellyfin[5508]: --- End of stack trace from previous location ---
  185. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  186. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  187. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  188. Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  189. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  190. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  191. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  192. Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.<Main>(String[] args)
  193. Jan 07 10:45:54 debian systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT
  194. Jan 07 10:45:54 debian systemd[1]: jellyfin.service: Failed with result 'signal'.
  195. Jan 07 10:45:54 debian systemd[1]: jellyfin.service: Consumed 1.811s CPU time.
  196. Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
  197. Jan 07 10:45:55 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
  198. Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Consumed 1.811s CPU time.
  199. Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Start request repeated too quickly.
  200. Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Failed with result 'signal'.
  201. Jan 07 10:45:55 debian systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
  202. micro@debian:~/.databases$ sudo systemctl show jellyfin
  203. Type=simple
  204. ExitType=main
  205. Restart=on-failure
  206. NotifyAccess=none
  207. RestartUSec=100ms
  208. TimeoutStartUSec=15s
  209. TimeoutStopUSec=15s
  210. TimeoutAbortUSec=15s
  211. TimeoutStartFailureMode=terminate
  212. TimeoutStopFailureMode=terminate
  213. RuntimeMaxUSec=infinity
  214. RuntimeRandomizedExtraUSec=0
  215. WatchdogUSec=0
  216. WatchdogTimestampMonotonic=0
  217. RootDirectoryStartOnly=no
  218. RemainAfterExit=no
  219. GuessMainPID=yes
  220. SuccessExitStatus=0 143
  221. MainPID=0
  222. ControlPID=0
  223. FileDescriptorStoreMax=0
  224. NFileDescriptorStore=0
  225. StatusErrno=0
  226. Result=signal
  227. ReloadResult=success
  228. CleanResult=success
  229. UID=[not set]
  230. GID=[not set]
  231. NRestarts=5
  232. OOMPolicy=stop
  233. ExecMainStartTimestamp=Tue 2025-01-07 10:45:53 CST
  234. ExecMainStartTimestampMonotonic=37386820588
  235. ExecMainExitTimestamp=Tue 2025-01-07 10:45:54 CST
  236. ExecMainExitTimestampMonotonic=37388603758
  237. ExecMainPID=5508
  238. ExecMainCode=2
  239. ExecMainStatus=6
  240. ExecStart={ path=/usr/bin/jellyfin ; argv[]=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS ; ignore_errors=no ; start_time=[Tue 2025-01-07 10:45:53 CST] ; stop_time=[Tue>
  241. ExecStartEx={ path=/usr/bin/jellyfin ; argv[]=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS ; flags= ; start_time=[Tue 2025-01-07 10:45:53 CST] ; stop_time=[Tue 2025-01>
  242. Slice=system.slice
  243. ControlGroupId=4412
  244. MemoryCurrent=[not set]
  245. MemoryAvailable=infinity
  246. CPUUsageNSec=1811462000
  247. TasksCurrent=[not set]
  248. IPIngressBytes=[no data]
  249. IPIngressPackets=[no data]
  250. IPEgressBytes=[no data]
  251. IPEgressPackets=[no data]
  252. IOReadBytes=18446744073709551615
  253. IOReadOperations=18446744073709551615
  254. IOWriteBytes=18446744073709551615
  255. IOWriteOperations=18446744073709551615
  256. Delegate=no
  257. CPUAccounting=yes
  258. CPUWeight=[not set]
  259. StartupCPUWeight=[not set]
  260. CPUShares=[not set]
  261. StartupCPUShares=[not set]
  262. CPUQuotaPerSecUSec=infinity
  263. CPUQuotaPeriodUSec=infinity
  264. IOAccounting=no
  265. IOWeight=[not set]
  266. StartupIOWeight=[not set]
  267. BlockIOAccounting=no
  268. BlockIOWeight=[not set]
  269. StartupBlockIOWeight=[not set]
  270. MemoryAccounting=yes
  271. DefaultMemoryLow=0
Advertisement
Add Comment
Please, Sign In to add comment