[Samba] Having a problem ...

Eric Stewart eric at dudley.lib.usf.edu
Tue Jan 28 05:09:34 GMT 2003


	Running a Windows 2000 domain; recently we've made some security
changes to deny anonymous users from being able to get at our user list.
It would appear that one of my Domain Controllers hadn't been rebooted
after that security change, and now that it has been rebooted, I can't
mount smb shares off of one of our if the security setting is in place.

	On a Windows 2000 Domain Controller as a domain admin, go to
"Start" -> "Programs" -> "Administrative Tools" and look at "Domain
Controller Security Policy".  In that, look at "Windows Settings" -
"Security Settings" - "Account Policies" - "Kerberos Policy" - "Enforce
User Logon Restrictions".  With that enabled (and after a reboot), domain
controllers won't apparently allow anonymous connections to validate (at
least, not the way Samba does it).

	Attached you will find:
One of my Solaris servers' smb.conf file.
SMB log file for a workstation with debug set to 100
SMB log file for smbd with debug set to 100

	Pertinent info:

GCC 3.0.2
Samba 2.2.7a
Solaris 8 (sparc)

	Did I miss anything?

-- 
Eric A. Stewart - Network Administrator - eric at lib.usf.edu
University of South Florida, Tampa Library - Technology
-------------- next part --------------
; Configuration file for smbd.
; ============================================================================
; For the format of this file and comprehensive descriptions of all the
; configuration option, please refer to the man page for smb.conf(5).
;
; The following configuration should suit most systems for basic usage and 
; initial testing. It gives all clients access to their home directories and
; allows access to all printers specified in /etc/printcap.
;
; Things you need to check:
; --------------------------
;
; 1: Check the path to your printcap file. If you are using a system that does 
;    not use printcap (eg., Solaris), create a file containing lines of the 
;    form
;
;       printername|printername|printername|
;
;    where each "printername" is the name of a printer you want to provide 
;    access to. Then alter the "printcap =" entry to point to the new file.
;
;    If using Solaris, the following command will generate a suitable printcap
;    file:
;
;       lpc status | grep ":" | sed s/:/\|/ > myprintcap
;
; 2: Make sure the "print command" entry is correct for your system. This 
;    command should submit a file (represented by %s) to a printer 
;    (represented by %p) for printing and should REMOVE the file after 
;    printing.
;  
;    One most systems the default will be OK, as long as you get "printing ="
;    right.
;    
;    It is also a good idea to use an absolute path in the print command
;    as there is no guarantee the search path will be set correctly.
;
; 3: Make sure the "printing =" option is set correctly for your system.
;    Possible values are "sysv", "bsd" or "aix".
;
; 4: Make sure the "lpq command" entry is correct for your system. The default
;    may not work for you.
;
; 5: Make sure that the user specified in "guest account" exists. Typically
;    this will be a user that cannot log in and has minimal privileges.
;    Often the "nobody" account doesn't work (very system dependant).
;
; 6: You should consider the "security =" option. See a full description
;    in the main documentation and the smb.conf(5) manual page
;
; 7: Look at the "hosts allow" option, unless you want everyone on the internet
;    to be able to access your files.
;
[global]
;   printing = sysv
;   print command = lp -c -d%p -o nobanner -o nofilebreak %s; rm %s
;   lprm command = cancel %j %p
;   printcap name = /etc/samba.print
   smb passwd file = /usr/local/samba/private/smbpasswd
;   load printers = yes
   guest account = nobody
   hosts allow = 131.247.112., 131.247.113., 131.247.114., 131.247.115.7, 131.247.115.8
   workgroup = LIB
   security = domain
   encrypt passwords = yes
   password server = *
   browseable = no
   local master = no
   os level = 1
   wins server = 131.247.112.6
   server string = LIB309 -Sys-Library Server
   preserve case = yes
;   case sensitive = yes
   invalid users = root mail daemon
;   debug level = 100
;  This next option sets a separate log file for each client. Remove
;  it if you want a combined log file.
   log file = /usr/local/samba/logs/log.%m
;  You will need a world readable lock directory and "share modes=yes"
;  if you want to support the file sharing modes for multiple users
;  of the same files
   lock directory = /usr/local/samba/var/locks
   share modes = yes

[homes]
   comment = Home Directories
   invalid users = nobody refdesk
   browseable = yes
   guest ok = no
   read only = no
   force directory mode = 0700
   force create mode = 0600
   locking = no
   nt acl support = no

; [printers]
;   comment = All Printers
;   browseable = yes
;   printable = yes
;   public = no
;   writable = no
;   create mode = 0700
;   path = /var/spool/samba

  [dos]
   comment = /samba/dos on Dudley
   browseable = yes
   path = /samba/dos
   read only = yes
   create mode = 0755
   locking = no

  [share]
   comment = /samba/share on Dudley
   browseable = yes
   path = /samba/share
   read only = no
   force create mode = 0666
   force directory mode = 0777
   read list = nobody refdesk ariel1
   guest ok = yes

  [staff]
   comment = Share directory for staff (T:\)
   browseable = yes
   path = /home/dudley/staff/share
   read only = no
   valid users = @staff
   force group = staff
   force create mode = 0660
   force directory mode = 0770

;   [office]
;     comment = Office Install Directory \\dudley\office
;     browseable = yes
;     path = /home/dudley/staff/office
;     force create mode = 0644
;     force directory mode = 0755
;     read only = no
;     write list = @staff

  [adm_comp]
   comment = Share directory for adm_comp (D:\)
   browseable= yes
   path = /home/dudley/adm/adm_comp
   read only = no
   valid users = @adm_comp
   force group = adm_comp
   force create mode = 0660
   force directory mode = 0770

  [accsvc]
   comment = Share directory for access services (T:\)
   browseable = yes
   path = /home/dudley/acs/share
   read only = no
   valid users = @acs, @staff
   force group = acs
   force create mode = 0660
   force directory mode = 0770

  [collman]
   comment = Share for Collection Management
   browsable = yes
   path = /home/dudley/cm/share
   read only = no
   valid users = @cm, @staff
   force group = cm
   force create mode = 0660
   force directory mode = 0770

  [acq]
   comment = Share for acq
   browsable = yes
   path = /home/dudley/acq/share
   read only = no
   valid users = @acq, @staff
   force group = acq
   locking = no
   force create mode = 0660
   force directory mode = 0770

  [lmc]
   comment = Share directory for lmc (T:\)
   browseable = yes
   path = /home/dudley/lmc/share
   read only = no
   valid users = @lmc, @staff
   force group = lmc
   force create mode = 0660
   force directory mode = 0770

  [ldc]
   comment = Share directory for the LDC (T:\)
   browseable = yes
   path = /home/dudley/ldc/share
   read only = no
   valid users = @ldc, @staff
   force group = ldc
   force create mode = 0660
   force directory mode = 0770

  [ref]
   comment = Share directory for ref (T:\)
   browseable = yes
   path = /home/dudley/ref/share
   read only = no
   valid users = @ref, @staff
   force group = ref
   force create mode = 0660
   force directory mode = 0770

  [cat]
   comment = Share directory for cat (T:\)
   browseable = yes
   path = /home/dudley/cat/share
   read only = no
   valid users = @cat, @staff
   force group = cat
   force create mode = 0660
   force directory mode = 0770

  [cat_shr]
   comment = Share directory for cat (T:\)
   browseable = yes
   path = /home/dudley/cat/cat_shr
   read only = no
   valid users = @cat_shr, @staff
   force group = cat
   force create mode = 0660
   force directory mode = 0770

  [doc]
   comment = Share directory for docs (T:\)
   browseable = yes
   path = /home/dudley/docs/share
   read only = no
   valid users = @docs, @staff, kgould
   force group = docs
   force create mode = 0660
   force directory mode = 0770

  [spc]
   comment = Share directory for spc (T:\)
   browseable = yes
   path = /home/dudley/spc/share
   read only = no
   locking = no
   valid users = @spc, @staff
   force group = spc
   force create mode = 0660
   force directory mode = 0770

  [fhp]
   comment = Share directory for fhp (T:\)
   browseable = yes
   path = /home/dudley/fhp/share
   read only = no
   valid users = @fhp, @staff
   force group =  fhp
   force create mode = 0660
   force directory mode = 0770

  [adm]
   comment = Share directory for admin (T:\)
   browseable = yes
   path = /home/dudley/adm/share
   read only = no
   valid users = @admin, @staff
   force group =  admin
   force create mode = 0660
   force directory mode = 0770

  [devdb]
   comment = Share for Development DB
   browseable = yes
   read only = no
   path = /home/dudley/adm/devdb
   valid users = @devdb
   force group = devdb
   force create mode = 0660
   force directory mode = 0770
   locking = no

  [admfdss]
   comment = Share dir for Florence, David, Sonja, Sam (F:\)
   browseable = yes
   path = /home/dudley/adm/admfdss
   read only = no
   valid users = @admfdss, @staff
   force group = admfdss
   force create mode = 0660
   force directory mode = 0770

