tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.1.15-pre); error on vc-bzr when scp not-exists on server


From: Michael Albinus
Subject: Re: tramp (2.1.15-pre); error on vc-bzr when scp not-exists on server
Date: Wed, 17 Dec 2008 17:30:56 +0100
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/21.3 (hpux)

address@hidden (Mark A. Hershberger) writes:

Hi,

> When trying to save a file on a remote host that uses bzr for version
> control, and scp is not installed on the remote host, vc-bzr tries to
> grab the dirstate file, but fails.

Your remote host returns as `uname -r' "Linux 2.6.18-6-686". I doubt,
that there is no scp installed.

And it isn't a missing remote scp who causes the trouble. In your
traces, I'll see:

> 10:26:59 tramp-do-copy-or-rename-file-out-of-band (6) # scp -p -q 
> 192.168.12.107:/var/www/rwanda-pilot/.bzr/checkout/dirstate 
> /tmp/tramp.28181DNK

> 10:26:59 tramp-process-actions (6) # 
> Connection to 192.168.12.107 closed by remote host.

That means, that the scp command has connected your remote host, but
the remote host was unwilling to speak with you. Maybe you can find
some information about in the remote host's log files. You might run
scp commands as given above in your terminal, plus an additional "-v"
for verbose information.

If you cannot convince scp to cooperate with that remote host, you
could consider ssh as transfer method.

Best regards, Michael.





reply via email to

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