[Samba] Access Problems after Update 4.13.13 to 4.17.10

Achim Gottinger achim at ag-web.biz
Mon Sep 4 19:41:49 UTC 2023


Hello Group,

Due to the RDP issue I had to update my samba ad dc running on debian bullseye.
I updated to bullseye-backports 2:4.17.10+dfsg-0+deb12u1~bpo11+1.
But now the shares are no longer fully accessible.
The main folder and subfolders can be browsed. Files an folders can be created and changed on the main folder but not on subfolders. Subfolders of subfolders can not be accessed.

Going back to 4.13.13 fixes the issue. I assume some inheritance issue here but could not fine anything similar here in the list.
Hope you can point me into the right direction here.

Thanks in advance
Achim~


smb.conf
========

# Global parameters
[global]
        netbios name = DNAME
        realm = MYREALM.LOCAL
        workgroup = MYGROUP

        logging = syslog
        log level = 3

        usershare path =

        bind interfaces only = yes
        interfaces = 192.168.100.150 127.0.0.1

        tls enabled = true
        tls keyfile  = /etc/samba/tls/DNAME.MYREALM.LOCAL.key
        tls certfile = /etc/samba/tls/DNAME.MYREALM.LOCAL.crt


        server role = active directory domain controller
        dns forwarder = 192.168.100.200
        idmap_ldb:use rfc2307 = yes
        idmap config * : range = 500-4000000

        ldap server require strong auth = no
        kccsrv:samba_kcc = no

        wins support = Yes
        deadtime = 1
        socket options = TCP_NODELAY SO_KEEPALIVE TCP_KEEPIDLE=60 TCP_KEEPINTVL=10 TCP_KEEPCNT=5
        csc policy = disable

        load printers = no
        printing = bsd
        printcap name = /dev/null
        disable spoolss = yes

[netlogon]
        path = /var/lib/samba/sysvol/MYREALM.LOCAL/scripts
        root preexec = /etc/samba/scripts/user.py "%U"
        read only = No

[sysvol]
        path = /var/lib/samba/sysvol
        read only = No


[homes]
        read only = no

[profiles]
        read only = no
        path = /home/profiles

