<?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: problem in login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631809#M921344</link>
    <description>when :&lt;BR /&gt;su - users( example:)&lt;BR /&gt;&lt;BR /&gt;su - root&lt;BR /&gt;ok&lt;BR /&gt;#su - david&lt;BR /&gt;su:no shell&lt;BR /&gt;Memory fault&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; # ll -d home&lt;BR /&gt;drwxr-xr-x  17 root       users         1024 Dec 17 18:22 home&lt;BR /&gt;&lt;BR /&gt;cd /home&lt;BR /&gt;#ll /home&lt;BR /&gt;drwx------   2 BasilioH   users           96 Sep 20 14:38 BasilioH&lt;BR /&gt;drwx------   2 BriascoI   users           96 Sep 20 10:37 BriascoI&lt;BR /&gt;drwx------   2 CampanaJ   users           96 Dec 17 16:00 CampanaJ&lt;BR /&gt;drwx------   2 CaraS      users           96 Sep 20 16:38 CaraS&lt;BR /&gt;drwx------   2 ChavezP    users           96 Sep 20 13:54 ChavezP&lt;BR /&gt;drwx------   2 FrancoG    users           96 Sep 20 13:59 FrancoG&lt;BR /&gt;drwx------   3 HurtadoJ   users         1024 Nov 13 15:16 HurtadoJ&lt;BR /&gt;&lt;BR /&gt;/etc/profile &lt;BR /&gt;Leave defaults in user environment.&lt;BR /&gt;&lt;BR /&gt;        umask 077&lt;BR /&gt;        trap 1 2 3&lt;BR /&gt;        TMOUT=120&lt;BR /&gt;        export TMOUT&lt;BR /&gt;        readonly TMOUT&lt;BR /&gt;        mesg -n&lt;BR /&gt;&lt;BR /&gt;# ll /usr/bin/sh&lt;BR /&gt;-r-xr-xr-x   2 bin        bin         221184 Jan 20  2000 /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Dec 2001 21:40:16 GMT</pubDate>
    <dc:creator>Jairo Campana</dc:creator>
    <dc:date>2001-12-17T21:40:16Z</dc:date>
    <item>
      <title>problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631803#M921338</link>
      <description>I have an problem when login a user&lt;BR /&gt;&lt;BR /&gt;Could not chdir to home directory /home/CampanaJ: Permission denied&lt;BR /&gt;/usr/bin/sh: Permission denied&lt;BR /&gt;Connection to bck1 closed.&lt;BR /&gt;$ &lt;BR /&gt;whit root no have problems&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 21:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631803#M921338</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2001-12-17T21:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631804#M921339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have root access check if the user home directory is owned by some one else and also look if directory has different group where in user is not belongs to that group&lt;BR /&gt;&lt;BR /&gt;To access the hoem directory user should be the owner of that directory.&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 21:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631804#M921339</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-17T21:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631805#M921340</link>
      <description>Hi Jairo,&lt;BR /&gt;&lt;BR /&gt;Check the owner and directory permission for the home directory of the user you are trying to login as. also check the permission for /usr/bin/sh. The world should have execute permission.&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x bin/bin /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 21:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631805#M921340</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-17T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631806#M921341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When the login process starts, it look to see if you have the appropriate permissions to the home directory that is designated in the /etc/passwd file. If the permissions and owner are incorrect during the login process, you may get logged out. For example if you are not the owner of the directory.&lt;BR /&gt;&lt;BR /&gt;drwxr-x---  14 username    users         1024 Dec 13 15:04 /home/username&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Mon, 17 Dec 2001 21:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631806#M921341</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-12-17T21:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631807#M921342</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;Check the permissions of the home driectory. Check owner and group permissions.&lt;BR /&gt;&lt;BR /&gt;Is this happens to only one user?&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 17 Dec 2001 21:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631807#M921342</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-17T21:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631808#M921343</link>
      <description>the permissions its ok.&lt;BR /&gt;found the following message when reboot: &lt;BR /&gt;start CDE login server&lt;BR /&gt;ouput from "/sbin/rc3.d/S990dtlogin.rc start":&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;crt0: ERRO couldn't open /usr/lib/dld.sl errno:000000013</description>
      <pubDate>Mon, 17 Dec 2001 21:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631808#M921343</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2001-12-17T21:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631809#M921344</link>
      <description>when :&lt;BR /&gt;su - users( example:)&lt;BR /&gt;&lt;BR /&gt;su - root&lt;BR /&gt;ok&lt;BR /&gt;#su - david&lt;BR /&gt;su:no shell&lt;BR /&gt;Memory fault&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; # ll -d home&lt;BR /&gt;drwxr-xr-x  17 root       users         1024 Dec 17 18:22 home&lt;BR /&gt;&lt;BR /&gt;cd /home&lt;BR /&gt;#ll /home&lt;BR /&gt;drwx------   2 BasilioH   users           96 Sep 20 14:38 BasilioH&lt;BR /&gt;drwx------   2 BriascoI   users           96 Sep 20 10:37 BriascoI&lt;BR /&gt;drwx------   2 CampanaJ   users           96 Dec 17 16:00 CampanaJ&lt;BR /&gt;drwx------   2 CaraS      users           96 Sep 20 16:38 CaraS&lt;BR /&gt;drwx------   2 ChavezP    users           96 Sep 20 13:54 ChavezP&lt;BR /&gt;drwx------   2 FrancoG    users           96 Sep 20 13:59 FrancoG&lt;BR /&gt;drwx------   3 HurtadoJ   users         1024 Nov 13 15:16 HurtadoJ&lt;BR /&gt;&lt;BR /&gt;/etc/profile &lt;BR /&gt;Leave defaults in user environment.&lt;BR /&gt;&lt;BR /&gt;        umask 077&lt;BR /&gt;        trap 1 2 3&lt;BR /&gt;        TMOUT=120&lt;BR /&gt;        export TMOUT&lt;BR /&gt;        readonly TMOUT&lt;BR /&gt;        mesg -n&lt;BR /&gt;&lt;BR /&gt;# ll /usr/bin/sh&lt;BR /&gt;-r-xr-xr-x   2 bin        bin         221184 Jan 20  2000 /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 21:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631809#M921344</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2001-12-17T21:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631810#M921345</link>
      <description>Hi Jairo,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ae2a774914f68fa173/screen=ckiDisplayDocument?docId=200000024598791" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ae2a774914f68fa173/screen=ckiDisplayDocument?docId=200000024598791&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 21:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631810#M921345</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-17T21:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631811#M921346</link>
      <description>Check perms on /etc/passwd. (444)&lt;BR /&gt;&lt;BR /&gt;check entry for david in /etc/passwd.  #Make sure the shell is correct.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Mon, 17 Dec 2001 21:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631811#M921346</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-12-17T21:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631812#M921347</link>
      <description>Hi Jairo,&lt;BR /&gt;&lt;BR /&gt;Looks like filesystem / directory permission problem with "/" check that the directory permission for / is 755. &lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;ll -d .&lt;BR /&gt;chmod 755 /&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 21:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631812#M921347</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-17T21:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem in login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631813#M921348</link>
      <description>thanks, Sanjay  fo the url</description>
      <pubDate>Mon, 17 Dec 2001 21:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-login/m-p/2631813#M921348</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2001-12-17T21:50:33Z</dc:date>
    </item>
  </channel>
</rss>

