Actions
Bug #3751
closed[Crunch] crunchstat does not pass through its stdin to its child process
Story points:
0.5
Description
(Also noticed that its diagnostic message goes to stdout instead of stderr.) (this part seems to have been user error)
Desired:
$ echo foo | crunchstat -cgroup-root=/sys/fs/cgroup cat 2>/dev/null foo $ cat /tmp/stderr crunchstat: Running [cat] $
Observed:
$ echo foo | crunchstat -cgroup-root=/sys/fs/cgroup cat 2>/tmp/stderr $ cat /tmp/stderr crunchstat: Running [cat] $
Updated by Tom Clegg over 10 years ago
- Category set to Crunch
- Assigned To set to Tom Clegg
Updated by Anonymous over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:8350db2288e8f915bb70328e89c2717d69ba62ad.
Updated by Tom Clegg over 10 years ago
- Subject changed from [Crunch] cgroup does not pass through its stdin to its child process to [Crunch] crunchstat does not pass through its stdin to its child process
Actions