search for: server_event_context

Displaying 1 result from an estimated 1 matches for "server_event_context".

2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
..., ("server role = 'active directory domain controller' not compatible with running nmbd standalone. \n")); - DEBUGADD(0, ("You should start 'samba' instead, and it will control starting the internal nbt server\n")); - exit(1); - } - msg = messaging_init(NULL, server_event_context()); if (msg == NULL) { return 1; Then recompile. I turn off nbt for the samba4 daemon in /etc/smb.conf Then I run nmbd instead of samba4's netbios server. The result is that the samba server shows up in Windows Network Places and everything else seems to be working fine. Can anyone t...