On Tue, Oct 11, 2011 at 12:39 AM, James A. Peltier jpeltier@sfu.ca wrote:
Okay, I'm getting frustrated here. C6 has been a bit of a bear. It looks like I am also having trouble with rsh on C6 with just @core as well. At least with the NIS stuff I was able to determine rather easily why it wasn't working, but with rsh on workstation working and only on my server with @core, I can't seem to figure out what the package is that I am missing to make rsh on C6 work. Hints please...
Use "which rsh" to see what binary each is running. Your workstation install might be using the kerberos version. Here is what Centos 5 has to say:
$ which rsh /usr/kerberos/bin/rsh $ rpm -q --whatprovides /usr/kerberos/bin/rsh krb5-workstation-1.6.1-62.el5 $ rpm -q --whatprovides /usr/bin/rsh rsh-0.17-40.el5
Notice that the kerberos version is first in the path.