; you might also want this one
;  [tmp]
;    comment = Temporary file space
;    path = /var/tmp
;    read only = no
;    public = yes

;
; Other examples. 
;
; A private printer, usable only by fred. Spool data will be placed in fred's
; home directory. Note that fred must have write access to the spool directory,
; wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes
;
; A private directory, usable only by fred. Note that fred requires write
; access to the directory.
;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no
;
; A publicly accessible directory, but read only, except for people in
; the staff group
;[public]
;   comment = Public Stuff
;   path = /usr/somewhere/public
;   public = yes
;   writable = no
;   printable = no
;   write list = @staff
;
; a service which has a different directory for each machine that connects
; this allows you to tailor configurations to incoming machines. You could
; also use the %u option to tailor it by user name.
; The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writeable = yes
;
;
; A publicly accessible directory, read/write to all users. Note that all files
; created in the directory by users will be owned by the default user, so
; any user with access can delete any other user's files. Obviously this
; directory must be writable by the default user. Another user could of course
; be specified, in which case all files would be owned by that user instead.
;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no
;
;
; The following two entries demonstrate how to share a directory so that two
; users can place files there that will be owned by the specific users. In this
; setup, the directory should be writable by both users and should have the
; sticky bit set on it to prevent abuse. Obviously this could be extended to
; as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765
-------------- next part --------------
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 5] smbd/connection.c:claim_connection(156)
  claiming  0
[2003/01/23 17:55:18, 5] smbd/reply.c:reply_special(152)
  init msg_type=0x81 msg_flags=0x0
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,4)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,4) wrote 4
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 133
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0x85
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 1 of length 137
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=133
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51283
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=0
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=98
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 02 50 43 20 4E 45 54 57  4F 52 4B 20 50 52 4F 47  .PC NETW ORK PROG
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 52 41 4D 20 31 2E 30 00  02 4C 41 4E 4D 41 4E 31  RAM 1.0. .LANMAN1
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [020] 2E 30 00 02 57 69 6E 64  6F 77 73 20 66 6F 72 20  .0..Wind ows for 
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [030] 57 6F 72 6B 67 72 6F 75  70 73 20 33 2E 31 61 00  Workgrou ps 3.1a.
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [040] 02 4C 4D 31 2E 32 58 30  30 32 00 02 4C 41 4E 4D  .LM1.2X0 02..LANM
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [050] 41 4E 32 2E 31 00 02 4E  54 20 4C 4D 20 30 2E 31  AN2.1..N T LM 0.1
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [060] 32 00                                             2. 
[2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685)
  switch message SMBnegprot (pid 24953)
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBnegprot.1.req len 137
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN1.0]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [Windows for Workgroups 3.1a]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LM1.2X002]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN2.1]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [NT LM 0.12]
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(426)
  Selected protocol NT LM 0.12
[2003/01/23 17:55:18, 5] smbd/negprot.c:reply_negprot(433)
  negprot index=5
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBnegprot.1.resp len 85
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=81
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=17
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=5 (0x5)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=30976 (0x7900)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=97 (0x61)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=63744 (0xF900)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=227 (0xE3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=53583 (0xD14F)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12927 (0x327F)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=12
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 36 C8 36 A6 FF E2 32 55  4C 49 42 00              6.6...2U LIB.
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,85)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,85) wrote 85
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 100
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0x64
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 2 of length 104
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=100
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=640
  smt_wct=13
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=100 (0x64)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=16644 (0x4104)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=50 (0x32)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=24953 (0x6179)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=1 (0x1)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=212 (0xD4)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=39
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 00 00 00 57 69 6E 64 6F  77 73 20 32 30 30 30 20  ...Windo ws 2000 
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 32 31 39 35 00 57 69 6E  64 6F 77 73 20 32 30 30  2195.Win dows 200
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [020] 30 20 35 2E 30 00 00                              0 5.0.. 
[2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 24953)
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.1.req len 104
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 3] smbd/reply.c:reply_sesssetup_and_X(858)
  Domain=[]  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]
[2003/01/23 17:55:18, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[]
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 10] smbd/password.c:register_vuid(288)
  register_vuid: (60001,60001) nobody nobody  guest=1
[2003/01/23 17:55:18, 10] smbd/password.c:register_vuid(298)
  register_vuid: allocated vuid = 100
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:push_sec_ctx(297)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2003/01/23 17:55:18, 3] smbd/uid.c:push_conn_ctx(286)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 60001
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:pop_sec_ctx(436)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 60001
[2003/01/23 17:55:18, 10] smbd/uid.c:uid_to_sid(570)
  uid_to_sid: local 60001 -> S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:18, 10] smbd/uid.c:gid_to_sid(598)
  gid_to_sid: local 60001 -> S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:18, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:18, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:18, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-1-0
[2003/01/23 17:55:18, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-2
[2003/01/23 17:55:18, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-32-546
[2003/01/23 17:55:18, 3] smbd/password.c:register_vuid(336)
  uid 60001 registered to name nobody
[2003/01/23 17:55:18, 3] smbd/password.c:register_vuid(338)
  Clearing default real name
[2003/01/23 17:55:18, 3] smbd/password.c:register_vuid(340)
  User name: nobody	Real name: Nobody
[2003/01/23 17:55:18, 6] smbd/reply.c:reply_sesssetup_and_X(1111)
  Client requested max send size of 16644
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.1.resp len 67
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=63
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=640
  smt_wct=3
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=1 (0x1)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=22
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 55 6E 69 78 00 53 61 6D  62 61 20 32 2E 32 2E 37  Unix.Sam ba 2.2.7
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 61 00 4C 49 42 00                                 a.LIB. 
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,67)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,67) wrote 67
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 35
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0x23
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 3 of length 39
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=35
  smb_com=0x71
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=704
  smt_wct=0
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685)
  switch message SMBtdis (pid 24953)
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBtdis.1.req len 39
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 4] smbd/reply.c:reply_tdis(3341)
  Invalid connection in tdis
[2003/01/23 17:55:18, 3] smbd/error.c:error_packet(113)
  error packet at smbd/reply.c(3343) cmd=113 (SMBtdis) NT_STATUS_NETWORK_NAME_DELETED
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBtdis.1.resp len 39
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=35
  smb_com=0x71
  smb_rcls=201
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=16385
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=704
  smt_wct=0
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,39)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,39) wrote 39
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 39
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0x27
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 4 of length 43
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=39
  smb_com=0x74
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=768
  smt_wct=2
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685)
  switch message SMBulogoffX (pid 24953)
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBulogoffX.1.req len 43
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 3] smbd/reply.c:reply_ulogoffX(1787)
  ulogoffX vuid=100
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBulogoffX.1.resp len 43
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=39
  smb_com=0x74
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=768
  smt_wct=2
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,43)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,43) wrote 43
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_data(430)
  read_data: read of 4 returned 0. Error = Error 0
[2003/01/23 17:55:18, 10] lib/util_sock.c:receive_smb(609)
  receive_smb: length < 0 !
[2003/01/23 17:55:18, 3] smbd/process.c:timeout_processing(1098)
  end of file from client
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 5] smbd/connection.c:claim_connection(156)
  claiming  0
