4 hours ago
I installed JF day before yesterday.
This was working last night. Today, I saw that .3 was available, so I ran:
However, as the web page wouldn't load ("unable to connect") I checked and found that jellyfin.service would only run for about five seconds before crashing.
/var/log/jellyfin/jellyfin20251117.log :
- Ubuntu 20.04.6 LTS
- JF 10.11.2
Code:
curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bashThis was working last night. Today, I saw that .3 was available, so I ran:
Code:
asavage@Joni-3:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
jellyfin jellyfin-server jellyfin-web webmin
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 112 MB of archives.
After this operation, 941 kB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://download.webmin.com/download/repository sarge/contrib amd64 webmin all 2.600 [27.3 MB]
Get:2 https://sfo1.mirror.jellyfin.org/files/ubuntu focal/main amd64 jellyfin-server amd64 10.11.3+ubu2004 [52.3 MB]
Get:3 https://sfo1.mirror.jellyfin.org/files/ubuntu focal/main amd64 jellyfin-web all 10.11.3+ubu2004 [31.9 MB]
Get:4 https://sfo1.mirror.jellyfin.org/files/ubuntu focal/main amd64 jellyfin all 10.11.3+ubu2004 [2,442 B]
Fetched 112 MB in 2s (48.3 MB/s)
(Reading database ... 511775 files and directories currently installed.)
Preparing to unpack .../archives/webmin_2.600_all.deb ...
Unpacking webmin (2.600) over (2.520) ...
Preparing to unpack .../jellyfin-server_10.11.3+ubu2004_amd64.deb ...
Stopping Jellyfin!
Unpacking jellyfin-server (10.11.3+ubu2004) over (10.11.2+ubu2004) ...
Preparing to unpack .../jellyfin-web_10.11.3+ubu2004_all.deb ...
Unpacking jellyfin-web (10.11.3+ubu2004) over (10.11.2+ubu2004) ...
Preparing to unpack .../jellyfin_10.11.3+ubu2004_all.deb ...
Unpacking jellyfin (10.11.3+ubu2004) over (10.11.2+ubu2004) ...
Setting up jellyfin-web (10.11.3+ubu2004) ...
Setting up webmin (2.600) ...
Setting up jellyfin-server (10.11.3+ubu2004) ...
Installing new version of config file /etc/default/jellyfin ...
Setting up jellyfin (10.11.3+ubu2004) ...
Processing triggers for libc-bin (2.31-0ubuntu9.18) ...
asavage@Joni-3:~$However, as the web page wouldn't load ("unable to connect") I checked and found that jellyfin.service would only run for about five seconds before crashing.
Code:
asavage@Joni-3:~$ sudo systemctl start jellyfin
asavage@Joni-3:~$ sudo systemctl status jellyfin
● jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: active (running) since Mon 2025-11-17 14:15:30 PST; 466ms ago
Main PID: 1775422 (jellyfin)
Tasks: 10 (limit: 231892)
Memory: 21.0M
CGroup: /system.slice/jellyfin.service
└─1775422 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
Nov 17 14:15:30 Joni-3 systemd[1]: Started Jellyfin Media Server.
asavage@Joni-3:~$ sudo systemctl status jellyfin
● jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: failed (Result: core-dump) since Mon 2025-11-17 14:15:33 PST; 5s ago
Process: 1775445 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN>
Main PID: 1775445 (code=dumped, signal=ABRT)
Nov 17 14:15:33 Joni-3 systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
Nov 17 14:15:33 Joni-3 systemd[1]: Stopped Jellyfin Media Server.
Nov 17 14:15:33 Joni-3 systemd[1]: jellyfin.service: Start request repeated too quickly.
Nov 17 14:15:33 Joni-3 systemd[1]: jellyfin.service: Failed with result 'core-dump'.
Nov 17 14:15:33 Joni-3 systemd[1]: Failed to start Jellyfin Media Server.
...skipping.../var/log/jellyfin/jellyfin20251117.log :
Code:
[2025-11-17 14:18:33.729 -08:00] [INF] Environment Variables: ["[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]"]
[2025-11-17 14:18:33.732 -08:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2025-11-17 14:18:33.732 -08:00] [INF] Operating system: "Ubuntu 20.04.6 LTS"
[2025-11-17 14:18:33.732 -08:00] [INF] Architecture: X64
[2025-11-17 14:18:33.733 -08:00] [INF] 64-Bit Process: True
[2025-11-17 14:18:33.733 -08:00] [INF] User Interactive: True
[2025-11-17 14:18:33.733 -08:00] [INF] Processor count: 48
[2025-11-17 14:18:33.733 -08:00] [INF] Program data path: "/var/lib/jellyfin"
[2025-11-17 14:18:33.733 -08:00] [INF] Log directory path: "/var/log/jellyfin"
[2025-11-17 14:18:33.733 -08:00] [INF] Config directory path: "/etc/jellyfin"
[2025-11-17 14:18:33.733 -08:00] [INF] Cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:33.734 -08:00] [INF] Temp directory path: "/tmp/jellyfin"
[2025-11-17 14:18:33.734 -08:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2025-11-17 14:18:33.734 -08:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2025-11-17 14:18:33.755 -08:00] [INF] Storage path `"/var/lib/jellyfin/data"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:33.756 -08:00] [INF] Storage path `"/var/cache/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:33.756 -08:00] [INF] Storage path `"/var/lib/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:33.760 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:33.847 -08:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
[2025-11-17 14:18:33.856 -08:00] [INF] SQLITE connection pragma command set to:
"PRAGMA 22locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA tem2p_store=2;
"
[2025-11-17 14:18:33.857 -08:00] [INF] The database locking mode has been set to: NoLock.
[2025-11-17 14:18:33.903 -08:00] [INF] Initialise Migration service.
[2025-11-17 14:18:33.911 -08:00] [FTL] Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
[2025-11-17 14:18:34.952 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:35.270 -08:00] [INF] Kestrel is listening on "0.0.0.0"
[2025-11-17 14:18:35.308 -08:00] [INF] Jellyfin version: "10.11.3"
[2025-11-17 14:18:35.311 -08:00] [INF] Environment Variables: ["[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_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]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]"]
[2025-11-17 14:18:35.314 -08:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2025-11-17 14:18:35.314 -08:00] [INF] Operating system: "Ubuntu 20.04.6 LTS"
[2025-11-17 14:18:35.314 -08:00] [INF] Architecture: X64
[2025-11-17 14:18:35.315 -08:00] [INF] 64-Bit Process: True
[2025-11-17 14:18:35.315 -08:00] [INF] User Interactive: True
[2025-11-17 14:18:35.315 -08:00] [INF] Processor count: 48
[2025-11-17 14:18:35.315 -08:00] [INF] Program data path: "/var/lib/jellyfin"
[2025-11-17 14:18:35.315 -08:00] [INF] Log directory path: "/var/log/jellyfin"
[2025-11-17 14:18:35.315 -08:00] [INF] Config directory path: "/etc/jellyfin"
[2025-11-17 14:18:35.315 -08:00] [INF] Cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:35.316 -08:00] [INF] Temp directory path: "/tmp/jellyfin"
[2025-11-17 14:18:35.316 -08:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2025-11-17 14:18:35.316 -08:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2025-11-17 14:18:35.335 -08:00] [INF] Storage path `"/var/lib/jellyfin/data"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:35.336 -08:00] [INF] Storage path `"/var/cache/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:35.336 -08:00] [INF] Storage path `"/var/lib/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:35.340 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:35.434 -08:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
[2025-11-17 14:18:35.444 -08:00] [INF] SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-11-17 14:18:35.445 -08:00] [INF] The database locking mode has been set to: NoLock.
[2025-11-17 14:18:35.492 -08:00] [INF] Initialise Migration service.
[2025-11-17 14:18:35.501 -08:00] [FTL] Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
[2025-11-17 14:18:36.689 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:36.998 -08:00] [INF] Kestrel is listening on "0.0.0.0"
[2025-11-17 14:18:37.033 -08:00] [INF] Jellyfin version: "10.11.3"
[2025-11-17 14:18:37.037 -08:00] [INF] Environment Variables: ["[JELLYFIN_USER, jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]"]
[2025-11-17 14:18:37.040 -08:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2025-11-17 14:18:37.040 -08:00] [INF] Operating system: "Ubuntu 20.04.6 LTS"
[2025-11-17 14:18:37.040 -08:00] [INF] Architecture: X64
[2025-11-17 14:18:37.040 -08:00] [INF] 64-Bit Process: True
[2025-11-17 14:18:37.040 -08:00] [INF] User Interactive: True
[2025-11-17 14:18:37.040 -08:00] [INF] Processor count: 48
[2025-11-17 14:18:37.041 -08:00] [INF] Program data path: "/var/lib/jellyfin"
[2025-11-17 14:18:37.041 -08:00] [INF] Log directory path: "/var/log/jellyfin"
[2025-11-17 14:18:37.041 -08:00] [INF] Config directory path: "/etc/jellyfin"
[2025-11-17 14:18:37.041 -08:00] [INF] Cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:37.041 -08:00] [INF] Temp directory path: "/tmp/jellyfin"
[2025-11-17 14:18:37.041 -08:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2025-11-17 14:18:37.041 -08:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2025-11-17 14:18:37.060 -08:00] [INF] Storage path `"/var/lib/jellyfin/data"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:37.061 -08:00] [INF] Storage path `"/var/cache/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:37.061 -08:00] [INF] Storage path `"/var/lib/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:37.065 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:37.151 -08:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
[2025-11-17 14:18:37.160 -08:00] [INF] SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-11-17 14:18:37.162 -08:00] [INF] The database locking mode has been set to: NoLock.
[2025-11-17 14:18:37.207 -08:00] [INF] Initialise Migration service.
[2025-11-17 14:18:37.216 -08:00] [FTL] Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
[2025-11-17 14:18:38.442 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:38.752 -08:00] [INF] Kestrel is listening on "0.0.0.0"
[2025-11-17 14:18:38.789 -08:00] [INF] Jellyfin version: "10.11.3"
[2025-11-17 14:18:38.793 -08:00] [INF] Environment Variables: ["[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]"]
[2025-11-17 14:18:38.795 -08:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2025-11-17 14:18:38.795 -08:00] [INF] Operating system: "Ubuntu 20.04.6 LTS"
[2025-11-17 14:18:38.796 -08:00] [INF] Architecture: X64
[2025-11-17 14:18:38.796 -08:00] [INF] 64-Bit Process: True
[2025-11-17 14:18:38.796 -08:00] [INF] User Interactive: True
[2025-11-17 14:18:38.796 -08:00] [INF] Processor count: 48
[2025-11-17 14:18:38.796 -08:00] [INF] Program data path: "/var/lib/jellyfin"
[2025-11-17 14:18:38.796 -08:00] [INF] Log directory path: "/var/log/jellyfin"
[2025-11-17 14:18:38.796 -08:00] [INF] Config directory path: "/etc/jellyfin"
[2025-11-17 14:18:38.797 -08:00] [INF] Cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:38.797 -08:00] [INF] Temp directory path: "/tmp/jellyfin"
[2025-11-17 14:18:38.797 -08:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2025-11-17 14:18:38.797 -08:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2025-11-17 14:18:38.816 -08:00] [INF] Storage path `"/var/lib/jellyfin/data"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:38.817 -08:00] [INF] Storage path `"/var/cache/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:38.817 -08:00] [INF] Storage path `"/var/lib/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:38.821 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:38.908 -08:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
[2025-11-17 14:18:38.917 -08:00] [INF] SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-11-17 14:18:38.918 -08:00] [INF] The database locking mode has been set to: NoLock.
[2025-11-17 14:18:38.964 -08:00] [INF] Initialise Migration service.
[2025-11-17 14:18:38.972 -08:00] [FTL] Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
[2025-11-17 14:18:39.951 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:40.268 -08:00] [INF] Kestrel is listening on "0.0.0.0"
[2025-11-17 14:18:40.306 -08:00] [INF] Jellyfin version: "10.11.3"
[2025-11-17 14:18:40.310 -08:00] [INF] Environment Variables: ["[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]"]
[2025-11-17 14:18:40.312 -08:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2025-11-17 14:18:40.312 -08:00] [INF] Operating system: "Ubuntu 20.04.6 LTS"
[2025-11-17 14:18:40.313 -08:00] [INF] Architecture: X64
[2025-11-17 14:18:40.313 -08:00] [INF] 64-Bit Process: True
[2025-11-17 14:18:40.313 -08:00] [INF] User Interactive: True
[2025-11-17 14:18:40.313 -08:00] [INF] Processor count: 48
[2025-11-17 14:18:40.313 -08:00] [INF] Program data path: "/var/lib/jellyfin"
[2025-11-17 14:18:40.313 -08:00] [INF] Log directory path: "/var/log/jellyfin"
[2025-11-17 14:18:40.313 -08:00] [INF] Config directory path: "/etc/jellyfin"
[2025-11-17 14:18:40.313 -08:00] [INF] Cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:40.314 -08:00] [INF] Temp directory path: "/tmp/jellyfin"
[2025-11-17 14:18:40.314 -08:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2025-11-17 14:18:40.314 -08:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2025-11-17 14:18:40.333 -08:00] [INF] Storage path `"/var/lib/jellyfin/data"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:40.334 -08:00] [INF] Storage path `"/var/cache/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:40.334 -08:00] [INF] Storage path `"/var/lib/jellyfin"` (Fixed) successfully checked with "33.5GiB" free which is over the minimum of "2GiB".
[2025-11-17 14:18:40.339 -08:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2025-11-17 14:18:40.429 -08:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
[2025-11-17 14:18:40.438 -08:00] [INF] SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-11-17 14:18:40.439 -08:00] [INF] The database locking mode has been set to: NoLock.
[2025-11-17 14:18:40.487 -08:00] [INF] Initialise Migration service.
[2025-11-17 14:18:40.497 -08:00] [FTL] Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
