<?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: Telnet &amp;amp; console pause after login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888859#M102472</link>
    <description>Oh, and remove the echo from the /etc/profile as soon as possible after finding the problem so that all your end users don't see it and decide to call you to ask what the heck is going on...&lt;BR /&gt;&lt;BR /&gt;John</description>
    <pubDate>Thu, 23 Jan 2003 05:06:21 GMT</pubDate>
    <dc:creator>John Payne_2</dc:creator>
    <dc:date>2003-01-23T05:06:21Z</dc:date>
    <item>
      <title>Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888852#M102465</link>
      <description>Hi, I've got this problem on a HP-UX 11.00 box where, when trying to login via telnet or on the console, after supplying correct username &amp;amp; password, there's a long delay before the shell prompt appears. I've tried setting the 'hosts' line in nsswitch.conf to 'files [NOTFOUND=return] dns', but that does not help (in any case, would DNS problem affect console login?). Any other ideas?</description>
      <pubDate>Thu, 23 Jan 2003 02:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888852#M102465</guid>
      <dc:creator>Swee Keat</dc:creator>
      <dc:date>2003-01-23T02:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888853#M102466</link>
      <description>Is the home directory of this user on NFS mounted directory?&lt;BR /&gt;&lt;BR /&gt;IF yes move HIST file setting to local directory.&lt;BR /&gt;&lt;BR /&gt;Are the quatas enabled for this user?&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2003 02:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888853#M102466</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-01-23T02:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888854#M102467</link>
      <description>I don't think this is DNS problem.&lt;BR /&gt;It might be NIS setting problem or security password problem.&lt;BR /&gt;First check your configuration and disable NIS &lt;BR /&gt;if you are not using it.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2003 02:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888854#M102467</guid>
      <dc:creator>Leo Simon</dc:creator>
      <dc:date>2003-01-23T02:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888855#M102468</link>
      <description>The login process involves several different files.  Maybe you can put something like:&lt;BR /&gt;&lt;BR /&gt;echo "start of profile" &lt;BR /&gt;&lt;BR /&gt;at the top of /etc/profile  and:&lt;BR /&gt;&lt;BR /&gt;echo "start of .profile" at the top of your profile.  &lt;BR /&gt;&lt;BR /&gt;This way we can determine where to start (ie. does the pause happen before /etc/profile or during or during ~/.profile?)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2003 02:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888855#M102468</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-01-23T02:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888856#M102469</link>
      <description>Just curious is your HISTFILE is rather large and/or on an NFS mount as mentioned earlier. Usually a long pause is while the machine is getting quotas or while it is running a bdf after logon and some mounted file system is slow responding. You didn't mention how long the "long delay" actually is. Just couple of seconds or a minute or two? I prefer to set HISTSIZE to 10000 and I have noticed delays getting the prompt and it increases as the HISTFILE grows. But even at that the delay is only a couple of secons, but I could see how it could take a lot longer if the HISTFILE were on an nfs mounted system.</description>
      <pubDate>Thu, 23 Jan 2003 03:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888856#M102469</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-01-23T03:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888857#M102470</link>
      <description>Make sure that the machine that is starting telnet is known to the machine where you are logging into. After you are logged in, try this:&lt;BR /&gt;&lt;BR /&gt;nslookup $(who -muR | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;It should report on the name (or IP address). If not, you'll need to add the remote machine's IP into your local /etc/hosts, then test again.</description>
      <pubDate>Thu, 23 Jan 2003 03:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888857#M102470</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-23T03:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888858#M102471</link>
      <description>I would do what Ian suggested, but following that, start moving the echo down which ever file is causing the problem until you find the culprit.  (Move the echo down, log in, move the echo down log in...)  Then once you have found the culprit, fix it.&lt;BR /&gt;&lt;BR /&gt;I guess it's possible that you could have a performance problem on your machine also, but you didn't mention it, so I will assume not.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 23 Jan 2003 05:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888858#M102471</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2003-01-23T05:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888859#M102472</link>
      <description>Oh, and remove the echo from the /etc/profile as soon as possible after finding the problem so that all your end users don't see it and decide to call you to ask what the heck is going on...&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 23 Jan 2003 05:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888859#M102472</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2003-01-23T05:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet &amp; console pause after login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888860#M102473</link>
      <description>Thanks Ian &amp;amp; John. I've narrowed the problem down something in the /etc/profile (pause happens after 1st echo, b4 2nd echo). Will debug /etc/profile accordingly. Taking some time, coz this is a remote box I don't have direct access to, so need to work through an operator at the site.</description>
      <pubDate>Thu, 23 Jan 2003 07:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-amp-console-pause-after-login/m-p/2888860#M102473</guid>
      <dc:creator>Swee Keat</dc:creator>
      <dc:date>2003-01-23T07:30:11Z</dc:date>
    </item>
  </channel>
</rss>