[2003/01/23 17:55:18, 5] smbd/reply.c:reply_special(152)
  init msg_type=0x81 msg_flags=0x0
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,4)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,4) wrote 4
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 10[] 2003/01/23 17:55:18lib/util_sock.c, 2:] read_smb_length_return_keepalivesmbd/server.c(559:)
exit_server  got smb length of 133
(461)
  Closing connections
[2003/01/23 17:55:18, 6[] 2003/01/23 17:55:18smbd/process.c, 3:] process_smbsmbd/connection.c(877:)
yield_connection  got message type 0x0 of len 0x85
(48)
  Yielding connection to 
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 1 of length 137
[2003/01/23 17:55:18, 5] smbd/oplock.c[:2003/01/23 17:55:18receive_local_message, 5(108] )
lib/util.c  receive_local_message: doing select with timeout of 1 ms
:show_msg(275)
  size=133
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51283
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=0
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=98
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 02 50 43 20 4E 45 54 57  4F 52 4B 20 50 52 4F 47  .PC NETW ORK PROG
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 52 41 4D 20 31 2E 30 00  02 4C 41 4E 4D 41 4E 31  RAM 1.0. .LANMAN1
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [020] 2E 30 00 02 57 69 6E 64  6F 77 73 20 66 6F 72 20  .0..Wind ows for 
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [030] 57 6F 72 6B 67 72 6F 75  70 73 20 33 2E 31 61 00  Workgrou ps 3.1a.
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [040] 02 4C 4D 31 2E 32 58 30  30 32 00 02 4C 41 4E 4D  .LM1.2X0 02..LANM
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [050] 41 4E 32 2E 31 00 02 4E  54 20 4C 4D 20 30 2E 31  AN2.1..N T LM 0.1
[[2003/01/23 17:55:182003/01/23 17:55:18, 3, 10] ] smbd/server.clib/util.c::exit_serverdump_data(495()
1539  Server exit (normal exit)
)
  [060] 32 00                                             2. 
[2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685)
  switch message SMBnegprot (pid 24954)
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBnegprot.2.req len 137
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN1.0]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [Windows for Workgroups 3.1a]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LM1.2X002]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN2.1]
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [NT LM 0.12]
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 3] smbd/negprot.c:reply_negprot(426)
  Selected protocol NT LM 0.12
[2003/01/23 17:55:18, 5] smbd/negprot.c:reply_negprot(433)
  negprot index=5
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBnegprot.2.resp len 85
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=81
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=17
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=5 (0x5)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=31232 (0x7A00)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=97 (0x61)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=63744 (0xF900)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=227 (0xE3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=53583 (0xD14F)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12927 (0x327F)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=12
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 49 34 06 19 23 FA 20 2D  4C 49 42 00              I4..#. - LIB.
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,85)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,85) wrote 85
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 187
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0xbb
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 2 of length 191
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=187
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=64
  smt_wct=13
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=117 (0x75)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=154 (0x9A)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=16644 (0x4104)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=50 (0x32)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=24954 (0x617A)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=24 (0x18)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=24 (0x18)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=212 (0xD4)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=93
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 08 AC 58 CC 5E 52 C3 02  5D 02 46 16 0E 05 A7 A2  ..X.^R.. ].F.....
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] EF 49 EF 77 6D DE E5 C3  08 AC 58 CC 5E 52 C3 02  .I.wm... ..X.^R..
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [020] 5D 02 46 16 0E 05 A7 A2  EF 49 EF 77 6D DE E5 C3  ].F..... .I.wm...
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [030] 65 72 69 63 00 4C 49 42  00 57 69 6E 64 6F 77 73  eric.LIB .Windows
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [040] 20 32 30 30 30 20 32 31  39 35 00 57 69 6E 64 6F   2000 21 95.Windo
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [050] 77 73 20 32 30 30 30 20  35 2E 30 00 00           ws 2000  5.0..
[2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 24954)
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.2.req len 191
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 3] smbd/reply.c:reply_sesssetup_and_X(858)
  Domain=[LIB]  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]
[2003/01/23 17:55:18, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[eric]
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 3] libsmb/namequery.c:resolve_lmhosts(768)
  resolve_lmhosts: Attempting lmhosts lookup for name LIB<0x1b>
[2003/01/23 17:55:18, 4] libsmb/namequery.c:startlmhosts(475)
  startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was No such file or directory
[2003/01/23 17:55:18, 3] libsmb/namequery.c:resolve_wins(709)
  resolve_wins: Attempting wins lookup for name LIB<0x1b>
[2003/01/23 17:55:18, 8] lib/wins_srv.c:wins_srv_count(248)
  wins_srv_count: WINS status: 1 servers.
    131.247.112.6 <131.247.112.6>: alive
[2003/01/23 17:55:18, 3] libsmb/namequery.c:resolve_wins(727)
  resolve_wins: WINS server == <131.247.112.6>
[2003/01/23 17:55:18, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:18, 5] libsmb/nmblib.c:send_udp(742)
  Sending a packet of len 50 to (131.247.112.6) on port 137
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_udp_socket(193)
  read_udp_socket: lastip 131.247.112.6 lastport 137 read: 62
[2003/01/23 17:55:18, 10] libsmb/nmblib.c:parse_nmb(471)
  parse_nmb: packet id = 25526
[2003/01/23 17:55:18, 5] libsmb/nmblib.c:read_packet(720)
  Received a packet of len 62 from (131.247.112.6) port 137
