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

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

Re: 25.3.1 netbsd; scp tramp has long delay on first connection


From: Michael Albinus
Subject: Re: 25.3.1 netbsd; scp tramp has long delay on first connection
Date: Fri, 21 Sep 2018 09:47:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Van L <van@scratch.space> writes:

> Hello,

Hi,

>   `(setq tramp-verbose 6)'
>   ┌────
>   │ 6 (#o6, #x6, ?\C-f)
>   │ Opening directory /scp:XXX@epi:/Users/XXX/...
>   │ Tramp: Opening connection for XXX@epi using scp...
>   │ Tramp: Sending command ‘exec ssh -l XXX  -o ControlMaster=auto -o 
> ControlPath='tramp.%C' -o ControlPersist=no -e none epi’
>   │ Tramp: Waiting for prompts from remote shell...done
>   │ Tramp: Found remote shell prompt on ‘epi’
>   │ Tramp: Opening connection for XXX@epi using scp...done
>   │ Opening directory /scp:XXX@epi:/Users/XXX/...done
>   └────
>   (emacs-version) "GNU Emacs 25.3.1 (x86_64–netbsd, GTK+ Version
>   3.22.30) of 2018-07-05"

If tramp-verbose is set to 6, there will be a Tramp debug buffer with
timestamps. Follow the lines which start "16:02:18.788240 <command> (6) ...",
and you'll see the commands Tramp sends to the remote, and the answers.

This should show us where Tramp spends its time.

Best regards, Michael.



reply via email to

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