Jellyfin Forum
Upgrade to 10.10.x - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Upgrade to 10.10.x (/t-upgrade-to-10-10-x)



Upgrade to 10.10.x - jodycc - 2024-11-21

Running my installation on bare metal on ubuntu 24.04 lts

upgraded to 10.10.2, and this morning further with the 10.10.3 release

output from apt list --installed:
jellyfin-ffmpeg7/unknown,now 7.0.2-7-noble amd64 [installed,automatic]
jellyfin-server/unknown,now 10.10.3+ubu2404 amd64 [installed,automatic]
jellyfin-web/unknown,now 10.10.3+ubu2404 all [installed,automatic]
jellyfin/unknown,now 10.10.3+ubu2404 all [installed]

Yet using the AndroidTV app I get the notification that I will need to upgrade my server to keep the app working.

Also when loggin in on a browser or andriod phone app and looking at the dashboard it shows 10.9.11 for Server, Web & Build version

Looking through other post I've tried:
CTRL+F5 to clear browser cache but no change.
Rebooted the server

Any suggestions would be appreciated


RE: Upgrade to 10.10.x - wenzelja - 2024-11-21

Have you tried rebooting the whole computer? I would recommend refreshing the browser page when logged into the dashboard. I saw the server discrepancy briefly when I updated from 10.10.1 to 10.10.2, the dashboard still showed .1. Refreshed the browser a couple of times and then the dashboard updated to the correct reporting.


RE: Upgrade to 10.10.x - TheDreadPirate - 2024-11-21

Can you restart jellyfin and then share your server log via pastebin?

sudo systemctl restart jellyfin
/var/log/jellyfin/log_20241121.log


RE: Upgrade to 10.10.x - jodycc - 2024-11-22

Pastebin log taken from the log menu within my dashboard.

I have only included the lines from the latest log with timestamps following rebooting of Jellyfin.

What seems odd was when looking in the /var/log/jellyfin folder there was not logfile with the current date of when I did the restart


RE: Upgrade to 10.10.x - Fate - 2024-11-22

weird definitely not updated.....

also the log is missing part startup...
did you restart jellyfin via
systemctl stop jellyfin
systemctl start jellyfin
?

When you are connecting to jellyfin which ip does the server have?
Any chance you are looking at the wrong server?


RE: Upgrade to 10.10.x - TheDreadPirate - 2024-11-22

Code:
sudo systemctl stop jellyfin
sudo mkdir /root/jellyBackup
sudo rsync -a -p -R --progress /var/lib/jellyfin /root/jellyBackup/
sudo rsync -a -p -R --progress /var/cache/jellyfin /root/jellyBackup/
sudo rsync -a -p -R --progress /etc/jellyfin /root/jellyBackup/
sudo apt install --reinstall jellyfin-server jellyfin-web jellyfin-ffmpeg7 jellyfin



RE: Upgrade to 10.10.x - jodycc - 2024-11-22

In reply to Fate no I had restared from within the jellyin dashboard, I missed the systmctl suggestion orignally by thedreadpirate

here is an updated pastbin from the folder orignally suggested.

Looking through the log i'm surprised to see references to introskipper plugin. I had reinstalled jellyfin not so long ago as the plugin caused issues with metadata scraping and adding new items to my libraries.

As for the the ip address locally this is 192.168.1.88, but it almost feels like there are 2 installs.

I've seen the latest reply suggesting the reinstall command as I am adding this post. I will hold off incase this other log file gives any other insites.


RE: Upgrade to 10.10.x - TheDreadPirate - 2024-11-22

It looks like you have a zombie process running and you've been connecting to the zombie. The new log is running 10.10.3, but can't start due to another process binding to port 8096.

Find that process or reboot.


RE: Upgrade to 10.10.x - jodycc - 2024-11-22

Thank you for the assistance. I ended up going down the reinstall route after purging all package referrences i could find linked to Jellyfin.