[Samba] 3.0.28a VFS Problem 2

sen sendel2000 at gmail.com
Wed Jul 30 12:09:59 GMT 2008


Thanx for answerd... Im attach logs with comments

Volker Lendecke wrote:
> On Wed, Jul 23, 2008 at 08:27:09PM +0400, Sen wrote:
>    
>> Im create VFS module (convert from Samba 2.2.x to Samba 3.0.28a) in
>> 2.2.x all work.
>> Client: Windows XP
>> Server: Ubuntu 8.04
>> VFS: Level mode as Transparent...
>>
>> Im have a problem:
>> When Im try delete file in Explorer
>> if Im not change directory after connect VFS get UNLINK command,
>> BUT
>> if I try change folder and try delete from it, VFS cannt get UNLINK
>> command...
>> In log level 10 delete command getet by samba from client...
>> And after this, other operation in Explorer with this opened folder sad
>> that "Access Denied"
>>
>> Is it bug?
>>      
>
> For both your problems, please post the module, your
> smb.conf and a debug level 10 log.
>
> Volker
>    

-------------- next part --------------
It is error with create file(name have russian chars...im sorry):
[НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP]

first create file was here:
  Open with flags: 194

my VFS create it becouse it O_CREATE|O_EXCL|O_WRITE then 
SAMBA test on exist:
open_file_ntcreate: FILE_CREATE requested for file Новая папка (3)/NBCrawler.zip and file already exists.

second create files (Im press [Yes] for replace confirm)
  Open with flags: 66


****************************************************

[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 5C 00 1D 04 3E 04 32  ........ .\...>.2
  [010] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [020] 04 20 00 28 00 33 00 29  00 00 00                 . .(.3.) ...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3) (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:06, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:52:17 2008
   access: Mon Jul 28 22:52:17 2008
   write: Mon Jul 28 22:52:17 2008
   change: Mon Jul 28 22:52:17 2008
   mode: 10
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64452
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [010] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 10 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 70
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x46
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2649 of length 74
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=70
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64516
  smt_wct=15
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=  560 (0x230)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    2 (0x2)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    3 (0x3)
  smb_bcc=5
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 05 01                                    ..... 
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfsinfo(2285)
  call_trans2qfsinfo: level = 261
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 0, data_sent_thistime = 20, useable_space = 131012
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 0, data_to_send = 20, paramsize = 0, datasize = 20
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=76
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64516
  smt_wct=10
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=   20 (0x14)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   20 (0x14)
  smb_vwv[ 7]=   56 (0x38)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=21
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 2F 00 00 00 FF 00 00  00 08 00 00 00 4E 00 54  ./...... .....N.T
  [010] 00 46 00 53 00                                    .F.S. 
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2qfsinfo(2745)
  SMBtrans2 info_level = 261
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 146
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x92
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2650 of length 150
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=146
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64580
  smt_wct=24
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=57054 (0xDEDE)
  smb_vwv[ 2]=15360 (0x3C00)
  smb_vwv[ 3]= 5632 (0x1600)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=38400 (0x9600)
  smb_vwv[ 8]=  769 (0x301)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]= 8192 (0x2000)
  smb_vwv[14]=    0 (0x0)
  smb
_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]=  512 (0x200)
  smb_vwv[18]=    0 (0x0)
  smb_vwv[19]=17408 (0x4400)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=  512 (0x200)
  smb_vwv[22]=    0 (0x0)
  smb_vwv[23]=  768 (0x300)
  smb_bcc=63
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 5C 00 1D 04 3E 04 32  04 30 04 4F 04 20 00 3F  .\...>.2 .0.O. .?
  [010] 04 30 04 3F 04 3A 04 30  04 20 00 28 00 33 00 29  .0.?.:.0 . .(.3.)
  [020] 00 5C 00 4E 00 42 00 43  00 72 00 61 00 77 00 6C  .\.N.B.C .r.a.w.l
  [030] 00 65 00 72 00 2E 00 7A  00 69 00 70 00 00 00     .e.r...z .i.p...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBntcreateX (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 10] smbd/nttrans.c:reply_ntcreate_and_X(515)
  reply_ntcreate_and_X: flags = 0x16, access_mask = 0x30196 file_attributes = 0x20, share_access = 0x0, create_disposition = 0x2 create_options = 0x44 root_dir_fid = 0x0
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(215)
  stat_cache_lookup: lookup failed for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP]
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 0] dbvfs/dbvfsg.c:dbvfsg_stat(2041)
  cannot get entry on Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(246)
  unix_convert begin: name = Новая папка (3)/NBCrawler.zip, dirpath = Новая папка (3), start = NBCrawler.zip
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:is_mangled(276)
  is_mangled NBCrawler.zip ?
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:is_mangled_component(215)
  is_mangled_component NBCrawler.zip (len 13) ?
[2008/07/28 22:53:06, 0] dbvfs/dbvfsg.c:dbvfsg_stat(2041)
  cannot get entry on Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:is_mangled(276)
  is_mangled NBCrawler.zip ?
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:is_mangled_component(215)
  is_mangled_component NBCrawler.zip (len 13) ?
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:is_mangled(276)
  is_mangled NBCrawler.zip ?
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:is_mangled_component(215)
  is_mangled_component NBCrawler.zip (len 13) ?
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(440)
  New file NBCrawler.zip
[2008/07/28 22:53:06, 3] smbd/dosmode.c:unix_mode(142)
  unix_mode(Новая папка (3)/NBCrawler.zip) returning 0744
[2008/07/28 22:53:06, 10] smbd/open.c:open_file_ntcreate(1184)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, dos_attrs=0x20 access_mask=0x30196 share_access=0x0 create_disposition = 0x2 create_options=0x44 unix mode=0744 oplock_request=3
[2008/07/28 22:53:06, 10] smbd/open.c:open_file_ntcreate(1347)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, after mapping access_mask=0x30196
[2008/07/28 22:53:06, 5] smbd/files.c:file_new(123)
  allocated file structure 9315, fnum = 13411 (3 used)
[2008/07/28 22:53:06, 4] smbd/open.c:open_file_ntcreate(1605)
  calling open_file with flags=0x2 flags2=0xC0 mode=0744, access_mask = 0x30196, open_access_mask = 0x30196
[2008/07/28 22:53:06, 0] dbvfs/dbvfsg.c:dbvfsg_open(1384)
  Open with flags: 194
[2008/07/28 22:53:06, 0] dbvfs/dbvfsg.c:dbvfsg_open(1519)
  FILE OPEN: 31 (Новая папка (3)/NBCrawler.zip)
[2008/07/28 22:53:06, 10] smbd/open.c:fd_open(67)
  fd_open: name Новая папка (3)/NBCrawler.zip, flags = 0302 mode = 0744, fd = 0. 
[2008/07/28 22:53:06, 10] smbd/notify_internal.c:notify_trigger(589)
  notify_trigger called action=0x1, filter=0x1, path=/RAID/VFS/Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 2] smbd/open.c:open_file(391)
  sen opened file Новая папка (3)/NBCrawler.zip read=No write=Yes (numopen=3)
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 5
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x3, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x40, file_id = 842, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x30196, share_access = 0x0
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x0) & share (0x2) = 0x0
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x30196) & right (0x6) = 0x6
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x0) & share (0x1) = 0x0
[2008/07/28 22:53:06, 10] smbd/open.c:share_conflict(485)
  share_conflict: check 3 conflict am = 0x100001, right = 0x21, sa = 0x0, share = 0x1
[2008/07/28 22:53:06, 10] locking/posix.c:get_windows_lock_ref_count(545)
  get_windows_lock_count for file Новая папка (3)/NBCrawler.zip = 0
[2008/07/28 22:53:06, 10] locking/posix.c:delete_windows_lock_ref_count(559)
  delete_windows_lock_ref_count for file Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 0] dbvfs/dbvfsg.c:dbvfsg_close(1296)
  FILE CLOSED: 0 = 31, 0
[2008/07/28 22:53:06, 5] smbd/files.c:file_free(454)
  freed files structure 13411 (2 used)
[2008/07/28 22:53:06, 10] smbd/open.c:defer_open(802)
  defer_open_sharing_error: time [1217271186.132771] adding deferred open entry for mid 64580
[2008/07/28 22:53:06, 10] smbd/process.c:push_deferred_smb_message(214)
  push_deferred_open_smb_message: pushing message len 150 mid 64580 timeout time [1217271186.132771]
[2008/07/28 22:53:06, 10] smbd/process.c:push_queued_message(110)
  push_message: pushed message length 150 on deferred_open_queue
[2008/07/28 22:53:06, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 0, tok = 0, num: 5
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]:  pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xfc44, type= 0x20, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] lib/messages.c:message_dispatch(517)
  message_dispatch: received_signal = 1
[2008/07/28 22:53:06, 10] lib/messages.c:message_dispatch(529)
  message_dispatch: received msg_type=3016 src_pid=8957
[2008/07/28 22:53:06, 10] lib/messages.c:message_dispatch(534)
  message_dispatch: processing message of type 3016.
[2008/07/28 22:53:06, 10] smbd/notify.c:notify_callback(206)
  notify_callback called for .
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0000 offset: 00000000
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0004 action: 00000001
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0008 namelen: 0000003a
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_unistr(1247)
      000c name: ..>.2.0.O. .?.0.?.:.0. .(.3.).\.N.B.C.r.a.w.l.e.r...z.i.p...
[2008/07/28 22:53:06, 3] smbd/error.c:erro
r_packet_set(106)
  error packet at smbd/notify.c(142) cmd=160 (SMBnttrans) NT_STATUS_OK
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=71
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=17090
  smt_wct=18
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  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_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]=    0 (0x0)
  smb_bcc=0
[2008/07/28 22:53:06, 10] lib/messages.c:message_dispatch(529)
  message_dispatch: received msg_type=3016 src_pid=8957
[2008/07/28 22:53:06, 10] lib/messages.c:message_dispatch(534)
  message_dispatch: processing message of type 3016.
[2008/07/28 22:53:06, 10] smbd/notify.c:notify_callback(206)
  notify_callback called for Новая папка (3)
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0000 offset: 00000000
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0004 action: 00000001
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0008 namelen: 0000001a
[2008/07/28 22:53:06, 5] rpc_parse/parse_prs.c:prs_unistr(1247)
      000c name: N.B.C.r.a.w.l.e.r...z.i.p...
