<?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 User start up program and ssh login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949629#M483099</link>
    <description>&lt;P&gt;Just installed HPUX 11i Version 3. I can login directly as root user but for other users I created it seems only those with /sbin/sh as the start up program can login. However, not all commands are available, for example:&lt;/P&gt;&lt;P&gt;$ ll&lt;BR /&gt;sh: ll:&amp;nbsp; not found&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If I change the startup program via sam for the a user to /usr/bin/sh my putty window disappears after I enter the password. Its the same for all the shells other than /sbin/sh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created /etc/shells but didnt help.&lt;/P&gt;&lt;P&gt;This is probably a simple thing I'm overlooking. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2013 22:07:56 GMT</pubDate>
    <dc:creator>Jonathan Grymes</dc:creator>
    <dc:date>2013-01-30T22:07:56Z</dc:date>
    <item>
      <title>User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949629#M483099</link>
      <description>&lt;P&gt;Just installed HPUX 11i Version 3. I can login directly as root user but for other users I created it seems only those with /sbin/sh as the start up program can login. However, not all commands are available, for example:&lt;/P&gt;&lt;P&gt;$ ll&lt;BR /&gt;sh: ll:&amp;nbsp; not found&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If I change the startup program via sam for the a user to /usr/bin/sh my putty window disappears after I enter the password. Its the same for all the shells other than /sbin/sh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created /etc/shells but didnt help.&lt;/P&gt;&lt;P&gt;This is probably a simple thing I'm overlooking. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 22:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949629#M483099</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2013-01-30T22:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949643#M483100</link>
      <description>&lt;P&gt;This is strange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, check the /usr/bin/ directory and verify that all of the appropriate shells exist. &amp;nbsp;These should be available by default:&lt;/P&gt;&lt;P&gt;(some of these are not shells, but the *sh should get you close enough)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ll /usr/bin/*sh&lt;BR /&gt;-r-xr-xr-x 1 bin bin 72652 Feb 15 2007 /usr/bin/autopush&lt;BR /&gt;lrwxr-xr-x 1 root sys 25 Oct 16 18:14 /usr/bin/c_rehash -&amp;gt; /opt/openssl/bin/c_rehash&lt;BR /&gt;-r-xr-xr-x 1 bin bin 589 Aug 17 2011 /usr/bin/change2v9db.sh&lt;BR /&gt;-r-sr-xr-x 4 root bin 151320 Sep 26 2009 /usr/bin/chsh&lt;BR /&gt;-r-xr-xr-x 1 bin bin 534532 Apr 29 2009 /usr/bin/csh&lt;BR /&gt;-r-xr-xr-x 1 bin bin 152 Feb 15 2007 /usr/bin/hash&lt;BR /&gt;-r-xr-xr-x 1 bin bin 780176 Feb 15 2007 /usr/bin/keysh&lt;BR /&gt;-r-xr-xr-x 2 bin bin 539048 Jul 29 2009 /usr/bin/ksh&lt;BR /&gt;-r-xr-xr-x 1 bin bin 7452 Aug 17 2011 /usr/bin/named-bootconf.sh&lt;BR /&gt;-r-sr-xr-x 1 root bin 145124 Feb 15 2007 /usr/bin/remsh&lt;BR /&gt;-r-xr-xr-x 2 bin bin 539048 Jul 29 2009 /usr/bin/rksh&lt;BR /&gt;-r-xr-xr-x 2 bin bin 682408 Apr 13 2011 /usr/bin/rsh&lt;BR /&gt;-r-xr-xr-x 2 bin bin 682408 Apr 13 2011 /usr/bin/sh&lt;BR /&gt;lrwxr-xr-x 1 root sys 16 Jul 10 2012 /usr/bin/ssh -&amp;gt; /opt/ssh/bin/ssh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do the /etc/passwd entries look like for your users? &amp;nbsp;Try running 'pwck' to verify that the /etc/passwd file is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you get any errors when trying to log in? &amp;nbsp;If you are logged in as root, and then try to telnet or ssh to 'localhost' to log in and see what the messages are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 22:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949643#M483100</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-01-30T22:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949651#M483101</link>
      <description>&lt;P&gt;#&amp;nbsp; ll /usr/bin/*sh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 1 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 72652 Feb 15&amp;nbsp; 2007 /usr/bin/autopush&lt;BR /&gt;lrwxr-xr-x&amp;nbsp;&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25 Jan 24 16:05 /usr/bin/c_rehash -&amp;gt; /opt/openssl/bin/c_rehash&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 1 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 589 Nov 25&amp;nbsp; 2011 /usr/bin/change2v9db.sh&lt;BR /&gt;-r-sr-xr-x&amp;nbsp;&amp;nbsp; 4 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 151320 Nov&amp;nbsp; 1&amp;nbsp; 2011 /usr/bin/chsh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 1 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 534560 Aug 26&amp;nbsp; 2011 /usr/bin/csh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 1 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 Feb 15&amp;nbsp; 2007 /usr/bin/hash&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 1 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 780176 Feb 15&amp;nbsp; 2007 /usr/bin/keysh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 2 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 539048 Jul 29&amp;nbsp; 2009 /usr/bin/ksh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 1 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7452 Nov 25&amp;nbsp; 2011 /usr/bin/named-bootconf.sh&lt;BR /&gt;-r-sr-xr-x&amp;nbsp;&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 145124 Feb 15&amp;nbsp; 2007 /usr/bin/remsh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 2 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 539048 Jul 29&amp;nbsp; 2009 /usr/bin/rksh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 2 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 682408 Aug 26&amp;nbsp; 2011 /usr/bin/rsh&lt;BR /&gt;-r-xr-xr-x&amp;nbsp;&amp;nbsp; 2 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 682408 Aug 26&amp;nbsp; 2011 /usr/bin/sh&lt;BR /&gt;lrwxr-xr-x&amp;nbsp;&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 Jan 24 16:32 /usr/bin/ssh -&amp;gt; /opt/ssh/bin/ssh&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/etc/passwd&lt;/P&gt;&lt;P&gt;jogryme1:5d9G7NqocKgaU:115:107:Jon Grymes:/home/jogryme1:/sbin/sh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no errors running pwck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as root user&lt;/P&gt;&lt;P&gt;# ssh jogryme1@localhost&lt;BR /&gt;Password:&lt;BR /&gt;Last successful login:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wed Jan 30 17:02:24 2013 192.168.203.239&lt;BR /&gt;Last authentication failure: Wed Jan 30 14:33:26 2013 192.168.203.239&lt;BR /&gt;Last login: Wed Jan 30 17:02:24 2013 from 192.168.203.239&lt;BR /&gt;(c)Copyright 1983-2006 Hewlett-Packard Development Company, L.P.&lt;BR /&gt;(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California&lt;BR /&gt;(c)Copyright 1980, 1984, 1986 Novell, Inc.&lt;BR /&gt;(c)Copyright 1986-2000 Sun Microsystems, Inc.&lt;BR /&gt;(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology&lt;BR /&gt;(c)Copyright 1989-1993&amp;nbsp; The Open Software Foundation, Inc.&lt;BR /&gt;(c)Copyright 1990 Motorola, Inc.&lt;BR /&gt;(c)Copyright 1990, 1991, 1992 Cornell University&lt;BR /&gt;(c)Copyright 1989-1991 The University of Maryland&lt;BR /&gt;(c)Copyright 1988 Carnegie Mellon University&lt;BR /&gt;(c)Copyright 1991-2006 Mentat Inc.&lt;BR /&gt;(c)Copyright 1996 Morning Star Technologies, Inc.&lt;BR /&gt;(c)Copyright 1996 Progressive Systems, Inc.&lt;BR /&gt;&lt;BR /&gt;Confidential computer software. Valid license from HP required for&lt;BR /&gt;possession, use or copying.&amp;nbsp; Consistent with FAR 12.211 and 12.212,&lt;BR /&gt;Commercial Computer Software, Computer Software Documentation, and&lt;BR /&gt;Technical Data for Commercial Items are licensed to the U.S. Government&lt;BR /&gt;under vendor's standard commercial license.&lt;BR /&gt;&lt;BR /&gt;.profile[11]: tset:&amp;nbsp; not found&lt;BR /&gt;.profile[15]: tabs:&amp;nbsp; not found&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I changed the shell to /usr/bin/sh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As root&lt;/P&gt;&lt;P&gt;# ssh jogryme1@localhost&lt;BR /&gt;Password:&lt;BR /&gt;Last successful login:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wed Jan 30 17:33:04 2013 127.0.0.1&lt;BR /&gt;Last authentication failure: Wed Jan 30 14:33:26 2013 192.168.203.239&lt;BR /&gt;Last login: Wed Jan 30 17:33:04 2013 from 127.0.0.1&lt;BR /&gt;/usr/bin/sh: Permission denied&lt;BR /&gt;Connection to localhost closed.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 22:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949651#M483101</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2013-01-30T22:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949665#M483102</link>
      <description>&lt;P&gt;Here's your key message:&amp;nbsp;&lt;SPAN&gt;/usr/bin/sh: Permission denied&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the permissions on the /usr and /usr/bin directories.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# ll -d /
drwxr-xr-x  23 root       root          8192 Jan 30 13:31 /

# ll -d /usr
dr-xr-xr-x  22 bin        bin           8192 Jul 10  2012 /usr

# ll -d /usr/bin
dr-xr-xr-x   4 bin        bin          16384 Nov 27 10:30 /usr/bin&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 23:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949665#M483102</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-01-30T23:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949667#M483103</link>
      <description>&lt;P&gt;Bingo!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ll -d /&lt;BR /&gt;drwxr-xr-x&amp;nbsp; 21 root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192 Jan 28 16:17 /&lt;BR /&gt;# ll -d /usr&lt;BR /&gt;drwxrwx---&amp;nbsp; 22 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192 Jan 24 17:59 /usr&lt;BR /&gt;# ll -d /usr/bin&lt;BR /&gt;dr-xr-xr-x&amp;nbsp;&amp;nbsp; 4 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16384 Jan 24 17:44 /usr/bin&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# chmod 555 /usr&lt;BR /&gt;# ll -d /usr&lt;BR /&gt;dr-xr-xr-x&amp;nbsp; 22 bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192 Jan 24 17:59 /usr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ssh jogryme1@localhost&lt;BR /&gt;Password:&lt;BR /&gt;Last successful login:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wed Jan 30 18:02:14 2013 127.0.0.1&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 23:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949667#M483103</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2013-01-30T23:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949705#M483104</link>
      <description>&lt;P&gt;Someone may have tried to "improve" the security of the system by changing the permissions on the /usr directory. &amp;nbsp;That is a really bad idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would now verify everything on the system to make sure all is as it should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# swverify -v \*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When that is finished you will see a line at the end of the output that says something like "run the following swjob command to see more information". &amp;nbsp;Run the 'swjob' command that it specifies (You probably want to redirect the output to a file to make it easier to peruse) to see the results and see if you have any problems that need to be corrected. &amp;nbsp;They will be easy to spot as they will be ERRORs.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 00:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5949705#M483104</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-01-31T00:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5950765#M483109</link>
      <description>&lt;P&gt;Here are the results of running swjob.&lt;/P&gt;&lt;P&gt;#swjob -a log labeai01-0007 @ labeai01:/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;&amp;nbsp; File "/usr/sam/tui/fs/lv/lvCreateForm" should have mtime&lt;/P&gt;&lt;P&gt;&amp;nbsp;"1340372600" but the actual mtime is "1359407494"&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;&amp;nbsp; File "/usr/sam/tui/fs/lv/lvCreateForm" should have size "5672"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bytes but the actual size is "6437" bytes.&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;&amp;nbsp; Fileset "FileSystemsWeb.FS-TUI,l=/,r=B.11.31.16" had file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Verify failed FileSystemsWeb.FS-TUI,l=/,r=B.11.31.16&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 15:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5950765#M483109</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2013-01-31T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5950873#M483110</link>
      <description>&lt;P&gt;If those errors are all that you had, then I think you are in pretty good shape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is something you may want to look into when you have time, but it's not something I would be too concerned about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is that file from my 11.31 server:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ll /usr/sam/tui/fs/lv/lvCreateForm&lt;BR /&gt;-r--r--r-- 1 bin bin 5672 Dec 1 2011 /usr/sam/tui/fs/lv/lvCreateForm&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 16:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5950873#M483110</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-01-31T16:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5951047#M483116</link>
      <description>&lt;P&gt;&amp;gt;ERROR:&amp;nbsp;&amp;nbsp; File "/usr/sam/tui/fs/lv/lvCreateForm" should have mtime "1340372600" but the actual mtime is "1359407494"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like it was modified recently:&lt;/P&gt;&lt;P&gt;time_t value is: 01/28/13 13:11:34 PST&amp;nbsp; # 1359407494&lt;BR /&gt;time_t value is: 06/22/12 06:43:20 PDT&amp;nbsp; # 1340372600&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 18:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5951047#M483116</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-01-31T18:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5951067#M483117</link>
      <description>&lt;P&gt;After the initial 11.31 install, I did run swainv.sh and check for needed updates. The patches below were installed on 1/25.&amp;nbsp; So Im not sure why lvCreateForm is showing that it was modified on 1/28.&amp;nbsp; On 1/28 I configured additional file systems via the SAM (TUI) utility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installing fileset "PHSS_41557.MASTER,r=1.0" (1 of 5).&lt;BR /&gt;Installing fileset "PHSS_41557.SNMP-ENG-A-MAN,r=1.0" (2 of 5).&lt;BR /&gt;Installing fileset "PHSS_41557.SUBAGT-HPUNIX,r=1.0" (3 of 5).&lt;BR /&gt;Installing fileset "PHSS_41557.SUBAGT-MIB2,r=1.0" (4 of 5).&lt;BR /&gt;Installing fileset "PHSS_43134.X11-FONTSRV,r=1.0" (5 of 5)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 18:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5951067#M483117</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2013-01-31T18:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: User start up program and ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5951083#M483118</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;gt;The patches below were installed on 1/25.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If a patch modified the file, the IPD is updated with the new size, permissions and dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;So I'm not sure why lvCreateForm is showing that it was modified on 1/28.&amp;nbsp; On 1/28 I configured additional file systems via the SAM (TUI) utility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What were you doing at 13:11:34?&amp;nbsp; ;-)&amp;nbsp; Compare to the timestamps in your SD logs:&amp;nbsp; /var/adm/sw/sw*.log&lt;/P&gt;&lt;P&gt;Anything in /var/sam/log/?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an old copy on your backup or your media and can compare, the change may be obvious.&lt;/P&gt;&lt;P&gt;I.e. this file may be able to be modified by your SAM activities.&amp;nbsp; If so, the file should have been marked volatile so it wouldn't show up in swverify.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-start-up-program-and-ssh-login/m-p/5951083#M483118</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-01-31T19:00:10Z</dc:date>
    </item>
  </channel>
</rss>

