<?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 error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828105#M24274</link>
    <description>Looks like the system is not listening for connections on the login port.  Did you restart xinetd after making changes to /etc/xinetd.d/rlogin ?&lt;BR /&gt;&lt;BR /&gt;Did you install the rsh-server package?&lt;BR /&gt;&lt;BR /&gt;- Alex&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Jul 2006 14:24:32 GMT</pubDate>
    <dc:creator>Alexander Finkel</dc:creator>
    <dc:date>2006-07-21T14:24:32Z</dc:date>
    <item>
      <title>rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828099#M24268</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;When i try to r ogin to the local host, i get the below error..&lt;BR /&gt;&lt;BR /&gt;"[root@TESTDB etc]# rlogin TESTDB&lt;BR /&gt;connect to address 10.81.5.77: Connection refused&lt;BR /&gt;Trying krb4 rlogin...&lt;BR /&gt;connect to address 10.81.5.77: Connection refused&lt;BR /&gt;trying normal rlogin (/usr/bin/rlogin)&lt;BR /&gt;&lt;BR /&gt;Any suggestion pls</description>
      <pubDate>Fri, 21 Jul 2006 06:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828099#M24268</guid>
      <dc:creator>logaraman</dc:creator>
      <dc:date>2006-07-21T06:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828100#M24269</link>
      <description>Logaraman,&lt;BR /&gt;&lt;BR /&gt;Please check this file and the is not disable:&lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d/rlogin&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;IF it's then make the changes and save, then restart the xinetd service.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2006 09:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828100#M24269</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-07-21T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828101#M24270</link>
      <description>I would suggest the use of SSH with public keys instead of rlogin. It's better to disable this service on the servers for security reasons.</description>
      <pubDate>Fri, 21 Jul 2006 09:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828101#M24270</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-21T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828102#M24271</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;the rlogin is set to disable=no on the xinetd.d dir..&lt;BR /&gt;&lt;BR /&gt;Any suggestions pls</description>
      <pubDate>Fri, 21 Jul 2006 13:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828102#M24271</guid>
      <dc:creator>logaraman</dc:creator>
      <dc:date>2006-07-21T13:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828103#M24272</link>
      <description>Is xinetd running?&lt;BR /&gt;&lt;BR /&gt;If it is, check if the system is listening on the login port. &lt;BR /&gt;&lt;BR /&gt;Use 'netstat -a |grep LISTEN' to see what ports the system is listening on.</description>
      <pubDate>Fri, 21 Jul 2006 13:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828103#M24272</guid>
      <dc:creator>Alexander Finkel</dc:creator>
      <dc:date>2006-07-21T13:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828104#M24273</link>
      <description>pls find below the output of the command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tcp        0      0 *:32769                     *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;tcp        0      0 *:sunrpc                    *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;tcp        0      0 *:ftp                       *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;tcp        0      0 *:telnet                    *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;tcp        0      0 localhost:ipp               *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;tcp        0      0 localhost:smtp              *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;tcp        0      0 *:ssh                       *:*                         LIST&lt;BR /&gt;N&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     6409   /dev/gpmctl&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     6506   /tmp/.font-unix/fs7100&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     8313   /tmp/.X11-unix/X0&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     9224   /tmp/ssh-ExmaDf3924/age&lt;BR /&gt;t.3924&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     5964   /var/run/acpid.socket&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     8242   /tmp/.gdm_socket&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     6657   /var/run/dbus/system_bu&lt;BR /&gt;_socket</description>
      <pubDate>Fri, 21 Jul 2006 14:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828104#M24273</guid>
      <dc:creator>logaraman</dc:creator>
      <dc:date>2006-07-21T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828105#M24274</link>
      <description>Looks like the system is not listening for connections on the login port.  Did you restart xinetd after making changes to /etc/xinetd.d/rlogin ?&lt;BR /&gt;&lt;BR /&gt;Did you install the rsh-server package?&lt;BR /&gt;&lt;BR /&gt;- Alex&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2006 14:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828105#M24274</guid>
      <dc:creator>Alexander Finkel</dc:creator>
      <dc:date>2006-07-21T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828106#M24275</link>
      <description>No changes were done on the rlogin file on xinetd.d dir..&lt;BR /&gt;&lt;BR /&gt;Also no packages were installed</description>
      <pubDate>Fri, 21 Jul 2006 14:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828106#M24275</guid>
      <dc:creator>logaraman</dc:creator>
      <dc:date>2006-07-21T14:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828107#M24276</link>
      <description>Yes, but is the rsh-server package installed?&lt;BR /&gt;&lt;BR /&gt;'rpm -qil rsh-server'&lt;BR /&gt;&lt;BR /&gt;That package contains the rlogin server binary.&lt;BR /&gt;&lt;BR /&gt;If it is, try restarting xinetd and check your logs for errors.  You might also want to try removing and reinstalling the rsh-server package.&lt;BR /&gt;&lt;BR /&gt;- Alex&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2006 14:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828107#M24276</guid>
      <dc:creator>Alexander Finkel</dc:creator>
      <dc:date>2006-07-21T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828108#M24277</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;Will try re-installing the package and keep you updated</description>
      <pubDate>Fri, 21 Jul 2006 14:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828108#M24277</guid>
      <dc:creator>logaraman</dc:creator>
      <dc:date>2006-07-21T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828109#M24278</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As Ivan has suggested, use SSH with public keys rather than using "rlogin" as it is not that much secured.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;ATUL</description>
      <pubDate>Sat, 22 Jul 2006 01:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828109#M24278</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-07-22T01:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828110#M24279</link>
      <description>why would you need rlogin?</description>
      <pubDate>Mon, 24 Jul 2006 01:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin-error/m-p/3828110#M24279</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2006-07-24T01:28:05Z</dc:date>
    </item>
  </channel>
</rss>

