Re: [Pdns-users] Why is my SRV record not being served properly?

2010-01-08 Thread Tyler Hall
> ;; QUESTION SECTION: > ;_autodiscover._tcp.genesisgroup.info. IN A > > ;; AUTHORITY SECTION: > genesisgroup.info.      0       IN      SOA     1. 3600. 600 7200 120 604800 > 3600 > > ;; Query time: 79 msec > ;; SERVER: 67.201.32.11#53(67.201.32.11) > ;; WHEN: Fri

Re: [Pdns-users] Why is my SRV record not being served properly?

2010-01-08 Thread Tyler Hall
What happens when you dig for _autodiscover._tcp.genesisgroup.info On Fri, Jan 8, 2010 at 6:09 PM, Ron Garret wrote: > My name server is working properly, except that the following SRV record is > not being served: > > mysql> select * from records where type='SRV'; > ++---+

Re: [Pdns-users] RBL Anyone?

2009-10-14 Thread Tyler Hall
Yes, it works, why wouldn't it? RBLs just do DNS lookups and look for an answer. OT -- The only problem with having your own RBL is when will you know to remove the listing? You will end up blocking people longer then they should be.I've been in spamhaus before on accident, if I emailed you

Re: [Pdns-users] ACLed AXFRs

2009-09-30 Thread Tyler Hall
Ahu created one as well that supports CIDR. See change: http://wiki.powerdns.com/trac/changeset/1360 On Sat, Sep 26, 2009 at 10:57 AM, Tyler Hall wrote: > Ahu wrote one as well (not sure if that's the one) but I believe it's > getting added, hopefully in the next &

Re: [Pdns-users] ACLed AXFRs

2009-09-26 Thread Tyler Hall
Ahu wrote one as well (not sure if that's the one) but I believe it's getting added, hopefully in the next 'release' Ahu? On Sat, Sep 26, 2009 at 10:56 AM, Seth Mattinen wrote: > Dmitry Banshchikov wrote: > > At Sat, 26 Sep 2009 08:01:23 -0400 > > Xavier Valentino wrote: > > > >> Hello, I

Re: [Pdns-users] What about ending dots (.) in field content / name?

2009-09-21 Thread Tyler Hall
I had the same problem, ended up having to remove all my periods and now everything works but still annoying ;-) On Mon, Sep 21, 2009 at 4:34 AM, Stefan Priebe - allied internet ag < s.pri...@allied-internet.ag> wrote: > Hello! > > Since today i thought it is normal that the DNS expand records l

Re: [Pdns-users] Master/Slave replication

2009-08-13 Thread Tyler Hall
What kind of backend do you have? MySQL? Is MySQL replication working? On Thu, Aug 13, 2009 at 4:02 PM, Michael Snyder < msny...@exponentialnetworks.net> wrote: > I’m a newb, but found PowerDNS and Poweradmin very nice. I’m having a > problem with my Master not updating my slave. I’m on Ubuntu

[Pdns-users] Re: Weird issues between host and dig

2009-06-04 Thread Tyler Hall
I answered my own question, it was the resolver. Thanks. On Thu, Jun 4, 2009 at 12:58 PM, Tyler Hall wrote: > Hello - > > I'm having a weird problem with wildcards and differences on outputs > received between dig and host. > > If i run dig, I get the correct answe

[Pdns-users] Weird issues between host and dig

2009-06-04 Thread Tyler Hall
Hello - I'm having a weird problem with wildcards and differences on outputs received between dig and host. If i run dig, I get the correct answer, while host servfails. Here are the two records in question: mysql> select name,type,content from records where name like '% schulhausplate.ch%'; +-

Re: [Pdns-users] Getting AXFR but not updating database.

