<?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: Login Error.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496595#M830334</link>
    <description>Hi Sandip,&lt;BR /&gt;&lt;BR /&gt;Did you do the same with /etc/utmpx?  This one is being used in replacement of /etc/utmp which is, dixit manpage, depreciated.&lt;BR /&gt;&lt;BR /&gt;See 'man 4 utmpx'&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;PS: The same side effect will apply.  :-(</description>
    <pubDate>Wed, 21 Feb 2001 09:35:35 GMT</pubDate>
    <dc:creator>Dan Hetzel</dc:creator>
    <dc:date>2001-02-21T09:35:35Z</dc:date>
    <item>
      <title>Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496592#M830331</link>
      <description>Today I got a strange problem. I was not being able to log in from Console. Whenever I tried I got the below error.&lt;BR /&gt;&lt;BR /&gt;No utmp entry. You must execute exec login from the lowest level "sh"&lt;BR /&gt;&lt;BR /&gt;But I am being able to log in by telnet.&lt;BR /&gt;&lt;BR /&gt;Would anybody tell me what is main problem.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 08:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496592#M830331</guid>
      <dc:creator>Smirjit Singh</dc:creator>
      <dc:date>2001-02-21T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496593#M830332</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are most probably facing a /etc/utmp file corruption, related to the /dev/console terminal.&lt;BR /&gt;&lt;BR /&gt;You may clear the file with:&lt;BR /&gt;cp /dev/null /etc/utmp&lt;BR /&gt;&lt;BR /&gt;The side effect on a running system is that, after zeroing the file, any 'w' or 'who' command will not show users that were logged in at the time of file reset.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 09:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496593#M830332</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-21T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496594#M830333</link>
      <description>Dear Dan,&lt;BR /&gt;&lt;BR /&gt;First I thought also same. I also did the same thing. But still that problem persist.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 21 Feb 2001 09:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496594#M830333</guid>
      <dc:creator>Smirjit Singh</dc:creator>
      <dc:date>2001-02-21T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496595#M830334</link>
      <description>Hi Sandip,&lt;BR /&gt;&lt;BR /&gt;Did you do the same with /etc/utmpx?  This one is being used in replacement of /etc/utmp which is, dixit manpage, depreciated.&lt;BR /&gt;&lt;BR /&gt;See 'man 4 utmpx'&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;PS: The same side effect will apply.  :-(</description>
      <pubDate>Wed, 21 Feb 2001 09:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496595#M830334</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-21T09:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496596#M830335</link>
      <description>Dear Dan,&lt;BR /&gt;&lt;BR /&gt;yes I have done the same thing with all utmp,utmpx,wtmp . But still the same problem persist.</description>
      <pubDate>Wed, 21 Feb 2001 10:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496596#M830335</guid>
      <dc:creator>Smirjit Singh</dc:creator>
      <dc:date>2001-02-21T10:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496597#M830336</link>
      <description>Hi Sandip,&lt;BR /&gt;&lt;BR /&gt;Document KBRC00000660 suggests the following actions:&lt;BR /&gt;&lt;BR /&gt;1.  Remove the utmp file:&lt;BR /&gt;    rm /etc/utmp&lt;BR /&gt;&lt;BR /&gt;2.  Edit the inittab:&lt;BR /&gt;    vi /etc/inittab&lt;BR /&gt;&lt;BR /&gt;3.  Modify the line:&lt;BR /&gt;    cons::respawn to cons::off&lt;BR /&gt;&lt;BR /&gt;4.  Reread the inittab:&lt;BR /&gt;    init q&lt;BR /&gt;&lt;BR /&gt;5.  Check to ensure that utmp is back:&lt;BR /&gt;    ll /etc/utmp&lt;BR /&gt;&lt;BR /&gt;6.  Edit the inittab again:&lt;BR /&gt;    vi /etc/inittab&lt;BR /&gt;&lt;BR /&gt;7.  Change the line:&lt;BR /&gt;    cons::off to cons::respawn &lt;BR /&gt;&lt;BR /&gt;8.  Once again reread the inittab:&lt;BR /&gt;    init q&lt;BR /&gt;&lt;BR /&gt;9.  Try to login from console&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 11:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496597#M830336</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-21T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496598#M830337</link>
      <description>Dear Dan,&lt;BR /&gt;&lt;BR /&gt;Thanks a ton.. It really worked very fine. Thanks again. How I can get that Document. I had tried to search that doc but I did not get. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 21 Feb 2001 12:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496598#M830337</guid>
      <dc:creator>Smirjit Singh</dc:creator>
      <dc:date>2001-02-21T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Login Error..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496599#M830338</link>
      <description>Hi Sandip,&lt;BR /&gt;&lt;BR /&gt;Glad it helped.&lt;BR /&gt;To get any document, click on 'maintenance and support' on the left panel, then 'technical knowledge base'.&lt;BR /&gt;Select 'Search by Doc. ID' in the popup menu and type the document reference in the text area.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 13:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error/m-p/2496599#M830338</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-21T13:20:27Z</dc:date>
    </item>
  </channel>
</rss>

