Here's what I got installing haveged on an Ubuntu 10.04 amd64 system:

The following NEW packages will be installed:
  haveged
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.6kB of archives.
After this operation, 176kB of additional disk space will be used.
Get:1 http://mirrors.kernel.org/ubuntu/ lucid/universe haveged 0.9-1 [24.6kB]
Fetched 24.6kB in 0s (174kB/s)
Selecting previously deselected package haveged.
(Reading database ... 42631 files and directories currently installed.)
Unpacking haveged (from .../haveged_0.9-1_amd64.deb) ...
Processing triggers for man-db ...
Setting up haveged (0.9-1) ...
 * Starting entropy daemon  haveged
   ...fail!
invoke-rc.d: initscript haveged, action "start" failed.
dpkg: error processing haveged (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 haveged
E: Sub-process /usr/bin/dpkg returned an error code (1)

I fixed the problem by:
# /etc/init.d/haveged start
 * Starting entropy daemon  haveged                                             
   [ OK ] 

# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up haveged (0.9-1) ...
 * Starting entropy daemon  haveged                                             
   [ OK ]

-- 
package haveged 0.9-1 failed to install/upgrade: podproces instalovaný 
post-installation skript vrátil chybový status 1
https://bugs.launchpad.net/bugs/569369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to