Hi All....
I have just set up an autofs share mounting scheme using a tcl script
called "mkautosmb" which basically scans the domain for shares and
then
writes a map file for autofs.
It seems to work more or less but I keep getting the following error
messages on std error and the messages log file...
Unusual System Events
=-=-=-=-=-=-=-=-=-=-Nov 7 14:42:26 daphne kernel: smb_errno: class ERRDOS, code
161 from
command 0x32
Nov 7 15:12:50 daphne kernel: smb_errno: class ERRDOS, code 21 from
command 0x32
Nov 7 15:12:50 daphne kernel: smb_errno: class ERRDOS, code 21 from
command 0x32
Nov 7 15:12:56 daphne kernel: smb_retry: caught signal
Nov 7 15:13:01 daphne kernel: smb_retry: caught signal
Nov 7 15:13:32 daphne kernel: smb_errno: class ERRDOS, code 21 from
command 0x32
Redhat 6.2 samba 2.0.7
Linux 2.2.16-3
Domain PDC NT4 sp6
smb.conf
[global]
null passwords = yes
printcap name = /etc/printcap
log file = /var/log/samba/log.%m
max log size = 50
default = jimb
dns proxy = no
password server = MAX TED
encrypt passwords = yes
preferred master = no
password level = 8
server string = Samba Server
hosts allow = 129.96.230. 127.
workgroup = BIOLOGY1
smb passwd file = /etc/smbpasswd
netbios name = Daphne
socket options = TCP_NODELAY
guest account = nobody
load printers = yes
local master = no
security = domain
username level = 8
wins server = 129.96.230.155
Anyone help to throw some light on the error codes and what's going on?
Thanks
JimB
--
---------------------------------------------------------------------
Jim.Bickford@flinders.edu.au Biological Sci Flinders University
61 8 8201 3179(v) 61 8 8201 3015(f) South Australia 5042
---------------------------------------------------------------------
On Tue, 7 Nov 2000, Jim Bickford wrote:> It seems to work more or less but I keep getting the following error > messages on std error and the messages log file... > > > Unusual System Events > =-=-=-=-=-=-=-=-=-=-> Nov 7 14:42:26 daphne kernel: smb_errno: class ERRDOS, code 161 from > command 0x32 > Nov 7 15:12:50 daphne kernel: smb_errno: class ERRDOS, code 21 from > command 0x32 > Nov 7 15:12:50 daphne kernel: smb_errno: class ERRDOS, code 21 from > command 0x32Not sure what those are. Are you experiencing problems? If you are, can you create these errors? Can you send me a script or something to repeat it?> Nov 7 15:12:56 daphne kernel: smb_retry: caught signal > Nov 7 15:13:01 daphne kernel: smb_retry: caught signalA smbfs bug, it did not handle a process getting a signal at a "bad" time. Upgrade to the latest 2.2.18-pre, and you are probably going to want this too: http://www.hojdpunkten.ac.se/054/samba/smbfs-2.2.18-pre18-max_xmit-6.patch (if that isn't in the latest pre version) /Urban