Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125443

Summary: app-crypt/heimdal: krcp cannot find rsh
Product: Gentoo Linux Reporter: Martin Mokrejš <mmokrejs>
Component: [OLD] ServerAssignee: Gentoo Kerberos Maintainers <kerberos>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: Highest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Mokrejš 2006-03-08 00:15:28 UTC
It seems this is the direct result of renaming binaries to filename different then the one which was compiled in:

$ krcp PLMB.nex flegr@taxo1:PLMB.nexxxxx
rsh: No such file or directory
krcp: lost connection
$

The standard binaries behave better, although I have to setup se server-side. ;)
$ PATH=/usr/heimdal/bin:$PATH /usr/heimdal/bin/rcp PLMB.nex flegr@taxo1:PLMB.nexxxxx
rsh: connect(taxo1 [195.113.57.41]): Connection refused
rcp: lost connection
$
Comment 1 Martin Mokrejš 2006-05-02 11:34:47 UTC
$ strings /usr/heimdal/libexec/telnetd | grep login
login_tty
getlogin
 [-L login]
/usr/heimdal/bin/login
login_tty
user `%s' is not authorized to login as `%s'
/.k5login
$ strings /usr/sbin/ktelnetd | grep login
login_tty
new_login
 [-L login]
/usr/bin/login
login_tty
start_login
user `%s' is not authorized to login as `%s'
$ ls -la /usr/bin/login
ls: /usr/bin/login: No such file or directory
$ 


$ strings /usr/heimdal/bin/rcp | grep rsh
passed to rsh
/usr/heimdal/bin/rsh
$ strings /usr/bin/krcp | grep rsh
passed to rsh
/usr/bin/rsh
$ ls -la /usr/bin/rsh
ls: /usr/bin/rsh: No such file or directory
$ 
Comment 2 Emanuele Giaquinta (RETIRED) gentoo-dev 2006-05-03 04:30:42 UTC

*** This bug has been marked as a duplicate of 118508 ***