Hello,

I was experimenting with Samba and my ipv6 tunnel and I had seen
there's problem to bind smbd to tun0 if it is directly defined as
interface in smb.conf's 'interfaces'.

Is it just my pebcak?

jirib

** part from syslog

WARNING: no network interfaces found
...
open_sockets_smbd: No sockets available to bind to.
...
Abnormal server exit: open_sockets_smbd() failed
...
INTERNAL ERROR: Signal 11 in pid 19675 (3.5.4)
...
PANIC (pid 19675): internal error

** smb.conf

[global] workgroup = WORKGROUP
   server string = Samba Server
   security = user
   load printers = yes
   log file = /var/log/samba/smbd.%m
   max log size = 50
interfaces = tun0
bind interfaces only = yes
   dns proxy = no 
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   guest ok = no
   writable = no
   printable = yes
[public]
   path = /data/share
   public = yes
   only guest = yes
   writable = no
   printable = no

** log when smbd running with debug 10 in foreground

Maximum core file size limits now -1(soft) -1(hard)
get_current_groups: user is in 7 groups: 0, 2, 3, 4, 5, 20, 31
smbd version 3.5.4 started.
Copyright Andrew Tridgell and the Samba Team 1992-2010
uid=0 gid=0 euid=0 egid=0
Build environment:
   Built by:    [email protected]
   Built on:    Wed Jul 28 14:12:28 MDT 2010
   Built using: cc
   Build host:  OpenBSD i386.ports.openbsd.org 4.8 GENERIC.MP#44 i386
   SRCDIR:      /usr/obj/i386/samba-3.5.4/samba-3.5.4/source3
   BUILDDIR:    /usr/obj/i386/samba-3.5.4/build-i386

