OSMC Update error - Error installing: samba

Got the popup window asking me to confirm I am happy to go ahead with an update, hit “yes”, RPi rebooted and got an error.

All logs here: https://paste.osmc.tv/zowusuneju

Thanks

Hi,

Try running:

sudo apt-get check
sudo apt-get install -f

If that produces no error, try updating via myosmc or issue:

sudo apt-get update
sudo apt-get dist-upgrade

Thanks Tom.

Solved.

Had to add the following line to smb-local.conf:

    lock directory = /var/cache/samba

Thanks. That helped

Glad to hear its sorted.