setting share ACLs from windows XP problem

Daniele Dario d.dario76 at gmail.com
Tue Oct 30 02:58:00 MDT 2012


Hi Riky,

[root at kdc02:~]# aptitude search libacl1-dev
i   libacl1-dev                     - Access control list static
[root at kdc02:~]# aptitude search libattr1-dev
i   libattr1-dev                    - Extended attribute static 

and

[root at kdc02:~]# mount
...
/dev/sda6 on /usr type ext4 (rw,user_xattr,acl,barrier=1)
/dev/sda7 on /home type ext4 (rw,user_xattr,acl,barrier=1)
/dev/sda4 on /opt/SHARES type ext4 (rw,user_xattr,acl,barrier=1)
/dev/sdb1 on /opt/SHARES2 type ext4 (rw,user_xattr,acl,barrier=1)

I have to mention that the problem seems related to the fact that the
shares were created using rsync from my samba3 server.

I've seen that the problem seems to disappear if I follow this sequence:
     1. create the folder with rsync -a -u root at fserver:SHARE
     2. change the owner to root (chown -R root SHARE) keeping the AD
        group
     3. add sticky bit to folder (chmod g+s SHARE)
     4. use setfacl to set ACLs:
              * setfacl -R -m u::rwx SHARE
              * setfacl -R -m u:root:rwx SHARE
              * setfacl -R -m d:u::rwx SHARE
              * setfacl -R -m d:u:root:rwx SHARE
              * setfacl -R -m g::rwx SHARE
              * setfacl -R -m g:ADGroup:rwx SHARE
              * setfacl -R -m d:g::rwx SHARE
              * setfacl -R -m d:g:ADGroup:rwx SHARE

In this way, from my XP box I see that the ACLs are already right.

Is this the right way to proceed?
Are there other tests I can perform to clarify things?

Thanks,
Daniele.