This is an error log when i try to access an subfolder of an subfolder:

Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.223331,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.223562,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.223763,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.223890,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.224010,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.224127,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.224915,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.225079,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.225231,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.225378,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.225481,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.225600,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.231175,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.231357,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.231526,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.231662,  5] ../../source3/smbd/vfs.c:1334(check_reduced_name)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   check_reduced_name: . reduced to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.231777,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.231931,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.232100,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.232199,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(.) returning 0644
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.232391,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.232469,  4] ../../source3/smbd/open.c:3886(open_file_ntcreate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   calling open_file with flags=0x0 flags2=0x800 mode=0644, access_mask = 0x100080, open_access_mask = 0x100080
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.232604,  5] ../../source3/smbd/open.c:4482(open_directory)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   open_directory: opening directory ., access_mask = 0x100080, share_access = 0x7 create_options = 0x0, create_disposition = 0x1, file_attributes = 0x10
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.232903,  4] ../../source3/smbd/sec_ctx.c:206(push_sec_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   push_sec_ctx(200001, 513) : sec_ctx_stack_ndx = 1
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233035,  4] ../../source3/smbd/uid.c:566(push_conn_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   push_conn_ctx(1039982690) : conn_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233035,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233048,  5] ../../libcli/security/security_token.c:47(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token: (NULL)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233144,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 0
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 0 and contains 0 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233458,  4] ../../source3/smbd/sec_ctx.c:443(pop_sec_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   pop_sec_ctx (200001, 513) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233741,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(.) returning 0755
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233814,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(.) returning 0644
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.233947,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.234242,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.234245,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.234359,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.234479,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.234659,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.235455,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.235466,  4] ../../source3/smbd/vfs.c:938(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.235551,  5] ../../source3/smbd/vfs.c:1000(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir: vfs_ChDir got /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.235650,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.235782,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236013,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236039,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236209,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236251,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236355,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236472,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236607,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236718,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 2632690008 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.236831,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.238171,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.238331,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.238391,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.238535,  5] ../../source3/smbd/vfs.c:1334(check_reduced_name)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   check_reduced_name: . reduced to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.238673,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.238845,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239072,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239234,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(.) returning 0644
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239285,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239378,  4] ../../source3/smbd/open.c:3886(open_file_ntcreate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   calling open_file with flags=0x0 flags2=0x800 mode=0644, access_mask = 0x100081, open_access_mask = 0x100081
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239493,  5] ../../source3/smbd/open.c:4482(open_directory)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   open_directory: opening directory ., access_mask = 0x100081, share_access = 0x7 create_options = 0x0, create_disposition = 0x1, file_attributes = 0x10
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239638,  4] ../../source3/smbd/sec_ctx.c:206(push_sec_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   push_sec_ctx(200001, 513) : sec_ctx_stack_ndx = 1
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239745,  4] ../../source3/smbd/uid.c:566(push_conn_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   push_conn_ctx(1039982690) : conn_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239831,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.239956,  5] ../../libcli/security/security_token.c:47(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token: (NULL)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.240140,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 0
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 0 and contains 0 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.240461,  4] ../../source3/smbd/sec_ctx.c:443(pop_sec_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   pop_sec_ctx (200001, 513) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.240678,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(.) returning 0755
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241044,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(.) returning 0644
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241080,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241133,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241265,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241345,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241451,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241557,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241680,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.241882,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.242730,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.242845,  4] ../../source3/smbd/vfs.c:938(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.242922,  5] ../../source3/smbd/vfs.c:1000(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir: vfs_ChDir got /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.242922,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.243259,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.243383,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.243515,  5] ../../source3/smbd/dir.c:225(dptr_create)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dptr_create: dir=.
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.243618,  5] ../../source3/smbd/dir.c:326(dptr_create)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dptr_create: creating new dirptr [0] for path [.], expect_close = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.243787,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.243950,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244070,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244172,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found . fname=. (.)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244316,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244422,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244568,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244664,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .. fname=.. (..)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.244928,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245112,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .mozilla: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245219,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245291,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .mozilla fname=.mozilla (.mozilla)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245418,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245649,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245833,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Vorlagen: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.245915,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246045,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Vorlagen fname=Vorlagen (Vorlagen)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246171,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246313,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246437,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file overview.svg: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246570,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x80): ""
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246667,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found overview.svg fname=overview.svg (overview.svg)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246902,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.246937,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247171,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .bashrc: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247275,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247420,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .bashrc fname=.bashrc (.bashrc)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247502,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247565,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247719,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .gconf: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247848,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.247934,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .gconf fname=.gconf (.gconf)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248083,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248182,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248351,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .maildir: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248456,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248534,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .maildir fname=.maildir (.maildir)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248666,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.248810,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249005,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file PUTTY.RND: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249125,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x80): ""
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249208,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found PUTTY.RND fname=PUTTY.RND (PUTTY.RND)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249354,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249476,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249783,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .qt: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249918,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.249996,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .qt fname=.qt (.qt)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.250164,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.250329,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.250665,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: parse_dos_attribute_blob returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.250772,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.250852,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found AppData fname=AppData (AppData)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251229,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251367,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251367,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .xsession-errors: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251489,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251582,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .xsession-errors fname=.xsession-errors (.xsession-errors)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251735,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251826,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.251997,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file aar81xx.ko: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252065,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x80): ""
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252112,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found aar81xx.ko fname=aar81xx.ko (aar81xx.ko)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252166,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252229,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252297,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .wapi: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252349,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252403,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .wapi fname=.wapi (.wapi)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252456,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252511,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252579,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Mail: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252633,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252660,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Mail fname=Mail (Mail)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252726,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252782,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252858,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .gconfd: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252896,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.252932,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .gconfd fname=.gconfd (.gconfd)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.253008,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.253066,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.253127,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .forward~: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.302839,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.303252,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .forward~ fname=.forward~ (.forward~)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.303416,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.303552,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.303729,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .emerald: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.303825,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.303933,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .emerald fname=.emerald (.emerald)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304050,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304169,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304332,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .mcoprc: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304434,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304540,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .mcoprc fname=.mcoprc (.mcoprc)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304677,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304793,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.304939,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file usenix-paper.tgz: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305061,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x80): ""
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305149,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found usenix-paper.tgz fname=usenix-paper.tgz (usenix-paper.tgz)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305283,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305427,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305579,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .bash_history: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305675,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305780,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .bash_history fname=.bash_history (.bash_history)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.305898,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306029,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306189,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .forward: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306290,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306386,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .forward fname=.forward (.forward)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306514,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306635,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.306903,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file NTCONFIG.POL: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307120,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x80): ""
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307177,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found NTCONFIG.POL fname=NTCONFIG.POL (NTCONFIG.POL)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307314,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307435,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307586,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .ssh: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307713,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307806,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .ssh fname=.ssh (.ssh)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.307948,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308066,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308225,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .beryl-managerrc: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308299,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308403,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .beryl-managerrc fname=.beryl-managerrc (.beryl-managerrc)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308553,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308674,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308835,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .kpackage: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.308929,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309025,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .kpackage fname=.kpackage (.kpackage)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309162,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309276,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309443,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file pg_: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309544,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309641,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found pg_ fname=pg_ (pg_)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309772,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.309888,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.310142,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .phoronix-test-suite: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.310260,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.310376,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .phoronix-test-suite fname=.phoronix-test-suite (.phoronix-test-suite)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.310506,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.310623,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.310797,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .Xauthority: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311085,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311159,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .Xauthority fname=.Xauthority (.Xauthority)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311277,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311332,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311595,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: parse_dos_attribute_blob returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311715,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311808,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Neuer Ordner fname=Neuer Ordner (Neuer Ordner)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.311989,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312118,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312270,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .ICEauthority: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312356,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312600,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .ICEauthority fname=.ICEauthority (.ICEauthority)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312742,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312742,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312886,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Desktop: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.312990,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313081,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Desktop fname=Desktop (Desktop)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313200,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313344,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313482,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .dmrc: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313596,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313700,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .dmrc fname=.dmrc (.dmrc)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313845,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.313963,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314123,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .fishsrv.pl: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314207,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314321,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .fishsrv.pl fname=.fishsrv.pl (.fishsrv.pl)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314446,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314576,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314711,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .fonts.cache-1: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.314829,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315093,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .fonts.cache-1 fname=.fonts.cache-1 (.fonts.cache-1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315115,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315205,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315368,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .maildir.orig: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315475,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315567,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .maildir.orig fname=.maildir.orig (.maildir.orig)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315711,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315840,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.315984,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .beagle: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316091,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316196,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .beagle fname=.beagle (.beagle)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316318,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316436,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316594,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .beryl: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316702,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316778,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .beryl fname=.beryl (.beryl)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.316929,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317043,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317204,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .local: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317296,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317388,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .local fname=.local (.local)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317537,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317665,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317810,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .thumbnails: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.317898,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318019,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .thumbnails fname=.thumbnails (.thumbnails)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318221,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318361,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318532,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .joe_state: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318625,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318746,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .joe_state fname=.joe_state (.joe_state)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.318863,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.319198,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.319290,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .nx: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.319387,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.319496,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .nx fname=.nx (.nx)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.319645,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.319804,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320015,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320132,  5] ../../source3/smbd/smb2_trans2.c:1208(smbd_dirptr_lanman2_mode_fn)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_lanman2_mode_fn: Couldn't stat [.DCOPserver_workstation_:0] (Datei oder Verzeichnis nicht gefunden)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320262,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320628,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .openoffice.org2: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320817,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320892,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .openoffice.org2 fname=.openoffice.org2 (.openoffice.org2)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320972,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.320989,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321165,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .mplayer: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321249,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321364,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .mplayer fname=.mplayer (.mplayer)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321490,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321620,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321765,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321856,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.321980,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Profiles fname=Profiles (Profiles)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.370948,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.371038,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.371363,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Windows: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.371481,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.371586,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Windows fname=Windows (Windows)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.371730,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.371860,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372014,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Eigene Dateien: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372102,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372212,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Eigene Dateien fname=Eigene Dateien (Eigene Dateien)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372341,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372463,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372614,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .kderc: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372723,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372816,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .kderc fname=.kderc (.kderc)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.372972,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.373090,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.373256,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .recently-used: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.373526,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.373595,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .recently-used fname=.recently-used (.recently-used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.373595,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.373705,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374061,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .subversion: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374067,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374067,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .subversion fname=.subversion (.subversion)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374183,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374319,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374471,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .bash_profile: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374567,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374655,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .bash_profile fname=.bash_profile (.bash_profile)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374801,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.374916,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375280,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .dovecot.sieve~: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375280,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375336,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .dovecot.sieve~ fname=.dovecot.sieve~ (.dovecot.sieve~)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375465,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375598,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375754,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .DCOPserver_workstation__0: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375856,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x2): "h"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.375949,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .DCOPserver_workstation__0 fname=.DCOPserver_workstation__0 (.DCOPserver_workstation__0)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376093,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376213,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376364,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file backup.img: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376462,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x80): ""
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376554,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found backup.img fname=backup.img (backup.img)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376692,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.376852,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377062,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377154,  5] ../../source3/smbd/smb2_trans2.c:1208(smbd_dirptr_lanman2_mode_fn)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_lanman2_mode_fn: Couldn't stat [.dovecot.sieve] (Datei oder Verzeichnis nicht gefunden)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377290,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377519,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .kde: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377615,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377635,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .kde fname=.kde (.kde)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377786,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.377900,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378063,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .mcop: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378143,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x12): "hd"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378251,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found .mcop fname=.mcop (.mcop)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378370,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378624,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378752,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.378900,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[5] status[STATUS_NO_MORE_FILES] || at ../../source3/smbd/smb2_query_directory.c:160
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379090,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379209,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379438,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379569,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379709,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379914,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.379982,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380033,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380383,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380499,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380499,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380677,  5] ../../source3/smbd/vfs.c:1334(check_reduced_name)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   check_reduced_name: . reduced to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380838,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (4 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.380987,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381120,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381222,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(Profiles) returning 0644
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381458,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381577,  4] ../../source3/smbd/open.c:3886(open_file_ntcreate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   calling open_file with flags=0x0 flags2=0x800 mode=0644, access_mask = 0x100081, open_access_mask = 0x100081
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381692,  5] ../../source3/smbd/open.c:4482(open_directory)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   open_directory: opening directory Profiles, access_mask = 0x100081, share_access = 0x7 create_options = 0x0, create_disposition = 0x1, file_attributes = 0x10
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381826,  4] ../../source3/smbd/sec_ctx.c:206(push_sec_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   push_sec_ctx(200001, 513) : sec_ctx_stack_ndx = 1
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.381978,  4] ../../source3/smbd/uid.c:566(push_conn_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   push_conn_ctx(1039982690) : conn_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.382063,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.382178,  5] ../../libcli/security/security_token.c:47(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token: (NULL)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.382253,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 0
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 0 and contains 0 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.382579,  4] ../../source3/smbd/sec_ctx.c:443(pop_sec_ctx)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   pop_sec_ctx (200001, 513) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.382804,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(Profiles) returning 0755
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.382910,  5] ../../source3/smbd/dosmode.c:181(unix_mode)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   unix_mode: unix_mode(Profiles) returning 0644
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383195,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383303,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383343,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383570,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383579,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383781,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.383792,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384145,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384234,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384347,  4] ../../source3/smbd/vfs.c:938(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384446,  5] ../../source3/smbd/vfs.c:1000(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir: vfs_ChDir got /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384446,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384602,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384696,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384818,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.384979,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385159,  5] ../../source3/smbd/dir.c:353(dptr_CloseDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dptr_CloseDir: closing dptr key 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385258,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385375,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385493,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 2269879767 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385506,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385686,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.385955,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386040,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386186,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386186,  5] ../../source3/smbd/dir.c:225(dptr_create)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dptr_create: dir=Profiles
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386287,  5] ../../source3/smbd/dir.c:326(dptr_create)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dptr_create: creating new dirptr [0] for path [Profiles], expect_close = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386402,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386574,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles/.: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386756,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386884,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Profiles/. fname=. (.)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.386925,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387075,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387274,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles/..: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387326,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387416,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Profiles/.. fname=.. (..)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387566,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387802,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.387983,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles/Firefox: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388091,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388165,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Profiles/Firefox fname=Firefox (Firefox)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388325,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388443,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (3 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388604,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles/Thunderbird: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388697,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.388802,  3] ../../source3/smbd/dir.c:1050(smbd_dirptr_get_entry)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_dirptr_get_entry mask=[*] found Profiles/Thunderbird fname=Thunderbird (Thunderbird)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.389026,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.389236,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.389236,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.389362,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[5] status[STATUS_NO_MORE_FILES] || at ../../source3/smbd/smb2_query_directory.c:160
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.389469,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.389572,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.390266,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.390284,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.390442,  5] ../../source3/smbd/dosmode.c:387(fget_ea_dos_attribute)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fget_ea_dos_attribute: Cannot get attribute from EA on file Profiles: Error = Keine Daten verfügbar
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.390548,  5] ../../source3/smbd/dosmode.c:68(dos_mode_debug_print)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dos_mode_debug_print: fdos_mode returning (0x10): "d"
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.390655,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.439549,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/locking.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.439606,  5] ../../source3/smbd/dir.c:353(dptr_CloseDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dptr_CloseDir: closing dptr key 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.439723,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.439845,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_open_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.439981,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 3746634245 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.440152,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.441701,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.441846,  5] ../../libcli/security/security_token.c:47(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token: (NULL)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.441883,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 0
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 0 and contains 0 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.442133,  5] ../../source3/smbd/uid.c:494(smbd_change_to_root_user)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_root_user: now uid=(0,0) gid=(0,0)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.442337,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_tcon_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.442451,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_tcon_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.442574,  3] ../../lib/util/access.c:372(allow_access)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Allowed connection from 192.168.100.116 (192.168.100.116)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.442771,  3] ../../source3/smbd/smb2_service.c:610(make_connection_snum)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   make_connection_snum: Connect path is '/tmp' for service [IPC$]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.443082,  3] ../../source3/smbd/vfs.c:115(vfs_init_default)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Initialising default vfs hooks
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.443095,  3] ../../source3/smbd/vfs.c:141(vfs_init_custom)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Initialising custom vfs hooks from [/[Default VFS]/]
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Successfully loaded vfs module [/[Default VFS]/] with the new modules system
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.443325,  3] ../../source3/smbd/vfs.c:141(vfs_init_custom)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Initialising custom vfs hooks from [acl_xattr]
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Successfully loaded vfs module [acl_xattr] with the new modules system
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.443561,  3] ../../source3/smbd/vfs.c:141(vfs_init_custom)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Initialising custom vfs hooks from [dfs_samba4]
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Successfully loaded vfs module [dfs_samba4] with the new modules system
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.443573,  2] ../../source3/modules/vfs_acl_xattr.c:206(connect_acl_xattr)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   connect_acl_xattr: setting 'inherit acls = true' 'dos filemode = true' and 'force unknown acl user = true' for service IPC$
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.451096,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (200001, 513) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.451165,  5] ../../libcli/security/security_token.c:51(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token SIDs (10):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  0]: S-1-5-21-2094365770-118930228-891538202-1108
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  1]: S-1-5-21-2094365770-118930228-891538202-513
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  2]: S-1-5-21-2094365770-118930228-891538202-1127
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  3]: S-1-5-21-2094365770-118930228-891538202-1141
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  4]: S-1-18-1
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  5]: S-1-1-0
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  6]: S-1-5-2
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  7]: S-1-5-11
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  8]: S-1-5-32-545
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  9]: S-1-5-32-554
Sep 04 21:35:17 ad-1-ag smbd[2641]:    Privileges (0x          800000):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     Privilege[  0]: SeChangeNotifyPrivilege
Sep 04 21:35:17 ad-1-ag smbd[2641]:    Rights (0x             400):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     Right[  0]: SeRemoteInteractiveLogonRight
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.452075,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 200001
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 513 and contains 9 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  0]: 513
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  1]: 3000008
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  2]: 3000009
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  3]: 3000030
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  4]: 3000005
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  5]: 3000006
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  6]: 3000010
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  7]: 3000001
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  8]: 3000011
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.452864,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.452995,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.453096,  5] ../../libcli/security/security_token.c:47(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token: (NULL)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.453188,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 0
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 0 and contains 0 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.453423,  5] ../../source3/smbd/uid.c:494(smbd_change_to_root_user)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_root_user: now uid=(0,0) gid=(0,0)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.453567,  3] ../../source3/smbd/smb2_service.c:840(make_connection_snum)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   192.168.100.116 (ipv4:192.168.100.116:49445) signed connect to service IPC$ initially as user MYGROUP\achim (uid=200001, gid=513) (pid 2641)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.453686,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.454401,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (200001, 513) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.454401,  5] ../../libcli/security/security_token.c:51(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token SIDs (10):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  0]: S-1-5-21-2094365770-118930228-891538202-1108
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  1]: S-1-5-21-2094365770-118930228-891538202-513
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  2]: S-1-5-21-2094365770-118930228-891538202-1127
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  3]: S-1-5-21-2094365770-118930228-891538202-1141
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  4]: S-1-18-1
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  5]: S-1-1-0
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  6]: S-1-5-2
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  7]: S-1-5-11
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  8]: S-1-5-32-545
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  9]: S-1-5-32-554
Sep 04 21:35:17 ad-1-ag smbd[2641]:    Privileges (0x          800000):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     Privilege[  0]: SeChangeNotifyPrivilege
Sep 04 21:35:17 ad-1-ag smbd[2641]:    Rights (0x             400):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     Right[  0]: SeRemoteInteractiveLogonRight
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.455550,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 200001
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 513 and contains 9 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  0]: 513
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  1]: 3000008
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  2]: 3000009
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  3]: 3000030
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  4]: 3000005
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  5]: 3000006
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  6]: 3000010
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  7]: 3000001
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  8]: 3000011
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.456364,  4] ../../source3/smbd/vfs.c:938(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir to /tmp
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.456513,  5] ../../source3/smbd/vfs.c:1000(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir: vfs_ChDir got /tmp
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.456638,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/tmp]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.456795,  5] ../../lib/dbwrap/dbwrap.c:143(dbwrap_lock_order_lock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_lock: check lock order 1 for /run/samba/smbXsrv_tcon_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.456925,  5] ../../lib/dbwrap/dbwrap.c:175(dbwrap_lock_order_unlock)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   dbwrap_lock_order_unlock: release lock order 1 for /run/samba/smbXsrv_tcon_global.tdb
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.457053,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_FS_DRIVER_REQUIRED] || at ../../source3/smbd/smb2_ioctl.c:353
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.457170,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.459828,  4] ../../source3/smbd/sec_ctx.c:317(set_sec_ctx_internal)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   setting sec ctx (200001, 513) - sec_ctx_stack_ndx = 0
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.459890,  5] ../../libcli/security/security_token.c:51(security_token_debug)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Security token SIDs (10):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  0]: S-1-5-21-2094365770-118930228-891538202-1108
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  1]: S-1-5-21-2094365770-118930228-891538202-513
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  2]: S-1-5-21-2094365770-118930228-891538202-1127
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  3]: S-1-5-21-2094365770-118930228-891538202-1141
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  4]: S-1-18-1
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  5]: S-1-1-0
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  6]: S-1-5-2
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  7]: S-1-5-11
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  8]: S-1-5-32-545
Sep 04 21:35:17 ad-1-ag smbd[2641]:     SID[  9]: S-1-5-32-554
Sep 04 21:35:17 ad-1-ag smbd[2641]:    Privileges (0x          800000):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     Privilege[  0]: SeChangeNotifyPrivilege
Sep 04 21:35:17 ad-1-ag smbd[2641]:    Rights (0x             400):
Sep 04 21:35:17 ad-1-ag smbd[2641]:     Right[  0]: SeRemoteInteractiveLogonRight
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.460878,  5] ../../source3/auth/token_util.c:873(debug_unix_user_token)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   UNIX token of user 200001
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Primary group is 513 and contains 9 supplementary groups
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  0]: 513
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  1]: 3000008
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  2]: 3000009
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  3]: 3000030
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  4]: 3000005
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  5]: 3000006
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  6]: 3000010
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  7]: 3000001
Sep 04 21:35:17 ad-1-ag smbd[2641]:   Group[  8]: 3000011
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.461682,  4] ../../source3/smbd/vfs.c:938(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir to /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.461822,  5] ../../source3/smbd/vfs.c:1000(vfs_ChDir)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   vfs_ChDir: vfs_ChDir got /home/MYGROUP/achim
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.461946,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.462122,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.462239,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.462424,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.462575,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.463315,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.463386,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.463538,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.463667,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.463770,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.463866,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.464504,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.464504,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.464663,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.464777,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.464890,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.464974,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.465663,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.465737,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.465753,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.465855,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.465951,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.466062,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.466698,  5] ../../source3/smbd/uid.c:327(change_to_user_impersonate)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   change_to_user_impersonate: Skipping user change - already user
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.466819,  5] ../../source3/smbd/uid.c:294(print_impersonation_info)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   print_impersonation_info: Impersonated user: uid=(200001,200001), gid=(0,513), cwd=[/home/MYGROUP/achim]
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.466893,  5] ../../source3/smbd/files.c:76(fsp_new)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   fsp_new: allocated files structure (2 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.466971,  5] ../../source3/smbd/files.c:1800(file_free)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   file_free: freed files structure 0 (1 used)
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.467121,  3] ../../source3/smbd/smb2_server.c:3961(smbd_smb2_request_error_ex)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:339
Sep 04 21:35:17 ad-1-ag smbd[2641]: [2023/09/04 21:35:17.467246,  5] ../../libcli/smb/smb2_signing.c:657(smb2_signing_sign_pdu)
Sep 04 21:35:17 ad-1-ag smbd[2641]:   signed SMB2 message (sign_algo_id=1)












More information about the samba mailing list