Since upgrading from 42.3 there is no network, and I cannot connect to the Windows 10 box my wife uses. Initially I tried the fixes in an earlier thread, https://forums.opensuse.org/showthread.php/531463-unable-to-browse-to-smb-shares-using-dolphin, to no effect. I have left the changes to smb.conf in place.
The journal shows no errors, but /var/log/samba/smdb does, before the journal entries start:
# Last good connection to Win 10 box
[2018/11/06 10:03:49.077328, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'smbd' finished starting up and ready to serve connections
# Current output
[2018/11/12 16:14:10.846181, 0] ../source3/auth/auth_util.c:1399(make_new_session_info_guest)
create_local_token failed: NT_STATUS_NO_MEMORY
[2018/11/12 16:14:10.881047, 0] ../source3/smbd/server.c:2011(main)
ERROR: failed to setup guest info.
Although the nmb.service is running, /var/log/samba/nmdb has different entries since the upgrade:
# last successful connection to Win 10 box
[2018/11/05 14:35:21.422632, 0] ../lib/util/become_daemon.c:135(daemon_status)
STATUS=daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
[2018/11/05 14:35:26.451965, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'nmbd' finished starting up and ready to serve connections
[2018/11/06 10:03:34.428486, 0] ../lib/util/become_daemon.c:135(daemon_status)
STATUS=daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
[2018/11/06 10:03:44.471010, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'nmbd' finished starting up and ready to serve connections
[2018/11/06 23:11:12.937684, 0] ../lib/util/become_daemon.c:135(daemon_status)
STATUS=daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
[2018/11/06 23:11:22.946506, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'nmbd' finished starting up and ready to serve connections
[2018/11/06 23:12:08.679615, 0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****
Samba name server LINUX-86AZ is now a local master browser for workgroup WORKGROUP on subnet 192.168.178.20
*****
# current output
2018/11/12 00:56:06.925836, 0] ../source3/nmbd/nmbd.c:58(terminate)
Got SIGTERM: going down...
[2018/11/12 16:14:04.372046, 0] ../lib/util/become_daemon.c:135(daemon_status)
STATUS=daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
# logged off, logged on
[2018/11/12 16:14:09.466127, 0] ../lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon 'nmbd' finished starting up and ready to serve connections
[2018/11/12 16:14:34.455011, 0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****
Samba name server OURNETBIOS is now a local master browser for workgroup WORKGROUP on subnet 192.168.178.20
*****
smb.conf:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
[global]
workgroup = WORKGROUP
netbios name = ournetbios
server string = ""
local master = yes
preferred master = yes
os level = 65
passdb backend = tdbsam
client max protocol = NT1
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
idmap gid = 10000-20000
idmap uid = 10000-20000
security = domain
usershare max shares = 100
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
How do I get samba running again?