source: postlfs/security/haveged.xml@ bb49ea0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 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 krejzi/svn 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 bb49ea0 was bb49ea0, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Finish tagging postlfs section
Update haveged script

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

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