[clug] Samba upgrade issues (from 2.x to 3.0.7

Jonathan Ricketson jricketson at netspace.net.au
Sun Oct 3 03:41:44 GMT 2004


I have debian installed on my file-server at home, and have just done a 
dist-upgrade to sarge, and after a couple of easy problems, I am now 
having major problems with samba.

It is all set up properly and basically works, but sometimes (after 
about 1 min) winxp explorer just locks up when I click on a new shared 
samba drive. There doesn't seem to be any pattern about which drive I 
click on to get the lockup. If I close the explorer process and restart 
it, then I can get the same thing to happen again after another few 
clicks. After trying to debug this I installed SWAT (web interface) and 
got it to rewrite the conf file. This didn't fix it. I also tried 
turning off the new password backend, but that didn't fix it either.

One other strange thing (don't know if it is related or not):
the server string is set to  "%h server (smb %v)", but in explorer it 
still shows as "big server (Samba 2.2.3a -13 for Debian)", even though 
smbd --version returns "Version 3.0.7-Debian"

So if anyone has any good ideas, I would appreciate hearing them.

thanks

Jonathan

my smb.conf and logs are shown below.

The relevant parts of my smb.conf is:
# Global parameters
[global]
         workgroup = STATIONST
         server string = %h server (smb %v)
         obey pam restrictions = Yes
         passdb backend = tdbsam, guest
         passwd program = /usr/bin/passwd %u
         passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .
         log level = 10
         syslog = 10
         log file = /var/log/samba/log.%m
         max log size = 1000
         deadtime = 5
         socket options = SO_RCVBUF=8192 SO_SNDBUF=8192
         preferred master = Yes
         dns proxy = No
         ldap ssl = no
         panic action = /usr/share/samba/panic-action %d
         invalid users = root

[homes]
         comment = Home Directories
         read only = No
         create mask = 0700
         directory mask = 0700
         browseable = No

[video]
         comment = Videos and stuff
         path = /home/data/video
         read only = No
         create mask = 0775
         directory mask = 0775
         guest ok = Yes

log.smbd (debug level 10):
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_KEEPALIVE = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_REUSEADDR = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_BROADCAST = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option TCP_NODELAY = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option IPTOS_LOWDELAY = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option IPTOS_THROUGHPUT = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_SNDBUF = 16384
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_RCVBUF = 16384
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_SNDLOWAT = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_RCVLOWAT = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_SNDTIMEO = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_RCVTIMEO = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_KEEPALIVE = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_REUSEADDR = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_BROADCAST = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option TCP_NODELAY = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option IPTOS_LOWDELAY = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option IPTOS_THROUGHPUT = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_SNDBUF = 16384
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_RCVBUF = 16384
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_SNDLOWAT = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_RCVLOWAT = 1
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_SNDTIMEO = 0
[2004/10/03 13:16:37, 5] lib/util_sock.c:print_socket_options(147)
   socket option SO_RCVTIMEO = 0
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_context_list(763)
   Trying to load: tdbsam
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(93)
   Attempting to register passdb backend ldapsam
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(106)
   Successfully added passdb backend 'ldapsam'
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(93)
   Attempting to register passdb backend ldapsam_compat
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(106)
   Successfully added passdb backend 'ldapsam_compat'
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(93)
   Attempting to register passdb backend smbpasswd
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(106)
   Successfully added passdb backend 'smbpasswd'
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(93)
   Attempting to register passdb backend tdbsam
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(106)
   Successfully added passdb backend 'tdbsam'
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(93)
   Attempting to register passdb backend guest
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:smb_register_passdb(106)
   Successfully added passdb backend 'guest'
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_methods_name(648)
   Attempting to find an passdb backend to match tdbsam (tdbsam)
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_methods_name(669)
   Found pdb backend tdbsam
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
   pdb backend tdbsam has a valid init
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_context_list(763)
   Trying to load: guest
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_methods_name(648)
   Attempting to find an passdb backend to match guest (guest)
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_methods_name(669)
   Found pdb backend guest
[2004/10/03 13:16:37, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
   pdb backend guest has a valid init


log.client: (this is really long, and just the last part is shown here)
[2004/10/03 13:18:24, 3] smbd/process.c:switch_message(887)
   switch message SMBtrans2 (pid 4082) conn 0x83fd018
[2004/10/03 13:18:24, 4] smbd/uid.c:change_to_user(194)
   change_to_user: Skipping user change - already user
[2004/10/03 13:18:24, 3] smbd/trans2.c:call_trans2qfilepathinfo(2335)
   call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2004/10/03 13:18:24, 5] smbd/filename.c:unix_convert(109)
   unix_convert called on file "desktop.ini"
[2004/10/03 13:18:24, 10] smbd/statcache.c:stat_cache_lookup(249)
   stat_cache_lookup: lookup failed for name [DESKTOP.INI]
[2004/10/03 13:18:24, 5] smbd/filename.c:unix_convert(180)
   unix_convert begin: name = desktop.ini, dirpath = , start = desktop.ini
[2004/10/03 13:18:24, 10] smbd/mangle_hash2.c:is_mangled(270)
   is_mangled desktop.ini ?
[2004/10/03 13:18:24, 10] smbd/mangle_hash2.c:is_mangled_component(209)
   is_mangled_component desktop.ini (len 11) ?
[2004/10/03 13:18:24, 10] smbd/mangle_hash2.c:is_mangled(270)
   is_mangled desktop.ini ?
[2004/10/03 13:18:24, 10] smbd/mangle_hash2.c:is_mangled_component(209)
   is_mangled_component desktop.ini (len 11) ?
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: New
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Animatrix detect.mov
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Animatrix.Large.e4.The_Second_Renaissance_Part_2.mov
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Buffy The Vampire Slayer - Unaired Pilot.avi
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Curb
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Family Business
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Family Guy
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Final Fantasy X - English preview.mov
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Futurama
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Jackass
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Kill bill.mov
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Movies
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Music Vids
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: TheOffice
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: TruCalling
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: animatrix program0xA3B1.mov
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: austin powers.wmv
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: beer.WMV
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: bikeCrash.WMV
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: malcolm
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: soccer256.mov
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: Keep For Tam
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: 4400
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 10] smbd/mangle_hash2.c:is_mangled(270)
   is_mangled desktop.ini ?
[2004/10/03 13:18:24, 10] smbd/mangle_hash2.c:is_mangled_component(209)
   is_mangled_component desktop.ini (len 11) ?
[2004/10/03 13:18:24, 5] smbd/filename.c:unix_convert(332)
   New file desktop.ini
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1494)
   is_in_path: desktop.ini
