[Solved] No entropy gathering module detected?

Issues with installing under all GNU/Linux Distributions
Post Reply
RobinVossen
Posts: 6
Joined: Wed Dec 19, 2007 1:11 pm

[Solved] No entropy gathering module detected?

Post by RobinVossen »

Well I try to call my OpenOffice over a Application server.
And I get no entropy gathering module detected..
What is this error?
I call the system using ssh -X and both the Boxes are Gentoo 2007.0 boxes.

Can anyone help me with that?

Cheers,
Robin
User avatar
acknak
Moderator
Posts: 22756
Joined: Mon Oct 08, 2007 1:25 am
Location: USA:NJ:E3

Re: No entropy gathering module detected?

Post by acknak »

It's probably a message from ssh. The Linux kernel can provide random numbers which use environmental inputs to augment the randomness. This is often used by crypto software.

It doesn't sound normal to me: the "entropy-enhanced" random number generation is a normal part of the kernel, but I could not begin to tell you if the message is anything to worry about, or how to troubleshoot the problem.
AOO4/LO5 • Linux • Fedora 23
RobinVossen
Posts: 6
Joined: Wed Dec 19, 2007 1:11 pm

Re: No entropy gathering module detected?

Post by RobinVossen »

Well I had the same problem when I did work with a Chrooted system and imported OpenOffice into that.
You say its a change that I need to make sure that the Random pool (/dev/random and /dev/urandom) are working correctly?
User avatar
acknak
Moderator
Posts: 22756
Joined: Mon Oct 08, 2007 1:25 am
Location: USA:NJ:E3

Re: No entropy gathering module detected?

Post by acknak »

Well, that would make sense, since the /dev/... entries would not be accessible. You should be able to simply copy them into the chroot jail, so that they appear as /dev/{random,urandom} to the programs running in the jail. There's nothing special about /dev.

The trick will be how to copy the device nodes, since you can't just say "cp /dev/random /some/where/else". You may actually have to use tar or something that knows how to handle copying the device node.
AOO4/LO5 • Linux • Fedora 23
RobinVossen
Posts: 6
Joined: Wed Dec 19, 2007 1:11 pm

Re: No entropy gathering module detected?

Post by RobinVossen »

Thanks Problem Solved :)
Post Reply