[Samba] panic in smbd_audit aftar a connect

Hisanori Ohhashi h-ohhashi at jp.fujitsu.com
Thu Apr 12 09:15:33 GMT 2007


hello

I'm using Samba 3.0.21b-2 on RHEL4.1.

All the machines are logging to a windows 2003 ADS domain server.

The samba server is a ADS member of this windows 2k3 server and
user's access log is recorded by using the audit module.

I recently came into this trouble, when I connect to samba server from
client, the smbd_audit suddenly got panic.

Please advise me how to solve this problem.

The related log file looks like this:


Mar  6 11:13:58 host01 smbd_audit: [2007/03/06 11:13:58, 0] lib/fault.c:fault_report(36) 
Mar  6 11:13:58 host01 smbd_audit:   =============================================================== 
Mar  6 11:13:58 host01 smbd_audit: [2007/03/06 11:13:58, 0] lib/fault.c:fault_report(37) 
Mar  6 11:13:58 host01 smbd_audit:   INTERNAL ERROR: Signal 11 in pid 15063 (3.0.21b-2) 
Mar  6 11:13:58 host01 smbd_audit:   Please read the Trouble-Shooting section of the Samba3-HOWTO 
Mar  6 11:13:58 host01 smbd_audit: [2007/03/06 11:13:58, 0] lib/fault.c:fault_report(39) 
Mar  6 11:13:58 host01 smbd_audit:    
Mar  6 11:13:58 host01 smbd_audit:   From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf 
Mar  6 11:13:58 host01 smbd_audit: [2007/03/06 11:13:58, 0] lib/fault.c:fault_report(40) 
Mar  6 11:13:58 host01 smbd_audit:   =============================================================== 
Mar  6 11:13:58 host01 smbd_audit: [2007/03/06 11:13:58, 0] lib/util.c:smb_panic2(1576) 
Mar  6 11:13:58 host01 smbd_audit:   PANIC: internal error 
Mar  6 11:13:58 host01 smbd_audit: [2007/03/06 11:13:58, 0] lib/util.c:smb_panic2(1584) 
Mar  6 11:13:58 host01 smbd_audit:   BACKTRACE: 17 stack frames: 
Mar  6 11:13:59 host01 smbd_audit:    #0 smbd(smb_panic2+0x8a) [0xe1295b] 
Mar  6 11:13:59 host01 smbd_audit:    #1 smbd(smb_panic+0x19) [0xe12b8b] 
Mar  6 11:13:59 host01 smbd_audit:    #2 smbd [0xdfe311] 
Mar  6 11:13:59 host01 smbd_audit:    #3 /lib/tls/libc.so.6 [0x2f18c8] 
Mar  6 11:13:59 host01 smbd_audit:    #4 smbd(winbindd_request_response+0x2e) [0xe22b28] 
Mar  6 11:13:59 host01 smbd_audit:    #5 smbd [0xe22017] 
Mar  6 11:13:59 host01 smbd_audit:    #6 smbd [0xe52188] 
Mar  6 11:13:59 host01 smbd_audit:    #7 smbd [0xe5321b] 
Mar  6 11:13:59 host01 smbd_audit:    #8 smbd(make_server_info_pac+0x198) [0xe53645] 
Mar  6 11:13:59 host01 smbd_audit:    #9 smbd [0xca1fdb] 
Mar  6 11:13:59 host01 smbd_audit:    #10 smbd(reply_sesssetup_and_X+0x4f1) [0xca2f4e] 
Mar  6 11:13:59 host01 smbd_audit:    #11 smbd [0xccf984] 
Mar  6 11:13:59 host01 smbd_audit:    #12 smbd(process_smb+0x19b) [0xccfd60] 
Mar  6 11:13:59 host01 smbd_audit:    #13 smbd(smbd_process+0x15c) [0xcd0c6d] 
Mar  6 11:13:59 host01 smbd_audit:    #14 smbd(main+0x962) [0xeab315] 
Mar  6 11:14:00 host01 smbd_audit:    #15 /lib/tls/libc.so.6(__libc_start_main+0xd3) [0x2dee23] 
Mar  6 11:14:00 host01 smbd_audit:    #16 smbd [0xc660f1] 


Part of my smb.conf, everything but the shares.:

;========================= Global Settings =====================================
[global]
     acl check permissions = no
     acl group control = no
     acl map full control = yes
     admin users = DOMAIN01 at administrator
     allow trusted domains = Yes
     bind interfaces only = Yes
     display charset = UTF-8
     dos charset = CP932
     full_audit:prefix = %u|%I:%S
     idmap gid = 10000-60000
     idmap uid = 10000-60000
     inherit acls = yes
     log file = /var/log/samba/log.%m
     max log size = 10000
     netbios name = HOST01
     password server = xxxxxxxx.xxxxx.xx.xx yyyyyyyy.yyyyy.yy.yy xxxzzzzz.zzzzzz.zz.zz
     realm = XXXXXXXX.XXXXX.XX.XX
     security = ADS
     server string = Storage
     socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
     template homedir = /home/%U
     template shell = /bin/bash
     unix charset = UTF-8
     winbind cache time = 15
     winbind separator = @
     workgroup = DOMAIN01

;=========================== Share Settings =====================================

[SERVICE01]
     browseable = yes
     create mask = 0775
     directory mask = 0775
     dos filemode = yes
     force unknown acl user = yes
     full_audit:failure = connect disconnect mkdir rmdir sendfile rename chmod chown unlink
     full_audit:success = connect disconnect mkdir rmdir sendfile rename chmod chown unlink open
     inherit permissions = yes
     path = /xxx/yyy/zzz
     printable = no
     public = no
     read only = no
     vfs object = full_audit
     writable = yes


Thanks in advance




More information about the samba mailing list