2008-11-15 Thread Tyler Hall
al in 'soa' and everything transfered as usual ;) On Sat, Nov 15, 2008 at 1:58 PM, bert hubert <[EMAIL PROTECTED]>wrote: > On Fri, Nov 07, 2008 at 01:02:31PM -0700, Tyler Hall wrote: > > Nov 6 13:06:02 ns2 pdns[21912]: Received valid NOTIFY for > > 1.7.9.9.0.7.4.0.1.0.0.

[Pdns-users] Getting AXFR but not updating database.

2008-11-07 Thread Tyler Hall
Has anyone seen this before? We're sending notifies, they grab the zone, but never update the database Only for this domain. -- Nov 6 13:06:02 ns2 pdns[21912]: Received valid NOTIFY for 1.7.9.9.0.7.4.0.1.0.0.2.ip6.arpa (id=98500) from master 83.16.194.42: 2008110604 > 2008080902 Nov 6 13:0

Re: [Pdns-users] Slaves aren't fetching zones fast enough.

2008-11-04 Thread Tyler Hall
e and time out, causing major delays across pdns.He added some code to skip domains if they timed out a few times before, so it wouldn't use up all the "spawns". It seems to work and all domains are happy again. Thanks ahu! On Thu, Oct 9, 2008 at 4:51 PM, Tyler Hall <[EMAI

Re: [Pdns-users] Slaves aren't fetching zones fast enough.

2008-10-30 Thread Tyler Hall
Here's a prime example of my problem: -- Oct 29 18:01:50 dyndns pdns[27755]: Domain tylerhall.net is stale, master serial 2008081113, our serial 2008081112 Oct 29 18:28:36 dyndns pdns[27755]: Domain tylerhall.net is stale, master serial 2008081113, our serial 2008081112 Oct 29 18:55:42 dyndns pdn

Re: [Pdns-users] Slaves aren't fetching zones fast enough.

2008-10-23 Thread Tyler Hall
The slaves do get it, just hours/days after I send the NOTIFY. On Thu, Oct 23, 2008 at 1:55 PM, Augie Schwer <[EMAIL PROTECTED]>wrote: > allow-axfr-ips ? > > http://doc.powerdns.com/all-settings.html > > On Fri, Oct 17, 2008 at 7:27 PM, Tyler Hall <[EMAIL PROTECTED]

Re: [Pdns-users] Slaves aren't fetching zones fast enough.

2008-10-17 Thread Tyler Hall
I have more information about this (finally), hopefully someone is out there has this same problem. When my zones update, my master (bind) server will send a NOTIFY to my pdns server. It receives it (I can see it in tcpdump) but according to /var/log/messages, it doesn't fetch the new zone. /va

Re: [Pdns-users] Slaves aren't fetching zones fast enough.

2008-10-09 Thread Tyler Hall
On Thu, Oct 9, 2008 at 4:39 PM, Brendan Oakley <[EMAIL PROTECTED]> wrote: > > > Once you corrected the problem with the master, it was up to you to > initiate the AXFR. Either by forcing a retrieve from the slave, or > sending a notify from the master. That should clear that up. > > The evidence y

[Pdns-users] Slaves aren't updating fast enough.

2008-09-30 Thread Tyler Hall
Hi all - My master nameserver runs bind, and all of my slaves are running pdns. mysql> select * from domains where name='test7.com'\G *** 1. row *** id: 57952 name: test7.com master: 69.46.16.x last_check: 12226

[Pdns-users] Slaves aren't fetching zones fast enough.

2008-09-30 Thread Tyler Hall
[This is my second attempt to email this, sorry if it gets double posted] Hi all - My master nameserver runs bind, and all of my slaves are running pdns. mysql> select * from domains where name='test7.com'\G *** 1. row *** id: 57952

[Pdns-users] Slaves aren't fetching zones fast enough.

2008-09-30 Thread Tyler Hall
Hi all - My master nameserver runs bind, and all of my slaves are running pdns. mysql> select * from domains where name='test7.com'\G *** 1. row *** id: 57952 name: test7.com master: 69.46.16.x last_check: 12226