all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp questions
@ 2006-09-30 23:30 Ajit Mylavarapu
  2006-10-01 16:25 ` Tim Heaney
  2006-10-07 10:04 ` William Xu
  0 siblings, 2 replies; 12+ messages in thread
From: Ajit Mylavarapu @ 2006-09-30 23:30 UTC (permalink / raw)


Hi,

I am using tramp to access files over SSH. Everything is working mostly 
fine. There are two little problems (if you will), that I observe when 
using tramp:

1. When I open a new file over SSH, it takes a little while to open the 
file up. I understand that this is dependent on the speed of the 
connection and also the responsiveness of the remote box, but is there a 
way to speed this up?

2. Also, sometimes when I am editing a file, the cursor stops 
momentarily. This does not happen with local files. Is there a way that 
I can get rid of this problem, maybe by decreasing the frequency with 
which tramp communicates over SSH?

Thanks for any help,
Ajit.

^ permalink raw reply	[flat|nested] 12+ messages in thread
* tramp questions
@ 2004-02-28 19:53 Michael Powe
  2004-02-29 17:48 ` Kai Grossjohann
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Powe @ 2004-02-28 19:53 UTC (permalink / raw)


i have a situation similar to one mentioned in earlier posts.  the
account requires a login of the form 'user@host.com' and this doesn't
seem to work correctly in ange-ftp. 

i installed tramp and verified that it works by editing a file on a
system where the login is a normal 'user' + password login.  when i
try to use tramp on the above-mentioned account, it sits for a long
time and then times out with 'login failed.'  however, if i look at my
buffers, i see a login buffer for that account:

 *  *tramp/ssh trollope-l.net*	140 Fundamental	

Last login: Sat Feb 28 13:04:43 2004 from 69.177.32.186.adsl.snet.net

(Linux 2.4.20-28.7~trollope-l.net) [tr0921ea] [  ~] 

 1001 $ --> 

 *Messages* shows the message "Sending password" repeatedly before
  'login failed' (sorry, it has scrolled off the top of the buffer, i
  can't get the exact verbiage).

But wait, there's more.  if i use the ftp method:

/ftp:trollope-l.net:test.txt

tramp connects, but then immediately tries to make another connection
to 'ftp' as 'anonymous', which errors out.  however, i found that the
file requested in the first place is loaded into a buffer, but the
buffer is buried.

*ftp tr0921ea@trollope-l.net@trollope-l.net*

ftp> 213 20040228131708
ftp> type binary
200 Type set to I.
ftp> get /home/tr0921ea/test.txt /tmp/ange-ftp21100xIl
227 Entering Passive Mode (216,127,74,97,137,198).
150 Opening BINARY mode data connection for /home/tr0921ea/test.txt (23 bytes)

226 Transfer complete.
23 bytes received in 0.00103 secs (22 Kbytes/sec)
ftp> type ascii
200 Type set to A.
ftp> quote mdtm /home/tr0921ea/test.txt
213 20040228131708
quote mdtm /home/tr0921ea/test.txt
ftp> 213 20040228131708
ftp> quote mdtm /home/tr0921ea/test.txt
213 20040228131708
quote mdtm /home/tr0921ea/test.txt
ftp> 213 20040228131708
ftp> 

*ftp anonymous@ftp*

ftp> open ftp
ftp: ftp: Unknown host

so, basically, the ftp login is working, sort of, but something is
going haywire in the ssh login.  i tried setting tramp-debug-buffer t,
but nothing shows up there past 'sending password.'

tramp version 2.0.36.  i went to savannah but the directory for the
distributed version (followed the links) is empty.

thanks.

mp

-- 
cat: /home/powem/.signature: No such file or directory

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

end of thread, other threads:[~2010-12-02 17:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <9d50c8be-46a0-436e-b02e-466d04ce6d54@t20g2000yqa.googlegroups.com>
2010-12-01 10:08 ` Tramp questions michael.albinus
2010-12-01 13:46   ` Gary
2010-12-01 23:51     ` Michael Albinus
2010-12-02 17:57       ` lists.gnu.org status (Re: Tramp questions) Bob Proulx
2006-09-30 23:30 tramp questions Ajit Mylavarapu
2006-10-01 16:25 ` Tim Heaney
2006-10-07 10:04 ` William Xu
  -- strict thread matches above, loose matches on Subject: below --
2004-02-28 19:53 Michael Powe
2004-02-29 17:48 ` Kai Grossjohann
2004-03-01 15:40   ` Peter Lee
2004-03-01 15:57     ` Kai Grossjohann
2004-03-06 14:18   ` Michael Powe

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.