Recent Kernel /dev/urandom drivers

redneonglow danq at runbox.com
Wed Aug 29 13:40:24 BST 2018


Thank you! There is a bug though:

"if iv > 1500:"

should be "if int(iv) > 1500:"

Also, I was not able to fork the process normally, as it would close when I exited the terminal I was running it from. Instead you have to mark blip.py as executable, and then run:

"nohup ./blip.py &"


More information about the Discuss mailing list