call_nt_transact_ioctl: Currently not implemented.

Lightfoot.Michael Lightfoot.Michael at comcare.gov.au
Wed Jan 16 22:15:02 GMT 2002


> [2002/01/15 10:24:59, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
>   call_nt_transact_ioctl: Currently not implemented.
> [2002/01/15 13:31:29, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
>   call_nt_transact_ioctl: Currently not implemented.
> [2002/01/15 14:06:39, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
>   call_nt_transact_ioctl: Currently not implemented.
> [2002/01/15 15:22:27, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
>   call_nt_transact_ioctl: Currently not implemented.
> [2002/01/15 16:16:46, 0] smbd/nttrans.c:call_nt_transact_ioctl(1798)
>   call_nt_transact_ioctl: Currently not implemented.
> 
> TNG version: 2.6.1
> Samba version: 2.2.2
> 
> Is this a bug? 
> 
I was waiting for someone more authoritative to reply, but as they haven't I
thort I would add that I am seeing this with Samba 2.2.2 on Solaris 8.

Looking at the source code (.../source/smbd/nttrans.c lines 1751-1766)
reveals this:
 
/***************************************************************************
*
 Reply to IOCTL - not implemented - no plans.
****************************************************************************
/
static int call_nt_transact_ioctl(connection_struct *conn,
                                  char *inbuf, char *outbuf, int length,
                                  int bufsize, 
                                  char **ppsetup, char **ppparams, char
**ppdata)
{
  static BOOL logged_message = False;

  if(!logged_message) {
    DEBUG(0,("call_nt_transact_ioctl: Currently not implemented.\n"));
    logged_message = True; /* Only print this once... */
  }
  return(ERROR_BOTH(NT_STATUS_NOT_IMPLEMENTED,ERRSRV,ERRnosupport));
}

Seems fairly self-explanatory to me.  Someone may be able to enlighten us as
to whether it will be in samba 3.x.




Michael Lightfoot
SysIX Unix Systems Consulting
02 6258 8185
michael.lightfoot at canb.auug.org.au
 




More information about the samba mailing list