#675076 dd ignores SIGUSR1 to output statistics

Package:
coreutils
Source:
coreutils
Description:
GNU core utilities
Submitter:
WozZa XiNg
Date:
2020-12-31 19:06:03 UTC
Severity:
minor
Tags:
#675076#5
Date:
2012-05-29 15:58:47 UTC
From:
To:
dd if=/dev/zero of=/dev/null
kill -USR1 11683

#675076#10
Date:
2012-06-02 11:26:35 UTC
From:
To:
tags 675076 unreproducible moreinfo
severity 675076 minor
thanks

WozZa XiNg wrote:

So you're saying it doesn't output any statistics upon receiving
SIGUSR1, right?

Well, granted I'm running coreutils 8.13-3.2 (and not 8.13-3.1 as you
do, but I don't see any relevant differences in the changelog), this
works just as advertised for me:

  $ dd if=/dev/zero of=/dev/null& pid=$!
  $ kill -USR1 $pid
  7566780+0 records in
  7566779+0 records out
  3874190848 bytes (3.9 GB) copied, 3.28482 s, 1.2 GB/s

So there's probably something else wrong with your system. Are you sure
you're using dd from Debian's coreutils? debsum errors in your bug
report suggest you may not have a clean install.

Cheers,

#675076#19
Date:
2020-12-31 19:02:18 UTC
From:
To:
Hi,

I experience the same issue on a quite newly installed system.
does not output anything. Only at the end of the dd run I get the 'normal' summary.

I experienced this on another of my systems as well in the past, I will verify the
issue on the other systems in the next days.

regards (and happy new year) m