<?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: Problem after install in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972396#M47041</link>
    <description>Thanks everyone for your help and especially you, Manuel. After changing my syslog.conf I was able to determine that the problem was PAM related. During my Kickstart I was copying a modified system-auth over and lo and behold pathing is different between the x86_64 and 386 releases. Many thanks.</description>
    <pubDate>Fri, 07 Apr 2006 16:52:52 GMT</pubDate>
    <dc:creator>ray_gun</dc:creator>
    <dc:date>2006-04-07T16:52:52Z</dc:date>
    <item>
      <title>Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972385#M47030</link>
      <description>I've installed RHAS 3 update 7 for x86_64 on a DL585. After attempting to log in at the console without receiving a password prompt the message "INIT id"1" respawning too fast:disabled for 5 minutes" is displayed. I have checked /etc/inittab and everything looks good there. Also looked in /dev to make sure all ttys were character devices. What's really weird is if I install RHAS 3 update 7 for i386 is that it works fine. I am currently at a loss. Anyone else have any ideas?</description>
      <pubDate>Thu, 06 Apr 2006 15:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972385#M47030</guid>
      <dc:creator>ray_gun</dc:creator>
      <dc:date>2006-04-06T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972386#M47031</link>
      <description>I'm picking that it's trying to boot up into run level 5 (GUI), and is having trouble doing the graphical display.&lt;BR /&gt;&lt;BR /&gt;Check the X logs in /var/log/X*, but if you don't need the X interface, change the default runlevel down to 3 (modify '/etc/inittab', change the 'initdefault' line).</description>
      <pubDate>Thu, 06 Apr 2006 15:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972386#M47031</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-06T15:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972387#M47032</link>
      <description>Default runlevel is already 3. The installation was done through Kickstart and X was never configured although I'm not sure that would have anything to do with it. The only way I can get in through single user mode.</description>
      <pubDate>Thu, 06 Apr 2006 15:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972387#M47032</guid>
      <dc:creator>ray_gun</dc:creator>
      <dc:date>2006-04-06T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972388#M47033</link>
      <description>So you've gone in in single user mode, and verified it is at 3?&lt;BR /&gt;&lt;BR /&gt;What is the last thing you see during the boot up?</description>
      <pubDate>Thu, 06 Apr 2006 18:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972388#M47033</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-06T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972389#M47034</link>
      <description>The first step should be to fill a bug on &lt;A href="https://bugzilla.redhat.com." target="_blank"&gt;https://bugzilla.redhat.com.&lt;/A&gt; Also you could call/mail RH support, depending on the license type you have.&lt;BR /&gt;&lt;BR /&gt;/etc/inittab is definitely not the problem, but one application spawned by mingetty at login. I can only assume that the problem is somewhere in the authentication chain (maybe pam, since util-linux, which provides /bin/login does not seem to be updated). Maybe /var/log/secure and/or messages can provide more details. You could also try to setup syslog to (temporary) spew the messages on a console, so that you can see them even if not logged in. You can do that by editing /etc/syslog.conf and adding a line similar to one of the following:&lt;BR /&gt;kern.*                   /dev/console&lt;BR /&gt;*.info;authpriv.*        /dev/console&lt;BR /&gt;&lt;BR /&gt;If this clutters the screen, just replace /dev/console with one of the ttys (/dev/tty7 for instance). You might also wish to replace priority level "info" with "debug". See man syslog.conf for details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have the time, try to see which rpm packages are actually different in the x86_64 tree (versus the i386) and try to isolate the culprit.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 20:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972389#M47034</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-06T20:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972390#M47035</link>
      <description>Edit the /etc/inittab file and add the -L flag to all of your getty entries&lt;BR /&gt;&lt;BR /&gt;You can also fix that problem by installing the mingetty package and replacing all your getty entries in /etc/inittab with mingetty.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 02:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972390#M47035</guid>
      <dc:creator>Pau Garcia i Quiles</dc:creator>
      <dc:date>2006-04-07T02:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972391#M47036</link>
      <description>Mingetty has been (and still is) the default getty program used by RH. So the ideas about replacing getty and/or adding -L to getty are not applicable :)</description>
      <pubDate>Fri, 07 Apr 2006 03:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972391#M47036</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T03:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972392#M47037</link>
      <description>Can you just send us your /etc/inittab?</description>
      <pubDate>Fri, 07 Apr 2006 05:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972392#M47037</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-07T05:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972393#M47038</link>
      <description>Come on, Vitaly ! the inittab is not modified at update, nor by switching among architectures.</description>
      <pubDate>Fri, 07 Apr 2006 05:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972393#M47038</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T05:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972394#M47039</link>
      <description>Come on, Vitaly ! the inittab is not modified at update, nor by switching among architectures.&lt;BR /&gt;I have the same inittab on hundreds of computers, using Athlon64 / Barton / Athlon processors and distributions since RH 7.2 till FC 4 and RHEL 3 &amp;amp; 4...&lt;BR /&gt;&lt;BR /&gt;Since the error appears after login attempts, I would say it's rather obvious that the problem lies in the applications spawned by mingetty.</description>
      <pubDate>Fri, 07 Apr 2006 05:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972394#M47039</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T05:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972395#M47040</link>
      <description>The inittab is not modified at update, nor by switching among architectures.&lt;BR /&gt;I have the same inittab on hundreds of computers, using Athlon64 / Barton / Athlon processors and distributions since RH 7.2 till FC 4 + RHEL 3 &amp;amp; 4...&lt;BR /&gt;&lt;BR /&gt;Since the error appears after login attempts, I would say it's rather obvious that the problem lies in the applications spawned by mingetty.</description>
      <pubDate>Fri, 07 Apr 2006 05:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972395#M47040</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T05:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972396#M47041</link>
      <description>Thanks everyone for your help and especially you, Manuel. After changing my syslog.conf I was able to determine that the problem was PAM related. During my Kickstart I was copying a modified system-auth over and lo and behold pathing is different between the x86_64 and 386 releases. Many thanks.</description>
      <pubDate>Fri, 07 Apr 2006 16:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972396#M47041</guid>
      <dc:creator>ray_gun</dc:creator>
      <dc:date>2006-04-07T16:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972397#M47042</link>
      <description>Closing this thread as this issue has been resolved.</description>
      <pubDate>Fri, 07 Apr 2006 16:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-install/m-p/4972397#M47042</guid>
      <dc:creator>ray_gun</dc:creator>
      <dc:date>2006-04-07T16:54:05Z</dc:date>
    </item>
  </channel>
</rss>

