< Home - < Back

haveged


Information about the package, haveged, which is shipped with common Linux distributions. The haveged package is designed for, A Linux entropy source using the HAVEGE algorithm.


Package Name:

haveged

Summary:

A Linux entropy source using the HAVEGE algorithm

Description:

A Linux entropy source using the HAVEGE algorithm Haveged is a user space entropy daemon which is not dependent upon the standard mechanisms for harvesting randomness for the system entropy pool. This is important in systems with high entropy needs or limited user interaction (e.g. headless servers). Haveged uses HAVEGE (HArdware Volatile Entropy Gathering and Expansion) to maintain a 1M pool of random bytes used to fill /dev/random whenever the supply of random bits in /dev/random falls below the low water mark of the device. The principle inputs to haveged are the sizes of the processor instruction and data caches used to setup the HAVEGE collector. The haveged default is a 4kb data cache and a 16kb instruction cache. On machines with a cpuid instruction, haveged will attempt to select appropriate values from internal tables.

Architecture:

x86_64

Version:

1.9.1

Release:

2.el6

Size:

57 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for haveged


Control the haveged package with the following handy commands outlined below.


Command

Description of Command

yum install haveged

This command will install haveged on the server.

yum remove haveged

This command will un-install haveged on the server. When you run this command, you will be asked if you are sure that you want to remove haveged, so you have to manually confirm that you want to do this.

yum -y remove haveged

This command will un-install haveged on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove haveged when using the -y flag.

yum update haveged

This command will update haveged to the latest version. When you run this command, you will be asked if you are sure that you want to remove haveged, so you have to manually confirm that you want to do this.

yum -y update haveged

This command will update haveged to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove haveged when using the -y flag.

yum info haveged

This command will show you core information about the haveged package.

yum deplist haveged

This command will show you the dependencies for haveged. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update haveged

This command will check if there is an update waiting on haveged. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.