ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm]  dd - ошибка в help
@ 2012-01-21  1:07 Speccyfighter
  2012-01-21  1:15 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Speccyfighter @ 2012-01-21  1:07 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Всем доброго времени суток!

Обнаружена ошибка в help к программе dd, пакет coreutils.
Ошибка затрагивает все версии программы dd в код которой встроен help,
англоязычный и русскоязычный help.

Получить help:

$ dd --help

Оригинальный текст:

Если послать работающему процессу dd сигнал USR1, он напечатает на
стандартный поток ошибок статистику ввода/вывода и продолжит
копирование.

   $ dd if=/dev/zero of=/dev/null& pid=$!
   $ kill -USR1 $pid; sleep 1; kill $pid
   18335302+0 входных записей
   18335302+0 выходных записей
   9387674624 байта (9.4 GB) скопировано, 34.6279 секунды, 271 MB/s


Документация к программе kill гласит:

$ info kill
...
The default signal to send if none is specified is `TERM'.


Приведённая в help строка

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

после исполнения завершает, а не продолжает
процесс.
В ascii коде бинарника строка выглядит как:
   $ kill -%s $pid; sleep 1; kill $pid


Должно быть в help к программе dd:

   $ kill -USR1 $pid; sleep 1
с задержкой в 1 сек
или
   $ kill -USR1 $pid
без задержки


Версии dd:
пятая платформа - 7.6
шестая платформа - 8.14
сизиф - 8.15

Подскажите:
На что вешать баг? На Сизиф?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-21  3:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21  1:07 [Comm] dd - ошибка в help Speccyfighter
2012-01-21  1:15 ` Dmitry V. Levin
2012-01-21  3:46   ` Speccyfighter

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git