Munin "Available entropy" when using adress space layout randomization

Posted by clawspoon on Super User See other posts from Super User or by clawspoon
Published on 2010-03-14T21:40:50Z Indexed on 2010/03/14 21:45 UTC
Read the original article Hit count: 197

Filed under:

Having just configured munin for statistics logging on my gentoo server (hardened profile), I am noticing that my "Available entropy" is consitently in the 200-300 range. This seems way to low, so I checked it manually using the command

$ cat /proc/sys/kernel/random/entropy_avail
3544

Odd. Consistently very low values in Munin and practically filled up when checking manually. After thinking about the problem for a while I came to the conclusion that the problem is probably that I'm using Adress Space Layout Randomization which is using the entropy when running commands/programs. Since Munin runs a whole slew of programs all the entropy is used up, and Munin then measures how much entropy there is, resulting in the low values.

Does anyone have any experience with this? How can this be avoided?

© Super User or respective owner

Related posts about linux