Heh, that is a powerdns issue.

Looks like you forgot to add a SOA record for this zone.



Curtis Maurand wrote:
Hello,
I have a domain on a server thats authoritative for it. I have the following records
mysql> select * from domains where name = 'standre.org';
+----+-------------+--------+------------+--------+-----------------+---------+ | id | name | master | last_check | type | notified_serial | account | +----+-------------+--------+------------+--------+-----------------+---------+ | 35 | standre.org | | 0 | MASTER | 0 | | +----+-------------+--------+------------+--------+-----------------+---------+
1 row in set (0.00 sec)

then the records table has:
mysql> select * from records where domain_id = 35;
+-----+-----------+------------------+----------------------------------------+------+------+-------------+------+ | id | domain_id | name | content | ttl | prio | change_date | type | +-----+-----------+------------------+----------------------------------------+------+------+-------------+------+ | 226 | 35 | standre.org | ns1.xyonet.com [EMAIL PROTECTED] 1 | 3600 | 0 | 0 | NS | | 227 | 35 | standre.org | ns1.xyonet.com | 3600 | 0 | 0 | NS | | 228 | 35 | standre.org | ns1.mainelinesys.com | 3600 | 0 | 0 | NS | | 229 | 35 | standre.org | mail.standre.org | 3600 | 10 | 0 | MX | | 230 | 35 | mail.standre.org | 69.49.141.146 | 3600 | 0 | 0 | A | | 231 | 35 | www.standre.org | 69.49.141.141 | 3600 | 0 | 0 | A | | 232 | 35 | standre.org | 69.49.141.141 | 3600 | 0 | 0 | A | +-----+-----------+------------------+----------------------------------------+------+------+-------------+------+
7 rows in set (0.00 sec)

however when I try to query the dns server I get:

[EMAIL PROTECTED] mail]# dig @ns1.xyonet.com www.standre.org

; <<>> DiG 9.2.0 <<>> @ns1.xyonet.com www.standre.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42074
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.standre.org.               IN      A

;; Query time: 2 msec
;; SERVER: 69.49.141.140#53(ns1.xyonet.com)
;; WHEN: Mon Dec 27 20:36:47 2004
;; MSG SIZE  rcvd: 33

Can anyone tell me what's going on?

Curtis



_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail



--
  ________________________________________________________________
  Paul Stevens                                  mailto:[EMAIL PROTECTED]
  NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
  The Netherlands________________________________http://www.nfg.nl

Reply via email to