[2003/01/23 17:55:18, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 131.247.112.6(137) header: id=25526 opcode=Query(0) response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=LIB<1b> rr_type=32 rr_class=1 ttl=0
      answers   0 char `...p.   hex 600083F77006
[2003/01/23 17:55:18, 2] libsmb/namequery.c:name_query(421)
  Got a positive name query response from 131.247.112.6 ( 131.247.112.6 )
[2003/01/23 17:55:18, 10] libsmb/namequery.c:internal_resolve_name(956)
  internal_resolve_name: returning 1 addresses: 131.247.112.6 
[2003/01/23 17:55:18, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:18, 5] libsmb/nmblib.c:send_udp(742)
  Sending a packet of len 50 to (131.247.112.6) on port 137
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_udp_socket(193)
  read_udp_socket: lastip 131.247.112.6 lastport 137 read: 283
[2003/01/23 17:55:18, 10] libsmb/nmblib.c:parse_nmb(471)
  parse_nmb: packet id = 24246
[2003/01/23 17:55:18, 5] libsmb/nmblib.c:read_packet(720)
  Received a packet of len 283 from (131.247.112.6) port 137
[2003/01/23 17:55:18, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 131.247.112.6(137) header: id=24246 opcode=Query(0) response=Yes
      header: flags: bcast=No rec_avail=No rec_des=No trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=LIB<1c> rr_type=33 rr_class=1 ttl=0
      answers   0 char .MRBILL            hex 094D5242494C4C202020202020202020
      answers  10 char .D.MRBILL          hex 0044004D5242494C4C20202020202020
      answers  20 char    D.LIB           hex 20202044004C49422020202020202020
      answers  30 char     ...LIB         hex 2020202000C4004C4942202020202020
      answers  40 char       ...LIB       hex 2020202020201CC4004C494220202020
      answers  50 char         .D.LIB     hex 20202020202020201B44004C49422020
      answers  60 char           ...MRB   hex 202020202020202020201EC4004D5242
      answers  70 char ILL         .D.L   hex 494C4C2020202020202020200344004C
      answers  80 char IB            .D   hex 49422020202020202020202020201D44
      answers  90 char ...__MSBROWSE__.   hex 0001025F5F4D5342524F5753455F5F02
      answers  a0 char .....$..^.......   hex 01C40000A024C8C55E00000000000000
      answers  b0 char ................   hex 00000000000000000000000000000000
      answers  c0 char ................   hex 00000000000000000000000000000000
      answers  d0 char .   hex 00
[2003/01/23 17:55:18, 3] libsmb/namequery.c:resolve_lmhosts(768)
  resolve_lmhosts: Attempting lmhosts lookup for name MRBILL<0x20>
[2003/01/23 17:55:18, 4] libsmb/namequery.c:startlmhosts(475)
  startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was No such file or directory
[2003/01/23 17:55:18, 3] libsmb/namequery.c:resolve_hosts(808)
  resolve_hosts: Attempting host lookup for name MRBILL<0x20>
[2003/01/23 17:55:18, 10] libsmb/namequery.c:resolve_hosts(813)
  1 addresses returned
[2003/01/23 17:55:18, 10] libsmb/namequery.c:internal_resolve_name(956)
  internal_resolve_name: returning 1 addresses: 131.247.112.6 
[2003/01/23 17:55:18, 10] passdb/secrets.c:secrets_named_mutex(289)
  secrets_named_mutex: got mutex for MRBILL
[2003/01/23 17:55:18, 3] lib/util_sock.c:open_socket_out(845)
  Connecting to 131.247.112.6 at port 445
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(23,168)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(23,168) wrote 168
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 99
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=99
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24954
  smb_uid=0
  smb_mid=1
  smt_wct=17
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=7 (0x7)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=64768 (0xFD00)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=243 (0xF3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=17152 (0x4300)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=6514 (0x1972)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12928 (0x3280)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=30
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 57 8A 9F 9E 82 C4 F7 0B  4C 00 49 00 42 00 00 00  W....... L.I.B...
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 4D 00 52 00 42 00 49 00  4C 00 4C 00 00 00        M.R.B.I. L.L...
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=99
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24954
  smb_uid=0
  smb_mid=1
  smt_wct=17
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=7 (0x7)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=64768 (0xFD00)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=243 (0xF3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=17152 (0x4300)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=6514 (0x1972)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12928 (0x3280)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=30
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 57 8A 9F 9E 82 C4 F7 0B  4C 00 49 00 42 00 00 00  W....... L.I.B...
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 4D 00 52 00 42 00 49 00  4C 00 4C 00 00 00        M.R.B.I. L.L...
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(23,92)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(23,92) wrote 92
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 123
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=123
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=49153
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24954
  smb_uid=2049
  smb_mid=1
  smt_wct=3
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=123 (0x7B)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=82
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 7C 57 00 69 00 6E 00 64  00 6F 00 77 00 73 00 20  |W.i.n.d .o.w.s. 
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 00 35 00 2E 00 30 00 00  00 57 00 69 00 6E 00 64  .5...0.. .W.i.n.d
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [020] 00 6F 00 77 00 73 00 20  00 32 00 30 00 30 00 30  .o.w.s.  .2.0.0.0
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [030] 00 20 00 4C 00 41 00 4E  00 20 00 4D 00 61 00 6E  . .L.A.N . .M.a.n
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [040] 00 61 00 67 00 65 00 72  00 00 00 4C 00 49 00 42  .a.g.e.r ...L.I.B
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [050] 00 00                                             .. 
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=123
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=49153
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24954
  smb_uid=2049
  smb_mid=1
  smt_wct=3
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=123 (0x7B)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=0 (0x0)
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=82
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1531)
  [000] 7C 57 00 69 00 6E 00 64  00 6F 00 77 00 73 00 20  |W.i.n.d .o.w.s. 
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [010] 00 35 00 2E 00 30 00 00  00 57 00 69 00 6E 00 64  .5...0.. .W.i.n.d
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [020] 00 6F 00 77 00 73 00 20  00 32 00 30 00 30 00 30  .o.w.s.  .2.0.0.0
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [030] 00 20 00 4C 00 41 00 4E  00 20 00 4D 00 61 00 6E  . .L.A.N . .M.a.n
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [040] 00 61 00 67 00 65 00 72  00 00 00 4C 00 49 00 42  .a.g.e.r ...L.I.B
[2003/01/23 17:55:18, 10] lib/util.c:dump_data(1539)
  [050] 00 00                                             .. 
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(23,62)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(23,62) wrote 62
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 35
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=35
  smb_com=0x75
  smb_rcls=34
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=49153
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24954
  smb_uid=2049
  smb_mid=1
  smt_wct=0
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:18, 0] smbd/password.c:connect_to_domain_password_server(1336)
  connect_to_domain_password_server: machine MRBILL rejected the tconX on the IPC$ share. Error was : NT_STATUS_ACCESS_DENIED.
[2003/01/23 17:55:18, 10] passdb/secrets.c:secrets_named_mutex_release(300)
  secrets_named_mutex: released mutex for MRBILL
[2003/01/23 17:55:18, 0] smbd/password.c:domain_client_validate(1599)
  domain_client_validate: Domain password server not available.
[2003/01/23 17:55:18, 10] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1346)
  pdb_getsampwnam: search by name: eric
[2003/01/23 17:55:18, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(167)
  startsmbfilepwent_internal: opening file /usr/local/samba/private/smbpasswd
[2003/01/23 17:55:18, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(487)
  getsmbfilepwent: end of file reached.
[2003/01/23 17:55:18, 7] passdb/pdb_smbpasswd.c:endsmbfilepwent(258)
  endsmbfilepwent_internal: closed password file.
[2003/01/23 17:55:18, 1] smbd/password.c:pass_check_smb(545)
  Couldn't find user 'eric' in passdb.
[2003/01/23 17:55:18, 2] smbd/reply.c:reply_sesssetup_and_X(975)
  NT Password did not match for user 'eric'!
[2003/01/23 17:55:18, 2] smbd/reply.c:reply_sesssetup_and_X(985)
  Defaulting to Lanman password for eric
[2003/01/23 17:55:18, 10] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1346)
  pdb_getsampwnam: search by name: eric
[2003/01/23 17:55:18, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(167)
  startsmbfilepwent_internal: opening file /usr/local/samba/private/smbpasswd
[2003/01/23 17:55:18, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(487)
  getsmbfilepwent: end of file reached.
[2003/01/23 17:55:18, 7] passdb/pdb_smbpasswd.c:endsmbfilepwent(258)
  endsmbfilepwent_internal: closed password file.
[2003/01/23 17:55:18, 1] smbd/password.c:pass_check_smb(545)
  Couldn't find user 'eric' in passdb.
[2003/01/23 17:55:18, 1] smbd/reply.c:reply_sesssetup_and_X(1001)
  Rejecting user 'eric': authentication failed
[2003/01/23 17:55:18, 3] smbd/error.c:error_packet(113)
  error packet at smbd/reply.c(1003) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAILURE
[2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.2.resp len 39
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(275)
  size=35
  smb_com=0x73
  smb_rcls=109
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=16385
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=64
  smt_wct=0
[2003/01/23 17:55:18, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,39)
[2003/01/23 17:55:18, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,39) wrote 39
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_data(430)
  read_data: read of 4 returned 0. Error = Error 0
[2003/01/23 17:55:18, 10] lib/util_sock.c:receive_smb(609)
  receive_smb: length < 0 !
[2003/01/23 17:55:18, 3] smbd/process.c:timeout_processing(1098)
  end of file from client
[2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:18, 2] smbd/server.c:exit_server(461)
  Closing connections
[2003/01/23 17:55:18, 3] smbd/connection.c:yield_connection(48)
  Yielding connection to 
[2003/01/23 17:55:18, 5] smbd/oplock.c:receive_local_message(108)
  receive_local_message: doing select with timeout of 1 ms
[2003/01/23 17:55:18, 3] smbd/server.c:exit_server(495)
  Server exit (normal exit)
[2003/01/23 17:55:23, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:23, 5] smbd/connection.c:claim_connection(156)
  claiming  0
[2003/01/23 17:55:23, 5] smbd/reply.c:reply_special(152)
  init msg_type=0x81 msg_flags=0x0
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,4)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,4) wrote 4
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 133
[2003/01/23 17:55:23, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0x85
[2003/01/23 17:55:23, 3] smbd/process.c:process_smb(878)
  Transaction 1 of length 137
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=133
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51283
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=0
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=98
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 02 50 43 20 4E 45 54 57  4F 52 4B 20 50 52 4F 47  .PC NETW ORK PROG
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 52 41 4D 20 31 2E 30 00  02 4C 41 4E 4D 41 4E 31  RAM 1.0. .LANMAN1
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [020] 2E 30 00 02 57 69 6E 64  6F 77 73 20 66 6F 72 20  .0..Wind ows for 
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [030] 57 6F 72 6B 67 72 6F 75  70 73 20 33 2E 31 61 00  Workgrou ps 3.1a.
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [040] 02 4C 4D 31 2E 32 58 30  30 32 00 02 4C 41 4E 4D  .LM1.2X0 02..LANM
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [050] 41 4E 32 2E 31 00 02 4E  54 20 4C 4D 20 30 2E 31  AN2.1..N T LM 0.1
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [060] 32 00                                             2. 
[2003/01/23 17:55:23, 3] smbd/process.c:switch_message(685)
  switch message SMBnegprot (pid 24955)
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBnegprot.3.req len 137
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN1.0]
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [Windows for Workgroups 3.1a]
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LM1.2X002]
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN2.1]
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [NT LM 0.12]
[2003/01/23 17:55:23, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:23, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:23, 3] smbd/negprot.c:reply_negprot(426)
  Selected protocol NT LM 0.12
[2003/01/23 17:55:23, 5] smbd/negprot.c:reply_negprot(433)
  negprot index=5
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBnegprot.3.resp len 85
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=81
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=17
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=5 (0x5)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=31488 (0x7B00)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=97 (0x61)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=63744 (0xF900)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=227 (0xE3)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=32768 (0x8000)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=52287 (0xCC3F)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12930 (0x3282)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=12
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] E5 FB 01 A5 F6 D7 CB ED  4C 49 42 00              ........ LIB.
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,85)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,85) wrote 85
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 132
[2003/01/23 17:55:23, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0x84
[2003/01/23 17:55:23, 3] smbd/process.c:process_smb(878)
  Transaction 2 of length 136
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=132
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=64
  smt_wct=13
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=117 (0x75)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=100 (0x64)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=16644 (0x4104)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=50 (0x32)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=24955 (0x617B)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=1 (0x1)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=212 (0xD4)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=39
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 00 00 00 57 69 6E 64 6F  77 73 20 32 30 30 30 20  ...Windo ws 2000 
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 32 31 39 35 00 57 69 6E  64 6F 77 73 20 32 30 30  2195.Win dows 200
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [020] 30 20 35 2E 30 00 00                              0 5.0.. 
[2003/01/23 17:55:23, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 24955)
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.3.req len 136
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:23, 3] smbd/reply.c:reply_sesssetup_and_X(858)
  Domain=[]  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]
[2003/01/23 17:55:23, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[]
[2003/01/23 17:55:23, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:23, 10] smbd/password.c:register_vuid(288)
  register_vuid: (60001,60001) nobody nobody  guest=1
[2003/01/23 17:55:23, 10] smbd/password.c:register_vuid(298)
  register_vuid: allocated vuid = 100
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:push_sec_ctx(297)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2003/01/23 17:55:23, 3] smbd/uid.c:push_conn_ctx(286)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 60001
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:pop_sec_ctx(436)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 60001
[2003/01/23 17:55:23, 10] smbd/uid.c:uid_to_sid(570)
  uid_to_sid: local 60001 -> S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:23, 10] smbd/uid.c:gid_to_sid(598)
  gid_to_sid: local 60001 -> S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-1-0
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-2
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-32-546
[2003/01/23 17:55:23, 3] smbd/password.c:register_vuid(336)
  uid 60001 registered to name nobody
[2003/01/23 17:55:23, 3] smbd/password.c:register_vuid(338)
  Clearing default real name
[2003/01/23 17:55:23, 3] smbd/password.c:register_vuid(340)
  User name: nobody	Real name: Nobody
[2003/01/23 17:55:23, 6] smbd/reply.c:reply_sesssetup_and_X(1111)
  Client requested max send size of 16644
[2003/01/23 17:55:23, 3] smbd/process.c:chain_reply(1023)
  Chained message
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=132
  smb_com=0x75
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=100
  smb_mid=64
  smt_wct=4
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=132 (0x84)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=8 (0x8)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1 (0x1)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=21
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 00 5C 5C 44 55 44 4C 45  59 5C 49 50 43 24 00 3F  .\\DUDLE Y\IPC$.?
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 3F 3F 3F 3F 00                                    ????. 
[2003/01/23 17:55:23, 3] smbd/process.c:switch_message(685)
  switch message SMBtconX (pid 24955)
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBtconX.1.req len 104
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:23, 4] smbd/reply.c:reply_tcon_and_X(334)
  Got device type ?????
[2003/01/23 17:55:23, 10] lib/access.c:check_access(304)
  check_access: allow = 131.247.112., 131.247.113., 131.247.114., 131.247.115.7, 131.247.115.8, deny = 
[2003/01/23 17:55:23, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2003/01/23 17:55:23, 2] lib/access.c:check_access(329)
  Allowed connection from  (131.247.112.180)
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list root mail daemon
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |root|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |mail|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |daemon|
[2003/01/23 17:55:23, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list root mail daemon
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |root|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |mail|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |daemon|
[2003/01/23 17:55:23, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list root mail daemon
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |root|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |mail|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |daemon|
[2003/01/23 17:55:23, 4] smbd/password.c:password_ok(593)
  Null passwords not allowed.
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list root mail daemon
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |root|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |mail|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |daemon|
[2003/01/23 17:55:23, 3] smbd/password.c:authorise_login(855)
  authorise_login: ACCEPTED: guest account and guest ok (nobody)
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list root mail daemon
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |root|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |mail|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |daemon|
[2003/01/23 17:55:23, 10] smbd/service.c:make_connection(356)
  make_connection: share is set read only.
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list 
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list 
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list 
[2003/01/23 17:55:23, 3] smbd/service.c:make_connection(487)
  Connect path is /tmp
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:push_sec_ctx(297)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2003/01/23 17:55:23, 3] smbd/uid.c:push_conn_ctx(286)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 60001
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:pop_sec_ctx(436)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:get_current_groups(172)
  get_current_groups: user is in 1 groups: 60001
[2003/01/23 17:55:23, 5] smbd/connection.c:claim_connection(156)
  claiming IPC$ 0
[2003/01/23 17:55:23, 10] smbd/uid.c:uid_to_sid(570)
  uid_to_sid: local 60001 -> S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:23, 10] smbd/uid.c:gid_to_sid(598)
  gid_to_sid: local 60001 -> S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-1-0
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-2
[2003/01/23 17:55:23, 5] smbd/password.c:create_nt_token(254)
  user token sid S-1-5-32-546
[2003/01/23 17:55:23, 4] rpc_server/srv_srvsvc_nt.c:get_share_security(211)
  get_share_security: using default secdesc for IPC$
[2003/01/23 17:55:23, 10] lib/util_seaccess.c:se_map_generic(193)
  se_map_generic(): mapped mask 0x10000000 to 0x001f01ff
[2003/01/23 17:55:23, 10] lib/util_seaccess.c:se_access_check(251)
  se_access_check: requested access 0x00000002, for NT token with 5 entries and first sid S-1-5-21-309675246-3560046395-2894178386-121002.
[2003/01/23 17:55:23, 3] lib/util_seaccess.c:se_access_check(269)
  se_access_check: user sid is S-1-5-21-309675246-3560046395-2894178386-121002
[2003/01/23 17:55:23, 3] lib/util_seaccess.c:se_access_check(273)
  se_access_check: also S-1-5-21-309675246-3560046395-2894178386-121003
[2003/01/23 17:55:23, 3] lib/util_seaccess.c:se_access_check(273)
  se_access_check: also S-1-1-0
[2003/01/23 17:55:23, 3] lib/util_seaccess.c:se_access_check(273)
  se_access_check: also S-1-5-2
[2003/01/23 17:55:23, 3] lib/util_seaccess.c:se_access_check(273)
  se_access_check: also S-1-5-32-546
[2003/01/23 17:55:23, 10] lib/util_seaccess.c:se_access_check(307)
  se_access_check: ACE 0: type 0, flags = 0x00, SID = S-1-1-0 mask = 101f01ff, current desired = 2
[2003/01/23 17:55:23, 5] lib/util_seaccess.c:se_access_check(325)
  se_access_check: access (2) granted.
[2003/01/23 17:55:23, 3] smbd/vfs.c:vfs_init_default(123)
  Initialising default vfs hooks
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(456)
  user_in_list: checking user nobody in list root mail daemon
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |root|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |mail|
[2003/01/23 17:55:23, 10] lib/username.c:user_in_list(460)
  user_in_list: checking user |nobody| against |daemon|
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (60001, 60001) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(334)
  1 user groups: 
  60001 
[2003/01/23 17:55:23, 5] smbd/uid.c:change_to_user(202)
  change_to_user uid=(0,60001) gid=(0,60001)
[2003/01/23 17:55:23, 3] smbd/vfs.c:vfs_ChDir(574)
  vfs_ChDir to /tmp
[2003/01/23 17:55:23, 3] smbd/service.c:make_connection(636)
  cerebus (131.247.112.180) connect to service IPC$ as user nobody (uid=60001, gid=60001) (pid 24955)
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:23, 10] smbd/service.c:make_connection(657)
  calling vfs_ops.connect for service ipc$ (options = )
[2003/01/23 17:55:23, 3] smbd/reply.c:reply_tcon_and_X(395)
  tconX service=ipc$ user=nobody
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBtconX.1.resp len 53
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.3.resp len 53
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=81
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=1
  smb_pid=65279
  smb_uid=100
  smb_mid=64
  smt_wct=3
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=117 (0x75)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=64 (0x40)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=1 (0x1)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=22
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 55 6E 69 78 00 53 61 6D  62 61 20 32 2E 32 2E 37  Unix.Sam ba 2.2.7
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 61 00 4C 49 42 00                                 a.LIB. 
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,85)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,85) wrote 85
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 187
[2003/01/23 17:55:23, 6] smbd/process.c:process_smb(877)
  got message type 0x0 of len 0xbb
[2003/01/23 17:55:23, 3] smbd/process.c:process_smb(878)
  Transaction 3 of length 191
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=187
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=18439
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=128
  smt_wct=13
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=117 (0x75)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=154 (0x9A)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=16644 (0x4104)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=50 (0x32)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=1 (0x1)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=24955 (0x617B)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=24 (0x18)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=24 (0x18)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=212 (0xD4)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=93
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 06 93 90 CA 51 E8 A6 E3  54 21 1C 0B FA A7 96 26  ....Q... T!.....&
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] C5 35 08 20 4F 18 42 2D  06 93 90 CA 51 E8 A6 E3  .5. O.B- ....Q...
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [020] 54 21 1C 0B FA A7 96 26  C5 35 08 20 4F 18 42 2D  T!.....& .5. O.B-
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [030] 65 72 69 63 00 4C 49 42  00 57 69 6E 64 6F 77 73  eric.LIB .Windows
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [040] 20 32 30 30 30 20 32 31  39 35 00 57 69 6E 64 6F   2000 21 95.Windo
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [050] 77 73 20 32 30 30 30 20  35 2E 30 00 00           ws 2000  5.0..
[2003/01/23 17:55:23, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 24955)
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.4.req len 191
[2003/01/23 17:55:23, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/01/23 17:55:23, 5] smbd/uid.c:change_to_root_user(217)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2003/01/23 17:55:23, 3] smbd/reply.c:reply_sesssetup_and_X(858)
  Domain=[LIB]  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]
[2003/01/23 17:55:23, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[eric]
[2003/01/23 17:55:23, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:23, 3] libsmb/namequery.c:resolve_lmhosts(768)
  resolve_lmhosts: Attempting lmhosts lookup for name LIB<0x1b>
[2003/01/23 17:55:23, 4] libsmb/namequery.c:startlmhosts(475)
  startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was No such file or directory
[2003/01/23 17:55:23, 3] libsmb/namequery.c:resolve_wins(709)
  resolve_wins: Attempting wins lookup for name LIB<0x1b>
[2003/01/23 17:55:23, 8] lib/wins_srv.c:wins_srv_count(248)
  wins_srv_count: WINS status: 1 servers.
    131.247.112.6 <131.247.112.6>: alive
[2003/01/23 17:55:23, 3] libsmb/namequery.c:resolve_wins(727)
  resolve_wins: WINS server == <131.247.112.6>
[2003/01/23 17:55:23, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:23, 5] libsmb/nmblib.c:send_udp(742)
  Sending a packet of len 50 to (131.247.112.6) on port 137
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_udp_socket(193)
  read_udp_socket: lastip 131.247.112.6 lastport 137 read: 62
[2003/01/23 17:55:23, 10] libsmb/nmblib.c:parse_nmb(471)
  parse_nmb: packet id = 10694
[2003/01/23 17:55:23, 5] libsmb/nmblib.c:read_packet(720)
  Received a packet of len 62 from (131.247.112.6) port 137
[2003/01/23 17:55:23, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 131.247.112.6(137) header: id=10694 opcode=Query(0) response=Yes
      header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=LIB<1b> rr_type=32 rr_class=1 ttl=0
      answers   0 char `...p.   hex 600083F77006
[2003/01/23 17:55:23, 2] libsmb/namequery.c:name_query(421)
  Got a positive name query response from 131.247.112.6 ( 131.247.112.6 )
[2003/01/23 17:55:23, 10] libsmb/namequery.c:internal_resolve_name(956)
  internal_resolve_name: returning 1 addresses: 131.247.112.6 
[2003/01/23 17:55:23, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:23, 5] libsmb/nmblib.c:send_udp(742)
  Sending a packet of len 50 to (131.247.112.6) on port 137
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_udp_socket(193)
  read_udp_socket: lastip 131.247.112.6 lastport 137 read: 283
[2003/01/23 17:55:23, 10] libsmb/nmblib.c:parse_nmb(471)
  parse_nmb: packet id = 18375
[2003/01/23 17:55:23, 5] libsmb/nmblib.c:read_packet(720)
  Received a packet of len 283 from (131.247.112.6) port 137
[2003/01/23 17:55:23, 4] libsmb/nmblib.c:debug_nmb_packet(107)
  nmb packet from 131.247.112.6(137) header: id=18375 opcode=Query(0) response=Yes
      header: flags: bcast=No rec_avail=No rec_des=No trunc=No auth=Yes
      header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
      answers: nmb_name=LIB<1c> rr_type=33 rr_class=1 ttl=0
      answers   0 char .MRBILL            hex 094D5242494C4C202020202020202020
      answers  10 char .D.MRBILL          hex 0044004D5242494C4C20202020202020
      answers  20 char    D.LIB           hex 20202044004C49422020202020202020
      answers  30 char     ...LIB         hex 2020202000C4004C4942202020202020
      answers  40 char       ...LIB       hex 2020202020201CC4004C494220202020
      answers  50 char         .D.LIB     hex 20202020202020201B44004C49422020
      answers  60 char           ...MRB   hex 202020202020202020201EC4004D5242
      answers  70 char ILL         .D.L   hex 494C4C2020202020202020200344004C
      answers  80 char IB            .D   hex 49422020202020202020202020201D44
      answers  90 char ...__MSBROWSE__.   hex 0001025F5F4D5342524F5753455F5F02
      answers  a0 char .....$..^.......   hex 01C40000A024C8C55E00000000000000
      answers  b0 char ................   hex 00000000000000000000000000000000
      answers  c0 char ................   hex 00000000000000000000000000000000
      answers  d0 char .   hex 00
[2003/01/23 17:55:23, 3] libsmb/namequery.c:resolve_lmhosts(768)
  resolve_lmhosts: Attempting lmhosts lookup for name MRBILL<0x20>
[2003/01/23 17:55:23, 4] libsmb/namequery.c:startlmhosts(475)
  startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was No such file or directory
[2003/01/23 17:55:23, 3] libsmb/namequery.c:resolve_hosts(808)
  resolve_hosts: Attempting host lookup for name MRBILL<0x20>
[2003/01/23 17:55:23, 10] libsmb/namequery.c:resolve_hosts(813)
  1 addresses returned
[2003/01/23 17:55:23, 10] libsmb/namequery.c:internal_resolve_name(956)
  internal_resolve_name: returning 1 addresses: 131.247.112.6 
[2003/01/23 17:55:23, 10] passdb/secrets.c:secrets_named_mutex(289)
  secrets_named_mutex: got mutex for MRBILL
[2003/01/23 17:55:23, 3] lib/util_sock.c:open_socket_out(845)
  Connecting to 131.247.112.6 at port 445
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(22,168)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(22,168) wrote 168
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 99
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=99
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24955
  smb_uid=0
  smb_mid=1
  smt_wct=17
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=7 (0x7)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=64768 (0xFD00)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=243 (0xF3)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=768 (0x300)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=5220 (0x1464)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12931 (0x3283)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=30
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] BC AD 49 A5 EE DD 73 30  4C 00 49 00 42 00 00 00  ..I...s0 L.I.B...
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 4D 00 52 00 42 00 49 00  4C 00 4C 00 00 00        M.R.B.I. L.L...
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=99
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=1
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24955
  smb_uid=0
  smb_mid=1
  smt_wct=17
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=7 (0x7)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=12803 (0x3203)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=256 (0x100)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[3]=1024 (0x400)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[4]=65 (0x41)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[5]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[6]=256 (0x100)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[7]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[8]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[9]=64768 (0xFD00)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[10]=243 (0xF3)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[11]=768 (0x300)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[12]=5220 (0x1464)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[13]=12931 (0x3283)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[14]=49859 (0xC2C3)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[15]=11265 (0x2C01)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[16]=2049 (0x801)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=30
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] BC AD 49 A5 EE DD 73 30  4C 00 49 00 42 00 00 00  ..I...s0 L.I.B...
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 4D 00 52 00 42 00 49 00  4C 00 4C 00 00 00        M.R.B.I. L.L...
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(22,92)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(22,92) wrote 92
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 123
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=123
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=49153
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24955
  smb_uid=4098
  smb_mid=1
  smt_wct=3
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=123 (0x7B)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=82
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 00 57 00 69 00 6E 00 64  00 6F 00 77 00 73 00 20  .W.i.n.d .o.w.s. 
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 00 35 00 2E 00 30 00 00  00 57 00 69 00 6E 00 64  .5...0.. .W.i.n.d
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [020] 00 6F 00 77 00 73 00 20  00 32 00 30 00 30 00 30  .o.w.s.  .2.0.0.0
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [030] 00 20 00 4C 00 41 00 4E  00 20 00 4D 00 61 00 6E  . .L.A.N . .M.a.n
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [040] 00 61 00 67 00 65 00 72  00 00 00 4C 00 49 00 42  .a.g.e.r ...L.I.B
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [050] 00 00                                             .. 
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=123
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=49153
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24955
  smb_uid=4098
  smb_mid=1
  smt_wct=3
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[0]=255 (0xFF)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[1]=123 (0x7B)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(286)
  smb_vwv[2]=0 (0x0)
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=82
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1531)
  [000] 00 57 00 69 00 6E 00 64  00 6F 00 77 00 73 00 20  .W.i.n.d .o.w.s. 
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [010] 00 35 00 2E 00 30 00 00  00 57 00 69 00 6E 00 64  .5...0.. .W.i.n.d
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [020] 00 6F 00 77 00 73 00 20  00 32 00 30 00 30 00 30  .o.w.s.  .2.0.0.0
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [030] 00 20 00 4C 00 41 00 4E  00 20 00 4D 00 61 00 6E  . .L.A.N . .M.a.n
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [040] 00 61 00 67 00 65 00 72  00 00 00 4C 00 49 00 42  .a.g.e.r ...L.I.B
[2003/01/23 17:55:23, 10] lib/util.c:dump_data(1539)
  [050] 00 00                                             .. 
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(22,62)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(22,62) wrote 62
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 35
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=35
  smb_com=0x75
  smb_rcls=34
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=49153
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=24955
  smb_uid=4098
  smb_mid=1
  smt_wct=0
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:23, 0] smbd/password.c:connect_to_domain_password_server(1336)
  connect_to_domain_password_server: machine MRBILL rejected the tconX on the IPC$ share. Error was : NT_STATUS_ACCESS_DENIED.
