I am using Ubuntu 16.04 server and I installed samba by using
apt-get install samba samba-common system-config-samba after that my another vm can successfully use smbclient to build connection and everything works but after I add the following lines,
[share] path = /samba/share browseable = yes read only = no writable = yes guest ok = yes trying to add a share folder in smb.conf and restart samba using
/etc/init.d/samba restart it failed to restart and I got the following:
Why is this bothering NetBIOS? or it is actually about other stuff?
91 Answer
Set the rights in you share folder correctly with
chmod 777 /samba/share and reload smb.conf with
smbcontrol all reload-config
