On Sun, May 15, 2011 at 1:32 PM, Michael Albinus
<address@hidden> wrote:
> Hi Michael,
Hi Santosh,
> Thanks. I have attached the debug buffer in its entirety. Please let
> me know if you know any more details.
The buffer contains command sequences like this:
12:29:21.134560 tramp-send-command (6) # tail -c +40961 /home/san6695/ECEN689/project/perl/RCS/binFileRead.pl\,v | head -c +8192 >/tmp/tramp.10802aCb
12:29:21.667347 tramp-wait-for-regexp (6) #
head: illegal option -- c
///8384f70cb13b05169fd04baa2c9afa9c#$
Obviously, the "head" command does not understand the "-c" option. Could
you, please, check on the remote host:
# which head
# head --help
Maybe there is another "head" command (at another path) which could be used.
> Thanks
> Santosh
Best regards, Michael.