Because I have some trouble with samba after WOL (see thread viewtopic.php?f=19&t=10922&p=68365#p68365) I set the log level to 5
I use samba only as a member for a MS domain (protocol = SMB2).[2016/05/26 09:04:12.188810, 0] ../source4/smbd/server.c:370(binary_smbd_main)
samba version 4.2.11 started.
Copyright Andrew Tridgell and the Samba Team 1992-2014
[2016/05/26 09:04:12.252454, 0] ../source4/smbd/server.c:475(binary_smbd_main)
At this time the 'samba' binary should only be used for either:
'server role = active directory domain controller' or to access the ntvfs file server with 'server services = +smb' or the rpc proxy with 'dcerpc endpoint servers = remote'
You should start smbd/nmbd/winbindd instead for domain member and standalone file server tasks
[2016/05/26 09:04:12.252509, 0] ../lib/util/become_daemon.c:111(exit_daemon)
STATUS=daemon failed to start: Samba detected misconfigured 'server role' and exited. Check logs for details, error code 22
The /var/etc/smb4.conf contain the following (from webgui generated) code
Code: Select all
[global]
server role = standalone
...