Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- micro@debian:~/.databases$ cat /lib/systemd/system/jellyfin.service
- [Unit]
- Description = Jellyfin Media Server
- After = network-online.target
- [Service]
- Type = simple
- EnvironmentFile = /etc/default/jellyfin
- User = micro
- Group = micro
- WorkingDirectory = /var/lib/jellyfin
- ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
- Restart = on-failure
- TimeoutSec = 15
- SuccessExitStatus=0 143
- [Install]
- WantedBy = multi-user.target
- micro@debian:~/.databases$ sudo chown -Rv micro:micro /home/micro
- ownership of '/home/micro/.sudo_as_admin_successful' retained as micro:micro
- ownership of '/home/micro/.bash_history' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/plugins/configurations/Jellyfin.Plugin.Tmdb.xml' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/plugins/configurations/Jellyfin.Plugin.MusicBrainz.xml' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/plugins/configurations' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/plugins' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/metadata/views/livetv' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/metadata/views' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/metadata/People' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/metadata' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/jellyfin.db' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/0c9ee3a8-8fc1-5547-c685-2205480da1fd.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/ec2f221f-d8e7-706b-3d3a-fd2c4591b4d7.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/f861734d-d71b-37f9-482b-52a820e39013.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/7738148f-fcd0-7979-c7ce-b148e06b3aed.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/26649fe0-aad5-7557-2453-51f220da916c.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/1c8ede62-c521-bea0-bf85-1344f5b8ca40.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/4e6637c8-32ed-644d-1af3-370a2506e80a.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/bea9b218-c97b-bf98-c5dc-1303bdb9a0ca.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/7d8088c1-0902-f1bf-4072-ded42437bcfb.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/2c66a88b-ca43-e565-d7f8-099f825478f1.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/31de9ce8-3b92-23d3-38c7-7b1a635e144b.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/64f5f44c-d30d-c273-cb98-90205473bbcc.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/241d4fcb-19a1-d557-ee62-428e411da609.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks/866456ed-0d44-e154-6812-4ce33d85961e.js' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/ScheduledTasks' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/playlists' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/device.txt' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data/library.db' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/data' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/root/default' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin/root' retained as micro:micro
- ownership of '/home/micro/.databases/jellyfin' retained as micro:micro
- ownership of '/home/micro/.databases' retained as micro:micro
- ownership of '/home/micro/.profile' retained as micro:micro
- ownership of '/home/micro/.bash_logout' retained as micro:micro
- ownership of '/home/micro/.local/share/nano' retained as micro:micro
- ownership of '/home/micro/.local/share' retained as micro:micro
- ownership of '/home/micro/.local' retained as micro:micro
- ownership of '/home/micro/.bashrc' retained as micro:micro
- ownership of '/home/micro/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml' retained as micro:micro
- ownership of '/home/micro/.config/xfce4/xfconf/xfce-perchannel-xml' retained as micro:micro
- ownership of '/home/micro/.config/xfce4/xfconf' retained as micro:micro
- ownership of '/home/micro/.config/xfce4' retained as micro:micro
- ownership of '/home/micro/.config' retained as micro:micro
- ownership of '/home/micro' retained as micro:micro
- micro@debian:~/.databases$ sudo systemctl start jellyfin
- micro@debian:~/.databases$ sudo journalctl -u jellyfin -n 200 --no-pager
- Jan 07 10:45:52 debian jellyfin[5486]: Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
- Jan 07 10:45:52 debian jellyfin[5486]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
- Jan 07 10:45:52 debian jellyfin[5486]: --- End of stack trace from previous location ---
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:52 debian jellyfin[5486]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
- Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
- Jan 07 10:45:52 debian jellyfin[5486]: at Jellyfin.Server.Program.<Main>(String[] args)
- Jan 07 10:45:52 debian systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT
- Jan 07 10:45:52 debian systemd[1]: jellyfin.service: Failed with result 'signal'.
- Jan 07 10:45:52 debian systemd[1]: jellyfin.service: Consumed 1.782s CPU time.
- Jan 07 10:45:53 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 4.
- Jan 07 10:45:53 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 10:45:53 debian systemd[1]: jellyfin.service: Consumed 1.782s CPU time.
- Jan 07 10:45:53 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Jellyfin version: 10.10.3
- 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]"]
- 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"]
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Operating system: Debian GNU/Linux 12 (bookworm)
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Architecture: X64
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] 64-Bit Process: True
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] User Interactive: True
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Processor count: 12
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Program data path: /home/micro/.databases/jellyfin
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Log directory path: /var/log/jellyfin
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Config directory path: /etc/jellyfin
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Cache path: /var/cache/jellyfin
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Temp directory path: /tmp/jellyfin
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Web resources path: /usr/share/jellyfin/web
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Application directory: /usr/lib/jellyfin/bin/
- 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"]
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Setting cache path: /var/cache/jellyfin
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Loading assemblies
- 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"]
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Defined LAN exclusions: []
- 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"]
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.9.48"]
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Bind Addresses ["0.0.0.0"]
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Remote IP filter is Allowlist
- Jan 07 10:45:53 debian jellyfin[5508]: [10:45:53] [INF] Filtered subnets: []
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [ERR] Failed executing DbCommand (9ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- Jan 07 10:45:54 debian jellyfin[5508]: SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [FTL] Error while starting server
- Jan 07 10:45:54 debian jellyfin[5508]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
- Jan 07 10:45:54 debian jellyfin[5508]: at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: --- End of stack trace from previous location ---
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
- Jan 07 10:45:54 debian jellyfin[5508]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [INF] Running query planner optimizations in the database... This might take a while
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [ERR] Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
- Jan 07 10:45:54 debian jellyfin[5508]: PRAGMA optimize
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [INF] Disposing CoreAppHost
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [INF] Disposing PluginManager
- Jan 07 10:45:54 debian jellyfin[5508]: [10:45:54] [FTL] Unhandled Exception
- Jan 07 10:45:54 debian jellyfin[5508]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
- Jan 07 10:45:54 debian jellyfin[5508]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: --- End of stack trace from previous location ---
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.<Main>(String[] args)
- Jan 07 10:45:54 debian jellyfin[5508]: Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
- Jan 07 10:45:54 debian jellyfin[5508]: at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: --- End of stack trace from previous location ---
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
- Jan 07 10:45:54 debian jellyfin[5508]: at Jellyfin.Server.Program.<Main>(String[] args)
- Jan 07 10:45:54 debian systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT
- Jan 07 10:45:54 debian systemd[1]: jellyfin.service: Failed with result 'signal'.
- Jan 07 10:45:54 debian systemd[1]: jellyfin.service: Consumed 1.811s CPU time.
- Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
- Jan 07 10:45:55 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Consumed 1.811s CPU time.
- Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Start request repeated too quickly.
- Jan 07 10:45:55 debian systemd[1]: jellyfin.service: Failed with result 'signal'.
- Jan 07 10:45:55 debian systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:12 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:12 debian (jellyfin)[5709]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:36:12 debian (jellyfin)[5709]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 1.
- Jan 07 14:36:12 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:12 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:12 debian (jellyfin)[5711]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:36:12 debian (jellyfin)[5711]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 2.
- Jan 07 14:36:12 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:12 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:12 debian (jellyfin)[5712]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:36:12 debian (jellyfin)[5712]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:36:12 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 3.
- Jan 07 14:36:13 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:13 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:13 debian (jellyfin)[5713]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:36:13 debian (jellyfin)[5713]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 4.
- Jan 07 14:36:13 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:13 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:13 debian (jellyfin)[5714]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:36:13 debian (jellyfin)[5714]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
- Jan 07 14:36:13 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Start request repeated too quickly.
- Jan 07 14:36:13 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:36:13 debian systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:26 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:26 debian (jellyfin)[5737]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:42:26 debian (jellyfin)[5737]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:42:26 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:42:26 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 1.
- Jan 07 14:42:27 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian (jellyfin)[5739]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:42:27 debian (jellyfin)[5739]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 2.
- Jan 07 14:42:27 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian (jellyfin)[5740]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:42:27 debian (jellyfin)[5740]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 3.
- Jan 07 14:42:27 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian (jellyfin)[5741]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:42:27 debian (jellyfin)[5741]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 4.
- Jan 07 14:42:27 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:27 debian (jellyfin)[5742]: jellyfin.service: Changing to the requested working directory failed: Permission denied
- Jan 07 14:42:27 debian (jellyfin)[5742]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: Permission denied
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
- Jan 07 14:42:27 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:42:28 debian systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
- Jan 07 14:42:28 debian systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
- Jan 07 14:42:28 debian systemd[1]: jellyfin.service: Start request repeated too quickly.
- Jan 07 14:42:28 debian systemd[1]: jellyfin.service: Failed with result 'exit-code'.
- Jan 07 14:42:28 debian systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
- micro@debian:~/.databases$ sudo systemctl show jellyfin
- Type=simple
- ExitType=main
- Restart=on-failure
- NotifyAccess=none
- RestartUSec=100ms
- TimeoutStartUSec=15s
- TimeoutStopUSec=15s
- TimeoutAbortUSec=15s
- TimeoutStartFailureMode=terminate
- TimeoutStopFailureMode=terminate
- RuntimeMaxUSec=infinity
- RuntimeRandomizedExtraUSec=0
- WatchdogUSec=0
- WatchdogTimestampMonotonic=0
- RootDirectoryStartOnly=no
- RemainAfterExit=no
- GuessMainPID=yes
- SuccessExitStatus=0 143
- MainPID=0
- ControlPID=0
- FileDescriptorStoreMax=0
- NFileDescriptorStore=0
- StatusErrno=0
- Result=exit-code
- ReloadResult=success
- CleanResult=success
- UID=[not set]
- GID=[not set]
- NRestarts=5
- OOMPolicy=stop
- ExecMainStartTimestamp=Tue 2025-01-07 14:42:27 CST
- ExecMainStartTimestampMonotonic=51581572599
- ExecMainExitTimestamp=Tue 2025-01-07 14:42:27 CST
- ExecMainExitTimestampMonotonic=51581577196
- ExecMainPID=5742
- ExecMainCode=1
- ExecMainStatus=200
- 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 14:42:27 CST] ; stop_time=[Tue>
- 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 14:42:27 CST] ; stop_time=[Tue 2025-01>
- Slice=system.slice
- ControlGroupId=4984
- MemoryCurrent=[not set]
- MemoryAvailable=infinity
- CPUUsageNSec=1402000
- TasksCurrent=[not set]
- IPIngressBytes=[no data]
- IPIngressPackets=[no data]
- IPEgressBytes=[no data]
- IPEgressPackets=[no data]
- IOReadBytes=18446744073709551615
- IOReadOperations=18446744073709551615
- IOWriteBytes=18446744073709551615
- IOWriteOperations=18446744073709551615
- Delegate=no
- CPUAccounting=yes
- CPUWeight=[not set]
- StartupCPUWeight=[not set]
- CPUShares=[not set]
- StartupCPUShares=[not set]
- CPUQuotaPerSecUSec=infinity
- CPUQuotaPeriodUSec=infinity
- IOAccounting=no
- IOWeight=[not set]
- StartupIOWeight=[not set]
- BlockIOAccounting=no
- BlockIOWeight=[not set]
- StartupBlockIOWeight=[not set]
- MemoryAccounting=yes
- DefaultMemoryLow=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement