Received: (at submit) by bugs.debian.org; 17 Jul 1996 09:12:58 +0000 Received: (qmail-queue invoked from smtpd); 17 Jul 1996 08:54:18 -0000 Received: from droopy.iarc.fr (HELO DROOPY) (193.51.164.121) by master.debian.org with SMTP; 17 Jul 1996 08:54:17 -0000 Received: by droopy.iarc.fr (UCX V3.3 VAX) Wed, 17 Jul 1996 10:55:01 +0200 Content-Length: 812 Message-ID: <XFMail.960717105459.plummer@iarc.fr> X-Mailer: XFMail 0.4 [p0] on Linux Sender: martyn@hobbes.iarc.fr Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Wed, 17 Jul 1996 10:11:32 +0200 (MET DST) Organization: IARC From: Martyn Plummer <plummer@iarc.fr> To: submit@bugs.debian.org Subject: "ndc stats" fails Package: bind Version: 4.9.3-P1-3 "ndc stats" fails to dump named statistics to /var/tmp/named.stats because ndc sends the ABRT signal to named. The IOT signal should be used instead. Editing /usr/sbin/ndc and changing ABRT to IOT fixes the problem. Transcript follows bash# ndc stats kill: bad signal spec `ABRT' bash# kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGIOT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 11) SIGSEGV 12) SIGUSR2 13) SIGPIPE 14) SIGALRM 15) SIGTERM 17) SIGCHLD 18) SIGCONT 19) SIGSTOP 20) SIGTSTP 21) SIGTTIN 22) SIGTTOU 23) SIGURG 24) SIGXCPU 25) SIGXFSZ 26) SIGVTALRM 27) SIGPROF 28) SIGWINCH 29) SIGIO 30) SIGPWR I'm using Debian 1.1 "out of the box". Martyn Plummer