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

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

tramp: Waiting for remote host to process data... twenty minutes


From: ken
Subject: tramp: Waiting for remote host to process data... twenty minutes
Date: Wed, 28 Dec 2005 11:45:49 -0500

Using tramp is great, but it's hanging twenty minutes or more on the
message, "Waiting for remote host to process data..."

This happens when I C-x C-s or when an autosave happens.  It might be
happening at other times too... I don't know how to know this.

I've not been able to find any problem with the networking between the
two machines.  Both machines are able to ping each other.  In fact, I've
had an ssh session during the entire tramp session and there's no delay
at all with ssh.

*tramp output* is empty and has been during the entire session.

So is/has been *tramp/ssh ken@my.home.net*

Here's some of the *Messages* output (blank lines inserted to avoid
auto-wrapping mess):

---------------------- snip ---------------------------
tramp: file attributes with perl:
/ssh:ken@my.home.net:/home/ken/filename.html [2 times]

tramp: Encoding region...

tramp: Encoding region using function `base64-encode-region'...

tramp: Decoding region into remote file
/ssh:ken@my.home.net:/home/ken/filename.html...

tramp: Sending data to remote host...

tramp: Sending end of data token...

tramp: Waiting for remote host to process data...

tramp: Decoding region into remote file
/ssh:ken@my.home.net:/home/ken/filename.html...done

tramp: file attributes with perl:
/ssh:ken@my.home.net:/home/ken/filename.html

Wrote /ssh:ken@my.home.net:/home/ken/filename.html

tramp: file attributes with perl:
/ssh:ken@my.home.net:/home/ken/filename.html

Mark set [2 times]
-------------------- end ----------------------

Here's *debug tramp/ssh*, or just the last part of it.  It's a large
file, more than 1.3M, large parts of which appear to be random
characters following a line stating: "# Sending data to remote host..."

Don't know which part of this is important so I saved the whole thing
but am including here only the last several lines:

--------------- snip -------------------
# Sending end of data token...
$ EOF
# Waiting for remote host to process data...
$ echo are you awake
are you awake
$ echo tramp_exit_status $? 
tramp_exit_status 0
# Decoding region into remote file 
/ssh:ken@my.home.net:/home/ken/filename.html...done
$ test -e /home/ken/filename.html 2>/dev/null; echo tramp_exit_status $? 
tramp_exit_status 0
# file attributes with perl: /ssh:ken@my.home.net:/home/ken/filename.html
$ tramp_file_attributes /home/ken/filename.html integer
(nil 1 500 500 (17330 35108) (17330 46945) (17330 46945) 30516 33204 t (1 . 
1782) -1)
$ test -e /home/ken/filename.html 2>/dev/null; echo tramp_exit_status $? 
tramp_exit_status 0
# file attributes with perl: /ssh:ken@my.home.net:/home/ken/filename.html
$ tramp_file_attributes /home/ken/filename.html integer
(nil 1 500 500 (17330 35108) (17330 46945) (17330 46945) 30516 33204 t (1 . 
1782) -1)
$ ( test -d /home/ken/\#filename.html\# 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 1
$ rm -f /home/ken/\#filename.html\# 2>/dev/null; echo tramp_exit_status $? 
tramp_exit_status 0
--------------- end -----------------

tia,
ken


-- 
"It is not knowable how long that conflict would last, it could last,
you know, six days, six weeks.  I doubt six months." 
        --Secretary of Defense Donald Rumsfeld, 2/7/03





reply via email to

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