i am not sure, is it a bug or... i contacted other administrator who also maintain the server, and they said that no-one had manualy edited giedrius.de.db file, but i found it with wrong syntax:
cat /var/named/giedrius.de.db
$TTL 14400
@ IN SOA ns1.eu.e-vaizdas.net root (
2005071701
7200
3600
1209600
86400 )
giedrius.de. 14400 IN NS ns1.eu.e-vaizdas.net
giedrius.de. 14400 IN NS ns2.eu.e-vaizdas.net
ftp 14400 IN A 83.149.90.224
giedrius.de. 14400 IN A 83.149.90.224
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 83.149.90.224
pop 14400 IN A 83.149.90.224
www 14400 IN A 83.149.90.224
giedrius.de. 14400 IN MX 10 mail
giedrius.de. IN TXT "v=spf1 a mx ip4:83.149.90.224 ?all"
------------------------------------
first, there is no "$ORIGIN" directive at the beggining of the file. Second, there are missing dot at the end of "IN NS ns1.eu.e-vaizdas.net" !! (the same dot problem in SOA record)
does anyone had similar problems?
cat /var/named/giedrius.de.db
$TTL 14400
@ IN SOA ns1.eu.e-vaizdas.net root (
2005071701
7200
3600
1209600
86400 )
giedrius.de. 14400 IN NS ns1.eu.e-vaizdas.net
giedrius.de. 14400 IN NS ns2.eu.e-vaizdas.net
ftp 14400 IN A 83.149.90.224
giedrius.de. 14400 IN A 83.149.90.224
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 83.149.90.224
pop 14400 IN A 83.149.90.224
www 14400 IN A 83.149.90.224
giedrius.de. 14400 IN MX 10 mail
giedrius.de. IN TXT "v=spf1 a mx ip4:83.149.90.224 ?all"
------------------------------------
first, there is no "$ORIGIN" directive at the beggining of the file. Second, there are missing dot at the end of "IN NS ns1.eu.e-vaizdas.net" !! (the same dot problem in SOA record)
does anyone had similar problems?