Replies: 1 comment
-
This is not the complaints department.
https://github.com/PowerDNS/pdns/blob/master/pdns/zone2sql.cc
This means the domain did not have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to migrate a BIND-style zone file to SQLITE3 using
zone2sql
.Expected result: That the domain be added to the sqlite3 db.
In-fact result:
Contents of etc/powerdns/zones/mydomain.com.zone:
Hitting a wall here. Neither zone2sql, not PDNS log shows any errors, no peep, nothing. I get the same result whether PDNS is running while I run the zone2sql file or not (I stopped it to exclude the possibility of the sqlite3 db being read-only). But PDNS starts fine and if there's a problem with write access, it reports that immediately. What could be wrong?
Really bad form that the zone2sql tool gives such cryptic non-error messages. It's binary so difficult to guess what it actually does.
Beta Was this translation helpful? Give feedback.
All reactions