Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125443 - app-crypt/heimdal: krcp cannot find rsh
Summary: app-crypt/heimdal: krcp cannot find rsh
Status: RESOLVED DUPLICATE of bug 118508
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Highest blocker (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 00:15 UTC by Martin Mokrejš
Modified: 2006-05-03 04:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***