all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp hangs
@ 2003-12-03 23:08 gebser
  0 siblings, 0 replies; 7+ messages in thread
From: gebser @ 2003-12-03 23:08 UTC (permalink / raw)



Reading along another email on this list, I figured I'd give tramp a try
to a local box.  I did "C-x 4 C-f ..." and the minibuffer announced
activity like unsetting variables.  Then it showed "tramp: setting shell
prompt" and hung there.  And it's been hanging for about ten minutes.  
I have three emacs frames open and all three are hung.  (I can't run any
commands, can't even move the point, not with the keyboard and not even
with the mouse.  Can't open any menus either. 

I'm using emacs 20.7.41.


Any help appreciated.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tramp hangs
       [not found] <mailman.1008.1070496661.399.help-gnu-emacs@gnu.org>
@ 2003-12-04 20:04 ` Kai Grossjohann
  2003-12-04 22:47   ` gebser
  0 siblings, 1 reply; 7+ messages in thread
From: Kai Grossjohann @ 2003-12-04 20:04 UTC (permalink / raw)


gebser@speakeasy.net writes:

> Reading along another email on this list, I figured I'd give tramp a try
> to a local box.  I did "C-x 4 C-f ..." and the minibuffer announced
> activity like unsetting variables.  Then it showed "tramp: setting shell
> prompt" and hung there.  And it's been hanging for about ten minutes.  
> I have three emacs frames open and all three are hung.  (I can't run any
> commands, can't even move the point, not with the keyboard and not even
> with the mouse.  Can't open any menus either. 
>
> I'm using emacs 20.7.41.

Does C-g wake Emacs up?

Which version of Tramp have you got?  It's quite possible that recent
versions don't work with Emacs 20 anymore.  I haven't tried.

If C-g wakes it up, then please (setq tramp-debug-buffer t), start
Emacs again, make it hang again, hit C-g, then post the *tramp/foo*
buffer as well as the *debug tramp/foo* buffer.  (If there are
passwords in them, remove them first.)

Thanks,
Kai

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tramp hangs
  2003-12-04 20:04 ` Kai Grossjohann
@ 2003-12-04 22:47   ` gebser
  0 siblings, 0 replies; 7+ messages in thread
From: gebser @ 2003-12-04 22:47 UTC (permalink / raw)


At 20:04 (UTC-0000) on Thu, 4 Dec 2003 Kai Grossjohann said:

= gebser@speakeasy.net writes:
= 
= > Reading along another email on this list, I figured I'd give tramp a try
= > to a local box.  I did "C-x 4 C-f ..." and the minibuffer announced
= > activity like unsetting variables.  Then it showed "tramp: setting shell
= > prompt" and hung there.  And it's been hanging for about ten minutes.  
= > I have three emacs frames open and all three are hung.  (I can't run any
= > commands, can't even move the point, not with the keyboard and not even
= > with the mouse.  Can't open any menus either. 
= >
= > I'm using emacs 20.7.41.
= 
= Does C-g wake Emacs up?

Yes.

= 
= Which version of Tramp have you got?  It's quite possible that recent
= versions don't work with Emacs 20 anymore.  I haven't tried.

2.0.28


= 
= If C-g wakes it up, then please (setq tramp-debug-buffer t), start
= Emacs again, make it hang again, hit C-g, then post the *tramp/foo*
= buffer as well as the *debug tramp/foo* buffer.  (If there are
= passwords in them, remove them first.)
= 
= Thanks,
= Kai


The only *tramp/* buffer I have is *debug tramp/nil ken@192.168.0.200 
and it says:

$ echo are you awake

Permission denied, please try again.
ken@192.168.0.200's password: [[Remote prompt `^///¦\?5{\*—(-KhîXä\+
?$' not found in 10 secs]]# Opening connection for ken@192.168.0.200 
using nil...
# Waiting for prompts from remote shell
# Waiting 60s for prompt from remote shell
# Found remote shell prompt.
# Initializing remote shell
$ exec env PS1='$ ' /bin/sh
# Waiting 30s for remote `/bin/sh' to come up...
# Setting up remote shell environment
# Determining coding system
# Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1'
ken@192.168.0.200's password: # Waiting 30s for `set +o vi +o emacs'

# Waiting 30s for `unset MAIL MAILCHECK MAILPATH'
# Waiting 30s for `unset CDPATH'
# Setting shell prompt
$ PS1='
///¦?5{*—(-KhîXä+
'; PS2=''; PS3=''


thanks,
ken

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tramp hangs
       [not found] <mailman.1110.1070581788.399.help-gnu-emacs@gnu.org>
@ 2003-12-05  9:07 ` Kai Grossjohann
  2003-12-05 13:22   ` Harry Putnam
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kai Grossjohann @ 2003-12-05  9:07 UTC (permalink / raw)


gebser@speakeasy.net wrote in message news:<mailman.1110.1070581788.399.help-gnu-emacs@gnu.org>...
> At 20:04 (UTC-0000) on Thu, 4 Dec 2003 Kai Grossjohann said:
> 
> 
> Permission denied, please try again.
> ken@192.168.0.200's password: [[Remote prompt `^///¦\?5{\*?(-KhîXä\+
> ?$' not found in 10 secs]]# Opening connection for ken@192.168.0.200 
> using nil...

Ah, the strange characters look familiar.  I recall that I changed
something in Tramp so that it works better with some Emacs versions.

Maybe you can search for the md5 call in tramp.el and comment it out. 
Or you have a look at the current Tramp version (2.0.38) to see if the
md5 invocation there looks different.

Sadly, I don't have access to Tramp at the moment.

Kai

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tramp hangs
  2003-12-05  9:07 ` Kai Grossjohann
@ 2003-12-05 13:22   ` Harry Putnam
       [not found]   ` <mailman.1185.1070634769.399.help-gnu-emacs@gnu.org>
  2004-01-08 15:40   ` gebser
  2 siblings, 0 replies; 7+ messages in thread
From: Harry Putnam @ 2003-12-05 13:22 UTC (permalink / raw)


Kai.Grossjohann@gmx.net (Kai Grossjohann) writes:

> Or you have a look at the current Tramp version (2.0.38) to see if the

Is there another source for the current version other than Savannah?
Seems they are still trying to repair the hack.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tramp hangs
       [not found]   ` <mailman.1185.1070634769.399.help-gnu-emacs@gnu.org>
@ 2003-12-16 23:52     ` Kai Grossjohann
  0 siblings, 0 replies; 7+ messages in thread
From: Kai Grossjohann @ 2003-12-16 23:52 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> Kai.Grossjohann@gmx.net (Kai Grossjohann) writes:
>
>> Or you have a look at the current Tramp version (2.0.38) to see if the
>
> Is there another source for the current version other than Savannah?
> Seems they are still trying to repair the hack.

Sorry, I'm reading it quite late.

I guess it's now available again.

Kai

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tramp hangs
  2003-12-05  9:07 ` Kai Grossjohann
  2003-12-05 13:22   ` Harry Putnam
       [not found]   ` <mailman.1185.1070634769.399.help-gnu-emacs@gnu.org>
@ 2004-01-08 15:40   ` gebser
  2 siblings, 0 replies; 7+ messages in thread
From: gebser @ 2004-01-08 15:40 UTC (permalink / raw)



At 01:07 (UTC-0800) on 5 Dec 2003 Kai Grossjohann said:

= gebser@speakeasy.net wrote in message news:<mailman.1110.1070581788.399.help-gnu-emacs@gnu.org>...
= > At 20:04 (UTC-0000) on Thu, 4 Dec 2003 Kai Grossjohann said:
= > 
= > 
= > Permission denied, please try again.
= > ken@192.168.0.200's password: [[Remote prompt `^///¦\?5{\*?(-KhîXä\+
= > ?$' not found in 10 secs]]# Opening connection for ken@192.168.0.200 
= > using nil...
= 
= Ah, the strange characters look familiar.  I recall that I changed
= something in Tramp so that it works better with some Emacs versions.
= 
= Maybe you can search for the md5 call in tramp.el and comment it out. 
= Or you have a look at the current Tramp version (2.0.38) to see if the
= md5 invocation there looks different.

After upgrading to emacs-21.2-33 with tramp-2.0.28, everything is 
working fine.  Happy new version to me!


= ...

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-01-08 15:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-03 23:08 tramp hangs gebser
     [not found] <mailman.1008.1070496661.399.help-gnu-emacs@gnu.org>
2003-12-04 20:04 ` Kai Grossjohann
2003-12-04 22:47   ` gebser
     [not found] <mailman.1110.1070581788.399.help-gnu-emacs@gnu.org>
2003-12-05  9:07 ` Kai Grossjohann
2003-12-05 13:22   ` Harry Putnam
     [not found]   ` <mailman.1185.1070634769.399.help-gnu-emacs@gnu.org>
2003-12-16 23:52     ` Kai Grossjohann
2004-01-08 15:40   ` gebser

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.