Displaying 2 results from an estimated 2 matches for "messaging_init".
Did you mean:
  imessaging_init
  
2010 Jan 18
1
NT_STATUS_INVALID_HANDLE
...SD 7.0 installation process work well
but every time i try to execute it always failed and in the log i found this
:
[2010/01/18 17:24:25,  0] lib/messages_local.c:112(messaging_tdb_init)
  ERROR: Failed to initialise messages database: Invalid argument
[2010/01/18 17:24:25,  0] lib/messages.c:204(messaging_init)
  messaging_tdb_init failed: NT_STATUS_INVALID_HANDLE
[2010/01/18 17:24:25,  0] smbd/server.c:67(smbd_messaging_context)
  Could not init smbd messaging context.
i try to googling it and never found about NT_STATUS_INVALID_HANDLE
any hint i'd be appreciate...
thank's
-- 
Budhi Hamdani
2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
...isabled */
-		DEBUG(0, ("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 wo...