Well, in this thread it ended with a suggested installation of the Vero from scratch: Can't access Vero 4K/OSMC from Windows
If you like you could try the following and provide the information in hope there is some further finding:
From the logs it looks like the smbd
is dying for an unknown reason, so SSH
to your OSMC device and
sudo rm /var/log/samba/log.smbd
sudo reboot
- wait a while and relogin using
SSH
-
sudo paste-log /var/log/samba/log.smbd
… and provide the URL you get here (hope there is a log at all) - maximize your SSH window (possible a putty) and interactively start
smbd
usingsudo /usr/sbin/smbd -i -S -d 3
- the output copy’n paste to
paste.osmc.tv
, hit the save icon on the top right and provide the URL you get in the URL field of the browser - in case you do not get a shell prompt, abort the
smbd
invoking(ctrl)+c