Re: [Pdns-users] Bind Backend as superslave

2012-07-12 Thread Peter van Dijk
Hello Sebastián, On Jul 10, 2012, at 10:28 , Sebastian Galiano wrote: > The documentation for powerdns states that bind as backend and acting as > superslave is still rather experimental. But the help menu gives some clues > on how to configure it. I would like to know if it is still experiment

[Pdns-users] Bind Backend as superslave

2012-07-10 Thread Sebastian Galiano
Hi The documentation for powerdns states that bind as backend and acting as superslave is still rather experimental. But the help menu gives some clues on how to configure it. I would like to know if it is still experimental or if I can use it Regards Sebastián Galiano _

Re: [Pdns-users] bind backend as superslave

2008-09-07 Thread Samuel Vogel
Okay, nevermind. It was a mistake by myself. I set bind-config to the same file as bind-supermaster-config: bind-config=/var/pdns/named.conf bind-supermasters=/var/pdns/masters.conf bind-supermaster-destdir=/var/pdns/zones bind-supermaster-config=/var/pdns/named.conf This has the effect, that

Re: [Pdns-users] bind backend as superslave

2008-09-07 Thread Samuel Vogel
Hey guys, I just had pdns crash on myself. I simply made a rediscover in monitor mode and this is what i got: % rediscover Sep 07 22:29:12 Rediscovery was requested Sep 07 22:29:12 [bindbackend] Parsing 1 domain(s), will report when done pdns_server: /usr/include/boost/shared_ptr.hpp:247: type

Re: [Pdns-users] bind backend as superslave

2008-09-05 Thread Samuel Vogel
I still did not get any further with this issue. Maybe it helps you guys if I post the config of my slave here: /etc/powerdns/pdns.conf: allow-recursion=127.0.0.1 config-dir=/etc/powerdns daemon=yes disable-axfr=yes guardian=yes launch=bind lazy-recursion=yes local-address=92.51.133.94 local-port

Re: [Pdns-users] bind backend as superslave

2008-09-03 Thread Samuel Vogel
Some more info: bind-reload-now example.com example.com: [rejected] error at Thu Sep 4 01:09:16 2008 parsing '' from file '': Unable to open file '': No such file or directory Something is going wrong here. Guess there should be some content between those ''. But the files are actually

Re: [Pdns-users] bind backend as superslave

2008-09-03 Thread Samuel Vogel
Pawel Sawicki schrieb: One more thing - bind-supermasters should point to a file containing list of supermaster servers and not the supermaster server lists itself. This should me made more clear in the docs. I guess that's your opinion too. I just put the IPs there directly and was wondering

Re: [Pdns-users] bind backend as superslave

2008-09-03 Thread Pawel Sawicki
On Wed, Sep 3, 2008 at 8:47 PM, Samuel Vogel <[EMAIL PROTECTED]> wrote: > What does the named.conf file for "bind-supermaster-config" need to contain? Nothing I suppose. I started with an empty file that pdns had write access to, and pdns_server did put there the configuration for all the supersl

Re: [Pdns-users] bind backend as superslave

2008-09-03 Thread Samuel Vogel
Pawel Sawicki schrieb: It does work just fine. I use it on all of my slave DNS servers. Great, you have made my day :) See: # pdns_server --help=bind This is really strange. I was just searching around for half an hour since the above command as did not seem to give any output. Guess i

Re: [Pdns-users] bind backend as superslave

2008-09-03 Thread Pawel Sawicki
On Wed, Sep 3, 2008 at 8:24 PM, Samuel Vogel <[EMAIL PROTECTED]> wrote: > Can anybody clarify this? It does work just fine. I use it on all of my slave DNS servers. > Also there seems to be no documentation about this feature and how to use > it. See: # pdns_server --help=bind Cheers, -- ···

[Pdns-users] bind backend as superslave

2008-09-03 Thread Samuel Vogel
Hey guys, It seems that the bind backend actually supports operation as superslave. This is not noted in the docs, but it must be the case, since the code of the bind backend contains some strings about superslave operation. Can anybody clarify this? Also there seems to be no documentation a