-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
If we run hiperf server in background, as a daemon, the stdin file descriptor will likely be closed. Then, if we try to open the STDIN file descriptor, we get the following exception:
what(): assign: Operation not permitted
This fix opens the stdin fd only if hiperf is running in interactive mode.