[2004/10/03 13:18:24, 8] lib/util.c:is_in_path(1498)
   is_in_path: no name list.
[2004/10/03 13:18:24, 3] smbd/trans2.c:call_trans2qfilepathinfo(2360)
   call_trans2qfilepathinfo: SMB_VFS_STAT of desktop.ini failed (No such 
file or
directory)
[2004/10/03 13:18:24, 10] smbd/trans2.c:set_bad_path_error(2223)
   set_bad_path_error: err = 2 bad_path = 0
[2004/10/03 13:18:24, 3] smbd/error.c:error_packet(105)
   error string = No such file or directory
[2004/10/03 13:18:24, 3] smbd/error.c:error_packet(129)
   error packet at smbd/trans2.c(2229) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_N
OT_FOUND
[2004/10/03 13:18:24, 5] lib/util.c:show_msg(439)
[2004/10/03 13:18:24, 5] lib/util.c:show_msg(449)
   size=35
   smb_com=0x32
   smb_rcls=52
   smb_reh=0
   smb_err=49152
   smb_flg=136
   smb_flg2=51265
   smb_tid=2
   smb_pid=2648
   smb_uid=100
   smb_mid=8450
   smt_wct=0
   smb_bcc=0
[2004/10/03 13:18:24, 6] lib/util_sock.c:write_socket(449)
   write_socket(6,39)
[2004/10/03 13:18:24, 6] lib/util_sock.c:write_socket(452)
   write_socket(6,39) wrote 39
[2004/10/03 13:18:24, 10] 
lib/util_sock.c:read_smb_length_return_keepalive(505)
   got smb length of 236
[2004/10/03 13:18:24, 6] smbd/process.c:process_smb(1091)
   got message type 0x0 of len 0xec
[2004/10/03 13:18:24, 3] smbd/process.c:process_smb(1092)
   Transaction 78 of length 240
[2004/10/03 13:18:24, 5] lib/util.c:show_msg(439)
[2004/10/03 13:18:24, 5] lib/util.c:show_msg(449)
   size=236
   smb_com=0x73
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=24
   smb_flg2=51207
   smb_tid=0
   smb_pid=65279
   smb_uid=0
   smb_mid=8514
   smt_wct=12
   smb_vwv[ 0]=  255 (0xFF)
   smb_vwv[ 1]=  236 (0xEC)
   smb_vwv[ 2]=16644 (0x4104)
   smb_vwv[ 3]=   50 (0x32)
   smb_vwv[ 4]=    1 (0x1)
   smb_vwv[ 5]=    0 (0x0)
   smb_vwv[ 6]=    0 (0x0)
   smb_vwv[ 7]=   74 (0x4A)
   smb_vwv[ 8]=    0 (0x0)
   smb_vwv[ 9]=    0 (0x0)
   smb_vwv[10]=  212 (0xD4)
   smb_vwv[11]=40960 (0xA000)
   smb_bcc=177
