Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56190 - dig +multiline option duplicates output with bind-tools-9.2.3-r1
Summary: dig +multiline option duplicates output with bind-tools-9.2.3-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeffrey Forman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 17:47 UTC by Ben Dugdale
Modified: 2005-03-26 01:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Dugdale 2004-07-05 17:47:23 UTC
dig +multiline option duplicates output when doing a complete zone transfer with bind-tools-9.2.3-r1

Reproducible: Always
Steps to Reproduce:
1. use dig to do a zone transfer with the +multiline output option


Actual Results:  
Duplicated output:

bdug@dugdale ~
 ><> dig @ns3 rmusd.net AXFR +multiline

; <<>> DiG 9.2.3 <<>> @ns3 rmusd.net AXFR +multiline
;; global options:  printcmd
rmusd.net.              3600 IN SOA ns1.apachecounty.net.
postmaster.apachecounty.net. (
                                2003112036 ; serial
                                3600       ; refresh (1 hour)
                                600        ; retry (10 minutes)
                                1209600    ; expire (2 weeks)
                                3600       ; minimum (1 hour)
                                )
rmusd.net.              3600 IN NS ns1.apachecounty.net.
rmusd.net.              3600 IN NS ns2.apachecounty.net.
rmusd.net.              3600 IN NS ns3.apachecounty.net.
rmusd.net.              3600 IN A 64.18.48.106
rmusd.net.              3600 IN MX 8 relay.acsbc.net.
rmusd.net.              3600 IN MX 10 mail.rmusd.net.
ftp.rmusd.net.          3600 IN CNAME web.rmusd.net.
mail.rmusd.net.         3600 IN A 64.18.48.106
web.rmusd.net.          3600 IN A 64.18.48.201
www.rmusd.net.          3600 IN CNAME web.rmusd.net.
rmusd.net.              3600 IN SOA ns1.apachecounty.net.
postmaster.apachecounty.net. (
                                2003112036 ; serial
                                3600       ; refresh (1 hour)
                                600        ; retry (10 minutes)
                                1209600    ; expire (2 weeks)
                                3600       ; minimum (1 hour)
                                )
;; Query time: 3 msec
;; SERVER: 64.18.48.32#53(ns3)
;; WHEN: Mon Jul  5 17:16:51 2004
;; XFR size: 12 records


Expected Results:  

bdug@dugdale ~
 ><> dig @ns3 rmusd.net AXFR +multiline

; <<>> DiG 9.2.3 <<>> @ns3 rmusd.net AXFR +multiline
;; global options:  printcmd
rmusd.net.              3600 IN SOA ns1.apachecounty.net.
postmaster.apachecounty.net. (
                                2003112036 ; serial
                                3600       ; refresh (1 hour)
                                600        ; retry (10 minutes)
                                1209600    ; expire (2 weeks)
                                3600       ; minimum (1 hour)
                                )
;; Query time: 3 msec
;; SERVER: 64.18.48.32#53(ns3)
;; WHEN: Mon Jul  5 17:16:51 2004
;; XFR size: 12 records


I thought that one record may have gone to stdout and the other to stderr, but
this disproves that theory:

bdug@dugdale ~
 ><> dig @ns3 rmusd.net AXFR +multiline 1> /dev/null

bdug@dugdale ~
 ><>
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2005-03-26 01:52:43 UTC
unreproduceable with current bind-tools-9.2.5
please, reopen if problem is still exist