OSMC update issue

I’m trying to update OSMC on my Vero 4K+. I’m currently running OSMC 2021 08.1. going to My OSMC/Update, the update fails quits after about 10 seconds. I have run the hotfix, and that issue a message about an invalid/unsupported addon. Attempting the OSMC update after the hotfix again fails after about 10 seconds.

I’ve uploaded the logs to:
https://paste.osmc.tv/isedatiqad

I appreciate your support.

You installed and removed many packages and one of them didn’t install properly

Start-Date: 2021-11-10  13:28:00
Commandline: /usr/bin/apt-get-real --fix-broken install
Requested-By: osmc (1000)
Install: firmware-misc-nonfree:armhf (20190114-2, automatic)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2021-11-10  13:28:00

I think if you run
sudo apt-get update
sudo apt-get dist-upgrade
you might see what the current blockage for the update is.

I ran :
sudo apt-get update
sudo apt-get dist-upgrade

and the upgrade installed without error. There was one reference to Samba runnning in stand alone mode, and one other about socket options being set to none default values:
WARNING: socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072

Should these socket values be reset to defaults, and if so where do I reset them. I don’t recall altering any low level networking values.

System Information shows OSMC is running 2021. 11.2

Thanks

Should be fine and should not hold up your updates. So not sure if it works next time on GUI without interruption.

Thanks