#19209: djbdns ipv6 variant is broken --------------------------------+------------------------------------------- Reporter: macports@… | Owner: blb@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.1 Keywords: | Port: djbdns --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => blb@… * port: => djbdns Old description:
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.
New description: 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. -- -- Ticket URL: <http://trac.macports.org/ticket/19209#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS