tramp-devel
[Top][All Lists]
Advanced

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

RE: problems with tramp 2.0.12 and 2.0.24 on xemacs


From: Thomas Haselberger
Subject: RE: problems with tramp 2.0.12 and 2.0.24 on xemacs
Date: Fri, 4 Oct 2002 10:58:43 +0200

Hello Bruce,

I tried to edit a java file with ntemacs using jde remotely - didn't get as far 
as you because I was asked for an ftp password after trying to open a file.

But I can imagine why a search happens up to the root directory in your case:
when jde loads, it searches up the path for a project file... which is not 
found in your test. 
maybe try to put an empty project file with the default project file name 
(should be prj.el) somewhere up the path and look what happens then ?
-----------snip -----------
(jde-project-file-version "1.0")
(jde-set-variables)
-----------snip------------

regards,
        tom haselberger

> -----Original Message-----
> From: Bruce Lowekamp [mailto:address@hidden
> Sent: Freitag, 04. Oktober 2002 02:59
> To: address@hidden
> Subject: problems with tramp 2.0.12 and 2.0.24 on xemacs
> 
> 
> 
> I really like tramp as a way to do secure remote editing.  
> But I've had a 
> couple of problems with it under xemacs.  I apologize if 
> these are known 
> problems, but I can't find any reference to them in the archives.
> 
> I'm currently using xemacs 21.4.9 (upgraded in case it was 
> the problem) 
> which comes by default with tramp 2.0.12 in xemacs package 
> tramp-1.08.  It 
> works for everything I've tried but remote java files.  With 
> this setup, 
> when I try to visit a java file on a remote machine, I get an 
> infinite 
> loop.  Eventually it stops (is halted) and I can edit the 
> file.  After it 
> loads jde, first it spends a long time (when going to a very remote 
> machine) doing:
> 
> 
> tramp: Finding true name for 
> `/[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos/java/rem
> ulac/BridgeCo
> ll/'
> tramp: Check /home
> tramp: file attributes with perl: /[ssh/grid.cs.wm.edu]/home
> tramp: Check /home/lowekamp
> tramp: file attributes with perl: /[ssh/grid.cs.wm.edu]/home/lowekamp
> tramp: Check /home/lowekamp/remos-work
> tramp: file attributes with perl: 
> /[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work
> tramp: Check /home/lowekamp/remos-work/remos
> tramp: file attributes with perl: 
> /[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos
> tramp: Check /home/lowekamp/remos-work/remos/java
> tramp: file attributes with perl: 
> /[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos/java
> tramp: Check /home/lowekamp/remos-work/remos/java/remulac
> tramp: file attributes with perl: 
> /[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos/java/remulac
> tramp: Check /home/lowekamp/remos-work/remos/java/remulac/BridgeColl
> tramp: file attributes with perl: 
> /[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos/java/remu
> lac/BridgeColl
> tramp: True name of 
> `/[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos/java/rem
> ulac/BridgeCo
> ll/' is `/home/lowekamp/remos-work/remos/java/remulac/BridgeColl'
> tramp: Finding true name for 
> `/[ssh/grid.cs.wm.edu]/home/lowekamp/remos-work/remos/java/remulac/'
> tramp: Check /home
> .....
> It eventually works down to the root directory, where it stays in an 
> infinite loop:
> tramp: Finding true name for `/[ssh/grid.cs.wm.edu]/'
> tramp: True name of `/[ssh/grid.cs.wm.edu]/' is `'
> tramp: Finding true name for `/[ssh/grid.cs.wm.edu]/../'
> tramp: Check /..
> tramp: file attributes with perl: /[ssh/grid.cs.wm.edu]/..
> tramp: Processing step `..'
> tramp: True name of `/[ssh/grid.cs.wm.edu]/../' is `'
> tramp: Finding true name for `/[ssh/grid.cs.wm.edu]/'
> tramp: True name of `/[ssh/grid.cs.wm.edu]/' is `'
> tramp: Finding true name for `/[ssh/grid.cs.wm.edu]/../'
> tramp: Check /..
> 
> 
> I tried to install tramp 2.0.24, and I think I got xemacs 
> pointed at the 
> new lisp directory, but I have two problems.  WIthout any protocol 
> specification, if I access any remote file, I get an error 
> from tramp/nil. 
> If I specify ssh, I get a failed login:
>   error("Login failed")
>   tramp-process-actions(#<process "*tramp/ssh 
> grid.cs.wm.edu*" pid 2321 
> state:run> nil "ssh" nil "grid.cs.wm.edu" 
> ((tramp-password-prompt-regexp 
> tramp-action-password) (tramp-login-prompt-regexp tramp-action-login) 
> (shell-prompt-pattern tramp-action-succeed) 
> (tramp-shell-prompt-pattern 
> tramp-action-succeed) (tramp-wrong-passwd-regexp 
> tramp-action-permission-denied) (tramp-yesno-prompt-regexp 
> tramp-action-yesno) (tramp-yn-prompt-regexp tramp-action-yn)))
>   tramp-open-connection-rsh(nil "ssh" nil "grid.cs.wm.edu")
>   tramp-maybe-open-connection(nil "ssh" nil "grid.cs.wm.edu")
>   tramp-send-command(nil "ssh" nil "grid.cs.wm.edu" "cd ~; pwd" t)
> 
> and tramp/ssh shows the messages that normally appear when I log in:
> Last login: Thu Oct  3 20:45:34 2002 from ip68-10-28-138.hr.hr.cox.net
> 1:grid:~>
> 
> I can do an
> ssh grid.cs.wm.edu "cd ~;pwd"
> without any problems.
> 
> Thanks,
> Bruce
> 
> 
> 
> _______________________________________________
> Tramp-devel mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel
> 




reply via email to

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