Hi, smbd crash again.
>> A gdb backtrace would help.
>>
>> doas gdb smbd /var/crash/smbd/something.core, type 'bt'
>>
>> BTW testparm is nice but it contains lots of extra data, it is a good
>> thing to have its output plus the original smb.conf.
Sorry to say that, I forget to mkdir -m 700 /var/crash/smbd, so no core
this time.

I attached /etc/samba/smb.conf.

>
> In your smb config file add
>
> panic action = /bin/sleep 9000
>
> Start smbd, do what ever you do to make it crash and attach to the smbd 
> process using gdb.
>
>

I found some crash message in /var/log/samba/log.smbd (attached) like this:

[2016/06/01 13:14:14.773811,  0] ../lib/util/fault.c:79(fault_report)
  INTERNAL ERROR: Signal 11 in pid 92776 (4.4.3)
  Please read the Trouble-Shooting section of the Samba HOWTO
[2016/06/01 13:14:14.773862,  0] ../lib/util/fault.c:81(fault_report)
  ===============================================================
[2016/06/01 13:14:14.773876,  0] ../source3/lib/util.c:791(smb_panic_s3)
  PANIC (pid 92776): internal error
[2016/06/01 13:14:14.774048,  0] ../source3/lib/util.c:902(log_stack_trace)
  BACKTRACE: 1 stack frames:
   #0 0x11bbe8ae751e <log_stack_trace+62> at
/usr/local/lib/libsmbconf.so.0.0
[2016/06/01 13:14:14.774116,  0] ../source3/lib/util.c:803(smb_panic_s3)
  smb_panic(): calling panic action [/bin/sleep 9000]

then I run gdb /usr/local/sbin/smbd 92776 as root

and then type bt

(gdb) bt
#0  0x000011bc8570973a in _thread_sys_wait4 () at <stdin>:2
#1  0x000011bc856f9e79 in *_libc_wait4_cancel (wpid=Variable "wpid" is
not available.
) at /usr/src/lib/libc/sys/w_wait4.c:27
#2  0x000011bc8571ad4d in *_libc_system (command=Variable "command" is
not available.
) at /usr/src/lib/libc/stdlib/system.c:69
#3  0x000011bbe8ae766d in smb_panic_s3 () from
/usr/local/lib/libsmbconf.so.0.0
#4  0x000011bc3b68362d in smb_panic () from
/usr/local/lib/libsamba-util.so.1.0
#5  0x000011bc3b68383f in sig_fault () from
/usr/local/lib/libsamba-util.so.1.0
#6  <signal handler called>
#7  0x000011b98ce0a52a in smbd_sig_chld_handler () from /usr/local/sbin/smbd
#8  0x000011bc86ee89eb in tevent_common_check_signal () from
/usr/local/lib/libtevent.so.0.2
#9  0x000011bbe8afcc51 in run_events_poll () from
/usr/local/lib/libsmbconf.so.0.0
#10 0x000011bbe8afd270 in s3_event_loop_once () from
/usr/local/lib/libsmbconf.so.0.0
#11 0x000011bc86ee4dd1 in _tevent_loop_once () from
/usr/local/lib/libtevent.so.0.2
#12 0x000011bc86ee4e4b in tevent_common_loop_wait () from
/usr/local/lib/libtevent.so.0.2
#13 0x000011b98ce0c0f0 in main () from /usr/local/sbin/smbd
Current language:  auto; currently asm



Thank all.
# Global parameters
[global]
        dos charset = CP950
        unix charset = UTF-8
        workgroup = WONGHOME
        netbios name = KDC
        netbios aliases = PDC
        server string = %h server (Samba %v)
        interfaces = 192.168.168.1, 127.0.0.1
        bind interfaces only = Yes
        encrypt passwords = Yes
        log level = 0 smb:10 vfs:10 auth:10 lanman:10 rpc_parse:10 rpc_srv:10 
rpc_cli:10 winbind:10 idmap:10
        log file = /var/log/samba/log.%m
        max log size = 1000
        name resolve order = wins lmhosts host
        os level = 65
        local master = Yes
        domain master = Yes
        preferred master = Yes
        dns proxy = No
        wins support = Yes
        invalid users = root
        hosts allow = 192.168.168.0/24, 127.0.0.1
        passdb backend = tdbsam
        logon drive = S:
        logon path = \\%N\home\samba\netlogon\%U\profiles
        logon home = \\%N\home\samba\netlogon\%U
        smb ports = 139 445
        create mask = 0777
        directory mask = 0777
        force create mode = 0644
        force directory mode = 0555

        passdb expand explicit = No
        security = user
        force user = _samba
        force group = _samba

        unix extensions = No
        wide links = Yes
        follow symlinks = Yes

        nmbd bind explicit broadcast = No

        max open files = 2048
        panic action = /bin/sleep 9000

