<?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: /dev/config is missing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978296#M784010</link>
    <description>Hi Asya,&lt;BR /&gt;&lt;BR /&gt;login with your root account.&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/config c 69 0x000000&lt;BR /&gt;&lt;BR /&gt;# chmod 644 /dev/config&lt;BR /&gt;&lt;BR /&gt;and try to login again with an other user. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Wed, 10 May 2006 08:16:21 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens_1</dc:creator>
    <dc:date>2006-05-10T08:16:21Z</dc:date>
    <item>
      <title>/dev/config is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978294#M784008</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When logging in I get the following error:&lt;BR /&gt;&lt;BR /&gt;login: username&lt;BR /&gt;Password:&lt;BR /&gt;io_init failed: /dev/config does not exist.&lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;No shell&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;Nothing in logs can be seen.  /dev/config IS missing...&lt;BR /&gt;&lt;BR /&gt;The only way i can get in is using root.  I've never seen error and can't really find anything that would explain WHY it's missing.&lt;BR /&gt;&lt;BR /&gt;Does this mean that i need to reinstall the server?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;Asya&lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2006 08:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978294#M784008</guid>
      <dc:creator>Asya</dc:creator>
      <dc:date>2006-05-10T08:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/config is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978295#M784009</link>
      <description>Hi Asya, &lt;BR /&gt;&lt;BR /&gt;Perhaps looking into these threads may help you, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36831" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36831&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1002186" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1002186&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 10 May 2006 08:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978295#M784009</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-10T08:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/config is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978296#M784010</link>
      <description>Hi Asya,&lt;BR /&gt;&lt;BR /&gt;login with your root account.&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/config c 69 0x000000&lt;BR /&gt;&lt;BR /&gt;# chmod 644 /dev/config&lt;BR /&gt;&lt;BR /&gt;and try to login again with an other user. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 10 May 2006 08:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978296#M784010</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-05-10T08:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/config is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978297#M784011</link>
      <description>No you should not have to reinstall because of this issue.  &lt;BR /&gt;&lt;BR /&gt;When logged in as root, do the following to recreate the file:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/config c 69 0x000000&lt;BR /&gt;&lt;BR /&gt;Be sure and check permissions on it then.  It should be -rw-r--r-- (or 644).</description>
      <pubDate>Wed, 10 May 2006 08:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978297#M784011</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-05-10T08:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/config is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978298#M784012</link>
      <description>Thank you all for your helped.  It worked.</description>
      <pubDate>Wed, 10 May 2006 12:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-config-is-missing/m-p/4978298#M784012</guid>
      <dc:creator>Asya</dc:creator>
      <dc:date>2006-05-10T12:25:59Z</dc:date>
    </item>
  </channel>
</rss>

