[Pdns-users] NS records number per zone.

2015-03-04 Thread Margus Kiting
Hi! I'm experiencing strange problem with my superslave powerdns version 3.4.2 using sqlite3 backend. I have one large zone, that has many NS records, about 200 and the problem is, that this zone is not created on the superslave server automatically. Unable to find backend willing to host zone.n

[Pdns-users] Oracle backend and axfr problems.

2015-02-20 Thread Margus Kiting
Hello. I am experiencing weird problems in my PowerDNS setup. I'll describe my setup below. The problem is, that our superslave servers are getting Network Timeouts if they are requesting AXFR. We have some BIND slaves also, and it seems like BIND waits for received information longer before it g

[Pdns-users] Oracle backed slave zone nameserver problem.

2014-03-27 Thread Margus Kiting
tDomainMasters(mResultName, zone_id); } else { throw OracleException("Unknown zone type in Oracle backend"); } I also did not find any information about this in powerdns documentation. Could you nice people help me with the problem? Thanks in advance! Margus Kiting _

Re: [Pdns-users] Oracle backend connection string.

2013-04-15 Thread Margus Kiting
ger get's error saying there are problem with mutating table. Could someone please explain how to solve SOA serial change in oracle backend? Thank You in advance. Margus Kiting On 28 March 2013 13:12, Aki Tuomi wrote: > The oraclebackend has dnssec turned on by default, the schema seems

Re: [Pdns-users] Oracle backend connection string.

2013-03-28 Thread Margus Kiting
st Regards, Margus Kiting On 27 March 2013 22:44, a b wrote: > > Actually you can fix this with /etc/ld.so.conf, just make sure the lib > dir(s) > > are in, say, /etc/ld.so.conf.d/oracle or /etc/ld.so.conf and run > ldconfig. > > > > no need to use LD_LIBRARY_PATH

Re: [Pdns-users] Oracle backend connection string.

2013-03-27 Thread Margus Kiting
Hi! Thanks for the patches. Does generic-oracle backend support dnssec and autoserial? These are two functionalities I'm looking for:) Best Regards, Margus Kiting On 27 March 2013 16:08, a b wrote: > > It seems like oracle-home configuration parameter does not exist in > pdns-3

Re: [Pdns-users] Oracle backend connection string.

2013-03-27 Thread Margus Kiting
Hi, It seems like oracle-home configuration parameter does not exist in pdns-3.2 Mar 27 07:55:16 Fatal error: Trying to set unexisting parameter 'oracle-home' Margus Kiting On 26 March 2013 15:23, a b wrote: > > launch=oracle > > oracle-master-database=//ORACL

[Pdns-users] Oracle backend connection string.

2013-03-26 Thread Margus Kiting
2:53:11 Master/slave communicator launching Mar 26 12:53:11 OracleFactory: Creating Oracle session pool: ORA-12154: TNS:could not resolve the connect identifier specified Best Regards, Margus Kiting ___ Pdns-users mailing list Pdns-users@mailm

Re: [Pdns-users] pdns-3.2 AXFR per domain ACL's problem

2013-03-21 Thread Margus Kiting
k You all who helped. Best Regards, Margus Kiting On 19 March 2013 14:05, Ruben d'Arco wrote: > Hi, > > This ia bit of a gues, but: > The AUTO-NS feature seems to use a normal getaddrinfo(). This might have a > different result than you expect on your system. > Can you chec

[Pdns-users] pdns-3.2 AXFR per domain ACL's problem

2013-03-19 Thread Margus Kiting
nnection successful Mar 19 13:25:50 gmysql Connection successful Mar 19 13:25:50 AXFR of domain 'test.com' to 192.168.1.12 finished As seen from abowe, AXFR ACL's per domain is not working. Am I missing some configuration or I'm doing som