I'm actually pretty good at finding memory issues in .net programs, maybe I'll debug this a little on my setup if I get a moment. Dotnet trace was essential for this as it was a Linux arm device
Jellyfin: The Free Software Media System
Current stable release: 10.10.0
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
Cool I updated anyway because I live dangerously
There's a pinned announcement post that I made yesterday. It should be at the top.
Yeah, I can see it now.
I can only assume that the post hadn't propagated to my server 3 hours ago.
Thanks for the heads up about the issues. I'll probably wait for 10.9.1 too.
Just upgraded to 10.9.0, server didn't close properly so there were sqlite .db-wal
files left besides the jellyfin.db
and library.db
files which caused an error about the database tables being locked.:
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'.
Solved it by running
systemctl stop jellyfin
cd /var/lib/jellyfin/data
sqlite3 jellyfin.db
> .recover
> .quit
sqlite3 library.db
> .recover
> .quit
Now the .db-wal
files were gone and I could
systemctl start jellyfin
I did lose a bunch of music metadata, but the advantage of contributing to musicbrainz is that it's easily recovered :)