On Mon, 2012-10-29 at 21:16 -0500, Ricky Nance wrote:
> Double check that you have the ACL and xattrb headers (libacl1-dev and
> libattr1-dev on debian based systems) and that your file system is
> mounted with the ACL option (assuming you are using ext3 or ext4).  If
> you were missing one or both of those packages, you will need to
> install it, then redo all of your samba install (not config or setup,
> just install) ./configure && make && make install (assuming you are
> using ./configure without any options).
> 
> 
> Ricky
> 
> On Mon, Oct 29, 2012 at 6:35 AM, Daniele Dario <d.dario76 at gmail.com>
> wrote:
>         Hi list,
>         I'm trying to set ACLs on a samba4+s3fs share from my XP box.
>         
>         1. Create the share from linux
>            # mkdir /opt/SHARES2/saitel
>         2. Export the share adding it to smb.conf
>            ...
>            [saitel]
>                 path = /opt/SHARES2/saitel
>                 read only = No
>         3. Check share presence
>            # smbclient -L localhost -U administrator%password
>         Domain=[SAITEL] OS=[Unix] Server=[Samba 4.0.0rc3]
>         
>                 Sharename       Type      Comment
>                 ---------       ----      -------
>                 saitel          Disk
>                 sysvol          Disk
>                 netlogon        Disk
>                 IPC$            IPC       IPC Service (Samba 4.0.0rc3)
>         Domain=[SAITEL] OS=[Unix] Server=[Samba 4.0.0rc3]
>         
>                 Server               Comment
>                 ---------            -------
>         
>                 Workgroup            Master
>                 ---------            -------
>         
>         4. Mount the share from my XP box as domain administrator
>         5. Right Click on the share and select Properties
>         6. Select "Protezione" (Security)
>         7. Select "Administrator" and check "Controllo Completo" (Full
>         Control)
>         8. Click Apply and it works
>         9. Select "Domain Users" and check Modify (read & exec + list
>         folder
>         contents + write + read)
>         10. Click Apply and it fails with this this message:
>         
>         Impossibile salvare le modifiche apportate alle autorizzazioni
>         su ...
>         Una periferica collegata al sistema non è in funzione.
>         
>         which (more or less) should be translated as
>         
>         Impossible to save changes on authorization (ACLs ?) ...
>         Some peripheral connected to the system is not working.
>         
>         From samba log level 3 I get
>         
>         [2012/10/29 11:58:37.315210,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 29444 of length 206 (0 toread)
>         [2012/10/29 11:58:37.315491,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans (pid 17731) conn 0x9bf0d98
>         [2012/10/29 11:58:37.315655,
>          3] ../source3/smbd/ipc.c:589(handle_trans)
>           trans <\PIPE\> data=120 params=0 setup=2
>         [2012/10/29 11:58:37.315751,
>          3] ../source3/smbd/ipc.c:540(named_pipe)
>           named pipe command on <> name
>         [2012/10/29 11:58:37.315847,
>          3] ../source3/smbd/ipc.c:504(api_fd_reply)
>           Got API command 0x26 on pipe "NETLOGON" (pnum bb75)
>         [2012/10/29 11:58:39.151185,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 235 of length 92 (0 toread)
>         [2012/10/29 11:58:39.151362,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBntcreateX (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.151541,
>         3] ../source3/smbd/vfs.c:1118(check_reduced_name)
>           check_reduced_name [.] [/opt/SHARES2/saitel]
>         [2012/10/29 11:58:39.151646,
>         3] ../source3/smbd/vfs.c:1248(check_reduced_name)
>           check_reduced_name: . reduced to /opt/SHARES2/saitel
>         [2012/10/29 11:58:39.151901,
>         3] ../source3/smbd/dosmode.c:160(unix_mode)
>           unix_mode(.) returning 0744
>         [2012/10/29 11:58:39.153656,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 236 of length 76 (0 toread)
>         [2012/10/29 11:58:39.153771,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.153878,
>         3] ../source3/smbd/trans2.c:5142(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
>         [2012/10/29 11:58:39.154014,
>         3] ../source3/smbd/trans2.c:5372(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo . (fnum 57713) level=1004 call=7
>         total_data=0
>         [2012/10/29 11:58:39.155288,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 237 of length 88 (0 toread)
>         [2012/10/29 11:58:39.155389,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.155492,
>         3] ../source3/smbd/nttrans.c:2043(call_nt_transact_query_security_desc)
>           call_nt_transact_query_security_desc: file = ., info_wanted
>         =
>         0x80000004
>         [2012/10/29 11:58:39.157471,
>         3] ../source3/smbd/nttrans.c:1981(smbd_do_query_security_desc)
>           smbd_do_query_security_desc: sd_size = 20.
>         [2012/10/29 11:58:39.157590,
>         3] ../source3/smbd/error.c:82(error_packet_set)
>           NT error packet at ../source3/smbd/nttrans.c(244) cmd=160
>         (SMBnttrans)
>         NT_STATUS_BUFFER_TOO_SMALL
>         [2012/10/29 11:58:39.158850,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 238 of length 88 (0 toread)
>         [2012/10/29 11:58:39.158950,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.159050,
>         3] ../source3/smbd/nttrans.c:2043(call_nt_transact_query_security_desc)
>           call_nt_transact_query_security_desc: file = ., info_wanted
>         =
>         0x80000004
>         [2012/10/29 11:58:39.160576,
>         3] ../source3/smbd/nttrans.c:1981(smbd_do_query_security_desc)
>           smbd_do_query_security_desc: sd_size = 20.
>         [2012/10/29 11:58:39.162019,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 239 of length 90 (0 toread)
>         [2012/10/29 11:58:39.162119,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.162232,
>         3] ../source3/smbd/trans2.c:2360(call_trans2findfirst)
>           call_trans2findfirst: dirtype = 16, maxentries = 1366,
>         close_after_first=0, close_if_end = 1 requires_resume_key = 1
>         backup_priv = 0 level = 0x101, max_data_bytes = 16384
>         [2012/10/29 11:58:39.162366,
>         3] ../source3/smbd/vfs.c:1118(check_reduced_name)
>           check_reduced_name [*] [/opt/SHARES2/saitel]
>         [2012/10/29 11:58:39.162482,
>         3] ../source3/smbd/vfs.c:1248(check_reduced_name)
>           check_reduced_name: * reduced to /opt/SHARES2/saitel/*
>         [2012/10/29 11:58:39.162601,
>          3] ../source3/smbd/dir.c:663(dptr_create)
>           creating new dirptr 256 for path ., expect_close = 1
>         [2012/10/29 11:58:39.162770,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./. fname=. (.)
>         [2012/10/29 11:58:39.162909,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.162998,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./.. fname=.. (..)
>         [2012/10/29 11:58:39.163159,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.163265,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Utility fname=Utility
>         (Utility)
>         [2012/10/29 11:58:39.163402,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.163490,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./.DS_Store
>         fname=.DS_Store
>         (.DS_Store)
>         [2012/10/29 11:58:39.163627,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.163715,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Nuovo logo saitel
>         fname=Nuovo
>         logo saitel (Nuovo logo saitel)
>         [2012/10/29 11:58:39.163852,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.163940,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Modulistica Tecnica
>         fname=Modulistica Tecnica (Modulistica Tecnica)
>         [2012/10/29 11:58:39.164076,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.164163,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Normalizzazione
>         fname=Normalizzazione (Normalizzazione)
>         [2012/10/29 11:58:39.164298,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.164386,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Nuova cartella
>         fname=Nuova
>         cartella (Nuova cartella)
>         [2012/10/29 11:58:39.164722,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.164817,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./EPSN0021.JPG
>         fname=EPSN0021.JPG
>         (EPSN0021.JPG)
>         [2012/10/29 11:58:39.164954,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.165043,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./DEAL Spooling Winch
>         fname=DEAL
>         Spooling Winch (DEAL Spooling Winch)
>         [2012/10/29 11:58:39.165181,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.165270,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Modulistica Varia
>         fname=Modulistica Varia (Modulistica Varia)
>         [2012/10/29 11:58:39.165407,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.165494,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./PDFCreator
>         fname=PDFCreator
>         (PDFCreator)
>         [2012/10/29 11:58:39.165630,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:39.165728,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Circolari Interne
>         fname=Circolari Interne (Circolari Interne)
>         [2012/10/29 11:58:39.169294,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 240 of length 106 (0 toread)
>         [2012/10/29 11:58:39.169409,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBntcreateX (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.169530,
>         3] ../source3/smbd/vfs.c:1118(check_reduced_name)
>           check_reduced_name [Utility] [/opt/SHARES2/saitel]
>         [2012/10/29 11:58:39.169634,
>         3] ../source3/smbd/vfs.c:1248(check_reduced_name)
>           check_reduced_name: Utility reduced
>         to /opt/SHARES2/saitel/Utility
>         [2012/10/29 11:58:39.169830,
>         3] ../source3/smbd/dosmode.c:160(unix_mode)
>           unix_mode(Utility) returning 0744
>         [2012/10/29 11:58:39.171382,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 241 of length 76 (0 toread)
>         [2012/10/29 11:58:39.171489,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.171607,
>         3] ../source3/smbd/trans2.c:5142(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1006
>         [2012/10/29 11:58:39.171738,
>         3] ../source3/smbd/trans2.c:5372(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo Utility (fnum 60735) level=1006
>         call=7
>         total_data=0
>         [2012/10/29 11:58:39.173070,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 242 of length 88 (0 toread)
>         [2012/10/29 11:58:39.173181,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.173283,
>         3] ../source3/smbd/nttrans.c:2043(call_nt_transact_query_security_desc)
>           call_nt_transact_query_security_desc: file = Utility,
>         info_wanted =
>         0x80000007
>         [2012/10/29 11:58:39.174801,
>         3] ../source3/smbd/nttrans.c:1981(smbd_do_query_security_desc)
>           smbd_do_query_security_desc: sd_size = 76.
>         [2012/10/29 11:58:39.174900,
>         3] ../source3/smbd/error.c:82(error_packet_set)
>           NT error packet at ../source3/smbd/nttrans.c(244) cmd=160
>         (SMBnttrans)
>         NT_STATUS_BUFFER_TOO_SMALL
>         [2012/10/29 11:58:39.176196,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 243 of length 88 (0 toread)
>         [2012/10/29 11:58:39.176295,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.176395,
>         3] ../source3/smbd/nttrans.c:2043(call_nt_transact_query_security_desc)
>           call_nt_transact_query_security_desc: file = Utility,
>         info_wanted =
>         0x80000007
>         [2012/10/29 11:58:39.178017,
>         3] ../source3/smbd/nttrans.c:1981(smbd_do_query_security_desc)
>           smbd_do_query_security_desc: sd_size = 76.
>         [2012/10/29 11:58:39.181828,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 244 of length 110 (0 toread)
>         [2012/10/29 11:58:39.181939,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBntcreateX (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.182074,
>         3] ../source3/smbd/vfs.c:1118(check_reduced_name)
>           check_reduced_name [.DS_Store] [/opt/SHARES2/saitel]
>         [2012/10/29 11:58:39.182179,
>         3] ../source3/smbd/vfs.c:1248(check_reduced_name)
>           check_reduced_name: .DS_Store reduced
>         to /opt/SHARES2/saitel/.DS_Store
>         [2012/10/29 11:58:39.182354,
>         3] ../source3/smbd/dosmode.c:160(unix_mode)
>           unix_mode(.DS_Store) returning 0744
>         [2012/10/29 11:58:39.182497,
>          2] ../source3/smbd/open.c:899(open_file)
>           SAITEL\Administrator opened file .DS_Store read=No write=No
>         (numopen=5)
>         [2012/10/29 11:58:39.183731,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 245 of length 76 (0 toread)
>         [2012/10/29 11:58:39.183836,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.183937,
>         3] ../source3/smbd/trans2.c:5142(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1006
>         [2012/10/29 11:58:39.184070,
>         3] ../source3/smbd/trans2.c:5372(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo .DS_Store (fnum 52514) level=1006
>         call=7
>         total_data=0
>         [2012/10/29 11:58:39.185931,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 246 of length 45 (0 toread)
>         [2012/10/29 11:58:39.186042,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBclose (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.186141,
>         3] ../source3/smbd/reply.c:4946(reply_close)
>           Close directory fd=48 fnum 60735 (numopen=5)
>         [2012/10/29 11:58:39.187704,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 247 of length 76 (0 toread)
>         [2012/10/29 11:58:39.187807,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.187907,
>         3] ../source3/smbd/trans2.c:5142(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
>         [2012/10/29 11:58:39.188039,
>         3] ../source3/smbd/trans2.c:5372(call_trans2qfilepathinfo)
>           call_trans2qfilepathinfo .DS_Store (fnum 52514) level=1004
>         call=7
>         total_data=0
>         [2012/10/29 11:58:39.189326,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 248 of length 88 (0 toread)
>         [2012/10/29 11:58:39.189453,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         ...
>         [2012/10/29 11:58:39.352135,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 303 of length 45 (0 toread)
>         [2012/10/29 11:58:39.352236,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBclose (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.352334,
>         3] ../source3/smbd/reply.c:4946(reply_close)
>           Close directory fd=49 fnum 59545 (numopen=4)
>         [2012/10/29 11:58:39.353879,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 304 of length 340 (0 toread)
>         [2012/10/29 11:58:39.353990,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.354092,
>         3] ../source3/smbd/nttrans.c:2144(call_nt_transact_set_security_desc)
>           call_nt_transact_set_security_desc: file = ., sent
>         0x80000004
>         [2012/10/29 11:58:39.358255,
>         0] ../source3/modules/vfs_posixacl.c:351(smb_acl_to_posix)
>           smb_acl_to_posix: ACL group:users:---
>           user:root:rwx
>           user::rwx
>           group:users:rwx
>           other::---
>           group::---
>           mask::rwx
>            is invalid for set (Success)
>         [2012/10/29 11:58:39.358786,
>         2] ../source3/smbd/posix_acls.c:3022(set_canon_ace_list)
>           set_canon_ace_list: sys_acl_set_file type directory default
>         failed for
>         file . (Success).
>         [2012/10/29 11:58:39.358887,
>         3] ../source3/smbd/posix_acls.c:4124(set_nt_acl)
>           set_nt_acl: failed to set default acl on directory .
>         (Success).
>         [2012/10/29 11:58:39.358990,
>         3] ../source3/smbd/error.c:82(error_packet_set)
>           NT error packet at ../source3/smbd/nttrans.c(2154) cmd=160
>         (SMBnttrans) NT_STATUS_UNSUCCESSFUL
>         [2012/10/29 11:58:39.361236,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 305 of length 45 (0 toread)
>         [2012/10/29 11:58:39.361349,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBclose (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.361451,
>         3] ../source3/smbd/reply.c:4946(reply_close)
>           Close directory fd=43 fnum 57713 (numopen=3)
>         [2012/10/29 11:58:39.362951,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 306 of length 88 (0 toread)
>         [2012/10/29 11:58:39.363055,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.363156,
>         3] ../source3/smbd/nttrans.c:1749(call_nt_transact_notify_change)
>           call_nt_transact_notify_change
>         [2012/10/29 11:58:39.363254,
>         3] ../source3/smbd/nttrans.c:1766(call_nt_transact_notify_change)
>           call_nt_transact_notify_change: notify change called on .,
>         filter =
>         FILE_NAME|DIR_NAME, recursive = 1
>         [2012/10/29 11:58:39.451417,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 307 of length 88 (0 toread)
>         [2012/10/29 11:58:39.451532,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBnttrans (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:39.451634,
>         3] ../source3/smbd/nttrans.c:1749(call_nt_transact_notify_change)
>           call_nt_transact_notify_change
>         [2012/10/29 11:58:39.451730,
>         3] ../source3/smbd/nttrans.c:1766(call_nt_transact_notify_change)
>           call_nt_transact_notify_change: notify change called on .,
>         filter =
>         FILE_NAME|DIR_NAME, recursive = 1
>         [2012/10/29 11:58:40.946575,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 308 of length 90 (0 toread)
>         [2012/10/29 11:58:40.946691,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:40.946803,
>         3] ../source3/smbd/trans2.c:2360(call_trans2findfirst)
>           call_trans2findfirst: dirtype = 16, maxentries = 1366,
>         close_after_first=0, close_if_end = 1 requires_resume_key = 1
>         backup_priv = 0 level = 0x104, max_data_bytes = 16384
>         [2012/10/29 11:58:40.946923,
>         3] ../source3/smbd/vfs.c:1118(check_reduced_name)
>           check_reduced_name [*] [/opt/SHARES2/saitel]
>         [2012/10/29 11:58:40.947058,
>         3] ../source3/smbd/vfs.c:1248(check_reduced_name)
>           check_reduced_name: * reduced to /opt/SHARES2/saitel/*
>         [2012/10/29 11:58:40.947176,
>          3] ../source3/smbd/dir.c:663(dptr_create)
>           creating new dirptr 256 for path ., expect_close = 1
>         [2012/10/29 11:58:40.947351,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./. fname=. (.)
>         [2012/10/29 11:58:40.947490,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.947588,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./.. fname=.. (..)
>         [2012/10/29 11:58:40.947750,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.947839,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Utility fname=Utility
>         (Utility)
>         [2012/10/29 11:58:40.947974,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.948061,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./.DS_Store
>         fname=.DS_Store
>         (.DS_Store)
>         [2012/10/29 11:58:40.948204,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.948292,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Nuovo logo saitel
>         fname=Nuovo
>         logo saitel (Nuovo logo saitel)
>         [2012/10/29 11:58:40.948584,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.948684,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Modulistica Tecnica
>         fname=Modulistica Tecnica (Modulistica Tecnica)
>         [2012/10/29 11:58:40.948830,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.948919,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Normalizzazione
>         fname=Normalizzazione (Normalizzazione)
>         [2012/10/29 11:58:40.949058,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.949146,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Nuova cartella
>         fname=Nuova
>         cartella (Nuova cartella)
>         [2012/10/29 11:58:40.949285,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.949373,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./EPSN0021.JPG
>         fname=EPSN0021.JPG
>         (EPSN0021.JPG)
>         [2012/10/29 11:58:40.949510,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.949606,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./DEAL Spooling Winch
>         fname=DEAL
>         Spooling Winch (DEAL Spooling Winch)
>         [2012/10/29 11:58:40.949749,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.949838,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Modulistica Varia
>         fname=Modulistica Varia (Modulistica Varia)
>         [2012/10/29 11:58:40.949978,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.950067,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./PDFCreator
>         fname=PDFCreator
>         (PDFCreator)
>         [2012/10/29 11:58:40.950206,
>         3] ../source3/locking/share_mode_lock.c:408(fetch_share_mode_unlocked)
>           Could not fetch share entry
>         [2012/10/29 11:58:40.950295,
>         3] ../source3/smbd/dir.c:1136(smbd_dirptr_get_entry)
>           smbd_dirptr_get_entry mask=[*] found ./Circolari Interne
>         fname=Circolari Interne (Circolari Interne)
>         [2012/10/29 11:58:40.952031,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 309 of length 74 (0 toread)
>         [2012/10/29 11:58:40.952134,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:40.952234,
>         3] ../source3/smbd/trans2.c:3604(call_trans2qfsinfo)
>           call_trans2qfsinfo: level = 258
>         [2012/10/29 11:58:40.952336,
>         3] ../source3/smbd/trans2.c:3054(smbd_do_qfsinfo)
>           smbd_do_qfsinfo: level = 258
>         [2012/10/29 11:58:40.953638,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 310 of length 74 (0 toread)
>         [2012/10/29 11:58:40.953750,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:40.953849,
>         3] ../source3/smbd/trans2.c:3604(call_trans2qfsinfo)
>           call_trans2qfsinfo: level = 261
>         [2012/10/29 11:58:40.953949,
>         3] ../source3/smbd/trans2.c:3054(smbd_do_qfsinfo)
>           smbd_do_qfsinfo: level = 261
>         [2012/10/29 11:58:40.958401,
>         3] ../source3/smbd/process.c:1789(process_smb)
>           Transaction 311 of length 74 (0 toread)
>         [2012/10/29 11:58:40.958513,
>         3] ../source3/smbd/process.c:1392(switch_message)
>           switch message SMBtrans2 (pid 15703) conn 0x9b43088
>         [2012/10/29 11:58:40.958611,
>         3] ../source3/smbd/trans2.c:3604(call_trans2qfsinfo)
>           call_trans2qfsinfo: level = 261
>         [2012/10/29 11:58:40.958711,
>         3] ../source3/smbd/trans2.c:3054(smbd_do_qfsinfo)
>           smbd_do_qfsinfo: level = 261
>         [2012/10/29 11:58:42.191886,
>         2] ../source3/smbd/server.c:435(remove_child_pid)
>           Could not find child 15723 -- ignoring
>         
>         
> 
> 
> 
> 
> -- 
> 
> 
> 
> 




More information about the samba-technical mailing list