Bernhard Riegel (sdm)
2000-Feb-17 08:39 UTC
call_nt_transact_ioctl: Currently not implemented.
Hello, we run samba 2.0.6 on Solaris2.6 and use it together with clearcase (version 3.2.1). Sometimes the checkout of files from a clearcase NT-client hangs and probably causes clearcase to destroy the viewstore. In the samba logfile of that client I found the following message: [2000/02/17 09:29:49, 0] smbd/nttrans.c:call_nt_transact_ioctl(2401) call_nt_transact_ioctl: Currently not implemented. Does this mean, that a service required from clearcase is not implemented? Is there a workaround or bugfix? Bernhard -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Bernhard Riegel mailto:bernhard.riegel@sdm.de _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Hi, I'm running a dual-head samba setup with tng as my authenticatin server but with all shares, profiles etc on my sambaserver. Now, some of my users are getting the following errors when trying to upload their cached directories to the server after use: [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? Tarjei
Hi, I'm running a dual-head samba setup with tng as my authenticatin server but with all shares, profiles etc on my sambaserver. Now, some of my users are getting the following errors when trying to upload their cached directories to the server after use: [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 Clients: winnt 4.0 sp6 Is this a bug? I saw some earlier postings but they ended with a bugreport (I think). Tarjei
Lightfoot.Michael
2002-Jan-16 22:15 UTC
call_nt_transact_ioctl: Currently not implemented.
> [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@canb.auug.org.au