<?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: rlogin problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080346#M440337</link>
    <description>Din,&lt;BR /&gt;&lt;BR /&gt;check permission as well.&lt;BR /&gt;Here are two ways to address this issue: &lt;BR /&gt;&lt;BR /&gt;     1.  Change the permissions of /home to drwxr-xr-x (755). &lt;BR /&gt;&lt;BR /&gt;     2.  Change the ownership of /home to root:users. &lt;BR /&gt;&lt;BR /&gt;With permissions set to 755, all users have read access to the directory, &lt;BR /&gt;so the connection succeeds.  Similarly, with the ownership changed to &lt;BR /&gt;"group = users", again the connection succeeds because "users" is the &lt;BR /&gt;primary group of user1 and the permissions are set to allow "group" &lt;BR /&gt;access (i.e. 750). &lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Nov 2007 02:36:37 GMT</pubDate>
    <dc:creator>whiteknight</dc:creator>
    <dc:date>2007-11-20T02:36:37Z</dc:date>
    <item>
      <title>rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080338#M440329</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We have 5 HP UX PA-RISC servers. Name of the servers as follows&lt;BR /&gt;&lt;BR /&gt;DB1&lt;BR /&gt;DB2&lt;BR /&gt;APP1&lt;BR /&gt;APP2&lt;BR /&gt;DB Test&lt;BR /&gt;&lt;BR /&gt;In which i can rlogin form DB1 &amp;amp; DB Test to remaining servers. But im not able&lt;BR /&gt;to rlogin from DB2 APP1 &amp;amp; APP2&lt;BR /&gt;&lt;BR /&gt;Error message is &lt;BR /&gt;&lt;BR /&gt;rlogin: This program requires super user privileges&lt;BR /&gt;&lt;BR /&gt;Please help!!!&lt;BR /&gt;&lt;BR /&gt;Note: Im login in as a local user and do rlogin in DB1 &amp;amp; DB Test in which i can get access to rlogin&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Din</description>
      <pubDate>Tue, 20 Nov 2007 00:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080338#M440329</guid>
      <dc:creator>Din_1</dc:creator>
      <dc:date>2007-11-20T00:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080339#M440330</link>
      <description>Hi Din,&lt;BR /&gt;Have you checked .rhosts file of the user &lt;BR /&gt;through which u tryin to do rlogin.&lt;BR /&gt;you may also check /etc/hosts.allow.&lt;BR /&gt;Hope this would help.&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 20 Nov 2007 00:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080339#M440330</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-11-20T00:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080340#M440331</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another addition, your /etc/hosts should contain the other 4 hosts if you wanted to do rlogin between them. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sandy</description>
      <pubDate>Tue, 20 Nov 2007 01:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080340#M440331</guid>
      <dc:creator>Sandy Chen</dc:creator>
      <dc:date>2007-11-20T01:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080341#M440332</link>
      <description>Hi Sandy &amp;amp; Kapil,&lt;BR /&gt;&lt;BR /&gt;I have above mentioed entries in my /etc/hosts,and .rhosts file in users home directory. But still im getting the error. Thank you very much for your reply.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Din</description>
      <pubDate>Tue, 20 Nov 2007 01:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080341#M440332</guid>
      <dc:creator>Din_1</dc:creator>
      <dc:date>2007-11-20T01:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080342#M440333</link>
      <description>&lt;!--!*#--&gt;Check the ownership and permissions on the&lt;BR /&gt;rlogin program?&lt;BR /&gt;&lt;BR /&gt;Around here:&lt;BR /&gt;&lt;BR /&gt;dy # ls -l /usr/bin/rlogin&lt;BR /&gt;-r-sr-xr-x   1 root       bin          40960 Sep 20  2006 /usr/bin/rlogin&lt;BR /&gt;&lt;BR /&gt;If I remove the setuid bit, it fails as you&lt;BR /&gt;describe:&lt;BR /&gt;&lt;BR /&gt;dy # cp /usr/bin/rlogin /usr/bin/rloginX&lt;BR /&gt;dy # chmod 555 /usr/bin/rloginX&lt;BR /&gt;&lt;BR /&gt;Now, as a non-root user, with the normal&lt;BR /&gt;permissions:&lt;BR /&gt;&lt;BR /&gt;dy $ /usr/bin/rlogin alp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      I'm ALP.  Who are you?&lt;BR /&gt;&lt;BR /&gt;Username:  [...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But without the setuid bit:&lt;BR /&gt;&lt;BR /&gt;dy $ /usr/bin/rloginX alp&lt;BR /&gt;rlogin: This program requires super user privileges&lt;BR /&gt;&lt;BR /&gt;Not being owned by root could have a similar&lt;BR /&gt;effect.&lt;BR /&gt;&lt;BR /&gt;Apparently, the message means what it says.</description>
      <pubDate>Tue, 20 Nov 2007 01:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080342#M440333</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-11-20T01:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080343#M440334</link>
      <description>Thanks very interesting Stevan....&lt;BR /&gt;i never saw that....can you please explain a bit why it is happening like this......&lt;BR /&gt;when other have execute permission in your example&lt;BR /&gt;-r-sr-xr-x  &lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 20 Nov 2007 02:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080343#M440334</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-11-20T02:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080344#M440335</link>
      <description>Thats very interesting Stevan....&lt;BR /&gt;i never saw that....can you please explain a bit why it is happening like this......&lt;BR /&gt;when other have execute permission in your example&lt;BR /&gt;-r-sr-xr-x  &lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 20 Nov 2007 02:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080344#M440335</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-11-20T02:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080345#M440336</link>
      <description>&amp;gt; [...] can you please explain a bit why it&lt;BR /&gt;&amp;gt; is happening like this......&lt;BR /&gt;&lt;BR /&gt;_Is_ the ownership or permissions of your&lt;BR /&gt;rlogin program wrong (on the systems where&lt;BR /&gt;you see the problem)?  (I showed you mine,&lt;BR /&gt;...)&lt;BR /&gt;&lt;BR /&gt;If so, is your question, "How did it/they get&lt;BR /&gt;to be wrong?"?&lt;BR /&gt;&lt;BR /&gt;I can't know, I can only guess.&lt;BR /&gt;&lt;BR /&gt;Possibly more important, if the attributes of&lt;BR /&gt;_this_ program are bad, how many other&lt;BR /&gt;programs are also damaged?&lt;BR /&gt;&lt;BR /&gt;"man swverify", and look for&lt;BR /&gt;"check_permissions"?</description>
      <pubDate>Tue, 20 Nov 2007 02:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080345#M440336</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-11-20T02:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080346#M440337</link>
      <description>Din,&lt;BR /&gt;&lt;BR /&gt;check permission as well.&lt;BR /&gt;Here are two ways to address this issue: &lt;BR /&gt;&lt;BR /&gt;     1.  Change the permissions of /home to drwxr-xr-x (755). &lt;BR /&gt;&lt;BR /&gt;     2.  Change the ownership of /home to root:users. &lt;BR /&gt;&lt;BR /&gt;With permissions set to 755, all users have read access to the directory, &lt;BR /&gt;so the connection succeeds.  Similarly, with the ownership changed to &lt;BR /&gt;"group = users", again the connection succeeds because "users" is the &lt;BR /&gt;primary group of user1 and the permissions are set to allow "group" &lt;BR /&gt;access (i.e. 750). &lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Nov 2007 02:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080346#M440337</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-11-20T02:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080347#M440338</link>
      <description>Thank you very much Mr.Steven Schweda. Its really worked and solved my problem. Now i can rlogin from any of the 5 server. Thank you once again for your support.&lt;BR /&gt;&lt;BR /&gt;Thank you to the team whoever replied to my thread.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Din</description>
      <pubDate>Tue, 20 Nov 2007 03:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rlogin-problem/m-p/5080347#M440338</guid>
      <dc:creator>Din_1</dc:creator>
      <dc:date>2007-11-20T03:20:40Z</dc:date>
    </item>
  </channel>
</rss>

