Displaying 5 results from an estimated 5 matches for "errbadfid".
Did you mean:
errbadfile
1999 Nov 16
1
Problems with security = domain/server and samba 2.0.6
...domain
YYY.
Then the authentication fails if:
*** you are using password server = "list of DCs" and pdc is not the first
one in the DC list. This shows up in the log file:
Then:
[1999/11/16 16:16:41, 0] rpc_client/cli_pipe.c:(346)
cli_pipe: return critical error. Error was ERRDOS - ERRbadfid (Invalid
file handle.)
[1999/11/16 16:16:41, 0] smbd/password.c:(1429)
domain_client_validate: unable to validate password for user xxxx in
domain YYY to Domain controller BDC. Error was ERRDOS - ERRbadfid (Invalid
file handle.).
*** you are using password server = *, you have more than one DC...
1997 Jul 31
0
ERRDOS message from smbclient
...orking quite well up until about a month ago, when smbclient began
to give the following error message:
smbclient returned Server time is Thu Jul 31 05:31:24 1997
Timezone is UTC-7
CR/LF<->LF and print text translation now on
printing file /var/spool/lp/tmp/fido/151-1 as 151-1
ERRDOS - ERRbadfid (Invalid file handle.) printing remote file
0 bytes printed
ERRDOS - ERRbadfid (Invalid file handle.)
closing print file
The bad thing is that this does not occur consistantly -- the same file
that may give this error one time may print fine the next. I've even
tried running smbclient ma...
2002 Mar 01
1
PATCH - smbd/trans2.c to support writing to Unix named pipes(FIFO)
...SP(fsp,conn);
fname = fsp->fsp_name;
if (vfs_fstat(fsp,fsp->fd,&sbuf) != 0) {
DEBUG(3,("fstat of fnum %d failed (%s)\n",fsp->fnum,
strerror(errno)));
return(UNIXERROR(ERRDOS,ERRbadfid));
}
if((pos = fsp->conn->vfs_ops.lseek(fsp,fsp->fd,0,SEEK_CUR)) == -1)
return(UNIXERROR(ERRDOS,ERRnoaccess));
delete_pending = fs...
2000 Jan 20
0
smbclient problems
...29.220 bcast=192.138.229.255
nmask=255.255.255.0
? code 0 opening remote file
\GEO\reports\cables\TAT14\FINAL\Segment-k\Report\App1.4.1c.rtf
(\GEO\reports\cables\TAT14\FINAL\Segment-k\Report\)
? Error reading file \GEO\reports\cables\TAT14\FINAL\Segment-k\Smart
Report\Cables\OOSCAB_K.XLS : ERRDOS - ERRbadfid
? Didn't get entire file. size=51712, nread=0
? Error reading file \GEO\reports\cables\TAT14\FINAL\Segment-k\Smart
Report\chart-description\report.rtf. Got 0 bytes
? Didn't get entire file. size=135744, nread=51712
? Expected SMBtrans2 response, got command 0x2d
---
Next, I ran smbclient f...
2003 Nov 19
0
winbind + windows SMB share, ACL and ftp woes
...rop in replacement for IIS.)
However, even when I set the ACLS(using NT4) to DENY ALL for a
user,,,that user can still ls and get the files via ftp.
If is use smbcacls I CAN SEE THE ACLS, but they are inter spaced with
the following error:
"cli_pipe: return critical error. Error was ERRDOS - ERRbadfid (Invalid
file handle.)"
Anyoney, got any experience with this?
--
John Moylan
----------------------
Radio Telefis Eireann,
Montrose House,
Donnybrook,
Dublin 4,
Eire
t:+353 1 2083564
e:john.moylan@rte.ie
******************************************************************************
The in...