[Samba] nmbd --> panic:internal error

Shane Drinkwater Shane_Drinkwater at pa-ucl.com
Tue Mar 22 18:18:01 GMT 2005


Hello,
I am getting this error on a remote linux box running Fedora Core 3.
basically just the nmbd process dies leaving the smbds running....
 Netbios nameserver version 3.0.11 started.
  Copyright Andrew Tridgell and the Samba Team 1994-2004
[2005/03/17 13:25:15, 0] lib/fault.c:fault_report(36)
  ===============================================================
[2005/03/17 13:25:15, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 25106 (3.0.11)
  Please read the appendix Bugs of the Samba HOWTO collection
[2005/03/17 13:25:15, 0] lib/fault.c:fault_report(39)
  ===============================================================
[2005/03/17 13:25:15, 0] lib/util.c:smb_panic2(1495)
  PANIC: internal error
[2005/03/17 13:25:15, 0] lib/util.c:smb_panic2(1503)
  BACKTRACE: 10 stack frames:
   #0 /usr/local/samba/sbin/nmbd(smb_panic2+0x194) [0x80c2642]
   #1 /usr/local/samba/sbin/nmbd(smb_panic+0x10) [0x80c24ac]
   #2 /usr/local/samba/sbin/nmbd [0x80b0f5e]
   #3 /usr/local/samba/sbin/nmbd [0x80b0fb3]
   #4 /lib/tls/libc.so.6 [0xbe2a48]
   #5 /usr/local/samba/sbin/nmbd(announce_remote+0x162) [0x807285f]
   #6 /usr/local/samba/sbin/nmbd [0x806105c]
   #7 /usr/local/samba/sbin/nmbd(main+0x695) [0x8061909]
   #8 /lib/tls/libc.so.6(__libc_start_main+0xe3) [0xbcfe33]
   #9 /usr/local/samba/sbin/nmbd [0x805ff8d]

my smb.conf is 
[global]
#=============== Local Master Settings===========================
        domain master = no
        local master = yes
        preferred master = no
        os level = 65
#===============================================================
        printing = cups
        printcap = cups
        null passwords = yes
        encrypt passwords = yes
        wins server = 172.27.1.17
        remote announce = 172.27.1.7
        max log size = 0
        interfaces = eth1 lo
        bind interfaces only = yes
        large readwrite = yes
        map to guest = bad user
        veto files = /*.eml/*.nws/riched20.dll/
        security = user
        dns proxy = no
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8576
        lpq cache time = 30
        lpq command = lpq -P %p
        password server = *
        printer admin = @CSQ+"Programmers", at CSQ+"Domain Admins", at CSQ+"Domain
Users", at CSQ+"PA Doctors"
#============================Domain Stuff
===================================
        winbind cache time = 60
        winbind separator = +
        winbind gid = 10000-20000
        winbind uid = 10000-20000
        winbind enum users = yes
        winbind enum groups = yes
        template homedir = /home/winnt/%D/%U
        template shell = /bin/bash
#===========================================================================
        workgroup = CSQ
        server string = Samba Server for Steves House
        netbios name = newperseus
        log file = /var/log/samba/%m.log
        load printers = yes
        write cache size = 128000
[printers]
   comment = All Printers
   path = /var/spool/samba
   public = yes
   guest ok = yes
   writable = yes
   printable = yes

[public]
        path = /home/samba/public
        writable = yes
        public = yes
        create mode = 777

[nt-apps]
        path = /home/samba/nt-apps
        writable = yes
        public = yes
        create mode = 777

any ideas??????
			Shane


More information about the samba mailing list