Koozali.org: home of the SME Server

Samba Log question

Kevin

Samba Log question
« on: November 13, 2001, 12:55:02 AM »
Would someone please tell me what this log means?  Everything seems to work fine but all machines generate this log.

ESSG 4.12, Samba 2.21a (by Dan Brown's original  2.21a How-To)
W2k SP2 clients

[2001/11/12 08:10:26, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
  call_nt_transact_ioctl: Currently not implemented.
[2001/11/12 08:13:07, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 08:13:07, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 08:14:41, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 08:14:41, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 08:16:34, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 08:16:34, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 09:29:36, 0] rpc_server/srv_samr_nt.c:_samr_query_useraliases(2454)
  _samr_query_useraliases: Not yet implemented.
[2001/11/12 10:52:02, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
  call_nt_transact_ioctl: Currently not implemented.
[2001/11/12 12:37:33, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 12:37:33, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 12:39:12, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 12:39:12, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 13:52:32, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 13:52:32, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 14:50:47, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 14:50:47, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.
[2001/11/12 15:46:02, 0] rpc_server/srv_netlog.c:api_net_sam_logon(208)
  api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2001/11/12 15:46:02, 0] rpc_server/srv_pipe.c:api_rpcTNP(1215)
  api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.

Greg Zartman

Re: Samba Log question
« Reply #1 on: November 13, 2001, 02:44:15 AM »
I don't think the NET_SAMLOGON  failed message is anything to worry about.  I routinely get them on my system as well.  

Remember that Samba is a reversed engineered product that is still full of holes.  I'm not certain that this error is a result of a "hole," but it's very likely that it is.

I wouldn't worry about it.

Greg  Zartman

Kevin

Re: Samba Log question
« Reply #2 on: November 13, 2001, 03:25:29 AM »
Thanks Greg