Paths:
   SBINDIR: /usr/local/libexec
   BINDIR: /usr/local/bin
   SWATDIR: /usr/local/share/swat
   CONFIGFILE: /etc/samba/smb.conf
   LOGFILEBASE: /var/log/samba
   LMHOSTSFILE: /etc/samba/lmhosts
   LIBDIR: /usr/local/lib/samba
   MODULESDIR: /usr/local/lib/samba
   SHLIBEXT: so
   LOCKDIR: /var/spool/samba
   STATEDIR: /var/spool/samba
   CACHEDIR: /var/spool/samba
   PIDDIR: /var/run
   SMB_PASSWD_FILE: /etc/samba/smbpasswd
   PRIVATE_DIR: /etc/samba

 System Headers:
   HAVE_SYS_CDEFS_H
   HAVE_SYS_FCNTL_H
   HAVE_SYS_FILIO_H
   HAVE_SYS_IOCTL_H
   HAVE_SYS_IPC_H
   HAVE_SYS_MMAN_H
   HAVE_SYS_MOUNT_H
   HAVE_SYS_PARAM_H
   HAVE_SYS_RESOURCE_H
   HAVE_SYS_SELECT_H
   HAVE_SYS_SHM_H
   HAVE_SYS_SOCKET_H
   HAVE_SYS_SOCKIO_H
   HAVE_SYS_STATVFS_H
   HAVE_SYS_STAT_H
   HAVE_SYS_SYSCALL_H
   HAVE_SYS_SYSCTL_H
   HAVE_SYS_SYSLOG_H
   HAVE_SYS_TIME_H
   HAVE_SYS_TYPES_H
   HAVE_SYS_UIO_H
   HAVE_SYS_UNISTD_H
   HAVE_SYS_UN_H
   HAVE_SYS_WAIT_H

 Headers:
   HAVE_ARPA_INET_H
   HAVE_CTYPE_H
   HAVE_DIRENT_H
   HAVE_DLFCN_H
   HAVE_EXECINFO_H
   HAVE_FCNTL_H
   HAVE_FLOAT_H
   HAVE_FNMATCH_H
   HAVE_GLOB_H
   HAVE_GRP_H
   HAVE_IFADDRS_H
   HAVE_LANGINFO_H
   HAVE_LIBINTL_H
   HAVE_LIMITS_H
   HAVE_LOCALE_H
   HAVE_MEMORY_H
   HAVE_NETDB_H
   HAVE_NETGROUP_H
   HAVE_NETINET_IN_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_PTHREAD_H
   HAVE_PWD_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPCSVC_YP_PROT_H
   HAVE_RPC_RPC_H
   HAVE_SETJMP_H
   HAVE_STDARG_H
   HAVE_STDBOOL_H
   HAVE_STDINT_H
   HAVE_STDIO_H
   HAVE_STDLIB_H
   HAVE_STRINGS_H
   HAVE_STRING_H
   HAVE_SYSLOG_H
   HAVE_TERMIOS_H
   HAVE_TIME_H
   HAVE_UNISTD_H
   HAVE_UTIME_H
   HAVE_ZLIB_H

 UTMP Options:
   HAVE_UTMP_H
   HAVE_UT_UT_HOST
   HAVE_UT_UT_NAME
   HAVE_UT_UT_TIME
   WITH_UTMP

 HAVE_* Defines:
   HAVE_ASPRINTF
   HAVE_ATEXIT
   HAVE_BACKTRACE_SYMBOLS
   HAVE_BOOL
   HAVE_BZERO
   HAVE_C99_VSNPRINTF
   HAVE_CHFLAGS
   HAVE_CHMOD
   HAVE_CHOWN
   HAVE_CHROOT
   HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
   HAVE_CONNECT
   HAVE_CRYPT
   HAVE_DECL_ASPRINTF
   HAVE_DECL_RL_EVENT_HOOK
   HAVE_DECL_SNPRINTF
   HAVE_DECL_VASPRINTF
   HAVE_DECL_VSNPRINTF
   HAVE_DEVICE_MAJOR_FN
   HAVE_DEVICE_MINOR_FN
   HAVE_DLCLOSE
   HAVE_DLERROR
   HAVE_DLOPEN
   HAVE_DLSYM
   HAVE_DUP2
   HAVE_ENDNETGRENT
   HAVE_ERRNO_DECL
   HAVE_EXECL
   HAVE_EXPLICIT_LARGEFILE_SUPPORT
   HAVE_FCHMOD
   HAVE_FCHOWN
   HAVE_FCNTL_LOCK
   HAVE_FCVT
   HAVE_FREEADDRINFO
   HAVE_FREEIFADDRS
   HAVE_FRSIZE
   HAVE_FSID_INT
   HAVE_FSYNC
   HAVE_FTRUNCATE
   HAVE_FTRUNCATE_EXTEND
   HAVE_FUNCTION_MACRO
   HAVE_GAI_STRERROR
   HAVE_GETADDRINFO
   HAVE_GETCWD
   HAVE_GETDIRENTRIES
   HAVE_GETGRENT
   HAVE_GETGRGID_R
   HAVE_GETGRNAM
   HAVE_GETGRNAM_R
   HAVE_GETGROUPLIST
   HAVE_GETHOSTBYNAME
   HAVE_GETIFADDRS
   HAVE_GETNAMEINFO
   HAVE_GETNETGRENT
   HAVE_GETPAGESIZE
   HAVE_GETPGRP
   HAVE_GETPWNAM_R
   HAVE_GETPWUID_R
   HAVE_GETRLIMIT
   HAVE_GETTIMEOFDAY_TZ
   HAVE_GLOB
   HAVE_HISTORY_LIST
   HAVE_HSTRERROR
   HAVE_ICONV
   HAVE_IFACE_GETIFADDRS
   HAVE_IF_NAMETOINDEX
   HAVE_IMMEDIATE_STRUCTURES
   HAVE_INET_ATON
   HAVE_INET_NTOA
   HAVE_INET_NTOP
   HAVE_INET_PTON
   HAVE_INITGROUPS
   HAVE_INNETGR
   HAVE_INTPTR_T
   HAVE_IPV6
   HAVE_ISATTY
   HAVE_LCHOWN
   HAVE_LIBREADLINE
   HAVE_LIBZ
   HAVE_LINK
   HAVE_LONGLONG
   HAVE_LONG_LONG
   HAVE_LSTAT
   HAVE_MAKEDEV
   HAVE_MEMCPY
   HAVE_MEMMOVE
   HAVE_MEMSET
   HAVE_MKDIR_MODE
   HAVE_MKDTEMP
   HAVE_MKNOD
   HAVE_MKTIME
   HAVE_MLOCK
   HAVE_MLOCKALL
   HAVE_MMAP
   HAVE_MSGHDR_MSG_CONTROL
   HAVE_MUNLOCK
   HAVE_MUNLOCKALL
   HAVE_NANOSLEEP
   HAVE_NATIVE_ICONV
   HAVE_NEW_LIBREADLINE
   HAVE_NL_LANGINFO
   HAVE_NO_ACLS
   HAVE_NO_AIO
   HAVE_PATHCONF
   HAVE_PIPE
   HAVE_POLL
   HAVE_POSIX_MEMALIGN
   HAVE_PRCTL
   HAVE_PREAD
   HAVE_PRINTF
   HAVE_PTHREAD
   HAVE_PTRDIFF_T
   HAVE_PWRITE
   HAVE_RAND
   HAVE_RANDOM
   HAVE_READLINK
   HAVE_REALPATH
   HAVE_RENAME
   HAVE_SA_FAMILY_T
   HAVE_SECURE_MKSTEMP
   HAVE_SELECT
   HAVE_SETBUFFER
   HAVE_SETEGID
   HAVE_SETENV
   HAVE_SETENV_DECL
   HAVE_SETEUID
   HAVE_SETGROUPS
   HAVE_SETLINEBUF
   HAVE_SETLOCALE
   HAVE_SETNETGRENT
   HAVE_SETPGID
   HAVE_SETRESGID
   HAVE_SETRESGID_DECL
   HAVE_SETRESUID
   HAVE_SETRESUID_DECL
   HAVE_SETSID
   HAVE_SHMGET
   HAVE_SIGACTION
   HAVE_SIGBLOCK
   HAVE_SIGPROCMASK
   HAVE_SIG_ATOMIC_T_TYPE
   HAVE_SNPRINTF
   HAVE_SOCKETPAIR
   HAVE_SOCKLEN_T
   HAVE_SOCK_SIN_LEN
   HAVE_SRAND
   HAVE_SRANDOM
   HAVE_STATVFS_F_FLAG
   HAVE_STAT_HIRES_TIMESTAMPS
   HAVE_STAT_ST_BLKSIZE
   HAVE_STAT_ST_BLOCKS
   HAVE_STAT_ST_FLAGS
   HAVE_STRCASECMP
   HAVE_STRCASESTR
   HAVE_STRCHR
   HAVE_STRDUP
   HAVE_STRERROR
   HAVE_STRFTIME
   HAVE_STRLCAT
   HAVE_STRLCPY
   HAVE_STRNDUP
   HAVE_STRNLEN
   HAVE_STRPBRK
   HAVE_STRSIGNAL
   HAVE_STRTOK_R
   HAVE_STRTOL
   HAVE_STRTOLL
   HAVE_STRTOQ
   HAVE_STRTOULL
   HAVE_STRTOUQ
   HAVE_STRUCT_ADDRINFO
   HAVE_STRUCT_IFADDRS
   HAVE_STRUCT_SOCKADDR
   HAVE_STRUCT_SOCKADDR_IN6
   HAVE_STRUCT_SOCKADDR_STORAGE
   HAVE_STRUCT_STAT_ST_MTIMENSEC
   HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
   HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
   HAVE_STRUCT_STAT_ST_RDEV
   HAVE_STRUCT_TIMESPEC
   HAVE_ST_RDEV
   HAVE_SYMLINK
   HAVE_SYSCONF
   HAVE_SYSLOG
   HAVE_TIMEGM
   HAVE_UINTPTR_T
   HAVE_UNIXSOCKET
   HAVE_UNSETENV
   HAVE_USLEEP
   HAVE_UTIMBUF
   HAVE_UTIME
   HAVE_UTIMES
   HAVE_VASPRINTF
   HAVE_VA_COPY
   HAVE_VOLATILE
   HAVE_VSNPRINTF
   HAVE_VSYSLOG
   HAVE_WAIT4
   HAVE_WAITPID
   HAVE_YP_GET_DEFAULT_DOMAIN
   HAVE_ZLIBVERSION
   HAVE__Bool
   HAVE__VA_ARGS__MACRO
   HAVE___GETCWD
   HAVE___SEEKDIR

 --with Options:
   WITH_SYSLOG
   WITH_UTMP
   WITH_WINBIND

 Build Options:
   BROKEN_GETGRNAM
   BROKEN_NISPLUS_INCLUDE_FILES
   COMPILER_SUPPORTS_LL
   CONFIG_H_IS_FROM_SAMBA
   DEFAULT_DISPLAY_CHARSET
   DEFAULT_DOS_CHARSET
   DEFAULT_UNIX_CHARSET
   LIBREPLACE_NETWORK_CHECKS
   PACKAGE_BUGREPORT
   PACKAGE_NAME
   PACKAGE_STRING
   PACKAGE_TARNAME
   PACKAGE_VERSION
   REPLACE_GETPASS
   REPLACE_STRPTIME
   RETSIGTYPE
   SEEKDIR_RETURNS_VOID
   SHLIBEXT
   SIZEOF_CHAR
   SIZEOF_INT
   SIZEOF_LONG_LONG
   SIZEOF_OFF_T
   SIZEOF_SHORT
   SIZEOF_SIZE_T
   SIZEOF_SSIZE_T
   STAT_STATVFS
   STAT_ST_BLOCKSIZE
   STDC_HEADERS
   STRING_STATIC_MODULES
   SYSCONF_SC_NGROUPS_MAX
   SYSCONF_SC_NPROCESSORS_ONLN
   SYSCONF_SC_PAGESIZE
   SYSLOG_FACILITY
   TIME_WITH_SYS_TIME
   USE_SETREUID
   WITH_SYSLOG
   WITH_WINBIND
   _GNU_SOURCE
   auth_script_init
   charset_CP437_init
   charset_CP850_init
   loff_t
   offset_t
   static_decl_auth
   static_decl_charset
   static_decl_gpext
   static_decl_idmap
   static_decl_nss_info
   static_decl_pdb
   static_decl_perfcount
   static_decl_rpc
   static_decl_vfs
   static_init_auth
   static_init_charset
   static_init_gpext
   static_init_idmap
   static_init_nss_info
   static_init_pdb
   static_init_perfcount
   static_init_rpc
   static_init_vfs
   uint_t
   vfs_acl_tdb_init
   vfs_acl_xattr_init
   vfs_audit_init
   vfs_cap_init
   vfs_catia_init
   vfs_default_quota_init
   vfs_expand_msdfs_init
   vfs_extd_audit_init
   vfs_fake_perms_init
   vfs_full_audit_init
   vfs_netatalk_init
   vfs_preopen_init
   vfs_readahead_init
   vfs_readonly_init
   vfs_recycle_init
   vfs_scannedonly_init
   vfs_shadow_copy2_init
   vfs_shadow_copy_init
   vfs_smb_traffic_analyzer_init
   vfs_streams_depot_init
   vfs_streams_xattr_init
   vfs_xattr_tdb_init