[2008/07/28 22:53:06, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/notify.c(142) cmd=160 (SMBnttrans) NT_STATUS_OK
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=71
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=43713
  smt_wct=18
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  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_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]=    0 (0x0)
  smb_bcc=0
[2008/07/28 22:53:06, 10] smbd/process.c:receive_message_or_smb(396)
  receive_message_or_smb: queued message timed out.
[2008/07/28 22:53:06, 5] smbd/process.c:receive_message_or_smb(411)
  receive_message_or_smb: returning deferred open smb message.
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x92
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2651 of length 150
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=146
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64580
  smt_wct=24
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=57054 (0xDEDE)
  smb_vwv[ 2]=15360 (0x3C00)
  smb_vwv[ 3]= 5632 (0x1600)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=38400 (0x9600)
  smb_vwv[ 8]=  769 (0x301)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]= 8192 (0x2000)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]=  512 (0x200)
  smb_vwv[18]=    0 (0x0)
  smb_vwv[19]=17408 (0x4400)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=  512 (0x200)
  smb_vwv[22]=    0 (0x0)
  smb_vwv[23]=  768 (0x300)
  smb_bcc=63
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 5C 00 1D 04 3E 04 32  04 30 04 4F 04 20 00 3F  .\...>.2 .0.O. .?
  [010] 04 30 04 3F 04 3A 04 30  04 20 00 28 00 33 00 29  .0.?.:.0 . .(.3.)
  [020] 00 5C 00 4E 00 42 00 43  00 72 00 61 00 77 00 6C  .\.N.B.C .r.a.w.l
  [030] 00 65 00 72 00 2E 00 7A  00 69 00 70 00 00 00     .e.r...z .i.p...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBntcreateX (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 10] smbd/nttrans.c:reply_ntcreate_and_X(515)
  reply_ntcreate_and_X: flags = 0x16, access_mask = 0x30196 file_attributes = 0x20, share_access = 0x0, create_disposition = 0x2 create_options = 0x44 root_dir_fid = 0x0
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(215)
  stat_cache_lookup: lookup failed for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP]
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 5] smbd/statcache.c:stat_cache_add(140)
  stat_cache_add: Added entry (84be840:size28) НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP -> Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(241)
  conversion finished Новая папка (3)/NBCrawler.zip -> Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 3] smbd/dosmode.c:unix_mode(142)
  unix_mode(Новая папка (3)/NBCrawler.zip) returning 0744
[2008/07/28 22:53:06, 10] smbd/open.c:open_file_ntcreate(1184)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, dos_attrs=0x20 access_mask=0x30196 share_access=0x0 create_disposition = 0x2 create_options=0x44 unix mode=0744 oplock_request=3
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 5
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]:  pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xfc44, type= 0x20, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 0, tok = 0, num: 5
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xfc44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:06, 10] smbd/process.c:remove_deferred_open_smb_message(128)
  remove_sharing_violation_open_smb_message: deleting mid 64580 len 150
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:06, 5] smbd/open.c:open_file_ntcreate(1289)
  open_file_ntcreate: FILE_CREATE requested for file Новая папка (3)/NBCrawler.zip and file already exists.
[2008/07/28 22:53:06, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/nttrans.c(805) cmd=162 (SMBntcreateX) NT_STATUS_OBJECT_NAME_COLLISION
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=35
  smb_com=0xa2
  smb_rcls=53
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64580
  smt_wct=0
  smb_bcc=0
[2008/07/28 22:53:06, 10] smbd/process.c:async_processing(292)
  async_processing: Doing async processing.
[2008/07/28 22:53:06, 10] sm
bd/process.c:async_processing(292)
  async_processing: Doing async processing.
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 84
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x54
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2652 of length 88
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=84
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64642
  smt_wct=23
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]= 8192 (0x2000)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=21504 (0x5400)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1024 (0x400)
  smb_vwv[18]=    4 (0x4)
  smb_vwv[19]=    3 (0x3)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=12933 (0x3285)
  smb_vwv[22]=    1 (0x1)
  smb_bcc=3
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00                                          ... 
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBnttrans (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 10] smbd/nttrans.c:reply_nttrans(3086)
  reply_nttrans: state->setup_count = 8
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 03 00 00 00 85 32 01 00                           .....2.. 
[2008/07/28 22:53:06, 3] smbd/nttrans.c:call_nt_transact_notify_change(1917)
  call_nt_transact_notify_change
[2008/07/28 22:53:06, 3] smbd/nttrans.c:call_nt_transact_notify_change(1932)
  call_nt_transact_notify_change: notify change called on ., filter = FILE_NAME|DIR_NAME, recursive = 1
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 84
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x54
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2653 of length 88
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=84
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64705
  smt_wct=23
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]= 8192 (0x2000)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=21504 (0x5400)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1024 (0x400)
  smb_vwv[18]=    4 (0x4)
  smb_vwv[19]=    3 (0x3)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=13323 (0x340B)
  smb_vwv[22]=    1 (0x1)
  smb_bcc=3
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00                                          ... 
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBnttrans (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 10] smbd/nttrans.c:reply_nttrans(3086)
  reply_nttrans: state->setup_count = 8
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 03 00 00 00 0B 34 01 00                           .....4.. 
[2008/07/28 22:53:06, 3] smbd/nttrans.c:call_nt_transact_notify_change(1917)
  call_nt_transact_notify_change
[2008/07/28 22:53:06, 3] smbd/nttrans.c:call_nt_transact_notify_change(1932)
  call_nt_transact_notify_change: notify change called on Новая папка (3), filter = FILE_NAME|DIR_NAME, recursive = 1
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 108
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x6c
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2654 of length 112
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=108
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64772
  smt_wct=15
  smb_vwv[ 0]=   40 (0x28)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   40 (0x28)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=43
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 5C 00 1D 04 3E 04 32  ........ .\...>.2
  [010] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [020] 04 20 00 28 00 33 00 29  00 00 00                 . .(.3.) ...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3) (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:06, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:52:17 2008
   access: Mon Jul 28 22:52:17 2008
   write: Mon Jul 28 22:52:17 2008
   change: Mon Jul 28 22:52:17 2008
   mode: 10
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64772
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [010] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 10 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 142
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x8e
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2655 of length 146
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=142
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64836
  smt_wct=15
  smb_vwv[ 0]=   74 (0x4A)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=   10 (0xA)
  smb_vwv[ 3]=16384 (0x4000)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   74 (0x4A)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    1 (0x1)
  smb_bcc=77
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 16 00 56 05 07  00 04 01 00 00 00 00 5C  .....V.. .......\
  [010] 00 1D 04 3E 04 32 04 30  04 4F 04 20 00 3F 04 30  ...>.2.0 .O. .?.0
  [020] 04 3F 04 3A 04 30 04 20  00 28 00 33 00 29 00 5C  .?.:.0.  .(.3.).\
  [030] 00 4E 00 42 00 43 00 72  00 61 00 77 00 6C 00 65  .N.B.C.r .a.w.l.e
  [040] 00 72 00 2E 00 7A 00 69  00 70 00 00 00           .r...z.i .p...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2findfirst(1704)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache
_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1769)
  dir=Новая папка (3), mask = NBCrawler.zip
[2008/07/28 22:53:06, 5] smbd/dir.c:dptr_create(392)
  dptr_create dir=Новая папка (3)
[2008/07/28 22:53:06, 3] smbd/dir.c:dptr_create(515)
  creating new dirptr 256 for path Новая папка (3), expect_close = 1
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1837)
  dptr_num is 256, wcard = NBCrawler.zip, attr = 22
[2008/07/28 22:53:06, 8] smbd/trans2.c:call_trans2findfirst(1842)
  dirpath=<Новая папка (3)> dontdescend=<>
[2008/07/28 22:53:06, 8] smbd/trans2.c:get_lanman2_dir_entry(1161)
  get_lanman2_dir_entry:readdir on dirptr 0x84ba0c8 now at offset -1
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:06, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
  get_lanman2_dir_entry found Новая папка (3)/NBCrawler.zip fname=NBCrawler.zip
[2008/07/28 22:53:06, 10] smbd/trans2.c:get_lanman2_dir_entry(1398)
  get_lanman2_dir_entry: SMB_FIND_FILE_BOTH_DIRECTORY_INFO
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: NBCrawler.zip -> 27508BB3 -> NAWPAY~B.ZIP (cache=1)
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1890)
  call_trans2findfirst - (2) closing dptr_num 256
[2008/07/28 22:53:06, 4] smbd/dir.c:dptr_close_internal(238)
  closing dptr key 256
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 10, data_sent_thistime = 120, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 10, data_to_send = 120, paramsize = 10, datasize = 120
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=188
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64836
  smt_wct=10
  smb_vwv[ 0]=   10 (0xA)
  smb_vwv[ 1]=  120 (0x78)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=   10 (0xA)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=  120 (0x78)
  smb_vwv[ 7]=   68 (0x44)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=133
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 FD FF 01 00 01 00 00  00 00 00 00 00 78 00 00  ........ .....x..
  [010] 00 00 00 00 00 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  ........ +.......
  [020] 2B E3 F0 C8 01 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  +....... +.......
  [030] 2B E3 F0 C8 01 00 00 00  00 00 00 00 00 00 00 00  +....... ........
  [040] 00 00 00 00 00 20 00 00  00 1A 00 00 00 00 00 00  ..... .. ........
  [050] 00 18 00 4E 00 41 00 57  00 50 00 41 00 59 00 7E  ...N.A.W .P.A.Y.~
  [060] 00 42 00 2E 00 5A 00 49  00 50 00 4E 00 42 00 43  .B...Z.I .P.N.B.C
  [070] 00 72 00 61 00 77 00 6C  00 65 00 72 00 2E 00 7A  .r.a.w.l .e.r...z
  [080] 00 69 00 70 00                                    .i.p. 
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1926)
  SMBtrans2 mask=NBCrawler.zip directory=Новая папка (3) dirtype=22 numentries=1
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: NBCrawler.zip -> 27508BB3 -> NAWPAY~B.ZIP (cache=1)
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 108
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x6c
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2656 of length 112
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=108
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64900
  smt_wct=15
  smb_vwv[ 0]=   40 (0x28)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   40 (0x28)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=43
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 5C 00 1D 04 3E 04 32  ........ .\...>.2
  [010] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [020] 04 20 00 28 00 33 00 29  00 00 00                 . .(.3.) ...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3) (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:06, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:52:17 2008
   access: Mon Jul 28 22:52:17 2008
   write: Mon Jul 28 22:52:17 2008
   change: Mon Jul 28 22:52:17 2008
   mode: 10
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64900
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [010] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 10 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 142
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x8e
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2657 of length 146
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=142
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64964
  smt_wct=15
  smb_vwv[ 0]=   74 (0x4A)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=   10 (0xA)
  smb_vwv[ 3]=16384 (0x4000)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   74 (0x4A)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    1 (0x1)
  smb_bcc=77
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 16 00 56 05 07  00 04 01 00 00 00 00 5C  .....V.. .......\
  [010] 00 1D 04 3E 04 32 04 30  04 4F 04 20 00 3F 04 30  ...>.2.0 .O. .?.0
  [020] 04 3F 04 3A 04 30 04 20  00 28 00 33 00 29 00 5C  .?.:.0.  .(.3.).\
  [030] 00 4E 00 42 00 43 00 72  00 61 00 77 00 6C 00 65  .N.B.C.r .a.w.l.e
  [040] 00 72 00 2E 00 7A 00 69  00 70 00 00 00           .r...z.i .p...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2findfirst(1704)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1769)
  dir=Новая папка (3), mask = NBCrawler.zip
