<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3238&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Haveged is or is not recomended?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3238</link>
		<description><![CDATA[The most recent posts in Haveged is or is not recomended?.]]></description>
		<lastBuildDate>Mon, 30 Dec 2019 16:41:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Haveged is or is not recomended?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19219#p19219</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I didn&#039;t think it was needed for an installed system</p></div></blockquote></div><p>I think there was a kernel regression a while ago that haveged could work around but I&#039;m pretty sure it&#039;s fixed by now.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 30 Dec 2019 16:41:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19219#p19219</guid>
		</item>
		<item>
			<title><![CDATA[Re: Haveged is or is not recomended?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19216#p19216</link>
			<description><![CDATA[<p>I added haveged to Refracta isos so that it wouldn&#039;t take five minutes to boot while new ssh host keys were being made. The live iso makes new keys on every boot so we all don&#039;t have the same host keys. I didn&#039;t think it was needed for an installed system, but I could be wrong.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 30 Dec 2019 14:43:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19216#p19216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Haveged is or is not recomended?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19214#p19214</link>
			<description><![CDATA[<p>Im not sure on this as im running refracta linux beowulf and i think it is part of of refracta.</p><p>as head on a stick mentions use rng-tools if you are a crypto enthusiast, its in the repos.</p><p><a href="https://packages.debian.org/buster/rng-tools" rel="nofollow">https://packages.debian.org/buster/rng-tools</a></p><p><a href="https://pkginfo.devuan.org/stage/ascii/ascii/rng-tools5_5-1.html" rel="nofollow">https://pkginfo.devuan.org/stage/ascii/ … 5_5-1.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Mon, 30 Dec 2019 13:08:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19214#p19214</guid>
		</item>
		<item>
			<title><![CDATA[Re: Haveged is or is not recomended?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19213#p19213</link>
			<description><![CDATA[<p>Your entropy_avail looks fine, only worry once it gets bellow ~1000.</p><p>And anyway haveged only provides a pseudorandom output, get a hardware random number generator if you&#039;re serious about this stuff.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 30 Dec 2019 11:46:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19213#p19213</guid>
		</item>
		<item>
			<title><![CDATA[Re: Haveged is or is not recomended?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19208#p19208</link>
			<description><![CDATA[<p>Posted this to&#160; freenode #devuan:<br />I thought haveged was installed by default with the system (ASCII 2.1) but I was wrong.<br />It seems to me that it should be, but maybe there is a reason that it is not. I have looked <br />around a little and I have not found any guidance.&#160; Should I install it? This is on a<br />personal computer. If there are some parameters or considerations – what are they?<br />I am new to chat so please excuse my startup clumseyness.</p><p>Someone named debdog sent me to <a href="https://issihosts.com/haveged/" rel="nofollow">https://issihosts.com/haveged/</a><br />Then I looked at <a href="https://unix.stackexchange.com/questions/31779/tool-for-measuring-entropy-quality" rel="nofollow">https://unix.stackexchange.com/question … py-quality</a><br />Then I did this in&#160; &#160; /proc/sys/kernel/random</p><p> # for fname in $(ls)&#160; &#160; &#160; &#160; &#160;do&#160; &#160; &#160; print&#160; $($fname) = $(cat $fname)&#160; &#160; &#160; &#160;done</p><p>boot_id = a0317a59-6850-4792-988c-edccc4257942<br />entropy_avail = 3512<br />poolsize = 4096<br />read_wakeup_threshold = 64<br />urandom_min_reseed_secs = 60<br />uuid = aca2695e-d69a-4fbf-99fd-ed2b3401f7f1<br />write_wakeup_threshold = 1024</p><p>Then ran it again<br /> # for fname in $(ls)^Jdo^Jprint&#160; $fname = $(cat $fname) ^Jdone<br />boot_id = a0317a59-6850-4792-988c-edccc4257942<br />entropy_avail = 3269<br />poolsize = 4096<br />read_wakeup_threshold = 64<br />urandom_min_reseed_secs = 60<br />uuid = e632e645-8255-4c09-a558-4943102393f4<br />write_wakeup_threshold = 1024</p><p>Then read the man page for uuid.&#160; Now I know how much I dont know (again).<br />I hope this saves someone some time.<br />PRNG = pseudo random number generator.</p>]]></description>
			<author><![CDATA[dummy@example.com (wdcbb)]]></author>
			<pubDate>Mon, 30 Dec 2019 00:50:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19208#p19208</guid>
		</item>
		<item>
			<title><![CDATA[Haveged is or is not recomended?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19192#p19192</link>
			<description><![CDATA[<p>I am on: Devuan <br />Linux 4cpu 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux<br />I thought I read somewhere that haveged was no longer needed because that function was in the kernel now.</p>]]></description>
			<author><![CDATA[dummy@example.com (wdcbb)]]></author>
			<pubDate>Sun, 29 Dec 2019 01:14:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19192#p19192</guid>
		</item>
	</channel>
</rss>
