Hi RMerlin,
I don't want to set it to yes... I found an error in the default smb.conf file: (here's a snapshot)
<....
max connections = 5
socket options = TCP_NODELAY SO_KEEPALIVE SO_RCVBUF=65536 SO_SNDBUF=65536
obey pam restrictions = no
use spne go = no
client use spnego = no
disable spoolss = yes
host msdfs = no
strict allocate = No
bind interfaces only = yes
interfaces = lo br0
....>
The line in bold is "invalid" which is causing issue... Once removed and samba restarted my issue are gone... But when rebooting, the line is back by default ... I think it's a bug or something put this in the config file by default... (typo?)
Looks like a typo then. There shouldn't be a space indeed in there (it's "use spnego"). Maybe you are affected because it defaults to yes rather than being properly set to "no" due to the typo. I'll take a look.