<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>I&#x27;ve run out of entropy! in All Things Unix</title>
<link>http://www.dslreports.com/forum/r16346028</link>
<description></description>
<language>en</language>
<pubDate>Fri, 27 Nov 2009 17:27:08 EDT</pubDate>
<lastBuildDate>Fri, 27 Nov 2009 17:27:08 EDT</lastBuildDate>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16376752</link>
<description><![CDATA[<A HREF="/useremail/u/864682"><b>ghost16825</b></A> : Somewhat related:<br>Kernel developments and entropy from network cards<br>&raquo;<A HREF="http://blogs.securiteam.com/index.php/archives/473" >blogs.securiteam.com/index.php/archives/473</A><br><SMALL>--<br>The previous signature has been removed due to recent and continuing website "ownership" issues.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16376752</guid>
<pubDate>Sun, 25 Jun 2006 22:20:10 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16349099</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : as far as I know you have to recompile the kernel, usually to specify ethernet as a source of randomness.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16349099</guid>
<pubDate>Wed, 21 Jun 2006 20:05:20 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16348899</link>
<description><![CDATA[<A HREF="/useremail/u/168864"><b>sporkme</b></A> : Is there something similar to the sysctl mibs mentioned here?<br><br>&raquo;<A HREF="http://www.freebsd.org/cgi/man.cgi?query=random&apropos=0&sektion=4&manpath=FreeBSD+6.1-RELEASE&format=html" >www.freebsd.org/cgi/man.cgi?quer&middot;&middot;&middot;mat=html</A><br><br>I had some application that slips my mind now that wanted "more randomness" and I was able to tell it to look at specific IRQs - I picked both disk controllers and network cards.<br><SMALL>--<br><I>Day dreaming days in a daydream nation</I></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16348899</guid>
<pubDate>Wed, 21 Jun 2006 19:31:53 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16347432</link>
<description><![CDATA[<A HREF="/useremail/u/156437"><b>dave</b></A> : Sure it does. The developers are busily moving all of the disorder out of the kernel and concentrating it in other places. Web browser development, for example. Or 'linux distribution package formats', maybe.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16347432</guid>
<pubDate>Wed, 21 Jun 2006 15:55:19 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16347148</link>
<description><![CDATA[<A HREF="/useremail/u/177823"><b>kleeman</b></A> : Obviously the 2nd Law doesn't work for OS operation. Sorry couldn't resist....]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16347148</guid>
<pubDate>Wed, 21 Jun 2006 15:13:01 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16347075</link>
<description><![CDATA[<A HREF="/useremail/u/424844"><b>sempergoofy</b></A> : <div class="bquote"><SMALL>said by  deblin <A HREF="/useremail/u/465839"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</SMALL><br><br>Hmm, seems like having alternative entropy sources would be something the kernel should include by default. Maybe it's been sufficient in the past to use hard drive access to build entropy? Or perhaps the particular kernel version is broken and not properly building entropy from hard drive access?<br><br>That article specifically says "IDE timings" and mentions using hdparm, but it's unclear whether it actually means only ATA/IDE hard drives are sensed for entropy or not. If the server has SCSI, I would hope it would still be useful to build entropy.<br><br>Are you planning on patching the kernel to include network interrupt support entropy?<br> </DIV>For long key generation on a "headless/keyboardless/mouseless" system needing entropy bits from /dev/random, I have ususally cranked up a few concurrent backgrounded  dd commands from /dev/sda and other scsi devices targetted to /dev/null.  I would presume (perhaps mistakenly) that doing similar with IDE drives would give the same results.<br><div class="code"><PRE><span class="codetext">dd if=/dev/sda of=/dev/null bs=1024k &amp;<br>dd if=/dev/sdb of=/dev/null bs=1024k &amp;<br># do work needing to read from /dev/random here</SPAN></PRE></DIV><br>There needs to be multiple concurrent of these running, otherwise one could make a stronger case that the randomness was not random because the sectors were always ascending from one drive.<br><br><SMALL>--<br>nohup rm -fr /&</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16347075</guid>
<pubDate>Wed, 21 Jun 2006 15:00:51 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16346252</link>
<description><![CDATA[<A HREF="/useremail/u/782124"><b>BeesTea</b></A> : <div class="bquote"><SMALL>said by  justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</SMALL><br><br>I had to symlink urandom to random to fix the problem, "typing furiously" was not an option.<br> </DIV>You might have thought of this already,  but check to see if your chipset has a hwrand.  /dev/hwrandom works very well on my xeon systems.<br><SMALL>--<br>Never surrender, never go down.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16346252</guid>
<pubDate>Wed, 21 Jun 2006 13:08:26 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16346178</link>
<description><![CDATA[<A HREF="/useremail/u/465839"><b>deblin</b></A> : <div class="bquote"><SMALL>said by  Steve <A HREF="/useremail/u/340145"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</SMALL><br><br>Why not use the Post Jail as a source of entropy? :-)<br> </DIV>hahaha<br><SMALL>--<br>"Talk is cheap because the supply is greater than the demand" - Shelby Friedman</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16346178</guid>
<pubDate>Wed, 21 Jun 2006 12:56:11 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16346154</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : the server isn't used for SSL so I'm ok with urandom. Rebuilding a kernel for this problem is something I'd rather wait for a better excuse to do.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16346154</guid>
<pubDate>Wed, 21 Jun 2006 12:52:21 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16346152</link>
<description><![CDATA[<A HREF="/useremail/u/340145"><b>Steve</b></A> : Why not use the Post Jail as a source of entropy? :-)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16346152</guid>
<pubDate>Wed, 21 Jun 2006 12:51:51 EDT</pubDate>
</item>

<item>
<title>Re: I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16346068</link>
<description><![CDATA[<A HREF="/useremail/u/465839"><b>deblin</b></A> : Hmm, seems like having alternative entropy sources would be something the kernel should include by default. Maybe it's been sufficient in the past to use hard drive access to build entropy? Or perhaps the particular kernel version is broken and not properly building entropy from hard drive access?<br><br>That article specifically says "IDE timings" and mentions using hdparm, but it's unclear whether it actually means only ATA/IDE hard drives are sensed for entropy or not. If the server has SCSI, I would hope it would still be useful to build entropy.<br><br>Are you planning on patching the kernel to include network interrupt support entropy?<br><SMALL>--<br>"Talk is cheap because the supply is greater than the demand" - Shelby Friedman</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16346068</guid>
<pubDate>Wed, 21 Jun 2006 12:40:20 EDT</pubDate>
</item>

<item>
<title>I&#x27;ve run out of entropy!</title>
<link>http://www.dslreports.com/forum/remark,16346028</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : What weirdness lurks inside the kernel nowadays!<br><br>&raquo;<A HREF="http://www.number.ch/wiki/index.php/LinuxEntropySources" >www.number.ch/wiki/index.php/Lin&middot;&middot;&middot;ySources</A><br><br>One of the servers here had this problem. As a result, apache 2 would not start (it just hung). It took some head scratching to find the problem .. /dev/random had run out of randomness<br><br>The machine, while keyboard and mouseless, has plenty of activity. How weird.<br><br>I had to symlink urandom to random to fix the problem, "typing furiously" was not an option.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,16346028</guid>
<pubDate>Wed, 21 Jun 2006 12:33:39 EDT</pubDate>
</item>

</channel>
</rss>
