Re: [Pdns-users] pdns recursor 3.5.1 crash on Mac OSX mountain lion 10.8.3

2013-05-27 Thread Aki Tuomi
Can you recompile the software with following changes: edit Makefile and make sure your OPTFLAGS are '-O0 -g' before starting, run 'ulimit -c unlimited' Then start it normally, and hope it crashes. It should produce a core file. You can see where it crashed by typing 'gdb /path/to/binary /path

Re: [Pdns-users] AXFR doesnt work suddenly

2013-05-27 Thread Aki Tuomi
On Tue, May 28, 2013 at 11:05:39AM +0700, MeKa wrote: > @Aki Tuomi: Thank you so much, that's exactly the problem is > > I add "hostmaster.mydomain.com" to SOA record and it works immediately! I > dont why it adds a dot after serial of all domains transferred to dns2, but > it works. > It adds t

[Pdns-users] pdns recursor 3.5.1 crash on Mac OSX mountain lion 10.8.3

2013-05-27 Thread jacky wu
$ ./configure && make install $ sudo /usr/sbin/pdns_recursor --daemon=no May 28 13:35:52 PowerDNS recursor 3.5.1 (C) 2001-2013 PowerDNS.COM BV (May 26 2013, 22:54:09, gcc 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.27)) starting up May 28 13:35:52 PowerDNS comes with ABSOLUTELY NO WARRANTY. This i

Re: [Pdns-users] AXFR doesnt work suddenly

2013-05-27 Thread MeKa
@Aki Tuomi: Thank you so much, that's exactly the problem is I add "hostmaster.mydomain.com" to SOA record and it works immediately! I dont why it adds a dot after serial of all domains transferred to dns2, but it works. By the way, is there anyway to remove deleted records when AXFR? I read the

Re: [Pdns-users] geo backend to use a CNAME and A record for the same domain

2013-05-27 Thread shthead
On 27/05/2013 8:58 PM, Geert-Jan Bruinsma wrote: It seems PowerDNS does not allow using a CNAME record and A record for the same domain. What is reason for this limitation? Hi, A CNAME cannot have any other resource types defined (except in the case of DNSSEC). This is covered in RFC 19

[Pdns-users] geo backend to use a CNAME and A record for the same domain

2013-05-27 Thread Geert-Jan Bruinsma
We would like to experiment with a dynamic site accelerator, but only for visitors from Australia. If resolver IP comes from AU: www.mydomain.com CNAME www.mydomain.com.dsaprovider.com Otherwise: www.mydomain.com A 123.123.123.123 It seems PowerDNS does not allow using a CNAME record and A re