GNU bug report logs -
#16582
Bug: tramp shell command doesn't read stdin
Previous Next
Full log
Message #20 received at 16582 <at> debbugs.gnu.org (full text, mbox):
Sylvain Chouleur <sylvain.chouleur <at> gmail.com> writes:
> Hi Michael,
Hi Sylvain,
> replacing EOF delimiter by a md5sum works well.
Good.
> The process substitution works only for real bash shells, or zsh.
> It does not work with sh or busybox.
>
> So I think we have two solutions here:
> - Support multiple methods, chosen by user configuration:
> -> bash -c "cmd" which doesn't support very long commands
> -> bash <<EOF which doesn't support stdin
> -> bash <(cat <<EOF) which supports all but which doesn't works on
> basic shells like sh or busybox (works with bash and zsh)
> - Reproduce method 3 by writting commands in a target's temporary
> file, launch the shell with this file in argument, and finally remove
> the file from the target.
>
> The last solution have the major drawback to execute extra commands
> each time and to have a writable filesystem usable on the target
I don't get your point. If my patch works well (as you said above), why
do you want to change something else?
If you still have problems with my patch, please give me an exact recipe
what triggers the problem. I cannot reproduce the problem here, sorry.
A Tramp debug buffer, produced with tramp-verbose set to 6, would help.
> Cheers,
Best regards, Michael.
This bug report was last modified 11 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.