Problem running bind 9.2.3, bind 9.2.4rc2 and bind 9.3.0beta2 on bsd/os 5.1

The Doctor doctor at doctor.nl2k.ab.ca
Sat Apr 17 03:37:32 UTC 2004


On Fri, Apr 16, 2004 at 08:47:44PM -0600, The Doctor wrote:
> On Fri, Apr 16, 2004 at 08:45:43PM -0600, The Doctor wrote:
> > On Sat, Apr 17, 2004 at 04:27:57AM +0200, Per Engelbrecht wrote:
> > > Hi
> > > The 'control' statement (rndc key part) in your named.conf .. have you
> > > give access to an 'acl' containing 127.0.0.1 AND the rest of the IP
> > > that named listens on ?
> > > 
> > > respectfully
> > > /per
> > > per at xterm.dk
> > >
> > 
> > May not be the issue.
> > 
> > I did a named -n 2 -f 
> > and got
> > Abort trap
> > 
> > HMM!!! 
> 
> In fact,
> 
> test51.nk.ca//usr/source/bind-9.3.0beta2$ named -n 2 -p 53 -g -d 9
> 16-Apr-2004 20:46:52.775 starting BIND 9.3.0beta2 -n 2 -p 53 -g -d 9
> 16-Apr-2004 20:46:52.775 found 1 CPU, using 2 worker threads
> 16-Apr-2004 20:46:52.781 loading configuration from '/etc/named.conf'
> 16-Apr-2004 20:46:52.807 set maximum stack size to 67108864: success
> 16-Apr-2004 20:46:52.807 set maximum data size to 1073741824: success
> 16-Apr-2004 20:46:52.807 set maximum core size to 0: success
> 16-Apr-2004 20:46:52.808 set maximum open files to 128: success
> 16-Apr-2004 20:46:52.808 listening on IPv4 interface lo0, 127.0.0.1#53
> 16-Apr-2004 20:46:52.808 clientmgr @0x8189b00: create
> 16-Apr-2004 20:46:52.809 clientmgr @0x8189b00: createclients
> 16-Apr-2004 20:46:52.809 clientmgr @0x8189b00: create new
> 16-Apr-2004 20:46:52.809 client @0x8193000: create
> 16-Apr-2004 20:46:53.220 clientmgr @0x8189b00: create new
> 16-Apr-2004 20:46:53.220 client @0x8193800: create
> 16-Apr-2004 20:46:53.640 clientmgr @0x8189b00: createclients
> 16-Apr-2004 20:46:53.640 clientmgr @0x8189b00: create new
> 16-Apr-2004 20:46:53.640 client @0x8205000: create
> 16-Apr-2004 20:46:54.519 res 0x8316f00: create
> Abort trap

And gdb gives me the following:

test51.nk.ca//usr/source/bind-9.3.0beta2/bin/named$ gdb ./named
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-bsdi5.1"...
(gdb) run -n 2 -p 53 -g -d 9
Starting program: /usr/source/bind-9.3.0beta2/bin/named/named -n 2 -p 53 -g -d 9[New thread 0x8180100]
16-Apr-2004 21:34:45.213 starting BIND 9.3.0beta2 -n 2 -p 53 -g -d 9
16-Apr-2004 21:34:45.213 found 1 CPU, using 2 worker threads
[New thread 0x8180300]
[New thread 0x8180400]
[New thread 0x8180500]
[New thread 0x8180600]
16-Apr-2004 21:34:45.240 loading configuration from '/etc/named.conf'
16-Apr-2004 21:34:45.266 set maximum stack size to 67108864: success
16-Apr-2004 21:34:45.266 set maximum data size to 1073741824: success
16-Apr-2004 21:34:45.267 set maximum core size to 0: success
16-Apr-2004 21:34:45.267 set maximum open files to 128: success
16-Apr-2004 21:34:45.267 listening on IPv4 interface lo0, 127.0.0.1#53
16-Apr-2004 21:34:45.267 clientmgr @0x8189b00: create
16-Apr-2004 21:34:45.268 clientmgr @0x8189b00: createclients
16-Apr-2004 21:34:45.268 clientmgr @0x8189b00: create new
16-Apr-2004 21:34:45.268 client @0x8193000: create
16-Apr-2004 21:34:45.687 clientmgr @0x8189b00: create new
16-Apr-2004 21:34:45.687 client @0x8193800: create
16-Apr-2004 21:34:46.097 clientmgr @0x8189b00: createclients
16-Apr-2004 21:34:46.097 clientmgr @0x8189b00: create new
16-Apr-2004 21:34:46.097 client @0x8205000: create
16-Apr-2004 21:34:46.976 res 0x8316f00: create