[2003/01/23 17:55:23, 10] passdb/secrets.c:secrets_named_mutex_release(300)
  secrets_named_mutex: released mutex for MRBILL
[2003/01/23 17:55:23, 0] smbd/password.c:domain_client_validate(1599)
  domain_client_validate: Domain password server not available.
[2003/01/23 17:55:23, 10] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1346)
  pdb_getsampwnam: search by name: eric
[2003/01/23 17:55:23, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(167)
  startsmbfilepwent_internal: opening file /usr/local/samba/private/smbpasswd
[2003/01/23 17:55:23, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(487)
  getsmbfilepwent: end of file reached.
[2003/01/23 17:55:23, 7] passdb/pdb_smbpasswd.c:endsmbfilepwent(258)
  endsmbfilepwent_internal: closed password file.
[2003/01/23 17:55:23, 1] smbd/password.c:pass_check_smb(545)
  Couldn't find user 'eric' in passdb.
[2003/01/23 17:55:23, 2] smbd/reply.c:reply_sesssetup_and_X(975)
  NT Password did not match for user 'eric'!
[2003/01/23 17:55:23, 2] smbd/reply.c:reply_sesssetup_and_X(985)
  Defaulting to Lanman password for eric
[2003/01/23 17:55:23, 10] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1346)
  pdb_getsampwnam: search by name: eric
[2003/01/23 17:55:23, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(167)
  startsmbfilepwent_internal: opening file /usr/local/samba/private/smbpasswd
[2003/01/23 17:55:23, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(487)
  getsmbfilepwent: end of file reached.
[2003/01/23 17:55:23, 7] passdb/pdb_smbpasswd.c:endsmbfilepwent(258)
  endsmbfilepwent_internal: closed password file.
[2003/01/23 17:55:23, 1] smbd/password.c:pass_check_smb(545)
  Couldn't find user 'eric' in passdb.
[2003/01/23 17:55:23, 1] smbd/reply.c:reply_sesssetup_and_X(1001)
  Rejecting user 'eric': authentication failed
[2003/01/23 17:55:23, 3] smbd/error.c:error_packet(113)
  error packet at smbd/reply.c(1003) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAILURE
[2003/01/23 17:55:23, 0] smbd/process.c:smb_dump(637)
  created /tmp/SMBsesssetupX.4.resp len 39
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(275)
  size=35
  smb_com=0x73
  smb_rcls=109
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=16385
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(281)
  smb_tid=0
  smb_pid=65279
  smb_uid=0
  smb_mid=128
  smt_wct=0
[2003/01/23 17:55:23, 5] lib/util.c:show_msg(291)
  smb_bcc=0
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(518)
  write_socket(12,39)
[2003/01/23 17:55:23, 6] lib/util_sock.c:write_socket(521)
  write_socket(12,39) wrote 39
-------------- next part --------------
[2003/01/23 17:55:12, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:12, 2] lib/interface.c:add_interface(81)
  added interface ip=131.247.112.1 bcast=131.247.115.255 nmask=255.255.252.0
[2003/01/23 17:55:12, 5] lib/hash.c:hash_table_init(68)
  Hash size = 521.
[2003/01/23 17:55:12, 6] lib/charset.c:codepage_initialise(336)
  codepage_initialise: client code page = 850
[2003/01/23 17:55:12, 5] lib/charset.c:load_client_codepage(194)
  load_client_codepage: loading codepage 850.
  Adding chars 0x85 0xb7 (l->u = True) (u->l = True)
  Adding chars 0xa0 0xb5 (l->u = True) (u->l = True)
  Adding chars 0x83 0xb6 (l->u = True) (u->l = True)
  Adding chars 0xc6 0xc7 (l->u = True) (u->l = True)
  Adding chars 0x84 0x8e (l->u = True) (u->l = True)
  Adding chars 0x86 0x8f (l->u = True) (u->l = True)
  Adding chars 0x91 0x92 (l->u = True) (u->l = True)
  Adding chars 0x87 0x80 (l->u = True) (u->l = True)
  Adding chars 0x8a 0xd4 (l->u = True) (u->l = True)
  Adding chars 0x82 0x90 (l->u = True) (u->l = True)
  Adding chars 0x88 0xd2 (l->u = True) (u->l = True)
  Adding chars 0x89 0xd3 (l->u = True) (u->l = True)
  Adding chars 0x8d 0xde (l->u = True) (u->l = True)
  Adding chars 0xa1 0xd6 (l->u = True) (u->l = True)
  Adding chars 0x8c 0xd7 (l->u = True) (u->l = True)
  Adding chars 0x8b 0xd8 (l->u = True) (u->l = True)
  Adding chars 0xd0 0xd1 (l->u = True) (u->l = True)
  Adding chars 0xa4 0xa5 (l->u = True) (u->l = True)
  Adding chars 0x95 0xe3 (l->u = True) (u->l = True)
  Adding chars 0xa2 0xe0 (l->u = True) (u->l = True)
  Adding chars 0x93 0xe2 (l->u = True) (u->l = True)
  Adding chars 0xe4 0xe5 (l->u = True) (u->l = True)
  Adding chars 0x94 0x99 (l->u = True) (u->l = True)
  Adding chars 0x9b 0x9d (l->u = True) (u->l = True)
  Adding chars 0x97 0xeb (l->u = True) (u->l = True)
  Adding chars 0xa3 0xe9 (l->u = True) (u->l = True)
  Adding chars 0x96 0xea (l->u = True) (u->l = True)
  Adding chars 0x81 0x9a (l->u = True) (u->l = True)
  Adding chars 0xec 0xed (l->u = True) (u->l = True)
  Adding chars 0xe7 0xe8 (l->u = True) (u->l = True)
  Adding chars 0x9c 0x0 (l->u = False) (u->l = False)
[2003/01/23 17:55:12, 10] lib/util_unistr.c:load_dos_unicode_map(738)
  load_dos_unicode_map: 850
[2003/01/23 17:55:12, 5] lib/util_unistr.c:load_unicode_map(599)
  load_unicode_map: loading unicode map for codepage 850.
[2003/01/23 17:55:12, 10] lib/util_unistr.c:load_unix_unicode_map(755)
  load_unix_unicode_map: ISO8859-1 (init_done=0, override=0)
[2003/01/23 17:55:12, 5] lib/util_unistr.c:load_unicode_map(599)
  load_unicode_map: loading unicode map for codepage ISO8859-1.
[2003/01/23 17:55:12, 3] smbd/server.c:main(747)
  loaded services
[2003/01/23 17:55:12, 3] smbd/server.c:main(762)
  Becoming a daemon.
[2003/01/23 17:55:12, 8] lib/util.c:fcntl_lock(1304)
  fcntl_lock 6 34 0 1 2
[2003/01/23 17:55:12, 8] lib/util.c:fcntl_lock(1342)
  fcntl_lock: Lock call successful
[2003/01/23 17:55:12, 5] smbd/connection.c:claim_connection(156)
  claiming  0
[2003/01/23 17:55:12, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 139
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24576
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24576
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:12, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:12, 2] smbd/server.c:open_sockets(215)
  waiting for a connection
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:18, 10] printing/nt_printing.c:update_c_setprinter(368)
  update_c_setprinter: c_setprinter = 0
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2003/01/23 17:55:18, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:18, 3] smbd/oplock.c:init_oplocks(1242)
  open_oplock ipc: pid = 24953, global_oplock_port = 64103
[2003/01/23 17:55:18, 4] lib/time.c:get_serverzone(114)
  Serverzone is 18000
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 68
[2003/01/23 17:55:18, 10] lib/access.c:check_access(304)
  check_access: allow = 131.247.112., 131.247.113., 131.247.114., 131.247.115.7, 131.247.115.8, deny = 
[2003/01/23 17:55:18, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2003/01/23 17:55:18, 2] lib/access.c:check_access(329)
  Allowed connection from  (131.247.112.180)
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x81 of len 0x44
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2003/01/23 17:55:18, 2] smbd/reply.c:reply_special(92)
  netbios connect: name1=DUDLEY           name2=CEREBUS        
