dns_rdata_fromtext: usit.zone:7: near eol: unexpected end of input

Chris Boyd Chris.Boyd at usit.ie
Wed Nov 30 15:29:22 UTC 2005


Actually I noticed it right after sending the message. I'm still getting the same error though. 
I'll post the zone file again. 

$TTL 3D
@                       IN      SOA     ns1.rack356.com (
                                1       ; Serial
                                10800           ; Refresh
                                3600            ; Retry
                                604800          ; Expire
                                86400 )         ; Minimum TTL
;
                        IN NS   ns1.usit.ie.
;
ns1                     A       10.133.1.230
partone                 A       169.254.1.62
travelquest             A       10.1.7.199
proxy                   A       10.133.1.45


>>> Dan Foster <usenet at evilphb.org> 11/30/05 3:19  >>>
In article <dmkfck$27uc$1 at sf1.isc.org> you write:
> I'm running bind-9.3.1-8 on opensuse 10. When I try to start named I get the following error in the log:
>
> Nov 30 14:36:49 monitor named[11979]: dns_rdata_fromtext: usit.zone:7: near eol: unexpected end of input
>
> Here's my zone file:
>
> $TTL 3D
> @                       IN      SOA     ns1.rack356.com (
>                                 1       ; Serial
>                                 10800           ; Refresh
>                                 3600            ; Retry
>                                 604800          ; Expire
>                                 86400 )         ; Minimum TTL
> ;
>                         IN NS   ns1.usit.ie

That needs a trailing period at the end of 'ns1.usit.ie'

Cheers,

-Dan



More information about the bind-users mailing list