Hi Marcos,
Can you post the output of
apt-cache show haveged
Here's what we see on one of our test servers
# apt-cache show haveged
Package: haveged
Priority: extra
Section: universe/misc
Installed-Size: 73
Architecture: amd64
Version: 1.9.1-3
Depends: lsb-base (>= 3.2-14), libc6 (>= 2.15), libhavege1 (>= 1.9.0), init-system-helpers (>= 1.18~)
Filename: pool/universe/h/haveged/haveged_1.9.1-3_amd64.deb
Size: 28002
MD5sum: ea491c74e5bfdaede6be40dcb6edaf7a
SHA1: 38826a5e646db2c438bbc0fe9c4d325f1a5caf17
SHA256: 9bcc17a64475ad37a5aa2b245a850fde10886190e3511505df50196a229a6424
Description-en: Linux entropy source using the HAVEGE algorithm
haveged is a userspace 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.
.
More information about HAVEGE is available at
Description-md5: e29e090ec35dfe759c8580ce04904d0c
Origin: Ubuntu
Can you also post the output of
cat /etc/apt/sources.list
Here's what we see on one of our test servers
# cat /etc/apt/sources.list
#
# newer versions of the distribution.
## Major bug fix updates produced after the final release of the
## distribution.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
In particular, make sure you have the xenail multiverse enabled in sources.list, see
Regards,.. Fred