On Sun, May 29, 2011 at 03:38:39AM -0400, Charles Sprickman wrote:
> I'll top post since the answer is so simple...
Ok - I just committed a fix that turns your mysterious crash into a helpful
error message, http://wiki.powerdns.com/trac/changeset/2202
2202 is building on http://powerdnssec.org/do
I'll top post since the answer is so simple...
For testing I just threw the sqlite db file in my config dir,
/usr/local/etc/pdns and made it owned by the pdns user. This works fine
for reading, but apparently something in the process of sending a notify
requires a write to the db, and it look
On Sun, May 29, 2011 at 01:43:50AM -0400, Charles Sprickman wrote:
> Just checking in - I went ahead and set my master up to use pgsql
> for the backend and notifies and transfers are working fine. The
> slave is running sqlite and it's able to handle the incoming
> transfer without issue. Not su
On Fri, 27 May 2011, bert hubert wrote:
On Thu, May 26, 2011 at 11:06:16PM -0400, Charles Sprickman wrote:
various values for loglevel from 5 all the way up to 999 and never saw
an increase in verbosity), so I tried launching powerdns from gdb, just
to see if I could get more of a hint about wh
bert hubert wrote:
> On Thu, May 26, 2011 at 11:06:16PM -0400, Charles Sprickman wrote:
>> various values for loglevel from 5 all the way up to 999 and never saw
>> an increase in verbosity), so I tried launching powerdns from gdb, just
>> to see if I could get more of a hint about what was happeni
On Thu, May 26, 2011 at 11:06:16PM -0400, Charles Sprickman wrote:
> various values for loglevel from 5 all the way up to 999 and never saw
> an increase in verbosity), so I tried launching powerdns from gdb, just
> to see if I could get more of a hint about what was happening. This is
> what I se
Charles,
> And the master has one domain and 3 records:
>
> sqlite> select * from domains;
> 1|pdnsexample.com|||MASTER||
>
> sqlite> select * from records;
> 1|1|pdnsexample.com|NS|pdns2.foo.com|||
> 2|1|pdnsexample.com|NS|pdns1.foo.com|||
> 3|1||SOA|pdns1.foo.com hostmas...@foo.com 1 3600 3600
Hello,
This might be a n00b mistake, not sure. I've got two test instances of
PowerDNS setup. One is setup as a master with sqlite3 backend, the
other as a slave, also with sqlite3 backend. Both are using the schema
outlined in the documentation.
The slave has only this in it's db:
sqlite> se