Program received signal SIGABRT, Aborted.
[Switching to thread 0x8180500]
0x481b138d in kill () from /shlib/libc.so.3
(gdb) bt
#0  0x481b138d in kill () from /shlib/libc.so.3
#1  0x48224d02 in abort () from /shlib/libc.so.3
#2  0x4822f4d1 in pthread_cond_timedwait () from /shlib/libc.so.3
#3  0x081524cd in isc_condition_waituntil (c=0x818916c, m=0x8189148,
    t=0x8189164) at condition.c:57
#4  0x0814610a in run (uap=0x8189140) at timer.c:706
#5  0x48231239 in _thread_kern_start () from /shlib/libc.so.3
#6  0x00000000 in ?? ()

> > > 
> > > 
> > > > named.run gives me:
> > > >
> > > > 16-Apr-2004 17:35:17.656 starting BIND 9.3.0beta2 -d 9 -n 2
> > > > 16-Apr-2004 17:35:17.668 found 1 CPU, using 2 worker threads
> > > > 16-Apr-2004 17:35:17.679 loading configuration from
> > > > '/etc/named.conf' 16-Apr-2004 17:35:17.705 set maximum stack size
> > > > to 67108864: success 16-Apr-2004 17:35:17.706 set maximum data size
> > > > to 1073741824: success 16-Apr-2004 17:35:17.706 set maximum core
> > > > size to 0: success
> > > > 16-Apr-2004 17:35:17.706 set maximum open files to 128: success
> > > > 16-Apr-2004 17:35:17.719 listening on IPv4 interface lo0,
> > > > 127.0.0.1#53 16-Apr-2004 17:35:17.720 clientmgr @0x8189b40: create
> > > > 16-Apr-2004 17:35:17.721 clientmgr @0x8189b40: createclients
> > > > 16-Apr-2004 17:35:17.721 clientmgr @0x8189b40: create new
> > > > 16-Apr-2004 17:35:17.721 client @0x8195000: create
> > > > 16-Apr-2004 17:35:18.137 clientmgr @0x8189b40: create new
> > > > 16-Apr-2004 17:35:18.138 client @0x8195800: create
> > > > 16-Apr-2004 17:35:18.558 clientmgr @0x8189b40: createclients
> > > > 16-Apr-2004 17:35:18.558 clientmgr @0x8189b40: create new
> > > > 16-Apr-2004 17:35:18.558 client @0x8207000: create
> > > > 16-Apr-2004 17:35:19.438 res 0x8318f00: create
> > > >
> > > > and rndc status gives me
> > > >
> > > > rndc: connect failed: connection refused
> > > >
> > > > Why?
> > > > --
> > > > Member - Liberal International	On 11 Sept 2001 the WORLD was
> > > > violated. This is doctor at nl2k.ab.ca	Ici doctor at nl2k.ab.ca
> > > > Society MUST be saved! Extremists must dissolve.
> > > > Time to see the eternal relegation of Man U, Liverpool, Everton and
> > > > Millwall
> > > 
> > > 
> > 
> > -- 
> > Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
> > This is doctor at nl2k.ab.ca	Ici doctor at nl2k.ab.ca
> > Society MUST be saved! Extremists must dissolve.  
> > Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall
> > 
> 
> -- 
> Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
> This is doctor at nl2k.ab.ca	Ici doctor at nl2k.ab.ca
> Society MUST be saved! Extremists must dissolve.  
> Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall
> 

-- 
Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
This is doctor at nl2k.ab.ca	Ici doctor at nl2k.ab.ca
Society MUST be saved! Extremists must dissolve.  
Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall


More information about the bind-users mailing list