cpuset icon indicating copy to clipboard operation
cpuset copied to clipboard

How to hide the output from cset shield?

Open fadhilkurnia opened this issue 3 years ago • 2 comments

When running a program inside the shield, I get this kind of output:

cset: --> last message, executed args into cpuset "/user", new pid is: 14669

Is there any option to hide that output? I want to hide that specific output, but not the output from the program that runs inside the shield.

Thanks

fadhilkurnia avatar Jun 17 '22 03:06 fadhilkurnia

The setup code and program proper share the same file descriptors (namely stdout), so I don't see an obvious way how to split their outputs. However, the reported message could be downgraded to debug (I mean it'd be acceptable change to the code).

Werkov avatar Jun 17 '22 08:06 Werkov

Cross-link to a popular demand, #39.

Werkov avatar Jun 23 '22 13:06 Werkov