I have a small LAN of 4 PCs and have updated one of them to Kubuntu 20.04 but when I try to connect to any of the existing 19.10 samba servers I get this error: The file or folder smb://XXXXX.local/ does not exist. From the file manager on the 20.04, when I click on the Network button I can see the samba servers listed, including the server on the client machine which is the 20.04 machine. I get the error message even if I attempt to connect to the server on the 20.04 from the 20.04 machine. Changing max protocol from NT1 to off makes no difference. I am able to access Samba on the 20.04 PC from the 19.10 PCs. The 19.10 PCs can still connect to each other as normal.
Something has obviously changed in 20.04, does anybody know what it is.
Something has obviously changed in 20.04, does anybody know what it is.
Code:
#### /etc/samba/samba.conf #### [global] workgroup = WORKGROUP server string = Samba %h security = user encrypt passwords = yes obey pam restrictions = yes unix password sync = yes passdb backend = tdbsam:/var/lib/samba/private/passdb.tdb passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword$ ## passwd chat debug = yes ## log level = 100 idmap config * :backend = tdb map to guest = bad user socket options = TCP NODELAY wins support = yes local master = yes os level = 99 domain master = yes preferred master = yes client max protocol = NT1 log level = 2 max log size = 1000 log file = /var/log/samba/log.%m debug timestamp = yes syslog = no panic action = /usr/share/samba/panic-action %d
Comment