Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 15:22:26 +0100 (CET)
From:      hexplodr <hexploder@yahoo.it>
To:        freebsdnet <freebsd-net@freebsd.org>
Subject:   Re: mount_smbfs: strange behavior
Message-ID:  <20050203142226.83629.qmail@web60408.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Thanks Thomas. Did you try that with the 5.3kernel? 

in /var/log/dmesg.today I found:

smb_maperror: Unmapped error 1:158

Trying a grep in /usr/src/sys/netsmb I found:

/usr/src/sys/netsmb/smb_rq.c:			
  rperror = smb_maperror(rqp->sr_errclass,
rqp->sr_serror);

smb_maperror defined in:
/usr/src/sys/netsmb/smb_subr.c:		
  smb_maperror(int eclass, int eno);

smb_subr.c, line 317:
  SMBERROR("Unmapped error %d:%d\n", eclass, eno);
  return EBADRPC;

The error is mapped eclass:1 eno:158; 
eclass:1 means eclass=ERRDOS
from smb.h: #define ERRDOS            0x01

Now my abilities can't go further without an help :-(



		
___________________________________ 
Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! 
http://it.messenger.yahoo.it



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050203142226.83629.qmail>