Re: [Pdns-users] metronome

2014-12-16 Thread Ciro Iriarte
2014-12-12 11:56 GMT-03:00 Keresztes Péter-Zoltán : > Hello guy, > > I have tried to get metronome on a server to test it. When I run make I get > lots of errors. > > # make > g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp -pthread -MMD -MP -std=gnu++0x > -c -o metronome.o metronome.cc > In file includ

Re: [Pdns-users] High CPU load with no traffic

2014-12-16 Thread Ciro Iriarte
2014-12-16 3:57 GMT-03:00 abang : > Hi Ciro, > >> https://iriarte.it/?p=354 >> Testing & suggestions are welcome! > > Consider if it isn't more efficient to open the database outside from a > function. This is cheaper because this way it must only open once at > startup or at "rec-control reload-lu

[Pdns-users] Issues with DB upgrade from 3.3 to 3.4

2014-12-16 Thread Chuyen Vo
Hello list, As we have some name-servers running 3.3 and we are rolling out testing upgrade to 3.4. I followed the instruction DB schema here: http://doc.powerdns.com/md/authoritative/upgrading/ When we add more fields such as ordername with size: ALTER TABLE records ADD ordername VARCHAR(255)