You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the Infinite Noise driver, it also creates a systemd service called infnoise (that feeds /dev/random),
which you need to stop before running the infnoise command manually.
Run
systemctl infnoise stop
to stop it
Or
systemctl disable infnoise
to completely disable it.
Only then you can use the "infnoise" command manually.
Otherwise the systemd service will be interrupted and when it restarts, it will interrupt your manually invoked infnoise command (race-condition)
When I try to run the infnoise output through dieharder on my Ubuntu 22.04 computer I get this error:
$sudo infnoise | dieharder -g 200 -a Error: USB read failed \# stdin_input_raw(): Error: EOF
The text was updated successfully, but these errors were encountered: