On building it tree at the first run linuxconf segfaults with the
following backtrace:
Starting program: /bin/linuxconf
Program received signal SIGSEGV, Segmentation fault.
0x80ad64b in xconf_error ()
(gdb) bt
#0 0x80ad64b in xconf_error ()
#1 0x40212df9 in BIND8_LEXPARSE::error (this=0xbfffe05c,
ctl=0x402303cf "Invalid keyword %s") at bind8.cc:135
#2 0x40213ee2 in DNS::parse8 (this=0xbfffe8fc, lex=@0xbfffe05c,
extract=false)
at dns.cc:316
#3 0x402140bc in DNS::init (this=0xbfffe8fc, extract=false) at dns.cc:352
#4 0x4021425a in DNS::DNS (this=0xbfffe8fc) at dns.cc:370
#5 0x4021625c in dnsconf_edit () at dnsconf.cc:120
#6 0x4021a515 in MODULE_dnsconf::domenu (this=0x4022e354,
context=MENU_NETWORK_SERVER, key=0x402302f7 "Domain Name Server
(DNS)")
at mod_dnsconf.cc:44
#7 0x80b0aee in module_domenu ()
#8 0x8080e87 in netconf_status ()
#9 0x80c2304 in uithread ()
#10 0x808128f in netconf_edit ()
#11 0x806dfa5 in linuxconf_editctrl ()
#12 0x80c2304 in uithread ()
#13 0x806e294 in linuxconf_mainmenu ()
#14 0x806e60f in linuxconf_gettree ()
#15 0x401f7411 in treemenu_maingui (dontcheck=false) at treemenu.cc:144
#16 0x401f7c30 in treemenu_main (dontcheck=false) at treemenu.cc:273
#17 0x401f7d1d in MODULE_treemenu::message (this=0x401fd9a0,
msg=0x80cdcd6 "mainmenu", argc=1, argv=0xbffff50c) at treemenu.cc:313
#18 0x80b0c6e in module_sendmessage ()
#19 0x806e36b in linuxconf_main ()
#20 0x806cca6 in main ()
bind is version bind-8.1.2-5
Redhat 5.2 upgraded system
After removing /etc/named.conf it passes the tree-building process.
Moving /etc/named.conf back again results in lots of error messages of
'invalid keyword type' in nearly every line, remaining in this state at
line 115.
The only way of exiting is 'kill -TERM'.
This is the /etc/named.conf in question:
>>>>>>>>>>>>>>>>>>>>>>>>>>
// generated by named-bootconf.pl
options {
directory "/var/named";
forwarders {
130.149.62.9;
130.149.62.21;
};
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "ipv6.prz.tu-berlin.de" {
type slave;
file "pz/ipv6.prz.tu-berlin.de";
masters {
130.149.62.214;
};
};
zone "0.4.0.0.0.0.4.0.e.f.f.3.IP6.int" {
type slave;
file "pz/0.4.0.0.0.0.4.0.e.f.f.3.IP6.int";
masters {
130.149.62.214;
};
};
//
//
zone "prz.tu-berlin.de" {
type slave;
file "sz/prz.tu-berlin.de.cache";
masters {
130.149.62.42;
};
};
zone "62.149.130.in-addr.arpa" {
type slave;
file "sz/62.149.130.cache";
masters {
130.149.62.42;
};
};
zone "224.149.130.in-addr.arpa" {
type slave;
file "sz/224.149.130.cache";
masters {
130.149.62.42;
};
};
zone "225.149.130.in-addr.arpa" {
type slave;
file "sz/225.149.130.cache";
masters {
130.149.62.42;
};
};
zone "226.149.130.in-addr.arpa" {
type slave;
file "sz/226.149.130.cache";
masters {
130.149.62.42;
};
};
zone "227.149.130.in-addr.arpa" {
type slave;
file "sz/227.149.130.cache";
masters {
130.149.62.42;
};
};
zone "231.149.130.in-addr.arpa" {
type slave;
file "sz/231.149.130.cache";
masters {
130.149.62.42;
};
};
zone "237.149.130.in-addr.arpa" {
type slave;
file "sz/237.149.130.cache";
masters {
130.149.62.42;
};
};
zone "238.149.130.in-addr.arpa" {
type slave;
file "sz/238.149.130.cache";
masters {
130.149.62.42;
};
};
zone "239.149.130.in-addr.arpa" {
type slave;
file "sz/239.149.130.cache";
masters {
130.149.62.42;
};
};
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Regards,
Michael
--
Michael Eyrich, PRZ, TU-Berlin, Germany
[EMAIL PROTECTED]
---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]