On Thu, 16 Oct 2003 08:23 pm, Shaun Oliver wrote: > hi all, I've seen some errors, > in syslog relating to named. > I'm trying to set up some zone files for a friend's domain > rather clean them up as he made a total botch of them. > here's the errors I'm seeing if they can be called errors, > Oct 16 04:02:10 wr250 named[1130]: loading configuration from > '/etc/named.conf' > Oct 16 04:02:10 wr250 named[1130]: no IPv6 interfaces found > Oct 16 04:02:10 wr250 named[1130]: zone 0.0.127.in-addr.arpa/IN: loaded > serial 1997022700 > Oct 16 04:02:10 wr250 named[1130]: dns_rdata_fromtext: > /var/named/232.20.216.hosts:2: near eol: unexpected end of input > Oct 16 04:02:10 wr250 named[1130]: zone 232.20.216.in-addr.arpa/IN: > loading master file /var/named/232.20.216.hosts: unexpected end of input > Oct 16 04:02:10 wr250 named[1130]: dns_rdata_fromtext: > /var/named/minifang.com.hosts:2: near eol: unexpected end of input > Oct 16 04:02:10 wr250 named[1130]: zone minifang.com/IN: loading master > file /var/named/minifang.com.hosts: unexpected end of input > > if anyone has any ideas as to what that's about, could you please let me > know, > I'm guessing at a very simplistic level that named isn't reading the > zone files correctly. > thaks in advance.
Without seeing your zone files, it's hard to say exactly /where/ the error is but by the look of these messages, your zone files are syntactically incorrect - I'd start looking at /var/named/232.20.216.hosts line 2, and /var/named/minifang.com.hosts line 2. Make sure the syntax is 100% spot on - bind can be a bit pedantic at times. --James __________________________________ A random quote of nothing: "The greatest warriors are the ones who fight for peace." -- Holly Near -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
