[Bug 1054502] [NEW] man page dd - Sending USR1 signal

Decembry Quentin 1054502 at bugs.launchpad.net
Sat Sep 22 09:11:30 UTC 2012


Public bug reported:

I read this in the man page dd

       Sending a USR1 signal to a running `dd' process makes it print
I/O statistics to standard error and then resume copying.

              $ dd if=/dev/zero of=/dev/null& pid=$!
              $ kill -USR1 $pid; sleep 1; kill $pid

              18335302+0 records in 18335302+0 records out 9387674624
bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s

But when I tried 'kill -USR1 $pid; sleep 1; kill $pid', dd didn't
resume.

I correct it with

kill -USR1 $pid; sleep 1; kill -CONT $pid

I'm not sure it could be concidered as bug but the man page isn't
correct and it should be corrected

** Affects: coreutils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1054502

Title:
  man page dd - Sending USR1 signal

Status in “coreutils” package in Ubuntu:
  New

Bug description:
  I read this in the man page dd

         Sending a USR1 signal to a running `dd' process makes it print
  I/O statistics to standard error and then resume copying.

                $ dd if=/dev/zero of=/dev/null& pid=$!
                $ kill -USR1 $pid; sleep 1; kill $pid

                18335302+0 records in 18335302+0 records out 9387674624
  bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s

  But when I tried 'kill -USR1 $pid; sleep 1; kill $pid', dd didn't
  resume.

  I correct it with

  kill -USR1 $pid; sleep 1; kill -CONT $pid

  I'm not sure it could be concidered as bug but the man page isn't
  correct and it should be corrected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1054502/+subscriptions




More information about the foundations-bugs mailing list