[2008/07/28 22:53:06, 5] smbd/dir.c:dptr_create(392)
  dptr_create dir=Новая папка (3)
[2008/07/28 22:53:06, 3] smbd/dir.c:dptr_create(515)
  creating new dirptr 256 for path Новая папка (3), expect_close = 1
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1837)
  dptr_num is 256, wcard = NBCrawler.zip, attr = 22
[2008/07/28 22:53:
06, 8] smbd/trans2.c:call_trans2findfirst(1842)
  dirpath=<Новая папка (3)> dontdescend=<>
[2008/07/28 22:53:06, 8] smbd/trans2.c:get_lanman2_dir_entry(1161)
  get_lanman2_dir_entry:readdir on dirptr 0x84bfc28 now at offset -1
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:06, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
  get_lanman2_dir_entry found Новая папка (3)/NBCrawler.zip fname=NBCrawler.zip
[2008/07/28 22:53:06, 10] smbd/trans2.c:get_lanman2_dir_entry(1398)
  get_lanman2_dir_entry: SMB_FIND_FILE_BOTH_DIRECTORY_INFO
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: NBCrawler.zip -> 27508BB3 -> NAWPAY~B.ZIP (cache=1)
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1890)
  call_trans2findfirst - (2) closing dptr_num 256
[2008/07/28 22:53:06, 4] smbd/dir.c:dptr_close_internal(238)
  closing dptr key 256
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 10, data_sent_thistime = 120, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 10, data_to_send = 120, paramsize = 10, datasize = 120
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=188
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64964
  smt_wct=10
  smb_vwv[ 0]=   10 (0xA)
  smb_vwv[ 1]=  120 (0x78)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=   10 (0xA)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=  120 (0x78)
  smb_vwv[ 7]=   68 (0x44)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=133
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 FD FF 01 00 01 00 00  00 00 00 00 00 78 00 00  ........ .....x..
  [010] 00 00 00 00 00 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  ........ +.......
  [020] 2B E3 F0 C8 01 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  +....... +.......
  [030] 2B E3 F0 C8 01 00 00 00  00 00 00 00 00 00 00 00  +....... ........
  [040] 00 00 00 00 00 20 00 00  00 1A 00 00 00 00 00 00  ..... .. ........
  [050] 00 18 00 4E 00 41 00 57  00 50 00 41 00 59 00 7E  ...N.A.W .P.A.Y.~
  [060] 00 42 00 2E 00 5A 00 49  00 50 00 4E 00 42 00 43  .B...Z.I .P.N.B.C
  [070] 00 72 00 61 00 77 00 6C  00 65 00 72 00 2E 00 7A  .r.a.w.l .e.r...z
  [080] 00 69 00 70 00                                    .i.p. 
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1926)
  SMBtrans2 mask=NBCrawler.zip directory=Новая папка (3) dirtype=22 numentries=1
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: NBCrawler.zip -> 27508BB3 -> NAWPAY~B.ZIP (cache=1)
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 76
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x4c
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2658 of length 80
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=76
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65028
  smt_wct=15
  smb_vwv[ 0]=    8 (0x8)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    8 (0x8)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=11
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 00 00                 ........ ...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file ""
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(176)
  conversion finished "" -> .
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: .
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:06, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Sat Jul 19 12:21:34 2008
   access: Sat Jul 19 12:21:34 2008
   write: Sat Jul 19 12:21:34 2008
   change: Sat Jul 19 12:21:34 2008
   mode: 10
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65028
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 00 BB 80  74 78 E9 C8 01 00 BB 80  ........ tx......
  [010] 74 78 E9 C8 01 00 BB 80  74 78 E9 C8 01 00 BB 80  tx...... tx......
  [020] 74 78 E9 C8 01 10 00 00  00 00 00 00 00           tx...... .....
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 114
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x72
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2659 of length 118
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=114
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65092
  smt_wct=15
  smb_vwv[ 0]=   46 (0x2E)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=   10 (0xA)
  smb_vwv[ 3]=16384 (0x4000)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   46 (0x2E)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    1 (0x1)
  smb_bcc=49
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 16 00 56 05 07  00 04 01 00 00 00 00 5C  .....V.. .......\
  [010] 00 1D 04 3E 04 32 04 30  04 4F 04 20 00 3F 04 30  ...>.2.0 .O. .?.0
  [020] 04 3F 04 3A 04 30 04 20  00 28 00 33 00 29 00 00  .?.:.0.  .(.3.)..
  [030] 00                                                . 
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2findfirst(1704)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1769)
  dir=./, mask = Новая папка (3)
[2008/07/28 22:53:06, 5] smbd/dir.c:dptr_create(392)
  dptr_create dir=./
[2008/07/28 22:53:06, 3] smbd/dir.c:dptr_create(515)
  creating new dirptr 256 for path ./, expect_close = 1
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1837)
  dptr_num is 256, wcard = Новая папка (3), attr = 22
[2008/07/28 22:53:06, 8] smbd/trans2.c:call_trans2findfirst(1842)
  dirpath=<./> dontdescend=<>
[2008/07/28 22:53:06, 8] smbd/trans2.c:get_lanman2_dir_entry(1161)
  get_lanman2_dir_entry:readdir on dirptr 0x84b6658 now at offset -1
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: ./Новая папка (3)
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:06, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
  get_lanman2_dir_entry found ./Новая папка (3) fname=Новая папка (3)
[2008/07/28 22:53:06, 10] smbd/trans2.c:get_lanman2_dir_entry(1398)
  get_lanman2_dir_entry: SMB_FIND_FILE_BOTH_DIRECTORY_INFO
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: Новая папка (3) -> 0FB7492F -> _4CZD4~F (cache=1)
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1890)
  call_trans2findfirst - (2) closing dptr_num 256
[2008/07/28 22:53:06, 4] smbd/dir.c:dptr_close_internal(238)
  closing dpt
r key 256
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 10, data_sent_thistime = 124, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 10, data_to_send = 124, paramsize = 10, datasize = 124
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=192
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65092
  smt_wct=10
  smb_vwv[ 0]=   10 (0xA)
  smb_vwv[ 1]=  124 (0x7C)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=   10 (0xA)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=  124 (0x7C)
  smb_vwv[ 7]=   68 (0x44)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=137
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 FD FF 01 00 01 00 00  00 00 00 00 00 7C 00 00  ........ .....|..
  [010] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [030] 0E E3 F0 C8 01 00 00 00  00 00 00 00 00 00 00 00  ........ ........
  [040] 00 00 00 00 00 10 00 00  00 1E 00 00 00 00 00 00  ........ ........
  [050] 00 10 00 5F 00 34 00 43  00 5A 00 44 00 34 00 7E  ..._.4.C .Z.D.4.~
  [060] 00 46 00 00 00 00 00 00  00 00 00 1D 04 3E 04 32  .F...... .....>.2
  [070] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [080] 04 20 00 28 00 33 00 29  00                       . .(.3.) .
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1926)
  SMBtrans2 mask=Новая папка (3) directory=./ dirtype=22 numentries=1
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: Новая папка (3) -> 0FB7492F -> _4CZD4~F (cache=1)
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 108
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x6c
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2660 of length 112
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=108
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65156
  smt_wct=15
  smb_vwv[ 0]=   40 (0x28)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   40 (0x28)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=43
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 5C 00 1D 04 3E 04 32  ........ .\...>.2
  [010] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [020] 04 20 00 28 00 33 00 29  00 00 00                 . .(.3.) ...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3) (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:06, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:52:17 2008
   access: Mon Jul 28 22:52:17 2008
   write: Mon Jul 28 22:52:17 2008
   change: Mon Jul 28 22:52:17 2008
   mode: 10
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65156
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [010] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 10 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 142
[2008/07/28 22:53:06, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x8e
[2008/07/28 22:53:06, 3] smbd/process.c:process_smb(1069)
  Transaction 2661 of length 146
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=142
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65220
  smt_wct=15
  smb_vwv[ 0]=   74 (0x4A)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=   10 (0xA)
  smb_vwv[ 3]=16384 (0x4000)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   74 (0x4A)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    1 (0x1)
  smb_bcc=77
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 16 00 56 05 07  00 04 01 00 00 00 00 5C  .....V.. .......\
  [010] 00 1D 04 3E 04 32 04 30  04 4F 04 20 00 3F 04 30  ...>.2.0 .O. .?.0
  [020] 04 3F 04 3A 04 30 04 20  00 28 00 33 00 29 00 5C  .?.:.0.  .(.3.).\
  [030] 00 4E 00 42 00 43 00 72  00 61 00 77 00 6C 00 65  .N.B.C.r .a.w.l.e
  [040] 00 72 00 2E 00 7A 00 69  00 70 00 00 00           .r...z.i .p...
[2008/07/28 22:53:06, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:06, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:06, 3] smbd/trans2.c:call_trans2findfirst(1704)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2008/07/28 22:53:06, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:06, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1769)
  dir=Новая папка (3), mask = NBCrawler.zip
[2008/07/28 22:53:06, 5] smbd/dir.c:dptr_create(392)
  dptr_create dir=Новая папка (3)
[2008/07/28 22:53:06, 3] smbd/dir.c:dptr_create(515)
  creating new dirptr 256 for path Новая папка (3), expect_close = 1
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1837)
  dptr_num is 256, wcard = NBCrawler.zip, attr = 22
