bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22478: 25.1.50; tramp error: Wrong method specification for ‘scp’


From: Michael Albinus
Subject: bug#22478: 25.1.50; tramp error: Wrong method specification for ‘scp’
Date: Thu, 25 Aug 2016 11:09:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Sam Steingold <sds@gnu.org> writes:

Hi Sam,

> is this better?

Yes. It doesn't tell us the full story, but it tells us that your perl
on the remote machine doesn't work.

As workaround, you might deactivate it for that machine. Like this:

(add-to-list 'tramp-connection-properties '("podval" "perl" nil))

However, I would also like to add a test to Tramp in order to detect
such broken perl stanzas. Could you, pls, perform the following commands
on the remote machine, and show me their output?

# which perl
# perl -v
# perl -e 'print "hello\n"'; echo $?
# perl -e '@stat = lstat("/dev/null"); print join(" ", @stat) . "\n"'; echo $?

Thanks, and best regards, Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]