Displaying 1 result from an estimated 1 matches for "sr_errclass".
Did you mean:
wr_errclass
2005 Nov 07
0
rsync: readdir(.): Bad file descriptor (9)
...ist ... rsync: readdir(.): Bad file descriptor (9)
The source of the error message is /usr/src/sys/netsmb/smb_rq.c
Line 344
if (rqp->sr_vc->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
# unam...