Your message dated Wed, 21 Dec 2005 12:52:37 -0500
with message-id <[EMAIL PROTECTED]>
and subject line new dd verbosity can be harmful
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 May 2003 17:23:15 +0000
>From [EMAIL PROTECTED] Sat May 24 12:23:14 2003
Return-path: <[EMAIL PROTECTED]>
Received: from chiark.greenend.org.uk [193.201.200.170] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19Jcjh-0003sf-00; Sat, 24 May 2003 12:23:13 -0500
Received: from [172.18.45.6] (helo=davenant.greenend.org.uk ident=mail)
        by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
        for [EMAIL PROTECTED]
        id 19Jcjg-0000WJ-00; Sat, 24 May 2003 18:23:13 +0100
Received: from ian by davenant.greenend.org.uk with local (Exim 3.35 #1)
        id 19Jcjg-0007ob-00 (Debian); Sat, 24 May 2003 18:23:12 +0100
From: Ian Jackson <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 24 May 2003 18:23:11 +0100
To: [EMAIL PROTECTED]
Subject: new dd verbosity can be harmful
X-Mailer: VM 7.03 under Emacs 19.34.1
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-11.7 required=4.0
        tests=BAYES_20,HAS_PACKAGE,USER_AGENT_VM
        autolearn=ham version=2.53-bugs.debian.org_2003_05_24
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 
(1.174.2.15-2003-03-30-exp)

Package: coreutils
Version: 5.0-1

-anarres:~> dd if=/dev/null of=/dev/null  >/dev/null 
0+0 records in
0+0 records out
0 bytes transferred in 0.000937 seconds (0 bytes/sec)
-anarres:~>

Previously, every program (eg script) which used dd as a subprocess
would have to parse dd's stderr.  This was a terrible pain, but at
least it was standard and universal.

With dd's new behaviour, all of these programs are now broken.  At
best they will emit the new message from dd without further processing
(which may be misleading or downright wrong, depending on the
program).  At worst they'll fail because dd has produced an error
message.

It's also not standards-compliant.  SuSv3 specifies the output from dd
at
 http://www.opengroup.org/onlinepubs/007904975/utilities/dd.html
It does say that `diagnostic messages may also be written to standard
error' but this is not a diagnostic message (ie, an error message).

Instead of inventing extra verbosity by default, dd should
 1. grow a new option (verbosity=full perhaps) to turn this on
 2. grow a new option (verbosity=none) to turn off even the
    current block counts so that programs which are trying to
    call dd but not splurge wibble to their stderr can do so
    easily.

Ian.

---------------------------------------
Received: (at 194556-close) by bugs.debian.org; 21 Dec 2005 17:52:39 +0000
>From [EMAIL PROTECTED] Wed Dec 21 09:52:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vms048pub.verizon.net ([206.46.252.48])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Ep88k-00015P-Tq
        for [EMAIL PROTECTED]; Wed, 21 Dec 2005 09:52:38 -0800
Received: from osgiliath.mathom.us ([70.108.72.158])
 by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep
 9 2005)) with ESMTPA id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Wed, 21 Dec 2005 11:52:38 -0600 (CST)
Received: from localhost (localhost [127.0.0.1])
        by osgiliath.mathom.us (Postfix) with ESMTP id 7D2B0602652      for
 <[EMAIL PROTECTED]>; Wed, 21 Dec 2005 12:52:37 -0500 (EST)
Received: from osgiliath.mathom.us ([127.0.0.1])
        by localhost (osgiliath [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 01834-05-5 for <[EMAIL PROTECTED]>; Wed,
 21 Dec 2005 12:52:37 -0500 (EST)
Received: by osgiliath.mathom.us (Postfix, from userid 1000)
        id 64B5E6001CA; Wed, 21 Dec 2005 12:52:37 -0500 (EST)
Date: Wed, 21 Dec 2005 12:52:37 -0500
From: Michael Stone <[EMAIL PROTECTED]>
Subject: Re: new dd verbosity can be harmful
To: [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii; format=flowed
Content-disposition: inline
X-Pgp-Fingerprint: 53 FF 38 00 E7 DD 0A 9C  84 52 84 C5 EE DF 7C 88
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mathom.us
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Version: 5.93-1

Ues the status=noxfer argument to turn off performance stats.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to