Package: mbuffer
Version: 20110119-2
Severity: important

Dear Maintainer,

I'd like mbuffer to be quiet.  It insists, however, on printing out 
statistics if I also suppress error messages.  Consider:

Plain:

  us@forster:~$ echo | mbuffer


  summary:  0.0 kByte in  0.0 sec - average of  0.0 kB/s

-q suppresses statistics:

  us@forster:~$ echo | mbuffer -q


But used in combination with -l /dev/null, the statistics are again 
shown:

  us@forster:~$ echo | mbuffer -q -l /dev/null

  summary:  0.0 kByte in  0.0 sec - average of  0.0 kB/s

Just using -l /dev/null doesn't help either:

  us@forster:~$ echo | mbuffer -l /dev/null


  summary:  0.0 kByte in  0.0 sec - average of  0.0 kB/s

Nor does redirecting stderr:

  us@forster:~$ echo | mbuffer -l /dev/null 2>/dev/null


  summary:  0.0 kByte in  0.0 sec - average of  0.0 kB/s

(The reason I want -q and -l is that I want to suppress both the 
statistics and the possible broken pipe error message, which isn't 
really an error message.  Perhaps the broken pipe error message could be 
suppressed some other way.)

Thanks,

Neal

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mbuffer depends on:
ii  libc6      2.13-38+deb7u1
ii  libmhash2  0.9.9.9-1.1

mbuffer recommends no packages.

mbuffer suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to