<?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: Timeout starting ksh shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791940#M79969</link>
    <description>I have the same problem. Could you please give me the patch ID?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 16 Apr 2004 10:38:29 GMT</pubDate>
    <dc:creator>James Ding</dc:creator>
    <dc:date>2004-04-16T10:38:29Z</dc:date>
    <item>
      <title>Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791934#M79963</link>
      <description>On a HP-UX 11.) system, homedirectorys are mounted using NFS. When a non-root user logs in (with his homedir on the NFS-mounted /home filesystem), the logon takes several minutes. The .profile file, also residing on /home, is sourced almost immediately, so the /home filesystem is available and fast. By putting in echos it is clear that the whole .profile is finished, but no shell is started (no prompt).&lt;BR /&gt;When the user eventually is logged in, it again takes a few minutes to start a new ksh-shell.&lt;BR /&gt;Any suggestions?</description>
      <pubDate>Thu, 22 Aug 2002 15:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791934#M79963</guid>
      <dc:creator>Jan Meijer</dc:creator>
      <dc:date>2002-08-22T15:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791935#M79964</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;I do remember a lot of problems with locking the history files!&lt;BR /&gt;Can you store those (temporarily) on a local filesystem to check wether it is faster then?&lt;BR /&gt;If yes, the solution were some NFS patches (fixing something in rpc.lockd and rpc.statd)...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 17:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791935#M79964</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-22T17:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791936#M79965</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt; I've seen this symptom on systems where the /etc/profile is running a &lt;BR /&gt;who -T&lt;BR /&gt;in it which needs nslookups (both directions) working properly to all logged in systems.&lt;BR /&gt;What causes the delay is the DNS timeout(s) when the hostnames cannot be resolved or the IPs cannot be reverse resolved.&lt;BR /&gt;&lt;BR /&gt;You can test this by manually running who -T &amp;amp; watching how long it takes to complete, or by commenting out the who -T in the /etc/profile (or in .profile if it's in there).&lt;BR /&gt;All who -T does is determine if the tty can be written to by wall or whatever.&lt;BR /&gt;&lt;BR /&gt;To solve this properly - ALL systems that access the server should be in DNS &amp;amp; in there properly so that reverse lookups are correct as well.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 18:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791936#M79965</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-22T18:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791937#M79966</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;I ran into this before.  It has something to do with the shell itself.  Change the user's shell to /usr/bin/csh and login to the workstation again.  This should take no time at all to login.  Search for lastest cumulative patch for ksh and apply.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Thu, 22 Aug 2002 18:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791937#M79966</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-08-22T18:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791938#M79967</link>
      <description>Well if your folks are having a timedelay to login than I would suspect it is as was mentioned above....resolving who is logging in so that the K box doesn't wait looking around because the nsswitch.conf said check hosts then DNS....&lt;BR /&gt;&lt;BR /&gt;There are two ways to fix this so the enduser gets the login prompt quickly.&lt;BR /&gt;1. Add an entry in your named.boot for the IP...name is irrelavent, as long as it is unique, call them anything as long as the IP is there.&lt;BR /&gt;2. Add an entry in your hostfile for the IP....again name is irrelavent, as long as it is unique.&lt;BR /&gt;&lt;BR /&gt;Hope that addresses your first issue at least,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 19:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791938#M79967</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-08-22T19:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791939#M79968</link>
      <description>Installing NFS patches solved the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!</description>
      <pubDate>Fri, 23 Aug 2002 13:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791939#M79968</guid>
      <dc:creator>Jan Meijer</dc:creator>
      <dc:date>2002-08-23T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout starting ksh shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791940#M79969</link>
      <description>I have the same problem. Could you please give me the patch ID?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 16 Apr 2004 10:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-starting-ksh-shell/m-p/2791940#M79969</guid>
      <dc:creator>James Ding</dc:creator>
      <dc:date>2004-04-16T10:38:29Z</dc:date>
    </item>
  </channel>
</rss>