[2008/07/28 22:53:06, 8] smbd/trans2.c:call_trans2findfirst(1842)
  dirpath=<Новая папка (3)> dontdescend=<>
[2008/07/28 22:53:06, 8] smbd/trans2.c:get_lanman2_dir_entry(1161)
  get_lanman2_dir_entry:readdir on dirptr 0x84bfc28 now at offset -1
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:06, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:06, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
  get_lanman2_dir_entry found Новая папка (3)/NBCrawler.zip fname=NBCrawler.zip
[2008/07/28 22:53:06, 10] smbd/trans2.c:get_lanman2_dir_entry(1398)
  get_lanman2_dir_entry: SMB_FIND_FILE_BOTH_DIRECTORY_INFO
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: NBCrawler.zip -> 27508BB3 -> NAWPAY~B.ZIP (cache=1)
[2008/07/28 22:53:06, 5] smbd/trans2.c:call_trans2findfirst(1890)
  call_trans2findfirst - (2) closing dptr_num 256
[2008/07/28 22:53:06, 4] smbd/dir.c:dptr_close_internal(238)
  closing dptr key 256
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 10, data_sent_thistime = 120, useable_space = 131010
[2008/07/28 22:53:06, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 10, data_to_send = 120, paramsize = 10, datasize = 120
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:06, 5] lib/util.c:show_msg(494)
  size=188
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65220
  smt_wct=10
  smb_vwv[ 0]=   10 (0xA)

  smb_vwv[ 1]=  120 (0x78)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=   10 (0xA)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=  120 (0x78)
  smb_vwv[ 7]=   68 (0x44)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=133
[2008/07/28 22:53:06, 10] lib/util.c:dump_data(2264)
  [000] 00 FD FF 01 00 01 00 00  00 00 00 00 00 78 00 00  ........ .....x..
  [010] 00 00 00 00 00 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  ........ +.......
  [020] 2B E3 F0 C8 01 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  +....... +.......
  [030] 2B E3 F0 C8 01 00 00 00  00 00 00 00 00 00 00 00  +....... ........
  [040] 00 00 00 00 00 20 00 00  00 1A 00 00 00 00 00 00  ..... .. ........
  [050] 00 18 00 4E 00 41 00 57  00 50 00 41 00 59 00 7E  ...N.A.W .P.A.Y.~
  [060] 00 42 00 2E 00 5A 00 49  00 50 00 4E 00 42 00 43  .B...Z.I .P.N.B.C
  [070] 00 72 00 61 00 77 00 6C  00 65 00 72 00 2E 00 7A  .r.a.w.l .e.r...z
  [080] 00 69 00 70 00                                    .i.p. 
[2008/07/28 22:53:06, 4] smbd/trans2.c:call_trans2findfirst(1926)
  SMBtrans2 mask=NBCrawler.zip directory=Новая папка (3) dirtype=22 numentries=1
[2008/07/28 22:53:06, 10] smbd/mangle_hash2.c:name_map(617)
  name_map: NBCrawler.zip -> 27508BB3 -> NAWPAY~B.ZIP (cache=1)
[2008/07/28 22:53:07, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 108
[2008/07/28 22:53:07, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x6c
[2008/07/28 22:53:07, 3] smbd/process.c:process_smb(1069)
  Transaction 2662 of length 112
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(494)
  size=108
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65284
  smt_wct=15
  smb_vwv[ 0]=   40 (0x28)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   40 (0x28)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=43
[2008/07/28 22:53:07, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 5C 00 1D 04 3E 04 32  ........ .\...>.2
  [010] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [020] 04 20 00 28 00 33 00 29  00 00 00                 . .(.3.) ...
[2008/07/28 22:53:07, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:07, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:07, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:07, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:07, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:07, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3) (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:07, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)
[2008/07/28 22:53:07, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:07, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:07, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:07, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:52:17 2008
   access: Mon Jul 28 22:52:17 2008
   write: Mon Jul 28 22:52:17 2008
   change: Mon Jul 28 22:52:17 2008
   mode: 10
[2008/07/28 22:53:07, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:07, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65284
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:07, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [010] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 10 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:07, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 108
[2008/07/28 22:53:07, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x6c
[2008/07/28 22:53:07, 3] smbd/process.c:process_smb(1069)
  Transaction 2663 of length 112
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(494)
  size=108
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65348
  smt_wct=15
  smb_vwv[ 0]=   40 (0x28)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=   40 (0x28)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=43
[2008/07/28 22:53:07, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 5C 00 1D 04 3E 04 32  ........ .\...>.2
  [010] 04 30 04 4F 04 20 00 3F  04 30 04 3F 04 3A 04 30  .0.O. .? .0.?.:.0
  [020] 04 20 00 28 00 33 00 29  00 00 00                 . .(.3.) ...
[2008/07/28 22:53:07, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:07, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:07, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 22:53:07, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)"
[2008/07/28 22:53:07, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)] -> [Новая папка (3)]
[2008/07/28 22:53:07, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3) (fnum = -1) level=1004 call=5 total_data=0
[2008/07/28 22:53:07, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)
[2008/07/28 22:53:07, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning d
[2008/07/28 22:53:07, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning d
[2008/07/28 22:53:07, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:07, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:52:17 2008
   access: Mon Jul 28 22:52:17 2008
   write: Mon Jul 28 22:52:17 2008
   change: Mon Jul 28 22:52:17 2008
   mode: 10
[2008/07/28 22:53:07, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:07, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:07, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65348
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:07, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [010] 0E E3 F0 C8 01 80 06 68  0E E3 F0 C8 01 80 06 68  .......h .......h
  [020] 0E E3 F0 C8 01 10 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:08, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 146
[2008/07/28 22:53:08, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x92
[2008/07/28 22:53:08, 3] smbd/process.c:process_smb(1069)
  Transaction 2664 of length 150
[2008/07/28 22:53:08, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:08, 5] lib/util.c:show_msg(494)
  size=146
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65412
  smt_wct=24
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=57054 (0xDEDE)
  smb_vwv[ 2]=15360 (0x3C00)
  smb_vwv[ 3]= 5632 (0x1600)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=38400 (0x9600)
  smb_vwv[ 8]=  769 (0x301)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]= 8192 (0x2000)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1280 (0x500)
  smb_vwv[18]=    0 (0x0)
  smb_vwv[19]=17408 (0x4400)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=  512 (0x200)
  smb_vw
v[22]=    0 (0x0)
  smb_vwv[23]=  768 (0x300)
  smb_bcc=63
[2008/07/28 22:53:08, 10] lib/util.c:dump_data(2264)
  [000] 00 5C 00 1D 04 3E 04 32  04 30 04 4F 04 20 00 3F  .\...>.2 .0.O. .?
  [010] 04 30 04 3F 04 3A 04 30  04 20 00 28 00 33 00 29  .0.?.:.0 . .(.3.)
  [020] 00 5C 00 4E 00 42 00 43  00 72 00 61 00 77 00 6C  .\.N.B.C .r.a.w.l
  [030] 00 65 00 72 00 2E 00 7A  00 69 00 70 00 00 00     .e.r...z .i.p...
[2008/07/28 22:53:08, 3] smbd/process.c:switch_message(927)
  switch message SMBntcreateX (pid 8957) conn 0x84bc748
[2008/07/28 22:53:08, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:08, 10] smbd/nttrans.c:reply_ntcreate_and_X(515)
  reply_ntcreate_and_X: flags = 0x16, access_mask = 0x30196 file_attributes = 0x20, share_access = 0x0, create_disposition = 0x5 create_options = 0x44 root_dir_fid = 0x0
[2008/07/28 22:53:08, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:08, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 22:53:08, 3] smbd/dosmode.c:unix_mode(142)
  unix_mode(Новая папка (3)/NBCrawler.zip) returning 0744
[2008/07/28 22:53:08, 10] smbd/open.c:open_file_ntcreate(1184)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, dos_attrs=0x20 access_mask=0x30196 share_access=0x0 create_disposition = 0x5 create_options=0x44 unix mode=0744 oplock_request=3
[2008/07/28 22:53:08, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:08, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:08, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:08, 10] smbd/open.c:open_match_attributes(852)
  open_match_attributes: file Новая папка (3)/NBCrawler.zip old_dos_attr = 0x20, existing_unx_mode = 0744, new_dos_attr = 0x20 returned_unx_mode = 00
[2008/07/28 22:53:08, 10] smbd/open.c:open_file_ntcreate(1347)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, after mapping access_mask=0x30196
[2008/07/28 22:53:08, 5] smbd/files.c:file_new(123)
  allocated file structure 9316, fnum = 13412 (3 used)
[2008/07/28 22:53:08, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 5
[2008/07/28 22:53:08, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xfc44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x30196, share_access = 0x0
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x0) & share (0x2) = 0x0
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x30196) & right (0x6) = 0x6
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x0) & share (0x1) = 0x0
[2008/07/28 22:53:08, 10] smbd/open.c:share_conflict(485)
  share_conflict: check 3 conflict am = 0x100001, right = 0x21, sa = 0x0, share = 0x1
[2008/07/28 22:53:08, 10] smbd/posix_acls.c:can_access_file(4319)
  can_access_file: requesting 0x3 on file Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:08, 10] smbd/open.c:defer_open(802)
  defer_open_sharing_error: time [1217271188.726490] adding deferred open entry for mid 65412
[2008/07/28 22:53:08, 10] smbd/process.c:push_deferred_smb_message(214)
  push_deferred_open_smb_message: pushing message len 150 mid 65412 timeout time [1217271189.676490]
[2008/07/28 22:53:08, 10] smbd/process.c:push_queued_message(110)
  push_message: pushed message length 150 on deferred_open_queue
[2008/07/28 22:53:08, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 0, tok = 0, num: 5
[2008/07/28 22:53:08, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]:  pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xff84, type= 0x20, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:08, 5] smbd/files.c:file_free(454)
  freed files structure 13412 (2 used)
[2008/07/28 22:53:08, 10] smbd/process.c:receive_message_or_smb(402)
  receive_message_or_smb: select with timeout of [0.949309]
[2008/07/28 22:53:09, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2008/07/28 22:53:09, 5] auth/auth_util.c:debug_nt_user_token(448)
  NT user token: (NULL)
[2008/07/28 22:53:09, 5] auth/auth_util.c:debug_unix_user_token(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2008/07/28 22:53:09, 5] smbd/uid.c:change_to_root_user(288)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2008/07/28 22:53:09, 10] smbd/process.c:receive_message_or_smb(396)
  receive_message_or_smb: queued message timed out.
[2008/07/28 22:53:09, 5] smbd/process.c:receive_message_or_smb(411)
  receive_message_or_smb: returning deferred open smb message.
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x92
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2665 of length 150
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=146
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65412
  smt_wct=24
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=57054 (0xDEDE)
  smb_vwv[ 2]=15360 (0x3C00)
  smb_vwv[ 3]= 5632 (0x1600)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=38400 (0x9600)
  smb_vwv[ 8]=  769 (0x301)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]= 8192 (0x2000)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1280 (0x500)
  smb_vwv[18]=    0 (0x0)
  smb_vwv[19]=17408 (0x4400)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=  512 (0x200)
  smb_vwv[22]=    0 (0x0)
  smb_vwv[23]=  768 (0x300)
  smb_bcc=63
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 5C 00 1D 04 3E 04 32  04 30 04 4F 04 20 00 3F  .\...>.2 .0.O. .?
  [010] 04 30 04 3F 04 3A 04 30  04 20 00 28 00 33 00 29  .0.?.:.0 . .(.3.)
  [020] 00 5C 00 4E 00 42 00 43  00 72 00 61 00 77 00 6C  .\.N.B.C .r.a.w.l
  [030] 00 65 00 72 00 2E 00 7A  00 69 00 70 00 00 00     .e.r...z .i.p...
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBntcreateX (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (1000, 1000) - sec_ctx_stack_ndx = 0
[2008/07/28 22:53:09, 5] auth/auth_util.c:debug_nt_user_token(454)
  NT user token of user S-1-5-21-2954452468-744669009-4016224268-3000
  contains 17 SIDs
  SID[  0]: S-1-5-21-2954452468-744669009-4016224268-3000
  SID[  1]: S-1-22-2-1000
  SID[  2]: S-1-1-0
  SID[  3]: S-1-5-2
  SID[  4]: S-1-5-11
  SID[  5]: S-1-22-2-4
  SID[  6]: S-1-22-2-20
  SID[ 
 7]: S-1-22-2-24
  SID[  8]: S-1-22-2-25
  SID[  9]: S-1-22-2-29
  SID[ 10]: S-1-22-2-30
  SID[ 11]: S-1-22-2-44
  SID[ 12]: S-1-22-2-46
  SID[ 13]: S-1-22-2-107
  SID[ 14]: S-1-22-2-109
  SID[ 15]: S-1-22-2-115
  SID[ 16]: S-1-22-2-125
  SE_PRIV  0x0 0x0 0x0 0x0
[2008/07/28 22:53:09, 5] auth/auth_util.c:debug_unix_user_token(474)
  UNIX token of user 1000
  Primary group is 1000 and contains 13 supplementary groups
  Group[  0]: 1000
  Group[  1]: 4
  Group[  2]: 20
  Group[  3]: 24
  Group[  4]: 25
  Group[  5]: 29
  Group[  6]: 30
  Group[  7]: 44
  Group[  8]: 46
  Group[  9]: 107
  Group[ 10]: 109
  Group[ 11]: 115
  Group[ 12]: 125
[2008/07/28 22:53:09, 5] smbd/uid.c:change_to_user(273)
  change_to_user uid=(1000,1000) gid=(0,1000)
[2008/07/28 22:53:09, 10] smbd/nttrans.c:reply_ntcreate_and_X(515)
  reply_ntcreate_and_X: flags = 0x16, access_mask = 0x30196 file_attributes = 0x20, share_access = 0x0, create_disposition = 0x5 create_options = 0x44 root_dir_fid = 0x0
[2008/07/28 22:53:09, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:09, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 22:53:09, 3] smbd/dosmode.c:unix_mode(142)
  unix_mode(Новая папка (3)/NBCrawler.zip) returning 0744
[2008/07/28 22:53:09, 10] smbd/open.c:open_file_ntcreate(1184)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, dos_attrs=0x20 access_mask=0x30196 share_access=0x0 create_disposition = 0x5 create_options=0x44 unix mode=0744 oplock_request=3
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 5
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]:  pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xff84, type= 0x20, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 0, tok = 0, num: 5
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xff84, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] smbd/process.c:remove_deferred_open_smb_message(128)
  remove_sharing_violation_open_smb_message: deleting mid 65412 len 150
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:09, 10] smbd/open.c:open_match_attributes(852)
  open_match_attributes: file Новая папка (3)/NBCrawler.zip old_dos_attr = 0x20, existing_unx_mode = 0744, new_dos_attr = 0x20 returned_unx_mode = 00
[2008/07/28 22:53:09, 10] smbd/open.c:open_file_ntcreate(1347)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, after mapping access_mask=0x30196
[2008/07/28 22:53:09, 5] smbd/files.c:file_new(123)
  allocated file structure 9317, fnum = 13413 (3 used)
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 5
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xff84, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x30196, share_access = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x0) & share (0x2) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x30196) & right (0x6) = 0x6
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x0) & share (0x1) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: check 3 conflict am = 0x100001, right = 0x21, sa = 0x0, share = 0x1
[2008/07/28 22:53:09, 10] smbd/posix_acls.c:can_access_file(4319)
  can_access_file: requesting 0x3 on file Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 5] smbd/files.c:file_free(454)
  freed files structure 13413 (2 used)
