source: postlfs/security/haveged.xml@ a72cdddf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a72cdddf was a72cdddf, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to emacs-25.1-rc2 for compatibility with latest glibc.
Archive two unused files
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17708 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[ddf46c4]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8461a06]7<!-- <!ENTITY haveged-download-http "http://www.issihosts.com/haveged/haveged-&haveged-version;.tar.gz">-->
8 <!ENTITY haveged-download-http "http://downloads.sourceforge.net/project/haveged/haveged-&haveged-version;.tar.gz">
[ddf46c4]9 <!ENTITY haveged-download-ftp " ">
10 <!ENTITY haveged-md5sum "015ff58cd10607db0e0de60aeca2f5f8">
11 <!ENTITY haveged-size "468 KB">
12 <!ENTITY haveged-buildsize "4.8 MB">
13 <!ENTITY haveged-time "0.2 SBU">
14]>
15
16<sect1 id="haveged" xreflabel="Haveged-&haveged-version;">
17 <?dbhtml filename="haveged.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Haveged-&haveged-version;</title>
25
26 <indexterm zone="haveged">
27 <primary sortas="a-Haveged">Haveged</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Haveged</title>
32
33 <para>
34 The <application>Haveged</application> package contains a daemon
35 that generates an unpredictable stream of random numbers
36 and feeds the /dev/random device.
37 </para>
38
[a72cdddf]39 &lfs7a_checked;
[ddf46c4]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&haveged-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&haveged-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &haveged-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &haveged-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &haveged-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &haveged-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/haveged"/>
77 </para>
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Haveged</title>
82
83 <para>Install <application>Haveged</application> by running the following
84 commands:</para>
85
86<screen><userinput>./configure --prefix=/usr &amp;&amp;
87make</userinput></screen>
88
89 <para>
90 To test the results, issue: <command>make check</command>.
91 </para>
92
93 <para>
94 Now, as the <systemitem class="username">root</systemitem> user:
95 </para>
96
97<screen role="root"><userinput>make install &amp;&amp;
98mkdir -pv /usr/share/doc/haveged-&haveged-version; &amp;&amp;
99cp -v README /usr/share/doc/haveged-&haveged-version;</userinput></screen>
100
[c612fc3]101 </sect2>
102
103 <sect2 role="configuration">
104 <title>Configuring haveged</title>
105
[ddf46c4]106 <sect3 id="haveged-init">
[f586237]107 <title><phrase revision="sysv">Boot Script</phrase>
108 <phrase revision="systemd">Systemd Unit</phrase></title>
[ddf46c4]109
[f586237]110 <para revision="sysv">
[ddf46c4]111 If you want the <application>Haveged</application> daemon to
112 start automatically when the system is booted, install the
113 <filename>/etc/rc.d/init.d/haveged</filename> init script included
[f586237]114 in the <xref linkend="bootscripts"/> package (as the
115 <systemitem class="username">root</systemitem> user):
116 </para>
117
118 <para revision="systemd">
119 If you want the <application>Haveged</application> daemon to
120 start automatically when the system is booted, install the
121 <filename>haveged.service</filename> unit included in the
122 <xref linkend="systemd-units"/> package (as the
123 <systemitem class="username">root</systemitem> user):
[ddf46c4]124 </para>
125
126 <indexterm zone="haveged haveged-init">
127 <primary sortas="f-haveged">haveged</primary>
128 </indexterm>
129
130<screen role="root"><userinput>make install-haveged</userinput></screen>
131
132 </sect3>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>
146 haveged
147 </seg>
148 <seg>
149 libhavege.so
150 </seg>
151 <seg>
152 /usr/include/haveged
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="haveged-prog">
163 <term><command>haveged</command></term>
164 <listitem>
165 <para>
[f3429309]166 is a daemon that generates an unpredictable stream of random
167 numbers harvested from the indirect effects of hardware events
[ddf46c4]168 based on hidden processor states (caches, branch predictors, memory
169 translation tables, etc).
170 </para>
171 <indexterm zone="haveged haveged-prog">
172 <primary sortas="b-haveged-prog">haveged</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.