On dom, 2008-09-21 at 18:53 +0800, Paul Wise wrote: > I can't reproduce this on my laptop. > > What happens if you move the /etc/bind directory out the way?
Well, I purged everything related to bind and it started without problem. bind in etch is working fine with my config, that's why I tend to discard any syntactic error in it. > Are you able to recompile bind9 with debugging info? > > These commands should do this: > > apt-get install devscripts > apt-get build-dep bind9 > apt-get source bind9 > cd bind9-* > DEB_BUILD_OPTIONS="debug noopt" debuild > debi > gdb --args named -u bind -f > > run > > bt full This is the back trace of running bind9 built with debugging info and using my current config: $ gdb ... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb753cb90 (LWP 27185)] 0xb7e45fc5 in dns_acl_match () from /usr/lib/libdns.so.43 (gdb) bt full #0 0xb7e45fc5 in dns_acl_match () from /usr/lib/libdns.so.43 No symbol table info available. #1 0x0805a80f in ?? () No symbol table info available. #2 0xb753c264 in ?? () No symbol table info available. #3 0x00000000 in ?? () No symbol table info available. Cheers, maykel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]