[2008/07/28 22:53:09, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/nttrans.c(805) cmd=162 (SMBntcreateX) NT_STATUS_SHARING_VIOLATION
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=35
  smb_com=0xa2
  smb_rcls=67
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65412
  smt_wct=0
  smb_bcc=0
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 146
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x92
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2666 of length 150
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=146
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65476
  smt_wct=24
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=57054 (0xDEDE)
  smb_vwv[ 2]=15360 (0x3C00)
  smb_vwv[ 3]= 5632 (0x1600)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=38400 (0x9600)
  smb_vwv[ 8]=  769 (0x301)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]= 8192 (0x2000)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=  768 (0x300)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1280 (0x500)
  smb_vwv[18]=    0 (0x0)
  smb_vwv[19]=17408 (0x4400)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=  512 (0
x200)
  smb_vwv[22]=    0 (0x0)
  smb_vwv[23]=  768 (0x300)
  smb_bcc=63
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 5C 00 1D 04 3E 04 32  04 30 04 4F 04 20 00 3F  .\...>.2 .0.O. .?
  [010] 04 30 04 3F 04 3A 04 30  04 20 00 28 00 33 00 29  .0.?.:.0 . .(.3.)
  [020] 00 5C 00 4E 00 42 00 43  00 72 00 61 00 77 00 6C  .\.N.B.C .r.a.w.l
  [030] 00 65 00 72 00 2E 00 7A  00 69 00 70 00 00 00     .e.r...z .i.p...
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBntcreateX (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 10] smbd/nttrans.c:reply_ntcreate_and_X(515)
  reply_ntcreate_and_X: flags = 0x16, access_mask = 0x30196 file_attributes = 0x20, share_access = 0x3, create_disposition = 0x5 create_options = 0x44 root_dir_fid = 0x0
[2008/07/28 22:53:09, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 22:53:09, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 22:53:09, 3] smbd/dosmode.c:unix_mode(142)
  unix_mode(Новая папка (3)/NBCrawler.zip) returning 0744
[2008/07/28 22:53:09, 10] smbd/open.c:open_file_ntcreate(1184)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, dos_attrs=0x20 access_mask=0x30196 share_access=0x3 create_disposition = 0x5 create_options=0x44 unix mode=0744 oplock_request=3
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:09, 10] smbd/open.c:open_match_attributes(852)
  open_match_attributes: file Новая папка (3)/NBCrawler.zip old_dos_attr = 0x20, existing_unx_mode = 0744, new_dos_attr = 0x20 returned_unx_mode = 00
[2008/07/28 22:53:09, 10] smbd/open.c:open_file_ntcreate(1347)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, after mapping access_mask=0x30196
[2008/07/28 22:53:09, 5] smbd/files.c:file_new(123)
  allocated file structure 9318, fnum = 13414 (3 used)
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 5
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xff84, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x30196, share_access = 0x3
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x3) & share (0x2) = 0x2
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x30196) & right (0x6) = 0x6
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x3) & share (0x1) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] am (0x30196) & right (0x21) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] sa (0x7) & share (0x1) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] am (0x100001) & right (0x10000) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] sa (0x3) & share (0x4) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] am (0x30196) & right (0x10000) = 0x10000
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] sa (0x7) & share (0x4) = 0x4
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(494)
  share_conflict: No conflict.
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x30196, share_access = 0x3
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x3) & share (0x2) = 0x2
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x30196) & right (0x6) = 0x6
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x3) & share (0x1) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] am (0x30196) & right (0x21) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] sa (0x7) & share (0x1) = 0x1
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] am (0x100001) & right (0x10000) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] sa (0x3) & share (0x4) = 0x0
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] am (0x30196) & right (0x10000) = 0x10000
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] sa (0x7) & share (0x4) = 0x4
[2008/07/28 22:53:09, 10] smbd/open.c:share_conflict(494)
  share_conflict: No conflict.
[2008/07/28 22:53:09, 4] smbd/open.c:open_file_ntcreate(1605)
  calling open_file with flags=0x2 flags2=0x240 mode=0744, access_mask = 0x30196, open_access_mask = 0x30196
[2008/07/28 22:53:09, 0] dbvfs/dbvfsg.c:dbvfsg_open(1384)
  Open with flags: 66
[2008/07/28 22:53:09, 0] dbvfs/dbvfsg.c:dbvfsg_open(1519)
  FILE OPEN: 31 (Новая папка (3)/NBCrawler.zip)
[2008/07/28 22:53:09, 10] smbd/open.c:fd_open(67)
  fd_open: name Новая папка (3)/NBCrawler.zip, flags = 0102 mode = 0744, fd = 0. 
