Hi, I had troubles with samba 3.5.6 so I wanted to test a previous version. I have installed samba 3.4.15 from source but smbd crashes at startup with following output. I faced the same problem with other 3.4. versions.
# smbd -i smbd version 3.4.15 started. Copyright Andrew Tridgell and the Samba Team 1992-2009 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 (1024) below minimum Windows limit (16384) params.c:pm_process() - Processing configuration file "/usr/local/samba/lib/smb.conf" Processing section "[global]" Processing section "[netlogon]" adding IPC service reloading printcap cache reload status: ok 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 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0 added interface eth7 ip=fe80::21b:21ff:feb3:ae20%eth7 bcast=fe80::ffff:ffff:ffff:ffff%eth7 netmask=ffff:ffff:ffff:ffff:: added interface eth6 ip=fe80::be30:5bff:fedb:4364%eth6 bcast=fe80::ffff:ffff:ffff:ffff%eth6 netmask=ffff:ffff:ffff:ffff:: added interface eth6 ip=172.22.1.97 bcast=172.22.1.255 netmask=255.255.255.0 added interface eth7 ip=10.0.0.1 bcast=10.0.0.255 netmask=255.255.255.0 loaded services smbldap_search_domain_info: Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=FUKS))] smbldap_open_connection: connection opened ldap_connect_system: successful connection to the LDAP server 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 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 init_sam_from_ldap: Entry found for user: root push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3 push_conn_ctx(0) : conn_ctx_stack_ndx = 2 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1 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 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0 =============================================================== INTERNAL ERROR: Signal 6 in pid 14680 (3.4.15) Please read the Trouble-Shooting section of the Samba3-HOWTO From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf =============================================================== PANIC (pid 14680): internal error BACKTRACE: 18 stack frames: #0 ./sbin/smbd(log_stack_trace+0x2d) [0xb73951ff] #1 ./sbin/smbd(smb_panic+0x78) [0xb739534c] #2 ./sbin/smbd(iface_count+0) [0xb73848a0] #3 [0xb708c400] #4 /lib/i686/cmov/libc.so.6(abort+0x182) [0xb6e83b82] #5 /usr/lib/libtalloc.so.2(+0x1b19) [0xb6d85b19] #6 /usr/lib/libtalloc.so.2(_talloc_free+0x317) [0xb6d85a57] #7 /usr/lib/libwbclient.so.0(wbcFreeMemory+0x2b) [0xb6f9e96b] #8 /usr/lib/libwbclient.so.0(wbcSidToGid+0xb3) [0xb6fa0ce3] #9 ./sbin/smbd(winbind_sid_to_gid+0x39) [0xb7369b54] #10 ./sbin/smbd(sid_to_gid+0x118) [0xb7348171] #11 ./sbin/smbd(create_local_nt_token+0x303) [0xb73e4605] #12 ./sbin/smbd(get_root_nt_token+0x141) [0xb73e4b86] #13 ./sbin/smbd(svcctl_init_keys+0x2e) [0xb72b1dab] #14 ./sbin/smbd(registry_init_full+0x8b) [0xb763dbab] #15 ./sbin/smbd(main+0xa6f) [0xb766dd38] #16 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0xb6e6cc76] #17 ./sbin/smbd(+0x83c31) [0xb712dc31] smbd.conf: [global] unix charset = UTF8 workgroup = FUKS netbios name = CONSTANZE server string = FUKS server (Samba %v) passdb backend = ldapsam log level = 3 syslog = 0 max log size = 30000 time server = Yes domain logons = Yes os level = 254 preferred master = Yes domain master = Yes ldap admin dn = cn=admin,o=vkw,c=de ldap group suffix = ou=group ldap idmap suffix = ou=idmap ldap machine suffix = ou=clients ldap passwd sync = yes ldap suffix = o=vkw,c=de ldap ssl = no ldap user suffix = ou=people idmap backend = ldap:ldap://127.0.0.1 idmap uid = 10000-20000 idmap gid = 10000-20000 winbind separator = / winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes [netlogon] comment = Network Logon Service path = /home/netlogon write list = root Would be nice if anyone has some suggestions. Holger -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
