<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with /dev/random in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480391#M704428</link>
    <description>&lt;BR /&gt;You need to install the /dev/random &amp;amp; urandom devices correctly. It REQUIRES a REBOOT!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-7263/ch01s01.html" target="_blank"&gt;http://docs.hp.com/en/5990-7263/ch01s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
    <pubDate>Tue, 08 Feb 2005 07:42:21 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-02-08T07:42:21Z</dc:date>
    <item>
      <title>Issue with /dev/random</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480387#M704424</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have installed a netegrity software on HP-UX, looks like there is an issue with /dev/random. I have tried linking /dev/random to /dev/urandom the issue still persists.&lt;BR /&gt;Any Ideas?&lt;BR /&gt;&lt;BR /&gt;February 7, 2005 11:53:53.330 AM[2279771:E] Exception Stack Trace: java.lang.InternalError: URLSeedGenerator file:/dev/random generated exception: Invalid argument&lt;BR /&gt;at sun.security.provider.SeedGenerator$URLSeedGenerator.getSeedByte(Seed&lt;BR /&gt;Generator.java:532)&lt;BR /&gt;at sun.security.provider.SeedGenerator.getSeedBytes(SeedGenerator.java:1&lt;BR /&gt;February 7, 2005 11:53:51.347 AM[2279771:I] Created Active Expression instance for class: com.netegrity.assertiongenerator.AssertionGenerator&lt;BR /&gt;February 7, 2005 11:53:53.330 AM[2279771:E] Exception Stack Trace: java.lang.InternalError: URLSeedGenerator file:/dev/random generated exception: Invalid argument&lt;BR /&gt;at sun.security.provider.SeedGenerator$URLSeedGenerator.getSeedByte(Seed&lt;BR /&gt;Generator.java:532)&lt;BR /&gt;at sun.security.provider.SeedGenerator.getSeedBytes(SeedGenerator.java:137)&lt;BR /&gt;at sun.security.provider.SeedGenerator.generateSeed(SeedGenerator.jav &lt;BR /&gt;a:132)&lt;BR /&gt;at sun.security.provider.SecureRandom.engineGenerateSeed(SecureRandom.java:112)&lt;BR /&gt;at sun.security.provider.SecureRandom.privateStaticInitHelpeR(SecureRandom.java:161)&lt;BR /&gt;at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:188)&lt;BR /&gt;at java.security.SecureRandom.nextBytes(SecureRandom.java:381)&lt;BR /&gt;at com.netegrity.assertiongenerator.SeedGenerator.generateSeed(SeedGenerator.java:65)&lt;BR /&gt;at com.netegrity.assertiongenerator.SeedGenerator.&lt;CLINIT&gt;(SeedGenerator.java:35)@ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Mon, 07 Feb 2005 15:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480387#M704424</guid>
      <dc:creator>Tharish_1</dc:creator>
      <dc:date>2005-02-07T15:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with /dev/random</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480388#M704425</link>
      <description>I'm reading between the lines but it appears that you are trying to do an illegal operation on the /dev/random device. Only the read() system call is defined for this device and from the function name you may be trying to write to the device or perform an illegal ioctl() operation. Man 7 random for details.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 15:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480388#M704425</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-07T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with /dev/random</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480389#M704426</link>
      <description>Ok, I will get back to the vendor for that since I dont have access to the source code. I will be surprised since My understanding is /dev/random is supposed to be a read-only interface.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 16:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480389#M704426</guid>
      <dc:creator>Tharish_1</dc:creator>
      <dc:date>2005-02-07T16:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with /dev/random</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480390#M704427</link>
      <description>I created a manual random file and changed the /opt/java1.4/jre/lib/security/java.security file defention to that from /dev/urandom.&lt;BR /&gt;It works fine, but donâ  t know if I can actually do this :-(&lt;BR /&gt;&lt;BR /&gt;#securerandom.source=file:/dev/urandom&lt;BR /&gt;securerandom.source=file:/opt/bea/netegrity/rand</description>
      <pubDate>Mon, 07 Feb 2005 18:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480390#M704427</guid>
      <dc:creator>Tharish_1</dc:creator>
      <dc:date>2005-02-07T18:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with /dev/random</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480391#M704428</link>
      <description>&lt;BR /&gt;You need to install the /dev/random &amp;amp; urandom devices correctly. It REQUIRES a REBOOT!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-7263/ch01s01.html" target="_blank"&gt;http://docs.hp.com/en/5990-7263/ch01s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 08 Feb 2005 07:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-dev-random/m-p/3480391#M704428</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-08T07:42:21Z</dc:date>
    </item>
  </channel>
</rss>

