Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Linux 4.8 rsh-server . Permission denied after upgrading to latest version

engineering ITJul 27 2015 — edited Jul 27 2015

refer to     Connecting to Oracle Linux 4.8 rsh-server version 0.17-25.4.1 results in "Permission denied" error (Doc ID 1111642.1)

but after I ungraded to the latest version, still cannot connect with Permission denied

[root@hkpmrv05 ~]# rpm -q rsh-server

rsh-server-0.17-25.6.el4

[root@hkpmrv05 ~]# ldd ./usr/sbin/in.rshd

ldd: ./usr/sbin/in.rshd: No such file or directory

[root@hkpmrv05 ~]# ldd /usr/sbin/in.rshd

        libcrypt.so.1 => /lib/libcrypt.so.1 (0x005d9000)

        libutil.so.1 => /lib/libutil.so.1 (0x00245000)

        libdl.so.2 => /lib/libdl.so.2 (0x00f34000)

        libpam.so.0 => /lib/libpam.so.0 (0x0080b000)

        libpam_misc.so.0 => /lib/libpam_misc.so.0 (0x00b46000)

        libc.so.6 => /lib/tls/libc.so.6 (0x0025f000)

        /lib/ld-linux.so.2 (0x0097c000)

        libaudit.so.0 => /lib/libaudit.so.0 (0x00d5f000)

[root@hkpmrv05 ~]#

[root@hkpmrv05 ~]# rsh -l root localhost pwd

/root

firewall is off, but it can rsh itself but it cannot rsh from remote

any ideas?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2015
Added on Jul 27 2015
0 comments
649 views