Type sizes:
   sizeof(char):         1
   sizeof(int):          4
   sizeof(long):         4
   sizeof(long long):    8
   sizeof(uint8):        1
   sizeof(uint16):       2
   sizeof(uint32):       4
   sizeof(short):        2
   sizeof(void*):        4
   sizeof(size_t):       4
   sizeof(off_t):        8
   sizeof(ino_t):        4
   sizeof(dev_t):        4

Builtin modules:
    pdb_smbpasswd pdb_tdbsam pdb_wbc_sam rpc_lsarpc rpc_winreg
rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl rpc_ntsvcs
rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog rpc_samr
idmap_tdb idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
auth_winbind auth_wbc auth_server auth_domain auth_builtin
auth_netlogond vfs_default lp_load_ex: refreshing parameters
Initialising global parameters rlimit_max: rlimit_max (128) below
minimum Windows limit (16384) params.c:pm_process() - Processing
configuration file "/etc/samba/smb.conf" Processing section "[global]"
doing parameter workgroup = WORKGROUP doing parameter server string =
Samba Server doing parameter security = user doing parameter load
printers = yes doing parameter log file = /var/log/samba/smbd.%m doing
parameter max log size = 50 doing parameter interfaces = tun0
doing parameter bind interfaces only = yes
doing parameter dns proxy = no
pm_process() returned Yes
lp_servicenumber: couldn't find homes
set_server_role: role = ROLE_STANDALONE
Attempting to register new charset UCS-2LE
Registered charset UCS-2LE
Attempting to register new charset UTF-16LE
Registered charset UTF-16LE
Attempting to register new charset UCS-2BE
Registered charset UCS-2BE
Attempting to register new charset UTF-16BE
Registered charset UTF-16BE
Attempting to register new charset UTF8
Registered charset UTF8
Attempting to register new charset UTF-8
Registered charset UTF-8
Attempting to register new charset ASCII
Registered charset ASCII
Attempting to register new charset 646
Registered charset 646
Attempting to register new charset ISO-8859-1
Registered charset ISO-8859-1
Attempting to register new charset UCS2-HEX
Registered charset UCS2-HEX
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: rlimit_max (128) below minimum Windows limit (16384)
params.c:pm_process() - Processing configuration file
"/etc/samba/smb.conf" Processing section "[global]"
doing parameter workgroup = WORKGROUP
doing parameter server string = Samba Server
doing parameter security = user
doing parameter load printers = yes
doing parameter log file = /var/log/samba/smbd.%m
doing parameter max log size = 50
doing parameter interfaces = tun0
doing parameter bind interfaces only = yes
doing parameter dns proxy = no
Processing section "[homes]"
add_a_service: Creating snum = 0 for homes
hash_a_service: creating servicehash
hash_a_service: hashing index 0 for service name homes
doing parameter comment = Home Directories
doing parameter browseable = no
doing parameter writable = yes
Processing section "[printers]"
add_a_service: Creating snum = 1 for printers
hash_a_service: hashing index 1 for service name printers
doing parameter comment = All Printers
doing parameter path = /var/spool/samba
doing parameter browseable = no
doing parameter guest ok = no
doing parameter writable = no
doing parameter printable = yes
Processing section "[public]"
add_a_service: Creating snum = 2 for public
hash_a_service: hashing index 2 for service name public
doing parameter path = /data/share
doing parameter public = yes
doing parameter only guest = yes
doing parameter writable = no
doing parameter printable = no
pm_process() returned Yes
add_a_service: Creating snum = 3 for IPC$
hash_a_service: hashing index 3 for service name IPC$
adding IPC service
set_server_role: role = ROLE_STANDALONE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
reloading printcap cache
reload status: ok
reloading printcap cache
reload status: ok
lp_file_list_changed()
file /etc/samba/smb.conf -> /etc/samba/smb.conf  last mod_time: Tue Aug
17 20:24:34 2010

