Hi,

I tryed again both server (127.0.0.1) and recursor (127.0.0.2).
The result is that:
pi@gwebmaster ~ $ dig @127.0.0.1 facebook.com A

; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> @127.0.0.1 facebook.com A
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
pi@gwebmaster ~ $ dig @127.0.0.2 facebook.com A

; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> @127.0.0.2 facebook.com A
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 29958
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;facebook.com.                  IN      A

;; Query time: 16 msec
;; SERVER: 127.0.0.2#53(127.0.0.2)
;; WHEN: Fri Aug 16 15:58:27 2013
;; MSG SIZE  rcvd: 30

pi@gwebmaster ~ $

Resolv.conf is here:

root@gwebmaster:~# cat /etc/resolv.conf
nameserver 212.224.71.71
nameserver 127.0.0.2
root@gwebmaster:~#


regards
Gerald


On 2013-08-16 15:01, Leen Besselink wrote:
On Fri, Aug 16, 2013 at 02:31:56PM +0200, abang wrote:
Hi Gerald,

it works on my Pi. So there must be a config failure on your side.
Please try

/usr/sbin/pdns_recursor --daemon=no --trace=yes

on commandline and try again with dig and post us the error messages
if present.


I would try running dig on the Pi:

dig @127.0.0.1 facebook.com A

to see if it's the IP-/subnet-check.



Am 16.08.2013 14:20, schrieb Gerald:
Hi Marc,


I have done as written in the citation below and the compilation worked
with putting a lot of messages like this:
Warning: swp{b} use is deprecated for this architecture

The program is running, but not delivering an address:

pechoc@bmeson-a:~$ dig facebook.com A @192.168.10.233

; <<>> DiG 9.8.1-P1 <<>> facebook.com A @192.168.10.233
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 4233
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;facebook.com.                  IN      A

;; Query time: 8 msec
;; SERVER: 192.168.10.233#53(192.168.10.233)
;; WHEN: Fri Aug 16 14:13:11 2013
;; MSG SIZE  rcvd: 30

I have a Raspberry Pi Type B with Debian Wheezy.

kind regards
Gerald

On 2013-08-16 13:58, Marc Haber wrote:
pdns-users is an english language mailing list.

On Fri, Aug 16, 2013 at 10:09:44AM +0200, abang wrote:
aber ich brauche eines für Debian auf Raspberry Pi.
wo du ein fertiges Binary für armv6l bekommst weiß ich nicht. Aber
du könntest versuchen, selbst zu kompilieren.

apt-get install libboost-dev
wget http://downloads.powerdns.com/releases/pdns-recursor-3.5.2.tar.bz2
tar -xjf pdns-recursor-3.5.2.tar.bz2
cd pdns-recursor-3.5.2
./configure
make all

Ich versuchs auch gerade. Dauert allerdings gefühlt ewig auf dem Pi ;-)
The PowerDNS recursor cannot be compiled on arm architectures. It
needs a feature called swapcontext which is not available on arm. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579194

Greetings
Marc



_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users



_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to