<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158920#M159017</link>
    <description>check the permissions on the directory the user is assigned to. They will need read and execute on the directory.&lt;BR /&gt;&lt;BR /&gt;-Dave</description>
    <pubDate>Wed, 07 Jan 2004 17:37:07 GMT</pubDate>
    <dc:creator>Dave Johnson_1</dc:creator>
    <dc:date>2004-01-07T17:37:07Z</dc:date>
    <item>
      <title>Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158919#M159016</link>
      <description>I have a problem with login, when I login with ROOT users I can login, but when I try to login with another one the next message appears&lt;BR /&gt;&lt;BR /&gt;"Unable to change directory to users/myuserid"&lt;BR /&gt;&lt;BR /&gt;What can I do...?</description>
      <pubDate>Wed, 07 Jan 2004 17:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158919#M159016</guid>
      <dc:creator>Francisco_29</dc:creator>
      <dc:date>2004-01-07T17:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158920#M159017</link>
      <description>check the permissions on the directory the user is assigned to. They will need read and execute on the directory.&lt;BR /&gt;&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 07 Jan 2004 17:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158920#M159017</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-01-07T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158921#M159018</link>
      <description>Make sure /users/myuserid exists and has proper permissions?</description>
      <pubDate>Wed, 07 Jan 2004 17:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158921#M159018</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-07T17:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158922#M159019</link>
      <description>See Dave, you got me that time  ;-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt; No points for this, please &amp;gt;&amp;gt;</description>
      <pubDate>Wed, 07 Jan 2004 17:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158922#M159019</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-07T17:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158923#M159020</link>
      <description>I tried to change the directory to /users/ but the directory is empty...?</description>
      <pubDate>Wed, 07 Jan 2004 18:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158923#M159020</guid>
      <dc:creator>Francisco_29</dc:creator>
      <dc:date>2004-01-07T18:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158924#M159021</link>
      <description>make sure the directory "users" is mode 755 (at least)&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;#mkdir /users/myuserid&lt;BR /&gt;#chown myuserid:users /users/myuserid&lt;BR /&gt;&lt;BR /&gt;And try it again.</description>
      <pubDate>Wed, 07 Jan 2004 18:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158924#M159021</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-07T18:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158925#M159022</link>
      <description>How were the userid's created. If you just edit the password file, hopefully with vipw, then you will have to create the user directorys by hand.&lt;BR /&gt;Simply:&lt;BR /&gt;&lt;BR /&gt;mkdir /users/myuserid&lt;BR /&gt;chown myuserid /users/myuserid&lt;BR /&gt;chmod u+rwx /users/myuserid&lt;BR /&gt;&lt;BR /&gt;and you should be cool.&lt;BR /&gt;&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 07 Jan 2004 18:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158925#M159022</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-01-07T18:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158926#M159023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If /users is really empty, perhaps I can also imagine that it's a mount point not currently mounted. Check also your /etc/default/security file. By default users should be able to log in with / as a home dir if their home dirs don't exist. see 'man 4 security' and look for 'ABORT_LOGIN_ON_MISSING_HOMEDIR' variable.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 08 Jan 2004 04:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158926#M159023</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2004-01-08T04:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158927#M159024</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it sounds like if /users directory is NFS mounted because I don't want to think that /users directories were removed.&lt;BR /&gt;If yes before you should verify the NFS daemon is running and NFS configuration is ok.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Thu, 08 Jan 2004 05:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login/m-p/3158927#M159024</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-01-08T05:40:48Z</dc:date>
    </item>
  </channel>
</rss>

