Re: [Pdns-users] Force reload of MySQL-data

2007-02-09 Thread Christian Kuehn
Christian Kuehn wrote: > Hi, > > how can I trigger the pdns_server to re-scan the mysql for new entries?? > OK, I need to trigger pdns_server to see a new slave-domain in the domains-table, any idea how to do this? Best Regards Christian -- Christian Kühn (Technical Consultant / Hostmaster

Re: [Pdns-users] Force reload of MySQL-data

2007-02-09 Thread bert hubert
On Fri, Feb 09, 2007 at 09:42:03AM +0100, Christian Kuehn wrote: > OK, I need to trigger pdns_server to see a new slave-domain in the > domains-table, any idea how to do this? Perhaps pdns_control rediscover will do this. Otherwise, wait 60 seconds, it should pick up the new domain. Bert

[Pdns-users] PowerDNS Master/Slave

2007-02-09 Thread Michael Holm
Hi.. Im trying to setup a PowerDNS server, one acting as master and the other one acting as slave... im running debian on both computer.. the problem is that.. when i add a domain in the database on my master (10.1.1.248), then i expect my slave (10.1.1.249) to get a notify about that.. and a

[Pdns-users] Automatic SOA from LDAP backend

2007-02-09 Thread Andy Rabagliati
Folks, The SOA serial seems to be changing a lot quicker than my updates. Where is this calculated from ? A cursory examination of the source did not turn up anything. I would like it to change whenever I update anything domain-related in my LDAP server, which I share with users, and

Re: [Pdns-users] Automatic SOA from LDAP backend

2007-02-09 Thread Norbert Sendetzky
Hi Andy > The SOA serial seems to be changing a lot quicker than my updates. > Where is this calculated from ? Which version of PowerDNS do you use? If you don't use a patched version including the latest patches provided at http://linuxnetworks.de/pdnsldap/ your serials might be random be

Re: [Pdns-users] PowerDNS Master/Slave

2007-02-09 Thread Augie Schwer
On 2/9/07, Michael Holm <[EMAIL PROTECTED]> wrote: the problem is that.. when i add a domain in the database on my master (10.1.1.248), then i expect my slave (10.1.1.249) to get a notify about that.. and add it right away.. but nothing happens.. when i make a lookup on the master everything work

Re: [Pdns-users] PowerDNS Master/Slave

2007-02-09 Thread bert hubert
On Fri, Feb 09, 2007 at 03:19:58PM +0100, Michael Holm wrote: > mysql> select * from domains; > ++--+-++++-+-+-+-+ > | id | fkuserid | name| master | last_check |

Re: [Pdns-users] Log all requests

2007-02-09 Thread bert hubert
On Thu, Feb 08, 2007 at 11:41:37PM +0100, Arjan Schrijver wrote: > I've tried query-logging=yes, but it didn't give the desired result. > It only logs the SQL query used to fetch the record from the database, > but not the querying ip-address as well. If I had that, it would be what > I need. Ple

Re: [Pdns-users] Dynamic DNS with ISC DHCPD

2007-02-09 Thread bert hubert
On Wed, Feb 07, 2007 at 07:02:38PM +0100, Thomas Tronier-Rasmussen wrote: > Hi PDNS User There are several of us! > I've only been using PDNS in a couple of days now (been using ISC BIND > before) and I'm wondering if it's possible to do dynamic DNS updates from > DHCP. Just adding forward and re

Re: [Pdns-users] pdns.conf for slave server

2007-02-09 Thread bert hubert
On Wed, Feb 07, 2007 at 11:45:58AM +1100, Devraj Mukherjee wrote: > How about replicating the records does that happen automatically? A server configured as a master, be it PowerDNS or BIND will send out notifications if it discovers updates. Servers configured as slave will react to those notific