[2008/07/28 22:53:09, 2] smbd/open.c:open_file(391)
  sen opened file Новая папка (3)/NBCrawler.zip read=No write=Yes (numopen=3)
[2008/07/28 22:53:09, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(173)
  linux_set_kernel_oplock: Refused oplock on file Новая папка (3)/NBCrawler.zip, fd = 0, dev = 0, inode = 0. (Invalid argument)
[2008/07/28 22:53:09, 10] smbd/dosmode.c:file_set_dosmode(440)
  file_set_dosmode: setting dos mode 0x20 on file Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:09, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 0, tok = 0, num: 5
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 365, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]:  pid = 8957, share_access = 0x3, private_options = 0x44, access_mask = 0x30196, mid = 0x0, type= 0x0, file_id = 846, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 841, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 755, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[4]: UNUSED pid = 8957, share_access = 0x0, private_options = 0x0, access_mask = 0x0, mid = 0xcb44, type= 0x40, file_id = 0, uid
 = 4294967295, flags = 0, dev = 0x0, inode = 0
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:09, 10] smbd/posix_acls.c:can_access_file(4319)
  can_access_file: requesting 0x2 on file Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 5] smbd/nttrans.c:reply_ntcreate_and_X(940)
  reply_ntcreate_and_X: fnum = 13414, open name = Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=135
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=65476
  smt_wct=42
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=26112 (0x6600)
  smb_vwv[ 3]=  820 (0x334)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=40149 (0x9CD5)
  smb_vwv[ 7]=58155 (0xE32B)
  smb_vwv[ 8]=51440 (0xC8F0)
  smb_vwv[ 9]=    1 (0x1)
  smb_vwv[10]=40149 (0x9CD5)
  smb_vwv[11]=58155 (0xE32B)
  smb_vwv[12]=51440 (0xC8F0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=40149 (0x9CD5)
  smb_vwv[15]=58155 (0xE32B)
  smb_vwv[16]=51440 (0xC8F0)
  smb_vwv[17]=    1 (0x1)
  smb_vwv[18]=40149 (0x9CD5)
  smb_vwv[19]=58155 (0xE32B)
  smb_vwv[20]=51440 (0xC8F0)
  smb_vwv[21]= 8193 (0x2001)
  smb_vwv[22]=    0 (0x0)
  smb_vwv[23]=    0 (0x0)
  smb_vwv[24]=    0 (0x0)
  smb_vwv[25]=    0 (0x0)
  smb_vwv[26]=    0 (0x0)
  smb_vwv[27]=    0 (0x0)
  smb_vwv[28]=    0 (0x0)
  smb_vwv[29]=    0 (0x0)
  smb_vwv[30]=    0 (0x0)
  smb_vwv[31]=    0 (0x0)
  smb_vwv[32]= 1792 (0x700)
  smb_vwv[33]=    0 (0x0)
  smb_vwv[34]=    0 (0x0)
  smb_vwv[35]=    0 (0x0)
  smb_vwv[36]=    0 (0x0)
  smb_vwv[37]=    0 (0x0)
  smb_vwv[38]=    0 (0x0)
  smb_vwv[39]=    0 (0x0)
  smb_vwv[40]=    0 (0x0)
  smb_vwv[41]=    0 (0x0)
  smb_bcc=0
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 72
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x48
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2667 of length 76
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=72
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=4
  smt_wct=15
  smb_vwv[ 0]=    4 (0x4)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=    8 (0x8)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    4 (0x4)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    7 (0x7)
  smb_bcc=7
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 66 34 EE 03                              ...f4.. 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2qfilepathinfo(3244)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1006
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3)/NBCrawler.zip (fnum = 13414) level=1006 call=7 total_data=0
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:09, 10] smbd/trans2.c:call_trans2qfilepathinfo(3707)
  call_trans2qfilepathinfo: SMB_FILE_INTERNAL_INFORMATION
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 8, useable_space = 131010
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 8, paramsize = 2, datasize = 8
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=68
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=4
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=    8 (0x8)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    8 (0x8)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=13
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 00 00 00  00 00 00 00 00           ........ .....
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 70
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x46
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2668 of length 74
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=70
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=68
  smt_wct=15
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=  560 (0x230)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    2 (0x2)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    3 (0x3)
  smb_bcc=5
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 05 01                                    ..... 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2qfsinfo(2285)
  call_trans2qfsinfo: level = 261
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 0, data_sent_thistime = 20, useable_space = 131012
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 0, data_to_send = 20, paramsize = 0, datasize = 20
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=76
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=68
  smt_wct=10
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=   20 (0x14)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   20 (0x14)
  smb_vwv[ 7]=   56 (0x38)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=21
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 2F 00 00 00 FF 00 00  00 08 00 00 00 4E 00 54  ./...... .....N.T
  [010] 00 46 00 53 00                                    .F.S. 
[2008/07/28 22:53:09, 4] smbd/trans2.c:call_trans2qfsinfo(2745)
  SMBtrans2 info_level = 261
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 72
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x48
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2669 of length 76
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=72
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=132
  smt_wct=15
  smb_vwv[ 0]=    4 (0x4)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    4 (0x4)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    7 (0x7)
  smb_bcc=7
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 66 34 EC 03                              ...f4.. 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2qfilepathinfo(3244)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3)/NBCrawler.zip (fnum = 13414) level=1004 call=7 total_data=0
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 22:53:09, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a
[2008/07/28 22:53:09, 10] smbd/trans2.c:call_trans2qfilepathinfo(3590)
  call_trans2qfilepathinfo: SMB_FILE_BASIC_INFORMATION
[2008/07/28 22:53:09, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
  SMB_QFBI - create: Mon Jul 28 22:53:06 2008
   access: Mon Jul 28 22:53:06 2008
   write: Mon Jul 28 22:53:06 2008
   change: Mon Jul 28 22:53:06 2008
   mode: 20
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 40, useable_space = 131010
[2008/07/28 22:53:09, 9] smbd/trans2.c:s
end_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 40, paramsize = 2, datasize = 40
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=100
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=132
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=   40 (0x28)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=45
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  ........ +.......
  [010] 2B E3 F0 C8 01 00 D5 9C  2B E3 F0 C8 01 00 D5 9C  +....... +.......
  [020] 2B E3 F0 C8 01 20 00 00  00 00 00 00 00           +.... .. .....
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 84
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x54
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2670 of length 88
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=84
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=196
  smt_wct=15
  smb_vwv[ 0]=    6 (0x6)
  smb_vwv[ 1]=    8 (0x8)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    6 (0x6)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    8 (0x8)
  smb_vwv[12]=   76 (0x4C)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    8 (0x8)
  smb_bcc=19
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 66 34 FC 03 00  00 00 00 28 A9 04 00 00  ...f4... ...(....
  [010] 00 00 00                                          ... 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2setfilepathinfo(5831)
  call_trans2setfilepathinfo(8) Новая папка (3)/NBCrawler.zip (fnum 13414) info_level=1020 totdata=8
[2008/07/28 22:53:09, 10] smbd/trans2.c:smb_set_file_end_of_file_info(4983)
  smb_set_file_end_of_file_info: Set end of file info for file Новая папка (3)/NBCrawler.zip to 305448
[2008/07/28 22:53:09, 6] smbd/trans2.c:smb_set_file_size(4222)
  smb_set_file_size: size: 305448 smb_set_file_size: file Новая папка (3)/NBCrawler.zip : setting new size to 305448
[2008/07/28 22:53:09, 10] smbd/vfs.c:vfs_set_filelen(515)
  vfs_set_filelen: ftruncate Новая папка (3)/NBCrawler.zip to len 305448
[2008/07/28 22:53:09, 10] smbd/notify_internal.c:notify_trigger(589)
  notify_trigger called action=0x3, filter=0xc, path=/RAID/VFS/Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 0, useable_space = 131012
[2008/07/28 22:53:09, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 0, paramsize = 2, datasize = 0
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=58
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=196
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=3
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00                                          ... 
[2008/07/28 22:53:09, 10] lib/messages.c:message_dispatch(517)
  message_dispatch: received_signal = 1
[2008/07/28 22:53:09, 10] lib/messages.c:message_dispatch(529)
  message_dispatch: received msg_type=3016 src_pid=8957
[2008/07/28 22:53:09, 10] lib/messages.c:message_dispatch(534)
  message_dispatch: processing message of type 3016.
[2008/07/28 22:53:09, 10] smbd/notify.c:notify_callback(206)
  notify_callback called for .
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0000 offset: 00000000
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0004 action: 00000003
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0008 namelen: 0000003a
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_unistr(1247)
      000c name: ..>.2.0.O. .?.0.?.:.0. .(.3.).\.N.B.C.r.a.w.l.e.r...z.i.p...
[2008/07/28 22:53:09, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/notify.c(142) cmd=160 (SMBnttrans) NT_STATUS_OK
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=71
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64642
  smt_wct=18
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  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_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]=    0 (0x0)
  smb_bcc=0
[2008/07/28 22:53:09, 10] lib/messages.c:message_dispatch(529)
  message_dispatch: received msg_type=3016 src_pid=8957
[2008/07/28 22:53:09, 10] lib/messages.c:message_dispatch(534)
  message_dispatch: processing message of type 3016.
[2008/07/28 22:53:09, 10] smbd/notify.c:notify_callback(206)
  notify_callback called for Новая папка (3)
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0000 offset: 00000000
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0004 action: 00000003
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_uint32(710)
      0008 namelen: 0000001a
[2008/07/28 22:53:09, 5] rpc_parse/parse_prs.c:prs_unistr(1247)
      000c name: N.B.C.r.a.w.l.e.r...z.i.p...
[2008/07/28 22:53:09, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/notify.c(142) cmd=160 (SMBnttrans) NT_STATUS_OK
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=71
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=64705
  smt_wct=18
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  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_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]=    0 (0x0)
  smb_bcc=0
[2008/07/28 22:53:09, 10] smbd/process.c:async_processing(292)
  async_processing: Doing async processing.
[2008/07/28 22:53:09, 10] smbd/process.c:async_processing(292)
  async_processing: Doing async processing.
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 116
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x74
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2671 of length 120
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=116
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=260
  smt_wct=15
  smb_vwv[ 0]=    6 (0x6)
  smb_vwv[ 1]=   40 (0x28)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    6 (0x6)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=   40 (0x28)
  smb_vwv[12]=   76 (0x4C)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    8 (0x8)
  smb_bcc=51
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 66 34 EC 03 00  00 00 00 00 00 00 00 00  ...f4... ........
  [010] 00 00 00 00 00 00 00 00  00 00 00 30 71 87 FE F8  ........ ...0q...
  [020] 8E C2 01 00 00 00 00 00  00 00 00 00 00 00 00 00  ........ ........
  [030] 00 00 00                                          ... 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 3] smbd/trans2.c:call_trans2setfilepathinfo(5831)
  call_trans2setfilepathinfo(8) Новая папка (3)/NBCrawler.zip (fnum 13414) info_level=1004 totdata=40
[2008/07/28 22:53:09, 6] smbd/trans2.c:smb_set_file_dosmode(4188)
  smb_set_file_dosmode: dosmode: 0x0
[2008/07/28 22:53:09, 10] smbd/trans2.c:smb_set_file_basic_info(4850)
  smb_set_file_basic_info: file Новая папка (3)/NBCrawler.zip
[2008/07/28 22:53:09, 6] smbd/trans2.c:smb_set_file_time(4122)
  smb_set_file_time: actime: Mon Jul 28 22:53:06 2008
   smb_set_file_time: modtime: Mon Nov 18 14:52:39 2002
   smb_set_file_time: setting pending modtime to Mon Nov 18 14:52:39 2002
  
[2008/07/28 22:53:09, 10] smbd/trans2.c:smb_set_file_time(4156)
  smb_set_file_time: setting utimes to modified values.
[
2008/07/28 22:53:09, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/trans2.c(6095) cmd=50 (SMBtrans2) NT_STATUS_OBJECT_NAME_NOT_FOUND
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=35
  smb_com=0x32
  smb_rcls=52
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=260
  smt_wct=0
  smb_bcc=0
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 84
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x54
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2672 of length 88
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=84
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=322
  smt_wct=23
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]= 8192 (0x2000)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=21504 (0x5400)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1024 (0x400)
  smb_vwv[18]=    4 (0x4)
  smb_vwv[19]=    3 (0x3)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=12933 (0x3285)
  smb_vwv[22]=    1 (0x1)
  smb_bcc=3
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00                                          ... 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBnttrans (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 10] smbd/nttrans.c:reply_nttrans(3086)
  reply_nttrans: state->setup_count = 8
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 03 00 00 00 85 32 01 00                           .....2.. 
[2008/07/28 22:53:09, 3] smbd/nttrans.c:call_nt_transact_notify_change(1917)
  call_nt_transact_notify_change
[2008/07/28 22:53:09, 3] smbd/nttrans.c:call_nt_transact_notify_change(1932)
  call_nt_transact_notify_change: notify change called on ., filter = FILE_NAME|DIR_NAME, recursive = 1
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 84
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x54
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)
  Transaction 2673 of length 88
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(484)
[2008/07/28 22:53:09, 5] lib/util.c:show_msg(494)
  size=84
  smb_com=0xa0
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=385
  smt_wct=23
  smb_vwv[ 0]=    0 (0x0)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]= 8192 (0x2000)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=    0 (0x0)
  smb_vwv[11]=21504 (0x5400)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    0 (0x0)
  smb_vwv[14]=    0 (0x0)
  smb_vwv[15]=    0 (0x0)
  smb_vwv[16]=    0 (0x0)
  smb_vwv[17]= 1024 (0x400)
  smb_vwv[18]=    4 (0x4)
  smb_vwv[19]=    3 (0x3)
  smb_vwv[20]=    0 (0x0)
  smb_vwv[21]=13323 (0x340B)
  smb_vwv[22]=    1 (0x1)
  smb_bcc=3
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00                                          ... 
[2008/07/28 22:53:09, 3] smbd/process.c:switch_message(927)
  switch message SMBnttrans (pid 8957) conn 0x84bc748
