Re: [Pdns-users] SQLite as slave backend

2009-05-08 Thread Norbert Sendetzky
Hi Michael > Backend error: Database error trying to insert new slave 'example.com': > Error while retrieving SQLite query results I think that's the same problem I solved for the opendbx backend: There cannot be two separate connections to the same database reading from and writing to the same

Re: [Pdns-users] SQLite as slave backend

2009-04-22 Thread Oli Schacher
> gsqlite3: connection to '/etc/pdns/pdns.db' succesful > > Backend error: Database error trying to insert new slave 'example.com': > Error while retrieving SQLite query results > Is /etc/pdns/pdns.db writable by the pdns user? ___ Pdns-users mailing

[Pdns-users] SQLite as slave backend

2009-04-22 Thread Michael Svendsen
Hi list I have searched and searched, but haven't been able to find a solution, neither to investigate myself. I have PowerDNS running on master server with MySQL as backend - works like a charm. Now I want to setup a slave server with SQLite backend (no access to MySQL on that server)