Opened 15 years ago

Last modified 12 years ago

#19209 new defect

djbdns ipv6 variant is broken — at Version 2

Reported by: macports@… Owned by: blb@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: djbdns

Description (last modified by mf2k (Frank Schima))

installing djbdns with the ipv6 variant leads to a broken install of dnscache.

Steps to reproduce:

sudo port install djbdns +ipv6
sudo dnscache-conf daemon daemon /opt/local/etc/dnscache
sudo ln -s /opt/local/etc/dnscache /opt/local/var/svscan/service
sudo svstat dnscache

   dnscache: up (pid 24967) 3 seconds

dig dckd.nl @127.0.0.1 

expected result: succesful lookup of the domainname

actual result:

; <<>> DiG 9.4.2-P2 <<>> dckd.nl @127.0.0.1
;; global options:  printcmd
;; connection timed out; no servers could be reached

Examining the tcpdump shows that the request reaches the server, and the server is running, but there just is no response.

Change History (2)

comment:1 in reply to:  description Changed 15 years ago by macports@…

Sorry, I always mess up the formatting:

Steps to reproduce:
sudo port install djbdns +ipv6
sudo dnscache-conf daemon daemon /opt/local/etc/dnscache
sudo ln -s /opt/local/etc/dnscache /opt/local/var/svscan/service
sudo svstat dnscache

   dnscache: up (pid 24967) 3 seconds

dig dckd.nl @127.0.0.1

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to blb@…
Port: djbdns added
Note: See TracTickets for help on using tickets.