Re: can't run rsh because can't exec /usr/bin/rlogin
Tom Oehser <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
Running rsh without a command runs rlogin which is not supported. That is, rsh hostname command # works, runs "command" rsh hostname # fails, tries to run rlogin Use telnet if you want to remotely login. You can always use: rsh hostname /bin/sh but, telnet is much better... -Tom On Mon, 5 Aug 2002, Oscar Ricardo Silva wrote: > Date: Mon, 05 Aug 2002 19:16:59 -0500 > From: Oscar Ricardo Silva <[email protected]> > To: [email protected] > Subject: [tomsrtbt] can't run rsh because can't exec /usr/bin/rlogin > > I've been trying to run rsh from a cd I built using the latest ElTorito > image, but I keep getting the message: > > can't exec /usr/bin/rlogin > > when I check, I can't find /usr/bin/rlogin ... where did it go? I tried > the 1.7.361 version of the ElTorito image, which the documentation does > claim has rlogin but got the same error. I got the same error when I built > a floppy. > > Any thoughts or suggestions? > > > > Oscar >