<?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: Problems with telnet and ksh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675710#M52022</link>
    <description>you probably do not have the . (current directory reference) in your path variable. this is a good thing. try it like this:&lt;BR /&gt;&lt;BR /&gt;. ./.profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
    <pubDate>Mon, 04 Mar 2002 18:02:46 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-03-04T18:02:46Z</dc:date>
    <item>
      <title>Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675699#M52011</link>
      <description>When i log into a machine with a user that has a korn shell ....the machine sources the local profile....sources the users profile....but stops after that point and never returns to the shell prompt.  Sometimes a control C will break it....but not always...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If i log into this machine with a c shell...then change into ksh...then source....its ok.  But logging into the machine with a ksh doesn't seem to work.&lt;BR /&gt;&lt;BR /&gt;Any hints or ideas??  &lt;BR /&gt;&lt;BR /&gt;The /etc/shells files is there and valid.  The shells are there as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx for the help.</description>
      <pubDate>Mon, 04 Mar 2002 16:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675699#M52011</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675700#M52012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is the user home directory on NFS mounted directory. If so you can have the user shell history redirected to the tmp directory instead of the NFS mounted home directory.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675700#M52012</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-04T16:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675701#M52013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=aeec5d2503ddd01e98/screen=ckiDisplayDocument?docId=200000026056389" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=aeec5d2503ddd01e98/screen=ckiDisplayDocument?docId=200000026056389&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is the solution suggested,&lt;BR /&gt;&lt;BR /&gt;//Quote//&lt;BR /&gt;&lt;BR /&gt;Solve the problem of ksh/sh hanging when the home directory is NFS mounted by setting HISTFILE to point to a locally mounted directory such as /tmp/.sh_hist.$LOGNAME.&lt;BR /&gt;&lt;BR /&gt;//EndQuote//&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675701#M52013</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-04T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675702#M52014</link>
      <description>Can you post content of the user profile ?</description>
      <pubDate>Mon, 04 Mar 2002 16:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675702#M52014</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-04T16:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675703#M52015</link>
      <description>add the -x to the user's .profile to throw it into the debugger so you can see where it hangs:&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh -x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 16:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675703#M52015</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675704#M52016</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your user profile for any problems. Try renaming it and login. Also check whether the home directory has any big files ( sh_history).&lt;BR /&gt;&lt;BR /&gt;What about loging for 'sh' ? Is this happens to only one user ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 04 Mar 2002 16:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675704#M52016</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-04T16:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675705#M52017</link>
      <description>The users profile is below...&lt;BR /&gt;#####&lt;BR /&gt;/bin/ksh&lt;BR /&gt;&lt;BR /&gt;clear&lt;BR /&gt;ls&lt;BR /&gt;####&lt;BR /&gt;&lt;BR /&gt;eof&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is just for testing purposes....</description>
      <pubDate>Mon, 04 Mar 2002 16:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675705#M52017</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T16:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675706#M52018</link>
      <description>it may be hanging on the "clear". Set the "TERM" variable just above it to match their terminal type.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 16:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675706#M52018</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675707#M52019</link>
      <description>Heres one....&lt;BR /&gt;&lt;BR /&gt;Having the same issue with a 10.20 machine...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But this time...it nevers gets to the users profile....it hangs on the system profile after it prints out the /etc/copyright.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any ideas???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675707#M52019</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T16:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675708#M52020</link>
      <description>the next item after the copyright file is the message of the day. do an ls -l on /etc/motd to make sure it exists and the permissions are -rw-rw-rw-&lt;BR /&gt;&lt;BR /&gt;also run fuser against /etc/motd to make sure no other process has a lock on it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 16:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675708#M52020</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T16:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675709#M52021</link>
      <description>Here is the updated users .profile &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;HISTFILE=/tmp/.sh_hist.$LOGNAME&lt;BR /&gt;TERM=vt100&lt;BR /&gt;clear&lt;BR /&gt;ls&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On the 10.20 and 11.00 machines...it now logs in perfectly...but when i do a..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ . .profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...the machine replys with..&lt;BR /&gt;&lt;BR /&gt;ksh: .profile: not found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The /bin is within the profile and a command below works fine...&lt;BR /&gt;&lt;BR /&gt;$ ksh . .profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any ideas??&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675709#M52021</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T16:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675710#M52022</link>
      <description>you probably do not have the . (current directory reference) in your path variable. this is a good thing. try it like this:&lt;BR /&gt;&lt;BR /&gt;. ./.profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 18:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675710#M52022</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675711#M52023</link>
      <description>hey Mark...&lt;BR /&gt;&lt;BR /&gt;That seems to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do I need to do so that the user only has to type in&lt;BR /&gt;&lt;BR /&gt;. .profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to source there profiles after login??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 18:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675711#M52023</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T18:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675712#M52024</link>
      <description>they should not have to explicitly source it if you have their home directory setup in /etc/passwd--or are all the users logging in with a generic ID?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 18:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675712#M52024</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T18:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675713#M52025</link>
      <description>No.&lt;BR /&gt;&lt;BR /&gt;This specific account is an Oracle accout.  I have multiple .profile files created to source the correct variables for differnt versions of Oracle.  So..the may log into the machine....but they will need to source in the appropriate .profile for the specific version / OS they want to test with.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 18:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675713#M52025</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T18:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675714#M52026</link>
      <description>ok. your best option is for them to do the pathname reference, . ./.profile&lt;BR /&gt;&lt;BR /&gt;you really do not want to add the "." reference into the PATH variable, as there are too many potential gotcha's involved that will only cause more problems.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 18:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675714#M52026</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T18:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675715#M52027</link>
      <description>Thank you all for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem / issues have been solved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanx again.</description>
      <pubDate>Mon, 04 Mar 2002 18:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675715#M52027</guid>
      <dc:creator>Joshua Leckner_1</dc:creator>
      <dc:date>2002-03-04T18:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet and ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675716#M52028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this from any directory,&lt;BR /&gt;&lt;BR /&gt;$ . $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;Note the "." before $HOME&lt;BR /&gt;&lt;BR /&gt;This will source the .profile of the user from his home directory.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 18:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet-and-ksh/m-p/2675716#M52028</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-04T18:40:51Z</dc:date>
    </item>
  </channel>
</rss>

