[Samba] Read but no write to linux shares from winxp

reader at newsguy.com reader at newsguy.com
Sun Aug 27 12:59:43 GMT 2006


Running Gentoo linux
samba-3.0.23a

I've used samba for quite some time but never have had to delve into
its inner workings... Its always just worked.

Recently I'm finding that when accessing linux shares from a winxp
machine, I have read access, but no write.

Far as I know the unix to samba user mappings as set correctly (and as
they have been for some time)

Near as I can tell the sections of smb.conf are written correctly (and
as they have been for some time)  A sample of one linux share below.

Trying to make any sense of what the samba logs have to say is proving
to be a serious stumbling block.  I've had to post about 300 lines
since I cannot tell which are important.

I have no real idea of what to post here to help someone to help me.

There appears to be hundreds of lines written in the main log for each
attempt at writing to a linux share.  Should I post a complete log of
one such attempt?  Man that would be cruel.

I have done that very thing though inline at the end of this post in case
someone can unwind what is happening from it.  I'm sorry, but the logs
are just too convoluted for me to tell what would be the important
lines.

So ... inline and in the following order we have:

smbusers

Section of one linux share in smb.conf

Full output of one attempt at writing to a linux share.

(I got this log by first marking the existing log.  Then going to a
winxp box and attempting to write to a linux share.  Then posting the
new lines in the log for that machine.  Just the main log not the
secondary one.

Loglevel is set to 3.

smbusers:
  root = administrator admin
  nobody = guest pcguest smbguest
  reader = reader harry Harry

(the linux user is reader... winxp user is Harry)

====================

smb.conf section:

[smPub]
   comment = ""
   valid users = reader Harry
   path = /mnt/pack/pub
   writeable = yes
   guest ok = yes

=================================

Log produced by one attempt to write to linux share: 

(This is over 300 lines from just one write attempt.  I was unable to
 tell which lines to post, please don't shoot me, but honestly can't
 samba be made to give some more meaningful information in 1/10th of
 the number of lines?)

To give at least some grep terms ... the file accessed is AlienSkin.txt
Also notice one line where it says there are no write permissions:

   `Harry opened file AlienSkin.txt read=Yes write=No'

Even though the smb.conf section clearly allows it.
==========
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/dir.c:dptr_create(511)
  creating new dirptr 256 for path ./, expect_close = 1
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 308 of length 74
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 309 of length 140
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/dir.c:dptr_create(511)
  creating new dirptr 256 for path ./, expect_close = 1
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 310 of length 144
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(AlienSkin.txt) returning 0744
[2006/08/27 07:26:57, 2] smbd/open.c:open_file(352)
  Harry opened file AlienSkin.txt read=Yes write=No (numopen=3)
[2006/08/27 07:26:57, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file AlienSkin.txt, dev = 308, inode = 3989, file_id = 20
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 311 of length 63
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=12496 max=3447 nread=3447
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 312 of length 76
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = 12496) level=1004 call=7 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 313 of length 134
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 314 of length 134
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 315 of length 74
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 316 of length 140
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/dir.c:dptr_create(511)
  creating new dirptr 256 for path ./, expect_close = 1
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 317 of length 116
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 318 of length 88
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBnttrans (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/nttrans.c:call_nt_transact_notify_change(1841)
  call_nt_transact_notify_change
[2006/08/27 07:26:57, 3] smbd/notify_kernel.c:kernel_register_notify(189)
  kernel change notify on . (ntflags=0x14 flags=0x3e) fd=25
[2006/08/27 07:26:57, 3] smbd/nttrans.c:call_nt_transact_notify_change(1856)
  call_nt_transact_notify_change: notify change called on directory name = .
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 319 of length 106
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1005 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 320 of length 106
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1006
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1006 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 321 of length 106
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1007
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1007 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 322 of length 76
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = 12496) level=1004 call=7 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 323 of length 116
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
[2006/08/27 07:26:57, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(.) returning 0744
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 324 of length 134
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 325 of length 88
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBnttrans (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 326 of length 76
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = 12496) level=1004 call=7 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 327 of length 134
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:26:57, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 328 of length 74
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 1008
[2006/08/27 07:26:57, 3] smbd/process.c:process_smb(1110)
  Transaction 329 of length 45
[2006/08/27 07:26:57, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 9343) conn 0x803dc700
[2006/08/27 07:26:57, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=12499
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 330 of length 134
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 331 of length 76
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = 12496) level=1004 call=7 total_data=0
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 332 of length 134
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 333 of length 106
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub.
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:27:01, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 334 of length 74
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (1002, 1004) - sec_ctx_stack_ndx = 0
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 335 of length 140
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:27:01, 3] smbd/dir.c:dptr_create(511)
  creating new dirptr 256 for path ./, expect_close = 1
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 336 of length 134
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:27:01, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo AlienSkin.txt (fnum = -1) level=1004 call=5 total_data=0
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 337 of length 45
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/reply.c:reply_close(3312)
  close fd=24 fnum=12496 (numopen=4)
[2006/08/27 07:27:01, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(1002, 1004) : sec_ctx_stack_ndx = 1
[2006/08/27 07:27:01, 3] smbd/uid.c:push_conn_ctx(345)
  push_conn_ctx(103) : conn_ctx_stack_ndx = 0
[2006/08/27 07:27:01, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/27 07:27:01, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (1002, 1004) - sec_ctx_stack_ndx = 0
[2006/08/27 07:27:01, 2] smbd/close.c:close_normal_file(344)
  harry closed file AlienSkin.txt (numopen=3) 
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 338 of length 144
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 9343) conn 0x803dc700
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting Reader/smPub/AlienSkin.txt.
[2006/08/27 07:27:01, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path AlienSkin.txt
[2006/08/27 07:27:01, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(AlienSkin.txt) returning 0744
[2006/08/27 07:27:01, 3] smbd/open.c:open_file(278)
  Error opening file AlienSkin.txt (Permission denied) (local_flags=2) (flags=2)
[2006/08/27 07:27:01, 3] smbd/error.c:unix_error_packet(90)
  unix_error_packet: error string = Permission denied
[2006/08/27 07:27:01, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2682) cmd=162 (SMBntcreateX) NT_STATUS_ACCESS_DENIED
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)
  Transaction 339 of length 43
[2006/08/27 07:27:01, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 9343) conn 0x0
[2006/08/27 07:27:01, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/27 07:27:01, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=105
[2006/08/27 07:27:01, 3] smbd/process.c:process_smb(1110)



More information about the samba mailing list