[2008/07/28 22:53:09, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 22:53:09, 10] smbd/nttrans.c:reply_nttrans(3086)
  reply_nttrans: state->setup_count = 8
[2008/07/28 22:53:09, 10] lib/util.c:dump_data(2264)
  [000] 03 00 00 00 0B 34 01 00                           .....4.. 
[2008/07/28 22:53:09, 3] smbd/nttrans.c:call_nt_transact_notify_change(1917)
  call_nt_transact_notify_change
[2008/07/28 22:53:09, 3] smbd/nttrans.c:call_nt_transact_notify_change(1932)
  call_nt_transact_notify_change: notify change called on Новая папка (3), filter = FILE_NAME|DIR_NAME, recursive = 1
[2008/07/28 22:53:09, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 61504
[2008/07/28 22:53:09, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0xf040
[2008/07/28 22:53:09, 3] smbd/process.c:process_smb(1069)



-------------- next part --------------
Error on delete file, Im try delete, but Unlink is not calling, and after delete in windows folder file removed, but on refresh I get Access Denied.

see this string:
set_delete_on_close: Adding delete on close flag for fnum = 13865, file Новая папка (3)/NBCrawler.zip



****************************************************
[2008/07/28 23:24:12, 10] lib/util.c:dump_data(2264)
  [000] 00 5C 00 1D 04 3E 04 32  04 30 04 4F 04 20 00 3F  .\...>.2 .0.O. .?
  [010] 04 30 04 3F 04 3A 04 30  04 20 00 28 00 33 00 29  .0.?.:.0 . .(.3.)
  [020] 00 5C 00 4E 00 42 00 43  00 72 00 61 00 77 00 6C  .\.N.B.C .r.a.w.l
  [030] 00 65 00 72 00 2E 00 7A  00 69 00 70 00 00 00     .e.r...z .i.p...
[2008/07/28 23:24:12, 3] smbd/process.c:switch_message(927)
  switch message SMBntcreateX (pid 8957) conn 0x84bc748
[2008/07/28 23:24:12, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 23:24:12, 10] smbd/nttrans.c:reply_ntcreate_and_X(515)
  reply_ntcreate_and_X: flags = 0x10, access_mask = 0x10080 file_attributes = 0x0, share_access = 0x7, create_disposition = 0x1 create_options = 0x200040 root_dir_fid = 0x0
[2008/07/28 23:24:12, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file "Новая папка (3)/NBCrawler.zip"
[2008/07/28 23:24:12, 10] smbd/statcache.c:stat_cache_lookup(248)
  stat_cache_lookup: lookup succeeded for name [НОВАЯ ПАПКА (3)/NBCRAWLER.ZIP] -> [Новая папка (3)/NBCrawler.zip]
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a[sparse]
[2008/07/28 23:24:12, 3] smbd/dosmode.c:unix_mode(142)
  unix_mode(Новая папка (3)/NBCrawler.zip) returning 0744
[2008/07/28 23:24:12, 10] smbd/open.c:open_file_ntcreate(1184)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, dos_attrs=0x0 access_mask=0x10080 share_access=0x7 create_disposition = 0x1 create_options=0x200040 unix mode=0744 oplock_request=0
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a[sparse]
[2008/07/28 23:24:12, 10] smbd/open.c:open_file_ntcreate(1347)
  open_file_ntcreate: fname=Новая папка (3)/NBCrawler.zip, after mapping access_mask=0x10080
[2008/07/28 23:24:12, 5] smbd/files.c:file_new(123)
  allocated file structure 9769, fnum = 13865 (3 used)
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 4
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1073, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x40, file_id = 1074, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 1296, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1224, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x10080, share_access = 0x7
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x7) & share (0x2) = 0x2
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x10080) & right (0x6) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x7) & share (0x1) = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] am (0x10080) & right (0x21) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] sa (0x7) &
 share (0x1) = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] am (0x100001) & right (0x10000) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] sa (0x7) & share (0x4) = 0x4
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] am (0x10080) & right (0x10000) = 0x10000
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] sa (0x7) & share (0x4) = 0x4
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(494)
  share_conflict: No conflict.
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(428)
  share_conflict: entry->access_mask = 0x100001, entry->share_access = 0x7, entry->private_options = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(431)
  share_conflict: access_mask = 0x10080, share_access = 0x7
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] am (0x100001) & right (0x6) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(480)
  share_conflict: [1] sa (0x7) & share (0x2) = 0x2
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] am (0x10080) & right (0x6) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(482)
  share_conflict: [2] sa (0x7) & share (0x2) = 0x2
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] am (0x100001) & right (0x21) = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(485)
  share_conflict: [3] sa (0x7) & share (0x1) = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] am (0x10080) & right (0x21) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(487)
  share_conflict: [4] sa (0x7) & share (0x1) = 0x1
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] am (0x100001) & right (0x10000) = 0x0
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(490)
  share_conflict: [5] sa (0x7) & share (0x4) = 0x4
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] am (0x10080) & right (0x10000) = 0x10000
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(492)
  share_conflict: [6] sa (0x7) & share (0x4) = 0x4
[2008/07/28 23:24:12, 10] smbd/open.c:share_conflict(494)
  share_conflict: No conflict.
[2008/07/28 23:24:12, 4] smbd/open.c:open_file_ntcreate(1605)
  calling open_file with flags=0x0 flags2=0x0 mode=0744, access_mask = 0x10080, open_access_mask = 0x10080
[2008/07/28 23:24:12, 2] smbd/open.c:open_file(391)
  sen opened file Новая папка (3)/NBCrawler.zip read=No write=No (numopen=3)
