GNU bug report logs - #22478
25.1.50; tramp error: Wrong method specification for ‘scp’

Previous Next

Package: emacs;

Reported by: sds <at> gnu.org

Date: Wed, 27 Jan 2016 19:25:02 UTC

Severity: normal

Tags: moreinfo

Found in version 25.1.50

Fixed in version 26.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 22478 <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Sam Steingold <sds <at> gnu.org>
Cc: 22478 <at> debbugs.gnu.org
Subject: Re: bug#22478: 25.1.50; tramp error: Wrong method specification for
 ‘scp’
Date: Thu, 25 Aug 2016 11:09:54 +0200
Sam Steingold <sds <at> 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.




This bug report was last modified 8 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.