<?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 problem on HP-UX 11.00 client in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108697#M148397</link>
    <description>what's in root's .profile?  If it's got the standard HP "tset" code, make the changes as noted below:&lt;BR /&gt;&lt;BR /&gt;   # Set up the terminal:&lt;BR /&gt;# comment this line if [ "$TERM" = "" ]&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "hp" ] # add this line&lt;BR /&gt;        then&lt;BR /&gt;# comment this line too eval ` tset -s -Q -m ':?hp' `&lt;BR /&gt;                eval ` tset -h -s -Q ` # add this line&lt;BR /&gt;        else&lt;BR /&gt;                eval ` tset -s -Q `&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;watch the line wraps and remember this posts without benefit of indents.&lt;BR /&gt;&lt;BR /&gt;mark&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Nov 2003 10:46:33 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2003-11-04T10:46:33Z</dc:date>
    <item>
      <title>login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108682#M148382</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Situation : HP-UX 11.00 clients Workstation with a HP-UX Server. The $HOME is mounted on the client via NFS soft mount.&lt;BR /&gt;&lt;BR /&gt;Problem :&lt;BR /&gt;&lt;BR /&gt;I log in (with a user X) on the client. This is ok. I've got all my personal session (colors...). But any terminal windows don't give the prompt back ! The .profile is read, that's sure, but then it doesn't gi further.&lt;BR /&gt;If i log in as root and make a "su -", same problem : the terminal windows don't give the prompt...&lt;BR /&gt;&lt;BR /&gt;Seems like he waits or search for something.&lt;BR /&gt;&lt;BR /&gt;I really don't know what's happening !!&lt;BR /&gt;&lt;BR /&gt;Any help is welcome.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;JFS</description>
      <pubDate>Mon, 03 Nov 2003 10:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108682#M148382</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-03T10:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108683#M148383</link>
      <description>Hi,&lt;BR /&gt;Check if the shell in /etc/passwd for this user is correct and it is in /etc/shells&lt;BR /&gt;&lt;BR /&gt;-Tomek</description>
      <pubDate>Mon, 03 Nov 2003 10:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108683#M148383</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2003-11-03T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108684#M148384</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the user is ok because i can login with this user on other HP-UX clients. We have NIS.&lt;BR /&gt;&lt;BR /&gt;Something must be wrong on this workstation.&lt;BR /&gt;HP-people told me it could be a NFS problem, but i haven't found anything wrong so far...&lt;BR /&gt;&lt;BR /&gt;It worked, then i had to boot the WS and now it doesn't work anymore.&lt;BR /&gt;&lt;BR /&gt;JFS</description>
      <pubDate>Mon, 03 Nov 2003 10:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108684#M148384</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-03T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108685#M148385</link>
      <description>Hi,&lt;BR /&gt;  Check the /etc/profile and .profiles.  As this happens to all the users, the problem might be in /etc/profile.  It may be waiting on a script that is called by /etc/profile.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Mon, 03 Nov 2003 10:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108685#M148385</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-03T10:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108686#M148386</link>
      <description>- /etc/profile is the same than on working Workstations.&lt;BR /&gt;- .profile of the $HOME is ok, because the users can log in on other WS.&lt;BR /&gt;&lt;BR /&gt;It works with no user on this workstation.&lt;BR /&gt;&lt;BR /&gt;I think it isn't a profile problem... before rebooting did the WS work without problems.&lt;BR /&gt;&lt;BR /&gt;JFS</description>
      <pubDate>Mon, 03 Nov 2003 10:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108686#M148386</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-03T10:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108687#M148387</link>
      <description>I have an similar problem that I haven't bothered to do anything about on my machine at work.  I find that commenting out the "PS1=" line in my .profile gets it to work.  When it stops working again I take the comment out of the same line and it starts working again and so on.  &lt;BR /&gt; &lt;BR /&gt;I know this sounds weird but it works for me.</description>
      <pubDate>Mon, 03 Nov 2003 10:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108687#M148387</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-03T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108688#M148388</link>
      <description>this PS1 thing doesn't work.&lt;BR /&gt;&lt;BR /&gt;One more observation :&lt;BR /&gt;if i login on the WS with root and make a "su user", it works.&lt;BR /&gt;But "su - user" doesn't work...</description>
      <pubDate>Mon, 03 Nov 2003 10:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108688#M148388</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-03T10:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108689#M148389</link>
      <description>Hi again,&lt;BR /&gt;  su - invokes the .profile of the user.  There  are 2 possibilities.&lt;BR /&gt;&lt;BR /&gt;  $HOME is not mounted at all and the nfs client is waiting indefinitely for the server to respond.  So .profile cannot be executed.&lt;BR /&gt;&lt;BR /&gt;  $HOME is mounted but there is some problem in .profiles which is taking longer time to respond. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Mon, 03 Nov 2003 11:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108689#M148389</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-03T11:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108690#M148390</link>
      <description>Add this&lt;BR /&gt;&lt;BR /&gt;set -xv&lt;BR /&gt;PS4='${0##*/}:$LINENO: '&lt;BR /&gt;typeset -f $(typeset +f)&lt;BR /&gt;&lt;BR /&gt;to your .profile script. This will display each line and line number of the script as it is executed.  Then you may be able to see where the process is hanging.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 03 Nov 2003 12:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108690#M148390</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-03T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108691#M148391</link>
      <description>I think problem is in NFS client on that machine.&lt;BR /&gt;Reboot workstation in single user mode and &lt;BR /&gt;test following&lt;BR /&gt;&lt;BR /&gt;Reboot ws in single usermode.&lt;BR /&gt;login to the server .&lt;BR /&gt;manually start your rc scripts for level 2&lt;BR /&gt;now only start rc scripts for nfs and nis,&lt;BR /&gt;now try to mount your home directory manually.&lt;BR /&gt;If you can successed their everything should be fine..&lt;BR /&gt;&lt;BR /&gt;else you are not able to reach to nfs server..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rahul Mehat</description>
      <pubDate>Mon, 03 Nov 2003 14:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108691#M148391</guid>
      <dc:creator>Rahul Mehta_1</dc:creator>
      <dc:date>2003-11-03T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108692#M148392</link>
      <description>- .profile works. I've put a text at the end of the .profile and it appears in my terminal. But then, it doesn't go further and i don't get the prompt.&lt;BR /&gt;&lt;BR /&gt;- the NFS-mounts seems to be ok. When i log in as root, i can reach the data in the mounted FS.&lt;BR /&gt;&lt;BR /&gt;Thanks all fot these ideas !&lt;BR /&gt;JFS</description>
      <pubDate>Tue, 04 Nov 2003 02:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108692#M148392</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-04T02:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108693#M148393</link>
      <description>What is the content of your prompt (PS1) ?&lt;BR /&gt;Is it static or dynamic, like does it contain a PWD variable or something like that?&lt;BR /&gt;&lt;BR /&gt;In that case, try making it static, only containing your hostname:&lt;BR /&gt;PS1="`hostname` $"&lt;BR /&gt;&lt;BR /&gt;Also, what you could do is try to login to the system the way it works and run the .profile in the current shell (. ./.profile, and remember the &lt;SPACE&gt; between the first two &lt;DOTS&gt; !!!) to make sure it is not .profile related.&lt;BR /&gt;&lt;BR /&gt;Hope this gives some more light on the problem.&lt;/DOTS&gt;&lt;/SPACE&gt;</description>
      <pubDate>Tue, 04 Nov 2003 02:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108693#M148393</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-04T02:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108694#M148394</link>
      <description>more infos :&lt;BR /&gt;&lt;BR /&gt;- i've tried to modify the PS1. It doesn't help.&lt;BR /&gt;&lt;BR /&gt;- i log in as root and open a terminal window. I go in the user xxx directory and make ". ./.profile" : it works !&lt;BR /&gt;I have my prompt, PS1 ans so on...&lt;BR /&gt;&lt;BR /&gt;Then i'm making "su - xxx" (in the same Window): doesn't work...&lt;BR /&gt;&lt;BR /&gt;It is the strangest problem i've ever seen !&lt;BR /&gt;JFS</description>
      <pubDate>Tue, 04 Nov 2003 02:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108694#M148394</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-04T02:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108695#M148395</link>
      <description>Are you using automounter to mount the NFS directory? Sometimes automounter does not mount an NFS directory until you actually cd into it. This may be the problem, try putting the NFS mounts into /etc/fstab so they are mountedat boot time.</description>
      <pubDate>Tue, 04 Nov 2003 10:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108695#M148395</guid>
      <dc:creator>Joe Short</dc:creator>
      <dc:date>2003-11-04T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108696#M148396</link>
      <description>No automount is used.&lt;BR /&gt;&lt;BR /&gt;JFS</description>
      <pubDate>Tue, 04 Nov 2003 10:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108696#M148396</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-04T10:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108697#M148397</link>
      <description>what's in root's .profile?  If it's got the standard HP "tset" code, make the changes as noted below:&lt;BR /&gt;&lt;BR /&gt;   # Set up the terminal:&lt;BR /&gt;# comment this line if [ "$TERM" = "" ]&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "hp" ] # add this line&lt;BR /&gt;        then&lt;BR /&gt;# comment this line too eval ` tset -s -Q -m ':?hp' `&lt;BR /&gt;                eval ` tset -h -s -Q ` # add this line&lt;BR /&gt;        else&lt;BR /&gt;                eval ` tset -s -Q `&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;watch the line wraps and remember this posts without benefit of indents.&lt;BR /&gt;&lt;BR /&gt;mark&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 10:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108697#M148397</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-04T10:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108698#M148398</link>
      <description>Hi JFS,&lt;BR /&gt;&lt;BR /&gt;How about the directory permission for the user on the client. Is the user allowed to create files on the nfs soft mount $home once it is mounted on the client.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 11:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108698#M148398</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-11-04T11:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: login problem on HP-UX 11.00 client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108699#M148399</link>
      <description>Solution : adding following lines in the .profile :&lt;BR /&gt;&lt;BR /&gt;HISTFILE=/tmp/.sh_history&lt;BR /&gt;export HISTFILE&lt;BR /&gt;&lt;BR /&gt;... this was missing...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;JFS</description>
      <pubDate>Mon, 10 Nov 2003 10:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-on-hp-ux-11-00-client/m-p/3108699#M148399</guid>
      <dc:creator>JFS_1</dc:creator>
      <dc:date>2003-11-10T10:43:13Z</dc:date>
    </item>
  </channel>
</rss>

