<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.open-xchange.com/wiki/index.php?action=history&amp;feed=atom&amp;title=AppSuite%3AGuardEntropy</id>
	<title>AppSuite:GuardEntropy - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.open-xchange.com/wiki/index.php?action=history&amp;feed=atom&amp;title=AppSuite%3AGuardEntropy"/>
	<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:GuardEntropy&amp;action=history"/>
	<updated>2026-06-30T19:18:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:GuardEntropy&amp;diff=19668&amp;oldid=prev</id>
		<title>Greg.hill: Created page with &quot;= Entropy =  In order to create encryption keys, a linux system requires entropy, and unpredictable input of randomness. In general, Linux systems use keyboard and mouse input...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:GuardEntropy&amp;diff=19668&amp;oldid=prev"/>
		<updated>2015-06-05T19:22:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Entropy =  In order to create encryption keys, a linux system requires entropy, and unpredictable input of randomness. In general, Linux systems use keyboard and mouse input...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Entropy =&lt;br /&gt;
&lt;br /&gt;
In order to create encryption keys, a linux system requires entropy, and unpredictable input of randomness. In general, Linux systems use keyboard and mouse input randomness to generate entropy. On standalone servers, this input is not available. Other activity, such as disk access, is used, but the amount of entropy available can become an issue.&lt;br /&gt;
&lt;br /&gt;
Guard uses the entropy to generate its encryption keys. If entropy is deleted, the creation of keys was significantly slow down. The administrator can monitor the amount of entropy by entering the following command:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/sys/kernel/random/entropy_avail&lt;br /&gt;
&lt;br /&gt;
a number less than 200 would cause significant concern. Ideally in a guard system, the number should be much higher.&lt;br /&gt;
&lt;br /&gt;
If entropy becomes a problem, we would recommend installing the package “haveged”.   This uses the hardware volatile entropy gathering and expansion of the rhythm. This will repopulate the entropy available in a Linux system by monitoring other hardware actions.&lt;br /&gt;
&lt;br /&gt;
== Debian == &lt;br /&gt;
&lt;br /&gt;
To install, on a Debian system, type the following:&lt;br /&gt;
&lt;br /&gt;
 apt-get install haveged&lt;br /&gt;
&lt;br /&gt;
the configuration file is located in /etc/default/haveged&lt;br /&gt;
you may want to check that the following arguments are present in the config file:&lt;br /&gt;
&lt;br /&gt;
 DAEMON_ARGS=&amp;quot;-w 1024&amp;quot;&lt;br /&gt;
&lt;br /&gt;
likewise, to make sure that haveged starts upon restart, type the following&lt;br /&gt;
&lt;br /&gt;
 update-rc.d haveged defaults&lt;br /&gt;
&lt;br /&gt;
== REHL ==&lt;br /&gt;
&lt;br /&gt;
On a REHL system, to install type the following&lt;br /&gt;
&lt;br /&gt;
 Yum install haveged&lt;br /&gt;
&lt;br /&gt;
and to make sure it starts when restarted&lt;br /&gt;
&lt;br /&gt;
 chkconfig haveged on&lt;br /&gt;
&lt;br /&gt;
Once it’s installed, you can again check the amount of entropy available. The number should be significantly higher.&lt;/div&gt;</summary>
		<author><name>Greg.hill</name></author>
	</entry>
</feed>