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

2010-01-08 Thread Ron Garret
> > > > On Fri, Jan 8, 2010 at 6:15 PM, Ron Garret wrote: >> >> [...@vm1:~/pkg/git-1.6.6]$ dig _autodiscover._tcp.genesisgroup.info >> >> ; <<>> DiG 9.3.4-P1.1 <<>> _autodiscover._tcp.genesisgroup.info >> ;; global options: pri

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

2010-01-08 Thread Ron Garret
17:11:48 2010 ;; MSG SIZE rcvd: 95 On Jan 8, 2010, at 5:10 PM, Tyler Hall wrote: > 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

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

2010-01-08 Thread Ron Garret
My name server is working properly, except that the following SRV record is not being served: mysql> select * from records where type='SRV'; ++---+--+--++--+--+-+ | id | domain_id | name

Re: [Pdns-users] Wilcard woes

2010-01-07 Thread Ron Garret
On Jan 7, 2010, at 2:13 AM, Henric Blomgren wrote: > 2010/1/7 Ron Garret : >> Jan 07 01:50:48 Not authoritative for 'mcia.cc', sending servfail to >> 67.201.32.11 >> Jan 07 01:50:48 Not authoritative for 'mcia.cc', sending servfail to >> 67.201

Re: [Pdns-users] Wilcard woes

2010-01-07 Thread Ron Garret
Here's a reproduction of the problem using a clean build of 2.9.22: [...@vm1:~/pkg/pdns-2.9.22/pdns]$ cat pdns.conf launch=gmysql gmysql-host=127.0.0.1 gmysql-user= gmysql-password= gmysql-dbname=pdns wildcards=yes mysql> select * from records where domain_id=2; ++---+--

Re: [Pdns-users] Wilcard woes

2010-01-07 Thread Ron Garret
Still more info: tried version 2.9.22 built from sources. Same result. Very weird. On Jan 6, 2010, at 11:54 PM, Ron Garret wrote: > Some more info: > > I have wildcards=yes in my pdns.conf file. > > Here's the mysql query log for what should be a wildcard query:

Re: [Pdns-users] Wilcard woes

2010-01-06 Thread Ron Garret
x27;d even be willing to pay for someone's time if that's what it takes to get this fixed. Thanks, rg On Jan 6, 2010, at 10:15 AM, Ron Garret wrote: > Hello, > > I'm running PDNS 2.9.20 on a Debian box and a MySQL back end.

[Pdns-users] Wilcard woes

2010-01-06 Thread Ron Garret
Hello, I'm running PDNS 2.9.20 on a Debian box and a MySQL back end. I can't get wildcards to work. Here's an illustration of the problem: == mysql> select * from domains where id=2; ++-++++--