<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>Hello all.<br>
      <br>
      First off - been a powerdns user & advocate for several years
      now - LOVE IT!!!  <br>
      <br>
      I've been hitting my head on a problem with a new install of a
      slave server for the past couple days though and could use some
      help.<br>
      <br>
      Just stood up a new slave.  It's set to 'slave=yes' in the
      config.  This is confirmed in the web-gui output for this slave's
      operational status.<br>
      <br>
      I've added in my master for a particular zone into the
      supermasters table.<br>
      <br>
      ex><br>
      =====<br>
      mysql> SELECT * FROM supermasters;<br>
      +--------------------+-------------------+-------------------+<br>
      | ip                 | nameserver        | account           |<br>
      +--------------------+-------------------+-------------------+<br>
      | 206.71.169.116     | ns2.node-nine.com | ns1.node-nine.com |<br>
      | 2001:470:c:109e::2 | ns2.node-nine.com | ns1.node-nine.com |<br>
      +--------------------+-------------------+-------------------+<br>
      2 rows in set (0.00 sec)<br>
      =====<br>
      <br>
      This appears to be working in that I'm seeing the logs indicating
      "1 slave domain needs checking".  Trouble I'm running into though
      is that the logs also are stating the following error:<br>
      =====<br>
      Remote 206.71.169.116 tried to sneak in out-of-zone data ''|SOA
      during AXFR of zone 'node-nine.com', ignoring<br>
      =====<br>
      <br>
      Because of this the zone-transfer never completes.<br>
      <br>
      I've nuked and re-added the SOA record on my master according to
      the syntax I've always used (<a
        href="http://doc.powerdns.com/html/types.html">and what's documented
        here</a>) but still, this error persists.<br>
      <br>
      ex><br>
      =====<br>
      mysql> SELECT * FROM records WHERE name LIKE '%node-nine%' AND
      type = 'SOA';<br>
+-------+-----------+---------------+------+-------+------+---------------------------------------------------------------------+-----------+------+----------+<br>
      | id    | domain_id | name          | type | ttl   | prio |
      content                                                            
      | ordername | auth | disabled |<br>
+-------+-----------+---------------+------+-------+------+---------------------------------------------------------------------+-----------+------+----------+<br>
      | 35272 |       457 | node-nine.com | SOA  | 86400 | NULL |
      ns1.node-nine.com <a class="moz-txt-link-abbreviated" href="mailto:postmaster@node-nine.com">postmaster@node-nine.com</a> 0 10800 3600 604800
      3600 | NULL      | NULL |     NULL |<br>
+-------+-----------+---------------+------+-------+------+---------------------------------------------------------------------+-----------+------+----------+<br>
      1 row in set (0.00 sec)<br>
      =====<br>
      <br>
      A lookup of the SOA record on the master works great, so I'm not
      sure what exactly the slave is complaining about.<br>
      <br>
      Any help, pointers, clue-bat, etc are greatly appreciated.<br>
      <br>
      Cheers,<br>
      -Chris<br>
      <br>
    </tt>
  </body>
</html>