[2008/07/28 23:24:12, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 0, tok = 0, num: 4
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1073, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]:  pid = 8957, share_access = 0x7, private_options = 0x200040, access_mask = 0x10080, mid = 0x0, type= 0x0, file_id = 1297, uid = 1000, flags = 0, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 1296, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1224, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a[sparse]
[2008/07/28 23:24:12, 10] smbd/posix_acls.c:can_access_file(4319)
  can_access_file: requesting 0x2 on file Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 5] smbd/nttrans.c:reply_ntcreate_and_X(940)
  reply_ntcreate_and_X: fnum = 13865, open name = Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=135
  smb_com=0xa2
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=44804
  smt_wct=42
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=10496 (0x2900)
  smb_vwv[ 3]=  310 (0x136)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=40149 (0x9CD5)
  smb_vwv[ 7]=58155 (0xE32B)
  smb_vwv[ 8]=51440 (0xC8F0)
  smb_vwv[ 9]=    1 (0x1)
  smb_vwv[10]=40149 (0x9CD5)
  smb_vwv[11]=58155 (0xE32B)
  smb_vwv[12]=51440 (0xC8F0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=40149 (0x9CD5)
  smb_vwv[15]=58155 (0xE32B)
  smb_vwv[16]=51440 (0xC8F0)
  smb_vwv[17]=    1 (0x1)
  smb_vwv[18]=40149 (0x9CD5)
  smb_vwv[19]=58155 (0xE32B)
  smb_vwv[20]=51440 (0xC8F0)
  smb_vwv[21]= 8193 (0x2001)
  smb_vwv[22]=    2 (0x2)
  smb_vwv[23]=    0 (0x0)
  smb_vwv[24]=    0 (0x0)
  smb_vwv[25]=    0 (0x0)
  smb_vwv[26]=    0 (0x0)
  smb_vwv[27]=10240 (0x2800)
  smb_vwv[28]= 1193 (0x4A9)
  smb_vwv[29]=    0 (0x0)
  smb_vwv[30]=    0 (0x0)
  smb_vwv[31]=    0 (0x0)
  smb_vwv[32]= 1792 (0x700)
  smb_vwv[33]=    0 (0x0)
  smb_vwv[34]=    0 (0x0)
  smb_vwv[35]=    0 (0x0)
  smb_vwv[36]=    0 (0x0)
  smb_vwv[37]=    0 (0x0)
  smb_vwv[38]=    0 (0x0)
  smb_vwv[39]=    0 (0x0)
  smb_vwv[40]=    0 (0x0)
  smb_vwv[41]=    0 (0x0)
  smb_bcc=0
[2008/07/28 23:24:12, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 72
[2008/07/28 23:24:12, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x48
[2008/07/28 23:24:12, 3] smbd/process.c:process_smb(1069)
  Transaction 4455 of length 76
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=72
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=44868
  smt_wct=15
  smb_vwv[ 0]=    4 (0x4)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=    8 (0x8)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    4 (0x4)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    7 (0x7)
  smb_bcc=7
[2008/07/28 23:24:12, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 29 36 EE 03                              ...)6.. 
[2008/07/28 23:24:12, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 23:24:12, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 23:24:12, 3] smbd/trans2.c:call_trans2qfilepathinfo(3244)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1006
[2008/07/28 23:24:12, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
  call_trans2qfilepathinfo Новая папка (3)/NBCrawler.zip (fnum = 13865) level=1006 call=7 total_data=0
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a[sparse]
[2008/07/28 23:24:12, 10] smbd/trans2.c:call_trans2qfilepathinfo(3707)
  call_trans2qfilepathinfo: SMB_FILE_INTERNAL_INFORMATION
[2008/07/28 23:24:12, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 8, useable_space = 131010
[2008/07/28 23:24:12, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 8, paramsize = 2, datasize = 8
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=68
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=44868
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=    8 (0x8)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    8 (0x8)
  smb_vwv[ 7]=   60 (0x3C)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=13
[2008/07/28 23:24:12, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 00 00 00 00 00  00 00 00 00 00           ........ .....
[2008/07/28 23:24:12, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 77
[2008/07/28 23:24:12, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x4d
[2008/07/28 23:24:12, 3] smbd/process.c:process_smb(1069)
  Transaction 4456 of length 81
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=77
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=44932
  smt_wct=15
  smb_vwv[ 0]=    6 (0x6)
  smb_vwv[ 1]=    1 (0x1)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=    0 (0x0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    6 (0x6)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    1 (0x1)
  smb_vwv[12]=   76 (0x4C)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    8 (0x8)
  smb_bcc=12
[2008/07/28 23:24:12, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 29 36 F5 03 00  00 00 00 01              ...)6... ....
[2008/07/28 23:24:12, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans
2 (pid 8957) conn 0x84bc748
[2008/07/28 23:24:12, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 23:24:12, 3] smbd/trans2.c:call_trans2setfilepathinfo(5831)
  call_trans2setfilepathinfo(8) Новая папка (3)/NBCrawler.zip (fnum 13865) info_level=1013 totdata=1
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(371)
  dos_mode: Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode_from_sbuf(188)
  dos_mode_from_sbuf returning a
[2008/07/28 23:24:12, 8] smbd/dosmode.c:dos_mode(409)
  dos_mode returning a[sparse]
[2008/07/28 23:24:12, 10] smbd/trans2.c:smb_set_file_disposition_info(4341)
  smb_set_file_disposition_info: file Новая папка (3)/NBCrawler.zip, dosmode = 544, delete_on_close = 1
[2008/07/28 23:24:12, 10] locking/locking.c:set_delete_on_close(1321)
  set_delete_on_close: Adding delete on close flag for fnum = 13865, file Новая папка (3)/NBCrawler.zip
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 0, num_share_modes: 4
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1073, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]:  pid = 8957, share_access = 0x7, private_options = 0x200040, access_mask = 0x10080, mid = 0x0, type= 0x0, file_id = 1297, uid = 1000, flags = 0, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 1296, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1224, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 1, tok = 60, num: 4
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1073, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]:  pid = 8957, share_access = 0x7, private_options = 0x200040, access_mask = 0x10080, mid = 0x0, type= 0x0, file_id = 1297, uid = 1000, flags = 0, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 1296, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1224, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 9] smbd/trans2.c:send_trans2_replies(712)
  t2_rep: params_sent_thistime = 2, data_sent_thistime = 0, useable_space = 131012
[2008/07/28 23:24:12, 9] smbd/trans2.c:send_trans2_replies(714)
  t2_rep: params_to_send = 2, data_to_send = 0, paramsize = 2, datasize = 0
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=58
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=44932
  smt_wct=10
  smb_vwv[ 0]=    2 (0x2)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=    2 (0x2)
  smb_vwv[ 4]=   56 (0x38)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_bcc=3
[2008/07/28 23:24:12, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00                                          ... 
[2008/07/28 23:24:12, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 41
[2008/07/28 23:24:12, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x29
[2008/07/28 23:24:12, 3] smbd/process.c:process_smb(1069)
  Transaction 4457 of length 45
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=41
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=65279
  smb_uid=101
  smb_mid=44996
  smt_wct=3
  smb_vwv[ 0]=13865 (0x3629)
  smb_vwv[ 1]=65535 (0xFFFF)
  smb_vwv[ 2]=65535 (0xFFFF)
  smb_bcc=0
[2008/07/28 23:24:12, 3] smbd/process.c:switch_message(927)
  switch message SMBclose (pid 8957) conn 0x84bc748
[2008/07/28 23:24:12, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 23:24:12, 3] smbd/reply.c:reply_close(3338)
  close fd=-1 fnum=13865 (numopen=3)
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(523)
  parse_share_modes: delete_on_close: 1, num_share_modes: 4
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1073, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[1]:  pid = 8957, share_access = 0x7, private_options = 0x200040, access_mask = 0x10080, mid = 0x0, type= 0x0, file_id = 1297, uid = 1000, flags = 0, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 1296, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:parse_share_modes(623)
  parse_share_modes: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1224, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:unparse_share_modes(681)
  unparse_share_modes: del: 1, tok = 60, num: 4
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[0]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1073, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[1]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x200040, access_mask = 0x10080, mid = 0x0, type= 0x40, file_id = 1297, uid = 1000, flags = 0, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[2]: UNUSED pid = 8957, share_access = 0x7, private_options = 0x0, access_mask = 0x20089, mid = 0x0, type= 0x40, file_id = 1296, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 10] locking/locking.c:print_share_mode_table(498)
  print_share_mode_table: share_mode_entry[3]:  pid = 8957, share_access = 0x7, private_options = 0x1, access_mask = 0x100001, mid = 0x0, type= 0x0, file_id = 1224, uid = 1000, flags = 2, dev = 0x0, inode = 0
[2008/07/28 23:24:12, 2] smbd/close.c:close_normal_file(406)
  sen closed file Новая папка (3)/NBCrawler.zip (numopen=2) NT_STATUS_OK
[2008/07/28 23:24:12, 5] smbd/files.c:file_free(454)
  freed files structure 13865 (2 used)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:12, 5] lib/util.c:show_msg(494)
  size=35
  smb_com=0x4
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=65279
  smb_uid=101
  smb_mid=44996
  smt_wct=0
  smb_bcc=0
[2008/07/28 23:24:14, 10] lib/util_sock.c:read_smb_length_return_keepalive(623)
  got smb length of 76
[2008/07/28 23:24:14, 6] smbd/process.c:process_smb(1068)
  got message type 0x0 of len 0x4c
[2008/07/28 23:24:14, 3] smbd/process.c:process_smb(1069)
  Transaction 4458 of length 80
[2008/07/28 23:24:14, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:14, 5] lib/util.c:show_msg(494)
  size=76
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=45060
  smt_wct=15
  smb_vwv[ 0]=    8 (0x8)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]=   40 (0x28)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    8 (0x8)
  smb_vwv[10]=   68 (0x44)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=11
[2008/07/28 23:24:14, 10] lib/util.c:dump_data(2264)
  [000] 00 00 00 EC 03 00 00 00  00 00 00                 ........ ...
[2008/07/28 23:24:14, 3] smbd/process.c:switch_message(927)
  switch message SMBtrans2 (pid 8957) conn 0x84bc748
[2008/07/28 23:24:14, 4] smbd/uid.c:change_to_user(183)
  change_to_user: Skipping user change - already user
[2008/07/28 23:24:14, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2008/07/28 23:24:14, 5] smbd/filename.c:unix_convert(147)
  unix_convert called on file ""
[2008/07/28 23:24:14, 5] smbd/filename.c:unix_convert(176)
  conversion finished "" -> .
[2008/07/28 23:24:14, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/trans2.c(3346) c
md=50 (SMBtrans2) NT_STATUS_DELETE_PENDING
[2008/07/28 23:24:14, 5] lib/util.c:show_msg(484)
[2008/07/28 23:24:14, 5] lib/util.c:show_msg(494)
  size=35
  smb_com=0x32
  smb_rcls=86
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=51265
  smb_tid=1
  smb_pid=2012
  smb_uid=101
  smb_mid=45060
  smt_wct=0
  smb_bcc=0




More information about the samba-technical mailing list