[2004/10/03 13:18:24, 10] lib/util.c:dump_data(1835)
   [000] 60 48 06 06 2B 06 01 05  05 02 A0 3E 30 3C A0 0E  `H..+... ...>0<..
   [010] 30 0C 06 0A 2B 06 01 04  01 82 37 02 02 0A A2 2A  0...+... ..7....*
   [020] 04 28 4E 54 4C 4D 53 53  50 00 01 00 00 00 97 82  .(NTLMSS P.......
   [030] 08 E2 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ........ ........
   [040] 00 00 05 01 28 0A 00 00  00 0F 00 57 00 69 00 6E  ....(... ...W.i.n
   [050] 00 64 00 6F 00 77 00 73  00 20 00 32 00 30 00 30  .d.o.w.s . .2.0.0
   [060] 00 32 00 20 00 53 00 65  00 72 00 76 00 69 00 63  .2. .S.e .r.v.i.c
   [070] 00 65 00 20 00 50 00 61  00 63 00 6B 00 20 00 32  .e. .P.a .c.k. .2
   [080] 00 20 00 32 00 36 00 30  00 30 00 00 00 57 00 69  . .2.6.0 .0...W.i
   [090] 00 6E 00 64 00 6F 00 77  00 73 00 20 00 32 00 30  .n.d.o.w .s. .2.0
   [0A0] 00 30 00 32 00 20 00 35  00 2E 00 31 00 00 00 00  .0.2. .5 ...1....
   [0B0] 00                                                .
[2004/10/03 13:18:24, 3] smbd/process.c:switch_message(887)
   switch message SMBsesssetupX (pid 4082) conn 0x0
[2004/10/03 13:18:24, 3] smbd/sec_ctx.c:set_sec_ctx(288)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/10/03 13:18:24, 5] auth/auth_util.c:debug_nt_user_token(486)
   NT user token: (NULL)
[2004/10/03 13:18:24, 5] auth/auth_util.c:debug_unix_user_token(505)
   UNIX token of user 0
   Primary group is 0 and contains 0 supplementary groups

big:/var/log/samba# smbd --version
Version 3.0.7-Debian
big:/var/log/samba# less /etc/samba/smb.conf
big:/var/log/samba# tail -f log.smbd
[2004/10/03 13:37:24, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
   pdb backend tdbsam has a valid init
[2004/10/03 13:37:24, 5] passdb/pdb_interface.c:make_pdb_context_list(763)
   Trying to load: guest
[2004/10/03 13:37:24, 5] passdb/pdb_interface.c:make_pdb_methods_name(648)
   Attempting to find an passdb backend to match guest (guest)
[2004/10/03 13:37:24, 5] passdb/pdb_interface.c:make_pdb_methods_name(669)
   Found pdb backend guest
[2004/10/03 13:37:24, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
   pdb backend guest has a valid init
q
big:/var/log/samba# less log.smbd
big:/var/log/samba# less log.jons-lap
   size=3563
   smb_com=0x2e
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=136
   smb_flg2=51201
   smb_tid=1
   smb_pid=65279
   smb_uid=100
   smb_mid=31168
   smt_wct=12
   smb_vwv[ 0]=  255 (0xFF)
   smb_vwv[ 1]=    0 (0x0)
   smb_vwv[ 2]=65535 (0xFFFF)
   smb_vwv[ 3]=    0 (0x0)
   smb_vwv[ 4]=    0 (0x0)
   smb_vwv[ 5]= 3504 (0xDB0)
   smb_vwv[ 6]=   59 (0x3B)
   smb_vwv[ 7]=    0 (0x0)
   smb_vwv[ 8]=    0 (0x0)
   smb_vwv[ 9]=    0 (0x0)
   smb_vwv[10]=    0 (0x0)
   smb_vwv[11]=    0 (0x0)
   smb_bcc=3504
[2004/10/03 13:38:30, 10] lib/util.c:dump_data(1835)
   [000] E0 8C 56 F1 E3 60 84 12  B3 96 31 6B 6D 2A 73 CD  ..V..`.. ..1km*s.
   [010] 52 6A 99 A7 E2 B6 CE FD  EC 54 57 A5 45 54 10 B5  Rj...... .TW.ET..
   [020] DC C3 29 6D 5A A6 2D B0  D6 96 84 65 D8 5E 5F 75  ..)mZ.-. ...e.^_u
   [030] F4 EE F3 D1 E1 4A 58 2B  35 5B 33 63 1F A1 EA 82  .....JX+ 5[3c....
   [040] B3 12 43 8D E4 69 32 99  F7 5A 6D DA 69 FD E7 49  ..C..i2. .Zm.i..I
   [050] 79 1F DB 3E 5B 58 7C 6F  A5 FA B4 6C 1D 56 97 21  y..>[X|o ...l.V.!
   [060] E9 A7 62 BE A7 0A 13 DA  32 1A E3 D4 37 BB C3 6F  ..b..... 2...7..o
   [070] 43 2F AC 8C 0A 0D 7D A3  BC DD CD 0B 94 25 6D BA  C/....}. .....%m.
   [080] 87 E5 4C 2E 62 91 56 DB  95 E0 46 61 F5 F0 F5 FD  ..L.b.V. ..Fa....
   [090] 43 42 B8 BD 1A 52 51 2E  F4 AB 28 22 25 EB 88 30  CB...RQ. ..("%..0
   [0A0] F3 2F 8E 4D 71 B5 88 E5  41 2D 42 E5 A0 BE 9A A5  ./.Mq... A-B.....
   [0B0] 45 AC F0 6A 11 34 FA 1B  A2 78 E1 34 33 AB AD 54  E..j.4.. .x.43..T
   [0C0] 58 9C 38 EF 44 4A 85 87  AC B7 EA 84 AA F4 E5 54  X.8.DJ.. .......T
   [0D0] 2A FE D2 A3 54 34 6C A5  A2 E1 52 EA 88 84 CE 3C  *...T4l. ..R....<
   [0E0] 4A C5 3B 6C A5 42 5D CD  0D 53 D1 0F 93 96 AC 92  J.;l.B]. .S......
   [0F0] CB 8C B3 A9 E5 6B FC 2B  B4 56 C7 3C 74 DE BE C2  .....k.+ .V.<t...
   [100] 20 DF 2E B6 0B F7 F8 0A  DB 53 09 5F F2 92 D0 C1   ....... .S._....
   [110] 16 AD 53 1F 9B ED 65 C6  89 D6 8A 4E B8 D4 73 A2  ..S...e. ...N..s.
   [120] AD 6B 36 DB CB A8 1B 9D  50 75 A3 13 3C 27 DA CB  .k6..... Pu..<'..
   [130] D0 50 31 33 CF 4A 29 87  32 A9 0C 8F 18 47 24 41  .P13.J). 2....G$A
   [140] 80 C8 3B 51 B8 F7 73 F5  2D 08 66 7E 29 C4 6A F5  ..;Q..s. -.f~).j.
   [150] 2E EA 65 B5 12 A7 EB C3  C2 E4 3C A2 B2 86 43 E6  ..e..... ..<...C.
   [160] DD 08 92 79 5F 4E 2D 32  6F 9F D5 A1 AE AD 0E 8D  ...y_N-2 o.......
   [170] 30 65 D6 15 34 44 99 A5  AC 0E 2F 65 B1 79 5F 49  0e..4D.. ../e.y_I
   [180] 83 A4 59 4D 97 34 CB D2  B5 AF A7 26 69 56 DD 3D  ..YM.4.. ...&iV.=
   [190] 0C C7 CE 61 F8 6A 9A 8F  CD FB DD D4 65 F3 9E 8C  ...a.j.. ....e...
   [1A0] D5 C1 6D A1 9F 5A AC 5B  D9 56 87 9A 9E 46 0B 2A  ..m..Z.[ .V...F.*
   [1B0] 07 68 80 4D 2B B0 16 F5  71 B4 89 6C DB B5 7C 9A  .h.M+... q..l..|.
   [1C0] FD 1A 0A 91 14 C6 04 7F  47 F4 64 10 F5 E4 D4 68  ........ G.d....h
   [1D0] 68 2D 15 93 C2 E4 BA 1C  08 5E 0F 66 70 CC 2A 6A  h-...... .^.fp.*j
   [1E0] 71 8A 4D AC 73 5D 56 E7  00 4D AF 43 9D 73 CC 0E  q.M.s]V. .M.C.s..
   [1F0] 9E 65 2A 29 4B 74 41 64  76 B8 56 1E 43 B4 E6 D1  .e*)KtAd v.V.C...
[2004/10/03 13:38:30, 6] lib/util_sock.c:write_socket(449)
   write_socket(6,3567)
[2004/10/03 13:38:30, 6] lib/util_sock.c:write_socket(452)
   write_socket(6,3567) wrote 3567
(END)




More information about the linux mailing list