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.32.11 >> Jan 07 01:50:52 Not authoritative for 'fo

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: > > 100106 23:44:22

Re: [Pdns-users] Wilcard woes

2010-01-06 Thread Ron Garret
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: 100106 23:44:22 15 Query select content,ttl,prio,type,domain_id,name from records where name='foo.mcia.cc' 15 Query select content,ttl

[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; ++-++++--