<?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: Facing problems with rsh-server installation on REDHAT 5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882828#M84400</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I tried all your options. But still i am seeing this problem. I think this problem is specfic to RHEL 5. Have any one seen, "rsh working fine on RHEL 5"  ? I havent seen this problem on SLES 10/RHEL 4. System log also not giving much details. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Oct 2006 03:53:07 GMT</pubDate>
    <dc:creator>Masthan</dc:creator>
    <dc:date>2006-10-23T03:53:07Z</dc:date>
    <item>
      <title>Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882817#M84389</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error message, when i tried to install rsh-server package on my RHEL 5 m/c.&lt;BR /&gt;&lt;BR /&gt;[root@hazlx10 ~]# rpm -i rsh-server-0.17-34.2.x86_64.rpm&lt;BR /&gt;error: open of rsh-server-0.17-34.2.x86_64.rpm failed: No such file or directory&lt;BR /&gt;&lt;BR /&gt;I also tried  the following options but no luck.&lt;BR /&gt; [root@hazlx10 ~]# rpm -U rsh-server-0.17-34.2.x86_64.rpm&lt;BR /&gt;[root@hazlx10 ~]# rpm -F rsh-server-0.17-34.2.x86_64.rpm.&lt;BR /&gt;&lt;BR /&gt;Any ideas on this ?</description>
      <pubDate>Thu, 19 Oct 2006 01:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882817#M84389</guid>
      <dc:creator>Masthan</dc:creator>
      <dc:date>2006-10-19T01:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882818#M84390</link>
      <description>Check that you have rpm in same dir: &lt;BR /&gt;&lt;BR /&gt;ls rsh-*.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 19 Oct 2006 01:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882818#M84390</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-19T01:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882819#M84391</link>
      <description>Thanks, I installed rsh-server. But still rsh is not working. After installing the  rsh-server package, I&lt;BR /&gt;-&amp;gt; edited /etc/xinet.d/rsh 15 th line  " disable = yes" to "disable=yes"&lt;BR /&gt;-&amp;gt; .rhosts file is updated&lt;BR /&gt;-&amp;gt;chkconfig rsh on&lt;BR /&gt;&lt;BR /&gt;I am getting permission denied message.&lt;BR /&gt;[root@hazlx10 xinetd.d]# rsh hazlx10 pwd&lt;BR /&gt;Trying krb4 rsh...&lt;BR /&gt;krb_sendauth failed: You have no tickets cached&lt;BR /&gt;trying normal rsh (/usr/bin/rsh)&lt;BR /&gt;Permission denied.&lt;BR /&gt;&lt;BR /&gt;Any ideas on this ?</description>
      <pubDate>Thu, 19 Oct 2006 04:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882819#M84391</guid>
      <dc:creator>Masthan</dc:creator>
      <dc:date>2006-10-19T04:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882820#M84392</link>
      <description>Since you try to access with root, you have to append to /etc/securetty file the line rsh.&lt;BR /&gt;&lt;BR /&gt;It looks like you don't assign points to the replies you get. It will be appreciated.</description>
      <pubDate>Thu, 19 Oct 2006 04:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882820#M84392</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-19T04:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882821#M84393</link>
      <description>I tried that also, but no luck. Any other ideas ?</description>
      <pubDate>Thu, 19 Oct 2006 04:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882821#M84393</guid>
      <dc:creator>Masthan</dc:creator>
      <dc:date>2006-10-19T04:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882822#M84394</link>
      <description>See if /usr/krb5/bin  is before /usr/bin in PATH and change it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 19 Oct 2006 05:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882822#M84394</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-19T05:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882823#M84395</link>
      <description>I tried that option also, but no luck ?&lt;BR /&gt;The following snippet explain u , what i did&lt;BR /&gt;[root@hazlx10 etc]# type rsh&lt;BR /&gt;rsh is hashed (/usr/bin/rsh)&lt;BR /&gt;[root@hazlx10 etc]# rsh hazlx10 pwd&lt;BR /&gt;Permission denied.&lt;BR /&gt;&lt;BR /&gt;system log messages:&lt;BR /&gt;&lt;BR /&gt;Oct 19 04:33:33 hazlx10 xinetd[4033]: START: shell pid=4045 from=16.180.184.132&lt;BR /&gt;Oct 19 04:33:33 hazlx10 rshd[4045]: rsh denied to root@hazlx10.ind.hp.com as root: Permission denied. &lt;BR /&gt;Oct 19 04:33:33 hazlx10 rshd[4045]: rsh command was 'pwd'&lt;BR /&gt;Oct 19 04:33:33 hazlx10 xinetd[4033]: EXIT: shell status=1 pid=4045 duration=0(sec)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2006 05:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882823#M84395</guid>
      <dc:creator>Masthan</dc:creator>
      <dc:date>2006-10-19T05:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882824#M84396</link>
      <description>If cannot run rsh at same pc look at this - &lt;A href="http://linuxgazette.net/issue36/tag/98.html" target="_blank"&gt;http://linuxgazette.net/issue36/tag/98.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 19 Oct 2006 06:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882824#M84396</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-19T06:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882825#M84397</link>
      <description>looks like you try to rsh to the same pc you're on.&lt;BR /&gt;&lt;BR /&gt;it means that .rhost in /root directory has to have hazlx10.</description>
      <pubDate>Thu, 19 Oct 2006 07:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882825#M84397</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-19T07:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882826#M84398</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 19 Oct 2006 08:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882826#M84398</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-19T08:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882827#M84399</link>
      <description>service xinetd restart isn't required, since "chconfig rsh on" command enable the service immediately.</description>
      <pubDate>Thu, 19 Oct 2006 10:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882827#M84399</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-19T10:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882828#M84400</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I tried all your options. But still i am seeing this problem. I think this problem is specfic to RHEL 5. Have any one seen, "rsh working fine on RHEL 5"  ? I havent seen this problem on SLES 10/RHEL 4. System log also not giving much details. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2006 03:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882828#M84400</guid>
      <dc:creator>Masthan</dc:creator>
      <dc:date>2006-10-23T03:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882829#M84401</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You said that u did "edited /etc/xinet.d/rsh 15 th line " disable = yes" to "disable=yes"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;You need to chnage it to say &lt;BR /&gt;disable=no&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 23 Oct 2006 04:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882829#M84401</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-10-23T04:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problems with rsh-server installation on REDHAT 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882830#M84402</link>
      <description>Is rsh dependent on anyother service or package ?</description>
      <pubDate>Mon, 23 Oct 2006 04:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/facing-problems-with-rsh-server-installation-on-redhat-5/m-p/3882830#M84402</guid>
      <dc:creator>Masthan</dc:creator>
      <dc:date>2006-10-23T04:11:32Z</dc:date>
    </item>
  </channel>
</rss>

