On Mon, Jul 7, 2008 at 12:13 PM, Stephen Harris lists@spuddy.org wrote:
On Mon, Jul 07, 2008 at 11:53:42AM -0700, MHR wrote:
This version of rsh is probably /usr/kerberos/bin/rsh (use "type rsh" or "which rsh" to verify). Try using /usr/bin/rsh instead.
(the krb5-workstation package sets this early on your PATH in /etc/profile.d/)
I wondered about that. So, per your suggestion, I modified the way my path gets set up, and here's what happened:
[mrichter@sushi lane]$ cvs diff Makefile poll: protocol failure in circuit setup cvs [diff aborted]: end of file from server (consult above messages if any)
[mrichter@sushi lane]$ rsh khan ls poll: protocol failure in circuit setup
[mrichter@sushi lane]$ which rsh ~/bin/rsh
[mrichter@sushi lane]$ ls -l ~/bin/rsh lrwxrwxrwx 1 mrichter RnD 12 Jul 7 13:14 /home/mrichter/bin/rsh -> /usr/bin/rsh*
FYI:
[mrichter@sushi ~]$ echo $PATH ::/home/mrichter/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/usr/local/sbin:/other/mhr
[mrichter@sushi ~]$
Apparently, it is a problem with /usr/bin/rsh itself....
mhr