Displaying 3 results from an estimated 3 matches for "smb_maperror".
Did you mean:
smb2maperror
2005 May 03
1
Problems with Tiger SMB connections
...<theserver/theshare>" could not be read or written. (Error code -36).
I check the logs and found these two entries every time I've tried to
connect.
May 3 12:43:49 Nugget kernel[0]: smb_maperr32: no direct map for 32
bit server error (0xc00000bd)
May 3 12:43:49 Nugget kernel[0]: smb_maperror: Unmapped DOS error 1:52
I also did a tcpdump while trying to connect and can see that
successful connections are occurring between me and the server on 137/
UDP, 139/TCP, and 500/UDP.
If anybody has any ideas on this one, I'd love to hear them.
thanks,
-Mike
2003 Oct 10
0
Share Bridging...?
.../shared files on this
samba server as well as get to the data on the production lan through the
'bridged' shares with read-only access.
Okay, now for the problem. When an isolated lan system browses a 'bridged'
share the following error message comes up on the console of the server:
smb_maperror: Unmapped error 1:158
It seems that each error that is displayed has a one-to-one relationship
with the number of files/folders that exist in the area of the bridged share
that was just accessed. For example; through windows explorer an isolated
user opens a 'bridged' share that has four f...
2005 Nov 07
0
rsync: readdir(.): Bad file descriptor (9)
...gt;vc_hflags2 & SMB_FLAGS2_ERR_STATUS) {
error = md_get_uint32le(mdp, &rqp->sr_error);
} else {
error = md_get_uint8(mdp, &rqp->sr_errclass);
error = md_get_uint8(mdp, &tb);
error = md_get_uint16le(mdp, &rqp->sr_serror);
if (!error)
rperror = smb_maperror(rqp->sr_errclass, rqp->sr_serror);
I'm working through the netsmb source code, but it's slow going.
I ran the above example on
# uname -a
FreeBSD 30.dhcp.hck.carroll.com 4.11-STABLE FreeBSD 4.11-STABLE #1: Tue Nov
1 22:15:50 EST 2005
jim@30.dhcp.hck.carroll.com:/usr/src/sys/compi...