not adding non-broadcast interface tun0
not adding non-broadcast interface tun0
not adding non-broadcast interface tun0
WARNING: no network interfaces found
Netbios name list:-
my_netbios_names[0]="HP530"
file_init: Information only: requested 16384 open files, 7010 are
available. loaded services
fcntl_lock 8 8 0 1 3
fcntl_lock: Lock call successful
Attempting to register passdb backend smbpasswd
Successfully added passdb backend 'smbpasswd'
Attempting to register passdb backend tdbsam
Successfully added passdb backend 'tdbsam'
Attempting to register passdb backend wbc_sam
Successfully added passdb backend 'wbc_sam'
Attempting to find a passdb backend to match tdbsam (tdbsam)
Found pdb backend tdbsam
pdb backend tdbsam has a valid init
namecache_enable: enabling netbios namecache, timeout 660 seconds
reghook_cache_init: new tree with default ops 0x357086c0 for key []
regdb_fetch_values: Looking for value of key
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports] specific:
[Samba Printer Port], len: 2 regdb_fetch_values: Looking for value of
key [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers]
specific: [DefaultSpoolDirectory], len: 70 regdb_fetch_values: Looking
for value of key [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
specific: [DisplayName], len: 20 specific: [ErrorControl], len: 4
regdb_fetch_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog] specific:
[DisplayName], len: 20 specific: [ErrorControl], len: 4
reghook_cache_add: Adding ops 0x357088c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Control/Print] pathtree_add: Enter
pathtree_add: Successfully added node
[HKLM/SYSTEM/CurrentControlSet/Control/Print] to tree pathtree_add: Exit
reghook_cache_add: Adding ops 0x357088c0 for key
[/HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Print/Printers]
pathtree_add: Enter pathtree_add: Successfully added node
[HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Print/Printers] to
tree pathtree_add: Exit reghook_cache_add: Adding ops 0x357088c0 for
key [/HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Ports]
pathtree_add: Enter pathtree_add: Successfully added node
[HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Ports] to tree
pathtree_add: Exit reghook_cache_add: Adding ops 0x357089a0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/LanmanServer/Shares]
pathtree_add: Enter pathtree_add: Successfully added node
[HKLM/SYSTEM/CurrentControlSet/Services/LanmanServer/Shares] to tree
pathtree_add: Exit reghook_cache_add: Adding ops 0x357087e0 for key
[/HKLM/SOFTWARE/Samba/smbconf] pathtree_add: Enter
pathtree_add: Successfully added node [HKLM/SOFTWARE/Samba/smbconf] to
tree pathtree_add: Exit
reghook_cache_add: Adding ops 0x357089e0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/Netlogon/Parameters]
pathtree_add: Enter pathtree_add: Successfully added node
[HKLM/SYSTEM/CurrentControlSet/Services/Netlogon/Parameters] to tree
pathtree_add: Exit reghook_cache_add: Adding ops 0x35708a20 for key
[/HKLM/SYSTEM/CurrentControlSet/Control/ProductOptions] pathtree_add:
Enter pathtree_add: Successfully added node
[HKLM/SYSTEM/CurrentControlSet/Control/ProductOptions] to tree
pathtree_add: Exit reghook_cache_add: Adding ops 0x35708a60 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters]
pathtree_add: Enter pathtree_add: Successfully added node
[HKLM/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters] to tree
pathtree_add: Exit reghook_cache_add: Adding ops 0x35708aa0 for key
[/HKPT] pathtree_add: Enter
pathtree_add: Successfully added node [HKPT] to tree
pathtree_add: Exit
reghook_cache_add: Adding ops 0x35708ae0 for key
[/HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion] pathtree_add: Enter
pathtree_add: Successfully added node [HKLM/SOFTWARE/Microsoft/Windows
NT/CurrentVersion] to tree pathtree_add: Exit
reghook_cache_add: Adding ops 0x35708b20 for key
[/HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Perflib]
pathtree_add: Enter pathtree_add: Successfully added node
[HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Perflib] to tree
pathtree_add: Exit Opening cache file at /var/spool/samba/gencache.tdb
Opening cache file at /var/spool/samba/gencache_notrans.tdb
Cache entry with key = IDMAP/UID2SID/0 couldn't be found 
uid_to_sid: winbind failed to find a sid for uid 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
tdbsam_open: successfully opened /etc/samba/passdb.tdb
pdb_getsampwnam (TDB): error fetching database.
 Key: USER_root
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
pdb_default_uid_to_sid: Did not find user root (0)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: uid 0 -> sid S-1-22-1-0
Cache entry with key = IDMAP/GID2SID/0 couldn't be found 
gid_to_sid: winbind failed to find a sid for gid 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: gid 0 -> sid S-1-22-2-0
Create local NT token for S-1-22-1-0
Cache entry with key = IDMAP/SID2GID/S-1-5-32-544 couldn't be found 
winbind failed to find a gid for sid S-1-5-32-544
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-5-32-544
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
Cache entry with key = IDMAP/SID2GID/S-1-5-32-545 couldn't be found 
winbind failed to find a gid for sid S-1-5-32-545
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-5-32-545
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID [S-1-22-1-0]
get_privileges_for_sids: sid = S-1-5-32-544
Privilege set:
SE_PRIV  0xff0 0x0 0x0 0x0
get_privileges_for_sids: sid = S-1-1-0
Privilege set:
SE_PRIV  0x0 0x0 0x0 0x0
get_privileges: No privileges assigned to SID [S-1-5-2]
get_privileges: No privileges assigned to SID [S-1-5-11]
regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (1)
reghook_cache_find: Searching for keyname [/HKLM]
pathtree_find: Enter [/HKLM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM]
regdb_open: incrementing refcount (2)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(3) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (3) regdb_close: decrementing refcount (2)
regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2)
reghook_cache_find: Searching for keyname [/HKLM]
pathtree_find: Enter [/HKLM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [Spooler]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler] regdb_get_secdesc:
Getting secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
regdb_close: decrementing refcount (4) regdb_close: decrementing
refcount (3) Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
Substituting charset '646' for LOCALE
regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler] regdb_close:
decrementing refcount (2) regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2)
reghook_cache_find: Searching for keyname [/HKLM]
pathtree_find: Enter [/HKLM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [Spooler]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler] regdb_get_secdesc:
Getting secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
regdb_close: decrementing refcount (4) regkey_open_onelevel: name =
[Security] regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler/Security]
pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler/Security]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/Spooler/Security]
regdb_fetch_keys: no subkeys found for key
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security]
regdb_get_secdesc: Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security] regdb_close:
decrementing refcount (4) regdb_close: decrementing refcount (3)
regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security] regdb_close:
decrementing refcount (2) regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2) reghook_cache_find: Searching for
keyname [/HKLM] pathtree_find: Enter [/HKLM] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM] regkey_open_onelevel:
name = [SYSTEM] regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [NETLOGON]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON] regdb_get_secdesc:
Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON] regdb_close:
decrementing refcount (4) regdb_close: decrementing refcount (3)
regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON] regdb_close:
decrementing refcount (2) regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2) reghook_cache_find: Searching for
keyname [/HKLM] pathtree_find: Enter [/HKLM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [NETLOGON]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON] regdb_get_secdesc:
Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [Security]
regdb_open: incrementing refcount (4) reghook_cache_find: Searching for
keyname [/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON/Security]
pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON/Security]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/NETLOGON/Security]
regdb_fetch_keys: no subkeys found for key
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security]
regdb_get_secdesc: Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security] regdb_close:
decrementing refcount (4) regdb_close: decrementing refcount (3)
regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security] regdb_close:
decrementing refcount (2) regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2) reghook_cache_find: Searching for
keyname [/HKLM] pathtree_find: Enter [/HKLM] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM] regkey_open_onelevel:
name = [SYSTEM] regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [RemoteRegistry]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry] pathtree_find:
Enter [/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry]
regdb_get_secdesc: Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry] regdb_close:
decrementing refcount (4) regdb_close: decrementing refcount (3)
regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry] regdb_close:
decrementing refcount (2) regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2) reghook_cache_find: Searching for
keyname [/HKLM] pathtree_find: Enter [/HKLM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [RemoteRegistry]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry] pathtree_find:
Enter [/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry]
regdb_get_secdesc: Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [Security]
regdb_open: incrementing refcount (4) reghook_cache_find: Searching for
keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry/Security]
pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry/Security]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/RemoteRegistry/Security]
regdb_fetch_keys: no subkeys found for key
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
regdb_get_secdesc: Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
regdb_close: decrementing refcount (4) regdb_close: decrementing
refcount (3) regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
regdb_close: decrementing refcount (2) regkey_open_onelevel: name =
[HKLM] regdb_open: incrementing refcount (2) reghook_cache_find:
Searching for keyname [/HKLM] pathtree_find: Enter [/HKLM]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM] regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM] regdb_open: incrementing refcount
(3) reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [WINS]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS] regdb_get_secdesc:
Getting secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services\WINS]
regdb_close: decrementing refcount (4) regdb_close: decrementing
refcount (3) regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\WINS] regdb_close: decrementing
refcount (2) regkey_open_onelevel: name = [HKLM]
regdb_open: incrementing refcount (2)
reghook_cache_find: Searching for keyname [/HKLM]
pathtree_find: Enter [/HKLM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM]
regdb_get_secdesc: Getting secdesc of key [HKLM]
regkey_open_onelevel: name = [SYSTEM]
regdb_open: incrementing refcount (3)
reghook_cache_find: Searching for keyname [/HKLM/SYSTEM]
pathtree_find: Enter [/HKLM/SYSTEM]
pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key [/HKLM/SYSTEM]
regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM]
regkey_open_onelevel: name = [CurrentControlSet]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet] regdb_get_secdesc: Getting secdesc of
key [HKLM\SYSTEM\CurrentControlSet] regdb_close: decrementing refcount
(4) regkey_open_onelevel: name = [Services]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services] regdb_get_secdesc: Getting
secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services] regdb_close:
decrementing refcount (4) regkey_open_onelevel: name = [WINS]
regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS] pathtree_find: Enter
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS] pathtree_find: Exit
reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS] regdb_get_secdesc:
Getting secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services\WINS]
regdb_close: decrementing refcount (4) regkey_open_onelevel: name =
[Security] regdb_open: incrementing refcount (4)
reghook_cache_find: Searching for keyname
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS/Security] pathtree_find:
Enter [/HKLM/SYSTEM/CurrentControlSet/Services/WINS/Security]
pathtree_find: Exit reghook_cache_find: found ops 0x357086c0 for key
[/HKLM/SYSTEM/CurrentControlSet/Services/WINS/Security]
regdb_fetch_keys: no subkeys found for key
[HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security]
regdb_get_secdesc: Getting secdesc of key
[HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security] regdb_close:
decrementing refcount (4) regdb_close: decrementing refcount (3)
regdb_store_values: Looking for value of key
[HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security] regdb_close:
decrementing refcount (2) regdb_close: decrementing refcount (1)
regdb_close: decrementing refcount (0) update_c_setprinter:
c_setprinter = 0 push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0 setting sec ctx (0, 0) -
sec_ctx_stack_ndx = 1 NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pdb_getsampwsid: Building guest account
pdb_set_username: setting username nobody, was 
pdb_set_full_name: setting full name Unprivileged user for NFS, was 
pdb_set_domain: setting domain HP530, was 
pdb_set_user_sid: setting user sid
S-1-5-21-1044361981-348738322-4173285938-501 pdb_set_user_sid_from_rid:
        setting user sid S-1-5-21-1044361981-348738322-4173285938-501
