<?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: Unknown/Wrong device drivers - urandom: How to correct? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002628#M749751</link>
    <description>I suspect that you have a mismatched major device number or the rng driver has been removed from the kernel.&lt;BR /&gt;&lt;BR /&gt;Do an lsdev and search for a character device 'rng'. If you see it then it's in the kernel (note the major device number associated with it); if not you will need to add it to the kernel.&lt;BR /&gt;&lt;BR /&gt;If the driver was in the kernel but the major device numbers do not agree with those listed by ls -l (95) then (and let's pretend that thr rnd major device number is 100 rather than your 95):&lt;BR /&gt;&lt;BR /&gt;rm /dev/urandom /dev/random&lt;BR /&gt;mknod /dev/random c 100 0x000000&lt;BR /&gt;mknod /dev/urandom c 100 0x000001&lt;BR /&gt;chmod 644 /dev/urandom /dev/random&lt;BR /&gt;chown root:root /dev/urandom /dev/random&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 17 May 2007 23:41:14 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-05-17T23:41:14Z</dc:date>
    <item>
      <title>Unknown/Wrong device drivers - urandom: How to correct?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002627#M749750</link>
      <description>Hi,&lt;BR /&gt;  I had the following OS 11iv2 ie 11.23.&lt;BR /&gt;  I am trying to configure MC/SG v11.17, there was an error, with ACSL help, it was narrowed to the following ie /dev/urandom was not properly created. The following was what is in my current server (rx2620):&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/*random&lt;BR /&gt;crw-r--r--   1 root       root        95 0x000000 Jan  2 12:23 /dev/random&lt;BR /&gt;crw-r--r--   1 root       root        95 0x000001 Jan  2 12:23 /dev/urandom&lt;BR /&gt;# lsdev | grep 95&lt;BR /&gt;       95          -1         rng             unknown&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Notice that the lsdev for 95 is unknown, it should be pseudo. &lt;BR /&gt;&lt;BR /&gt;Could someone help on how can i recreate these psuedo drivers so that it is correct?&lt;BR /&gt;Or what should I do? is there a fileset that I need to reload? I was told to install KRNG11i but this fileset is for 11iv1 and nothing specify about 11iv2 other than it is included in base product.&lt;BR /&gt;&lt;BR /&gt;I cannot afford to reinstall the entire OS (11iv2) plse help on how I can correct the problem that I having ie unknown class instead of pseudo class?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;chyeguan</description>
      <pubDate>Thu, 17 May 2007 23:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002627#M749750</guid>
      <dc:creator>Chew Chye Guan</dc:creator>
      <dc:date>2007-05-17T23:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown/Wrong device drivers - urandom: How to correct?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002628#M749751</link>
      <description>I suspect that you have a mismatched major device number or the rng driver has been removed from the kernel.&lt;BR /&gt;&lt;BR /&gt;Do an lsdev and search for a character device 'rng'. If you see it then it's in the kernel (note the major device number associated with it); if not you will need to add it to the kernel.&lt;BR /&gt;&lt;BR /&gt;If the driver was in the kernel but the major device numbers do not agree with those listed by ls -l (95) then (and let's pretend that thr rnd major device number is 100 rather than your 95):&lt;BR /&gt;&lt;BR /&gt;rm /dev/urandom /dev/random&lt;BR /&gt;mknod /dev/random c 100 0x000000&lt;BR /&gt;mknod /dev/urandom c 100 0x000001&lt;BR /&gt;chmod 644 /dev/urandom /dev/random&lt;BR /&gt;chown root:root /dev/urandom /dev/random&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 May 2007 23:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002628#M749751</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-17T23:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown/Wrong device drivers - urandom: How to correct?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002629#M749752</link>
      <description>i think you need to have this one isntalled.&lt;BR /&gt;&lt;BR /&gt;  OS-Core.RNG-DKRN                      B.11.23        HP-UX Strong Random Number Generator</description>
      <pubDate>Thu, 17 May 2007 23:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-wrong-device-drivers-urandom-how-to-correct/m-p/4002629#M749752</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2007-05-17T23:42:29Z</dc:date>
    </item>
  </channel>
</rss>

