Re: [Pdns-users] Strange log message from PDNS Recusrsor!

2013-02-19 Thread RBK1001
Thanks just a silly question, if we set to threads=5, does it meant that it is running at 5 multi-threads. Peter van Dijk-6 wrote: > > Hello Paul, > > On Feb 19, 2013, at 2:37 , RBK1001 wrote: > >> Below is the debug message when pdns_recursor reply the query from its

Re: [Pdns-users] PowerDNS Recursor redirect logging to non standard syslog port.

2013-02-19 Thread RBK1001
Dijk-6 wrote: > > Hello Paul, > > On Feb 19, 2013, at 2:13 , RBK1001 wrote: > >> Is there any way to send the logging to a non-standard syslog port in >> pdns >> recursor? > > > If you mean the logging facility, you can set that with the > logging-f

[Pdns-users] Strange log message from PDNS Recusrsor!

2013-02-18 Thread RBK1001
Hi I have enable the syslog on PDNS Recusrsor, and I noticed that there is some different on the debug message when the DNS query is on the cache. Below is the debug message when pdns_recursor is send to backend DNS sever for query Feb 19 09:17:39 SYSTEM01 pdns_recursor[27909]: [ID 702911 local

[Pdns-users] PowerDNS Recursor redirect logging to non standard syslog port.

2013-02-18 Thread RBK1001
Hi Is there any way to send the logging to a non-standard syslog port in pdns recursor? Thanks -RBK -- View this message in context: http://old.nabble.com/PowerDNS-Recursor-redirect-logging-to-non-standard-syslog-port.-tp35039286p35039286.html Sent from the PowerDNS mailing list archive at Na

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-06 Thread RBK1001
fined reference to `lua_pcall' lua-auth.cc:(.text+0xebb): undefined reference to `lua_tolstring' lua-auth.cc:(.text+0xf8f): undefined reference to `lua_settop' lua-auth.cc:(.text+0xfd4): undefined reference to `lua_toboolean' lua-auth.cc:(.text+0xff0): undefined reference to `lua_

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
Failed. is there anyone tried to complie PDNS3.2 before? and able to pass the LUA portion? - rbk RBK1001 wrote: > > I found this. > > http://rpm.pbone.net/index.php3/stat/4/idpl/17868179/dir/redhat_el_5/com/lua-lib-5.1.5-1.el5.pp.x86_64.rpm.html > > I am going to try n

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
I found this. http://rpm.pbone.net/index.php3/stat/4/idpl/17868179/dir/redhat_el_5/com/lua-lib-5.1.5-1.el5.pp.x86_64.rpm.html I am going to try now RBK1001 wrote: > > liblua is not valid for redhat or centos > > > Aki Tuomi wrote: >> >> You need to instal

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
liblua is not valid for redhat or centos Aki Tuomi wrote: > > You need to install liblua5.1-dev. > > Aki > > On Tue, Feb 05, 2013 at 10:55:54PM -0800, RBK1001 wrote: >> >> Hi, I am able to settle the Boost program_options. However, I am faced >> the &g

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
sive] Error 1 make[3]: Leaving directory `/root/pdns-3.2/pdns' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/pdns-3.2/pdns' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/pdns-3.2' make: *** [all] Error 2 can anyone help? - rbk RBK1001 wrote: >

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
Hi I really need instruction on how to complie PowerDNS 3.2 in CENTOS5 please help -rbk Aki Tuomi wrote: > > You forgot to install boost development package? Also, you need to install > pkg-config > > Aki > > On Tue, Feb 05, 2013 at 02:54:21AM -0800, RBK1001

Re: [Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
How can i install boost development package? Aki Tuomi wrote: > > You forgot to install boost development package? Also, you need to install > pkg-config > > Aki > > On Tue, Feb 05, 2013 at 02:54:21AM -0800, RBK1001 wrote: >> >> I have installed GC

[Pdns-users] Complie problem on PDNS on CENTOS5

2013-02-05 Thread RBK1001
I have installed GCC4.6.2 and also with BOOST 1.39.0 however, I am failed when compliing PDNS 3.2, any idea? checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate che

Re: [Pdns-users] PowerDNS backend

2013-02-05 Thread RBK1001
C++ backend. Please refer to > doc.powerdns.com > on how to write a native backend. > > Aki > > On Tue, Feb 05, 2013 at 01:12:15AM -0800, RBK1001 wrote: >> >> understand. >> >> I actually have a client that accessing my customerize non-sql backend. >

Re: [Pdns-users] PowerDNS backend

2013-02-05 Thread RBK1001
omplex work > than just writing a read-locked script to handle requests. There are lots > of > examples you can use. You don't use pipe or remotebackend if you write a > native > backend. > > Aki > > On Tue, Feb 05, 2013 at 01:01:40AM -0800, RBK1001 wrote: >> &

Re: [Pdns-users] PowerDNS backend

2013-02-05 Thread RBK1001
es require > some thought into the backend design. > > Aki Tuomi > > On Mon, Feb 04, 2013 at 05:03:40PM -0800, RBK1001 wrote: >> >> Thanks >> >> Considering performance, which backend should I used? >> >> >> >> Aki Tuomi wrote: &g

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread RBK1001
script is here: http://cmouse.desteem.org/remote.rb > > Aki Tuomi > > On Mon, Feb 04, 2013 at 01:08:48PM +0200, Aki Tuomi wrote: >> Hi! >> >> I'll create a sample script for you. >> >> Aki >> >> On Mon, Feb 04, 2013 at 01:56:22AM -0800, RBK1

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread RBK1001
ime it changes to give vpn clients their own > hostname so the pipe backend gives a bit more flexibility, but will > definitely check out the remotebackend! > > On 4 February 2013 09:39, RBK1001 wrote: > >> >> Hi >> >> Thank for the reply. If using pipeback

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread RBK1001
'A', :ttl => 60, :content => > '1.2.3.4' > end > > The above is an example written in Ruby, but really it just reads DNS > requests from STDIN and writes DNS responses to STDOUT. You can add any > custom code that will figure out the IP to your question -

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread RBK1001
l > > Also have a look at the regression-test direcory, as it is quiet helpul > for testing your backend. > > Regards, > Ruben > > RBK1001 wrote: > >> >>Hi >> >>we would like to seek for an advice on the use of backend. >> >>we

[Pdns-users] PowerDNS backend

2013-02-03 Thread RBK1001
Hi we would like to seek for an advice on the use of backend. we understood that PowerDNS offers several backend solutions, however, I would like to know is there a way to connect to our customerized backend? Currently, we are using a non-sql customerized backend with large amount of data stored

[Pdns-users] pdns_recursor in 64-bit mode

2013-01-31 Thread RBK1001
Hi How I can know the PowerDNS Recursor is running in a 64-bits mode or not? Thanks - rbk -- View this message in context: http://old.nabble.com/pdns_recursor-in-64-bit-mode-tp34966546p34966546.html Sent from the PowerDNS mailing list archive at Nabble.com. __

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-20 Thread RBK1001
fixed. this is due to timeout of the command! RBK1001 wrote: > > Thanks, this really gives an idea on what the problem is. > > i did some changes, and seems the results are different now. but I faced > another problem, when I tried to do a rec_control dump-cache, i got below &g

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread RBK1001
Thanks, this really gives an idea on what the problem is. i did some changes, and seems the results are different now. but I faced another problem, when I tried to do a rec_control dump-cache, i got below error. should I open a new thread for discussion? prompt> rec_control dump-cache t1 Fata

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread RBK1001
Thanks James and Peter this really gives an idea on what the problem is. i did some changes, and seems the results are different now. but I faced another problem, when I tried to do a rec_control dump-cache, i got below error. should I open a new thread for discussion? root@host:./log% rec_cont

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread RBK1001
Let me change to ask in another way!! How I can start the pdns_recursor to store 1 million entries with cache expiry set to 10 hours? Thanks - RBK Peter van Dijk-6 wrote: > > Hello Paul, > > On Jun 18, 2012, at 11:36 , RBK1001 wrote: > >> the backend is a ENUM s

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread RBK1001
1 million queries. So, my question is when you asked the TTL on backend, do you mean whether the entries in the ENUM server will be expired or not? if this is the question, then I would say there is no expiry. - RBK Peter van Dijk-6 wrote: > > Hi, > > On Jun 18, 2012, at 11:22 , R

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread RBK1001
The backend is a fixed ENUM server implemented by named. the entry is permenet, no TTL setting. - RBK Peter van Dijk-6 wrote: > > Hello, > > On Jun 18, 2012, at 11:05 , RBK1001 wrote: > >> >> I double checked the TTL is set to 10 hours, the the 1 million querie

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-18 Thread RBK1001
:5302" Peter van Dijk-6 wrote: > > Hello, > > On Jun 13, 2012, at 15:30 , RBK1001 wrote: > >> >> Hi Peter >> >> Thank for your reply. but not quite understand your meaning. How I can do >> the rec_control dump with 1 million record? > > &

Re: [Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-13 Thread RBK1001
Hi Peter Thank for your reply. but not quite understand your meaning. How I can do the rec_control dump with 1 million record? - rbk Peter van Dijk-6 wrote: > > Hello RBK, > > On Jun 13, 2012, at 11:03 , RBK1001 wrote: > >> I would like to know what is the size of

[Pdns-users] Number of entries can be stored in cache in pdns_recursor?

2012-06-13 Thread RBK1001
Hi All I would like to know what is the size of the cache that can be used for storing the entries in pdns_recursor? I used below command to start the pdns_recursor /usr/sbin/pdns_recursor --local-address=192.168.208.76 --local-port=5300 --log-common-errors=yes --logging-facility=7 --max-cache-

Re: [Pdns-users] Cannot comply pdns-recursor-3.3 in Solaris 10 sparc

2012-06-07 Thread RBK1001
Hi Juraj can you suggest which version of pdns-recursor should be used for Solaris 10 saprc? Thanks - rbk Juraj Lutter-7 wrote: > > On 06/05/2012 06:35 AM, RBK1001 wrote: >> >> Hi Juraj >> >> can you advice where I can find the OpenCSW package for PowerDNS-r

Re: [Pdns-users] How to forward the DNS query to a dedicated DNS server?

2012-06-05 Thread RBK1001
=test.com=192.168.20.214, test.com=192.168.20.215 - RBK Marc Haber-76 wrote: > > On Tue, Jun 05, 2012 at 02:56:18AM -0700, RBK1001 wrote: >> I would like to know how I can configure to let the pdns_recursor to >> forward >> the request? I tried to use the --forward-zone

[Pdns-users] How to forward the DNS query to a dedicated DNS server?

2012-06-05 Thread RBK1001
Hi I am using pdns_recursor to forward DNS query. I would like to know how I can configure to let the pdns_recursor to forward the request? I tried to use the --forward-zones option, but it doesn't seems work Also, do I need to modify the /etc/resolv.conf? please help -rbk -- View this mess

Re: [Pdns-users] Cannot comply pdns-recursor-3.3 in Solaris 10 sparc

2012-06-04 Thread RBK1001
Hi Juraj can you advice where I can find the OpenCSW package for PowerDNS-recursor ? Thanks - RBK Juraj Lutter-7 wrote: > > On 06/03/2012 05:06 PM, Peter van Dijk wrote: >> >> In general, if there is no ticket for an issue, it is unlikely to get >> attention. If you can confirm >> that thes

Re: [Pdns-users] Cannot comply pdns-recursor-3.3 in Solaris 10 sparc

2012-06-03 Thread RBK1001
can also create the recursor >> packages if you want. >> >> >> >> On 2 Jun 2012, at 02:33, RBK1001 wrote: >> >>> >>> can provide the steps? >>> >>> many thanks >>> >>> - rbk >>> >>>

Re: [Pdns-users] Cannot comply pdns-recursor-3.3 in Solaris 10 sparc

2012-06-01 Thread RBK1001
can provide the steps? many thanks - rbk Juraj Lutter-7 wrote: > > All this are just plain wrong assumptions. I will post on this topic > later. > > > > On 1 Jun 2012, at 16:55, a b wrote: > >> >>> I need an help on compling pdns-recursor-3.3 in Solaris 10. >>> >>> I have installed th

Re: [Pdns-users] Cannot comply pdns-recursor-3.3 in Solaris 10 sparc

2012-06-01 Thread RBK1001
Hi I am quite new on this, is it possible to let me know how I can retrieve the SVN version? Thanks rbk Peter van Dijk-6 wrote: > > Hello rbk, > > On Jun 1, 2012, at 11:19 , RBK1001 wrote: > >> I need an help on compling pdns-recursor-3.3 in Solaris 10. >> &g

[Pdns-users] Cannot comply pdns-recursor-3.3 in Solaris 10 sparc

2012-06-01 Thread RBK1001
Hi All I need an help on compling pdns-recursor-3.3 in Solaris 10. I have installed the boost, please still cannot make it works. is anyone can provide a procedure for me to proceed further? Thank rbk -- View this message in context: http://old.nabble.com/Cannot-comply-pdns-recursor-3.3-in