On 2018-02-03, Thuban <[email protected]> wrote: > GPG complains that he can't access to any entropy : > > GPG: ERROR: gpg: Fatal: no entropy gathering module detected > > Any idea ? > > Creating dev/urandom doesn't help
Is the partition mounted nodev? If so, the device node won't work. But it would be better if the code were changed to use the arc4random() family of functions, which avoid the need for this.

