On 19 Oct 1999, Mark A. Hershberger <[EMAIL PROTECTED]> wrote:

> I just began using rcp.el a few days ago and I like where this is
> headed.
> 
> A problem, though:

[...]

> I can see that rcp.el has logged me in, but it gives me the message:
> 
>  Remote /bin/sh didn't come up. See buffer `*rcp/slm root@latte*' for
>  details
> 
> But it has, it has!  What does rcp need to see for it to understand
> that it is logged in?  If it matters, here is what I see in the
> *rcp/slm user_other_than_me@other_machine* buffer:

[... output that includes a prompt ...]

rcp does the following on connect:
# exec /bin/sh
# PS1=''; PS2=''; PS3=''
# stty -onlcr -echo
# echo hello
# echo //////

At this point it expects to find (within ten seconds) the string
'//////' at the start of the line.

Can you try, at the command prompt, the slogin and then issuing these
commands. You should *not* have a prompt visible at that point, if you
do it's an odd behavior with your shell.

Your buffer shows '[other_machine:/]# [h:w]$ /////' as the last line.
This looks (to me) like the prompt is not going away as expected.

        Daniel

-- 
They're much more interested in having a personal life, but they're having
trouble figuring out how because they see the people ahead of them working 60
to 80 hours a week.
        -- Margaret Regan, Towers Perrin, on corporate recruits under 25

Reply via email to