from rid 501 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
sys_getgrouplist: user [nobody]
Cache entry with key = IDMAP/GID2SID/32767 couldn't be found 
gid_to_sid: winbind failed to find a sid for gid 32767
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: gid 32767 -> sid S-1-22-2-32767
make_server_info_sam: made server info for user nobody -> nobody
Create local NT token for S-1-5-21-1044361981-348738322-4173285938-501
Cache entry with key = IDMAP/SID2GID/S-1-5-32-544 couldn't be found 
winbind failed to find a gid for sid S-1-5-32-544
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-5-32-544
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
Cache entry with key = IDMAP/SID2GID/S-1-5-32-545 couldn't be found 
winbind failed to find a gid for sid S-1-5-32-545
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-5-32-545
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
Failed to fetch domain sid for WORKGROUP
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID
[S-1-5-21-1044361981-348738322-4173285938-501] get_privileges: No
privileges assigned to SID [S-1-22-2-32767] get_privileges_for_sids:
sid = S-1-1-0 Privilege set:
SE_PRIV  0x0 0x0 0x0 0x0
get_privileges: No privileges assigned to SID [S-1-5-2]
get_privileges: No privileges assigned to SID [S-1-5-32-546]
Cache entry with key = IDMAP/SID2GID/S-1-1-0 couldn't be found 
winbind failed to find a gid for sid S-1-1-0
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-1-0
Could not convert SID S-1-1-0 to gid, ignoring it
Cache entry with key = IDMAP/SID2GID/S-1-5-2 couldn't be found 
winbind failed to find a gid for sid S-1-5-2
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-5-2
Could not convert SID S-1-5-2 to gid, ignoring it
Cache entry with key = IDMAP/SID2GID/S-1-5-32-546 couldn't be found 
winbind failed to find a gid for sid S-1-5-32-546
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
LEGACY: mapping failed for sid S-1-5-32-546
Could not convert SID S-1-5-32-546 to gid, ignoring it
NT user token of user S-1-5-21-1044361981-348738322-4173285938-501
contains 6 SIDs
SID[  0]: S-1-5-21-1044361981-348738322-4173285938-501
SID[  1]: S-1-22-2-32767
SID[  2]: S-1-1-0
SID[  3]: S-1-5-2
SID[  4]: S-1-5-32-546
SID[  5]: S-1-22-1-32767
SE_PRIV  0x0 0x0 0x0 0x0
UNIX token of user 32767
Primary group is 32767 and contains 1 supplementary groups
Group[  0]: 32767
open_sockets_smbd: No sockets available to bind to.
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
change_to_root_user: now uid=(0,0) gid=(0,0)
Yielding connection to 
Locking key 92120000FFFFFFFF0000
Allocated locked data 0x0x80531c30
deleting connection record returned NT_STATUS_NOT_FOUND
Unlocking key 92120000FFFFFFFF0000
===============================================================
Abnormal server exit: open_sockets_smbd() failed
===============================================================
===============================================================
INTERNAL ERROR: Signal 11 in pid 4754 (3.5.4)
Please read the Trouble-Shooting section of the Samba3-HOWTO

From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
===============================================================
PANIC (pid 4754): internal error

** my aiccu tunnel

tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
        priority: 0
        groups: tun egress
        status: active
        inet6 fe80::21c:bfff:feb1:e0bb%tun0 ->  prefixlen 64 scopeid 0xb
        inet6 fe80::14c0:65ff:ff:2%tun0 ->  prefixlen 64 scopeid 0xb
        inet6 2001:15c0:65ff:ff::2 -> 2001:15c0:65ff:ff::1 prefixlen 128

Reply via email to