[IPC$]
        path = /tmp
        read only = Yes
        browseable = No

[netlogon]
        comment = Samba Logon
        path = /home/samba/netlogon
        read only = Yes
        browseable = No

[ramdisk]
        comment = RamDisk
        path = /ramdisk
        browseable = No

[home]
        comment = HOME
        path = /home
        browseable = No

[2016/05/30 19:05:04.067065, 10, pid=69048, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-5-21-1636773426-1683223001-3516073587-514 to gid, 
ignoring it
[2016/05/30 19:05:04.067147, 10, pid=69048, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-1-0 to gid, ignoring it
[2016/05/30 19:05:04.067158, 10, pid=69048, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-5-2 to gid, ignoring it
[2016/05/30 19:05:04.067167, 10, pid=69048, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-5-32-546 to gid, ignoring it
[2016/05/30 19:05:04.067179, 10] 
../libcli/security/security_token.c:63(security_token_debug)
  Security token SIDs (7):
    SID[  0]: S-1-5-21-1636773426-1683223001-3516073587-501
    SID[  1]: S-1-5-21-1636773426-1683223001-3516073587-514
    SID[  2]: S-1-22-2-32767
    SID[  3]: S-1-1-0
    SID[  4]: S-1-5-2
    SID[  5]: S-1-5-32-546
    SID[  6]: S-1-22-1-32767
   Privileges (0x               0):
   Rights (0x               0):
[2016/05/30 19:05:04.067221, 10] 
../source3/auth/token_util.c:639(debug_unix_user_token)
  UNIX token of user 32767
  Primary group is 32767 and contains 1 supplementary groups
  Group[  0]: 32767
[2016/05/30 19:05:04.111887,  4, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:203(make_internal_rpc_pipe_p)
  Create pipe requested winreg
[2016/05/30 19:05:04.111929, 10, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:223(init_pipe_handles)
  init_pipe_handle_list: created handle list for pipe winreg
[2016/05/30 19:05:04.111946, 10, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:240(init_pipe_handles)
  init_pipe_handle_list: pipe_handles ref count = 1 for pipe winreg
[2016/05/30 19:05:04.116847,  4, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:243(make_internal_rpc_pipe_p)
  Created internal pipe winreg
[2016/05/30 19:05:04.123950,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[1] Found policy hnd[0] Opened policy hnd[2] Found policy 
hnd[0] Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124685,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124720,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124767,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124816,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124849,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124899,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/05/30 19:05:04.124961,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\Spooler'
[2016/05/30 19:05:04.125059,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Start]
[2016/05/30 19:05:04.125340,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Type]
[2016/05/30 19:05:04.125410,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ErrorControl]
[2016/05/30 19:05:04.125492,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ObjectName]
[2016/05/30 19:05:04.125572,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:DisplayName]
[2016/05/30 19:05:04.125621,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ImagePath]
[2016/05/30 19:05:04.125682,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Description]
[2016/05/30 19:05:04.125934,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.126013,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\Spooler\Security'
[2016/05/30 19:05:04.126154,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security:Security]
[2016/05/30 19:05:04.126256,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.126306,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\NETLOGON'
[2016/05/30 19:05:04.126408,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Start]
[2016/05/30 19:05:04.126505,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Type]
[2016/05/30 19:05:04.126555,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ErrorControl]
[2016/05/30 19:05:04.126607,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ObjectName]
[2016/05/30 19:05:04.126662,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:DisplayName]
[2016/05/30 19:05:04.126720,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ImagePath]
[2016/05/30 19:05:04.126787,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Description]
[2016/05/30 19:05:04.126838,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.126881,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\NETLOGON\Security'
[2016/05/30 19:05:04.127036,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security:Security]
[2016/05/30 19:05:04.127140,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.127205,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\RemoteRegistry'
[2016/05/30 19:05:04.127342,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Start]
[2016/05/30 19:05:04.127447,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Type]
[2016/05/30 19:05:04.127484,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ErrorControl]
[2016/05/30 19:05:04.127535,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ObjectName]
[2016/05/30 19:05:04.127579,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:DisplayName]
[2016/05/30 19:05:04.127620,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ImagePath]
[2016/05/30 19:05:04.127675,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Description]
[2016/05/30 19:05:04.127723,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.127798,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security'
[2016/05/30 19:05:04.127944,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security:Security]
[2016/05/30 19:05:04.128041,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.128092,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\WINS'
[2016/05/30 19:05:04.128196,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:Start]
[2016/05/30 19:05:04.128310,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:Type]
[2016/05/30 19:05:04.128350,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:ErrorControl]
[2016/05/30 19:05:04.128397,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:ObjectName]
[2016/05/30 19:05:04.128459,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:DisplayName]
[2016/05/30 19:05:04.128494,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:ImagePath]
[2016/05/30 19:05:04.128541,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:Description]
[2016/05/30 19:05:04.128587,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.128637,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\WINS\Security'
[2016/05/30 19:05:04.128765,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security:Security]
[2016/05/30 19:05:04.128860,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.128896,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.129010, 10, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:418(close_policy_by_pipe)
  Deleted handle list for RPC connection winreg
[2016/05/30 19:05:04.129295,  4, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:203(make_internal_rpc_pipe_p)
  Create pipe requested winreg
[2016/05/30 19:05:04.129315, 10, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:223(init_pipe_handles)
  init_pipe_handle_list: created handle list for pipe winreg
[2016/05/30 19:05:04.129328, 10, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:240(init_pipe_handles)
  init_pipe_handle_list: pipe_handles ref count = 1 for pipe winreg
[2016/05/30 19:05:04.129416,  4, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:243(make_internal_rpc_pipe_p)
  Created internal pipe winreg
[2016/05/30 19:05:04.129519,  6, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[1] Found policy hnd[0] Opened policy hnd[2] Found policy 
hnd[0] Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/05/30 19:05:04.129784, 10, pid=69048, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:418(close_policy_by_pipe)
  Deleted handle list for RPC connection winreg
[2016/05/30 19:05:04.129840,  0] ../lib/util/become_daemon.c:124(daemon_ready)
  STATUS=daemon 'smbd' finished starting up and ready to serve connections
[2016/06/01 09:46:08.911264, 10, pid=92776, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-5-21-1636773426-1683223001-3516073587-514 to gid, 
ignoring it
[2016/06/01 09:46:08.918963, 10, pid=92776, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-1-0 to gid, ignoring it
[2016/06/01 09:46:08.918981, 10, pid=92776, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-5-2 to gid, ignoring it
[2016/06/01 09:46:08.918995, 10, pid=92776, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth_util.c:609(create_local_token)
  Could not convert SID S-1-5-32-546 to gid, ignoring it
[2016/06/01 09:46:08.919013, 10] 
../libcli/security/security_token.c:63(security_token_debug)
  Security token SIDs (7):
    SID[  0]: S-1-5-21-1636773426-1683223001-3516073587-501
    SID[  1]: S-1-5-21-1636773426-1683223001-3516073587-514
    SID[  2]: S-1-22-2-32767
    SID[  3]: S-1-1-0
    SID[  4]: S-1-5-2
    SID[  5]: S-1-5-32-546
    SID[  6]: S-1-22-1-32767
   Privileges (0x               0):
   Rights (0x               0):
[2016/06/01 09:46:08.919094, 10] 
../source3/auth/token_util.c:639(debug_unix_user_token)
  UNIX token of user 32767
  Primary group is 32767 and contains 1 supplementary groups
  Group[  0]: 32767
[2016/06/01 09:46:08.963673,  4, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:203(make_internal_rpc_pipe_p)
  Create pipe requested winreg
[2016/06/01 09:46:08.963723, 10, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:223(init_pipe_handles)
  init_pipe_handle_list: created handle list for pipe winreg
[2016/06/01 09:46:08.963741, 10, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:240(init_pipe_handles)
  init_pipe_handle_list: pipe_handles ref count = 1 for pipe winreg
[2016/06/01 09:46:08.968646,  4, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:243(make_internal_rpc_pipe_p)
  Created internal pipe winreg
[2016/06/01 09:46:08.975739,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[1] Found policy hnd[0] Opened policy hnd[2] Found policy 
hnd[0] Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976434,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976482,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976531,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976583,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976635,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976700,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_EnumKey: enumerating key 
[HKLM\SYSTEM\CurrentControlSet\Services]
[2016/06/01 09:46:08.976785,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\Spooler'
[2016/06/01 09:46:08.976915,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Start]
[2016/06/01 09:46:08.977286,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Type]
[2016/06/01 09:46:08.977437,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ErrorControl]
[2016/06/01 09:46:08.977546,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ObjectName]
[2016/06/01 09:46:08.977628,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:DisplayName]
[2016/06/01 09:46:08.977702,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ImagePath]
[2016/06/01 09:46:08.977762,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Description]
[2016/06/01 09:46:08.978009,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.978114,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\Spooler\Security'
[2016/06/01 09:46:08.978261,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security:Security]
[2016/06/01 09:46:08.978383,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.978434,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\NETLOGON'
[2016/06/01 09:46:08.978592,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Start]
[2016/06/01 09:46:08.978733,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Type]
[2016/06/01 09:46:08.978796,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ErrorControl]
[2016/06/01 09:46:08.978856,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ObjectName]
[2016/06/01 09:46:08.978929,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:DisplayName]
[2016/06/01 09:46:08.979014,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ImagePath]
[2016/06/01 09:46:08.979083,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Description]
[2016/06/01 09:46:08.979159,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.979223,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\NETLOGON\Security'
[2016/06/01 09:46:08.979390,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security:Security]
[2016/06/01 09:46:08.979483,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.979545,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\RemoteRegistry'
[2016/06/01 09:46:08.979651,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Start]
[2016/06/01 09:46:08.979761,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Type]
[2016/06/01 09:46:08.979807,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ErrorControl]
[2016/06/01 09:46:08.979854,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ObjectName]
[2016/06/01 09:46:08.979917,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:DisplayName]
[2016/06/01 09:46:08.979982,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ImagePath]
[2016/06/01 09:46:08.980040,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Description]
[2016/06/01 09:46:08.980087,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.980158,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security'
[2016/06/01 09:46:08.980266,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security:Security]
[2016/06/01 09:46:08.980371,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.980460,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\WINS'
[2016/06/01 09:46:08.980555,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:Start]
[2016/06/01 09:46:08.980832,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:Type]
[2016/06/01 09:46:08.980885,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:ErrorControl]
[2016/06/01 09:46:08.980932,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:ObjectName]
[2016/06/01 09:46:08.980990,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:DisplayName]
[2016/06/01 09:46:08.981034,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:ImagePath]
[2016/06/01 09:46:08.981083,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS:Description]
[2016/06/01 09:46:08.981144,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.981205,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] _winreg_CreateKey called with parent key 'HKLM' and 
subkey name 'SYSTEM\CurrentControlSet\Services\WINS\Security'
[2016/06/01 09:46:08.981323,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] Found policy hnd[0] _winreg_SetValue: Setting value for 
[HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security:Security]
[2016/06/01 09:46:08.981417,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.981460,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.981574, 10, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:418(close_policy_by_pipe)
  Deleted handle list for RPC connection winreg
[2016/06/01 09:46:08.981887,  4, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:203(make_internal_rpc_pipe_p)
  Create pipe requested winreg
[2016/06/01 09:46:08.981902, 10, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:223(init_pipe_handles)
  init_pipe_handle_list: created handle list for pipe winreg
[2016/06/01 09:46:08.981915, 10, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:240(init_pipe_handles)
  init_pipe_handle_list: pipe_handles ref count = 1 for pipe winreg
[2016/06/01 09:46:08.981968,  4, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_ncacn_np.c:243(make_internal_rpc_pipe_p)
  Created internal pipe winreg
[2016/06/01 09:46:08.982075,  6, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] 
../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[1] Found policy hnd[0] Opened policy hnd[2] Found policy 
hnd[0] Found policy hnd[0] Found policy hnd[0] Closed policy
[2016/06/01 09:46:08.982392, 10, pid=92776, effective(0, 0), real(0, 0), 
class=rpc_srv] ../source3/rpc_server/rpc_handles.c:418(close_policy_by_pipe)
  Deleted handle list for RPC connection winreg
[2016/06/01 09:46:08.982451,  0] ../lib/util/become_daemon.c:124(daemon_ready)
  STATUS=daemon 'smbd' finished starting up and ready to serve connections
[2016/06/01 13:14:14.773744,  0] ../lib/util/fault.c:78(fault_report)
  ===============================================================
[2016/06/01 13:14:14.773811,  0] ../lib/util/fault.c:79(fault_report)
  INTERNAL ERROR: Signal 11 in pid 92776 (4.4.3)
  Please read the Trouble-Shooting section of the Samba HOWTO
[2016/06/01 13:14:14.773862,  0] ../lib/util/fault.c:81(fault_report)
  ===============================================================
[2016/06/01 13:14:14.773876,  0] ../source3/lib/util.c:791(smb_panic_s3)
  PANIC (pid 92776): internal error
[2016/06/01 13:14:14.774048,  0] ../source3/lib/util.c:902(log_stack_trace)
  BACKTRACE: 1 stack frames:
   #0 0x11bbe8ae751e <log_stack_trace+62> at /usr/local/lib/libsmbconf.so.0.0
[2016/06/01 13:14:14.774116,  0] ../source3/lib/util.c:803(smb_panic_s3)
  smb_panic(): calling panic action [/bin/sleep 9000]

Attachment: 0xCF2C80AC.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to