[2003/01/23 17:55:18, 2] smbd/reply.c:reply_special(111)
  netbios connect: local=dudley remote=cerebus
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:18, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:18, 10] printing/nt_printing.c:update_c_setprinter(368)
  update_c_setprinter: c_setprinter = 0
[2003/01/23 17:55:18, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:18, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2003/01/23 17:55:18, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:18, 3] smbd/oplock.c:init_oplocks(1242)
  open_oplock ipc: pid = 24954, global_oplock_port = 64104
[2003/01/23 17:55:18, 4] lib/time.c:get_serverzone(114)
  Serverzone is 18000
[2003/01/23 17:55:18, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 68
[2003/01/23 17:55:18, 10] lib/access.c:check_access(304)
  check_access: allow = 131.247.112., 131.247.113., 131.247.114., 131.247.115.7, 131.247.115.8, deny = 
[2003/01/23 17:55:18, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2003/01/23 17:55:18, 2] lib/access.c:check_access(329)
  Allowed connection from  (131.247.112.180)
[2003/01/23 17:55:18, 6] smbd/process.c:process_smb(877)
  got message type 0x81 of len 0x44
[2003/01/23 17:55:18, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2003/01/23 17:55:18, 2] smbd/reply.c:reply_special(92)
  netbios connect: name1=DUDLEY           name2=CEREBUS        
[2003/01/23 17:55:18, 2] smbd/reply.c:reply_special(111)
  netbios connect: local=dudley remote=cerebus
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_KEEPALIVE = 8
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_REUSEADDR = 4
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_BROADCAST = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option TCP_NODELAY = 1
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_LOWDELAY = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option IPTOS_THROUGHPUT = 0
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_SNDBUF = 16384
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(111)
  socket option SO_RCVBUF = 24820
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDLOWAT.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVLOWAT.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_SNDTIMEO.
[2003/01/23 17:55:23, 5] lib/util_sock.c:print_socket_options(109)
  Could not test socket option SO_RCVTIMEO.
[2003/01/23 17:55:23, 10] printing/nt_printing.c:update_c_setprinter(368)
  update_c_setprinter: c_setprinter = 0
[2003/01/23 17:55:23, 6] param/loadparm.c:lp_file_list_changed(2297)
  lp_file_list_changed()
  file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf  last mod_time: Thu Jan 23 17:55:03 2003
  
[2003/01/23 17:55:23, 3] smbd/oplock.c:init_oplocks(1211)
  open_oplock_ipc: opening loopback UDP socket.
[2003/01/23 17:55:23, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/01/23 17:55:23, 3] smbd/oplock.c:init_oplocks(1242)
  open_oplock ipc: pid = 24955, global_oplock_port = 64107
[2003/01/23 17:55:23, 4] lib/time.c:get_serverzone(114)
  Serverzone is 18000
[2003/01/23 17:55:23, 10] lib/util_sock.c:read_smb_length_return_keepalive(559)
  got smb length of 68
[2003/01/23 17:55:23, 10] lib/access.c:check_access(304)
  check_access: allow = 131.247.112., 131.247.113., 131.247.114., 131.247.115.7, 131.247.115.8, deny = 
[2003/01/23 17:55:23, 3] lib/access.c:check_access(318)
  check_access: no hostnames in host allow/deny list.
[2003/01/23 17:55:23, 2] lib/access.c:check_access(329)
  Allowed connection from  (131.247.112.180)
[2003/01/23 17:55:23, 6] smbd/process.c:process_smb(877)
  got message type 0x81 of len 0x44
[2003/01/23 17:55:23, 3] smbd/process.c:process_smb(878)
  Transaction 0 of length 72
[2003/01/23 17:55:23, 2] smbd/reply.c:reply_special(92)
  netbios connect: name1=DUDLEY           name2=CEREBUS        
[2003/01/23 17:55:23, 2] smbd/reply.c:reply_special(111)
  netbios connect: local=dudley remote=cerebus


More information about the samba mailing list