NOTICE: core_log: setid process, core not dumped

Sajed Naseem naseems at stjohns.edu
Fri Oct 14 13:41:34 UTC 2005


Hello,

I have a 5.8 Generic_117350-26 (Sunblade 1600), Bind 9.2.5.  I am
getting some errors which are causing the server to be unresponsive and
crash, however named is still running.  When I start/stop named, it is
fine.  This has already happened 2 times after production a week ago.  I
just took away the datasize, and stacksize options.  I am hoping it was
not these options that caused the failure.  I have seen a similar user
query about 9.2.4 on google, but I did not see a response.  I thank
everyone in advance.

Named.conf:

        //      
        directory "/var/named";
        // query-source address * port 53;
        pid-file "/var/run/named.pid";
        statistics-file "/var/run/named.stats";
//        stacksize 30M;
//       datasize 20M;
        auth-nxdomain yes;                 // v9 wants this?
        allow-transfer { x.x.x.x; x.x.x.x; x.x.x.x; x.x.x.x;
 x.x.x.x; };   // this limits ALL zones
        transfer-format many-answers;      // faster tranfers
        version "djbdns";              // hide BIND version
//
//       forwarders     { x.x.x.x; x.x.x.x; x.x.x.x; x.x.x.x
; x.x.x.x; };
        recursion       yes;            
//
//        forward               only;
};


/var/adm/messages:

Oct 11 08:30:28 genunix: [ID 603404 kern.notice] NOTICE: core_log:
named[3406] setid process, core not dumped:
/var/core/core.named.3406.hostname.1003.27.1129033828
Oct 14 08:26:47 genunix: [ID 603404 kern.notice] NOTICE: core_log:
named[8418] setid process, core not dumped:
/var/core/core.named.8418.hostname.1003.27.1129292807

Ps -ef:

named 13199     1  0 09:26:03 ?        0:28 /opt/bind/sbin/named -u
named -t /dns/chroot

/etc/init.d/dns:

#!/bin/sh

case $1 in
'start' )
   /opt/bind/sbin/named -u named -t /dns/chroot
   ;;
'stop' )
   kill `ps -ef | grep named | grep -v grep | awk '{print $2}'` >
/dev/null 2>&1
   ;;
*)
   echo "usage: $0 {start|stop}"
esac



More information about the bind-users mailing list