tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.0.0); No such file or directory error


From: Matt Dickerson
Subject: tramp (2.0.0); No such file or directory error
Date: Thu, 21 Nov 2002 10:35:16 -0500
User-agent: Emacs Gnus

Enter your bug report in this message, including as much detail as you
possibly can about the problem, what you did to cause it and what the
local and remote machines are.

If you can give a simple set of instructions to make this bug happen
reliably, please include those.  Thank you for helping kill bugs in
TRAMP.
--bug report follows this line--

I like to use tramp to Dired remote directories. Here is my backtrace:

,----[ *Backtrace* ]
| Debugger entered--Lisp error: (file-error "Reading directory" "no such file 
or directory" "/address@hidden")
|   access-file("/address@hidden" "Reading directory")
|   apply(access-file ("/address@hidden" "Reading directory"))
|   tramp-completion-run-real-handler(access-file ("/address@hidden" "Reading 
directory"))
|   tramp-completion-file-name-handler(access-file "/address@hidden" "Reading 
directory")
|   access-file("/address@hidden" "Reading directory")
|   insert-directory("/address@hidden" "-al" t nil)
|   apply(insert-directory ("/address@hidden" "-al" t nil))
|   tramp-completion-run-real-handler(insert-directory ("/address@hidden" "-al" 
t nil))
|   tramp-completion-file-name-handler(insert-directory "/address@hidden" "-al" 
t nil)
|   insert-directory("/address@hidden" "-al" t nil)
|   dired-insert-directory("/address@hidden" "-al" t)
|   dired-readin-insert("/address@hidden")
|   dired-readin("/address@hidden" #<buffer address@hidden>)
|   dired-internal-noselect("/address@hidden" nil)
|   dired-noselect("/address@hidden" nil)
|   dired("/address@hidden" nil)
|   call-interactively(dired)
`----

Also curious and annoying when using almost any commands that require
shell output, I also get part of my shell prompt inserted into
buffers.  Could that be the problem?  Here's the output from Dired.
First as listed in buffer-menu:

 *  address@hidden  70 Dired by name /address@hidden

The actual buffer contents:

]2;address@hidden: address@hidden: No such file or directory

I have the same problem when using the CVS version of tramp (2.0.25).

Emacs  : GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-08-08 on cthulhu
Package: tramp (2.0.0)

current state:
==============
(setq
 tramp-ls-command nil
 tramp-test-groks-nt nil
 tramp-file-exists-command nil
 tramp-current-multi-method nil
 tramp-current-method nil
 tramp-current-user nil
 tramp-current-host nil
 tramp-auto-save-directory nil
 tramp-default-method "sm"
 tramp-rsh-end-of-line "\n"
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" 
"/usr/ccs/bin"
                     "/local/bin" "/local/freeware/bin" "/local/gnu/bin"
                     "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin")
 tramp-login-prompt-regexp ".*ogin: *"
 tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):? *"
 tramp-wrong-passwd-regexp "^.*\\(Connection 
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login 
\\(?:[Ii]ncorrect\\)\\|Name or service not known\\|\\(?:Permission 
denied\\|Sorry, try again\\)\\.\\).*\\|^.*\\(Received signal [0-9]+\\).*"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure '("^/\\(\\([a-zA-Z_0-9-]+\\):\\)?\\(\\([^:@/         
]*\\)@\\)?\\([a-zA-Z0-9_.#-]*\\):\\(.*$\\)" 2 4 5 6)
 tramp-file-name-regexp "\\`/[^/:]+:"
 tramp-multi-file-name-structure 
'("^/\\(\\([a-zA-Z_0-9-]+\\)\\)?\\(\\(:%s\\)+\\)?:\\(.*$\\)" 2 3 -1)
 tramp-multi-file-name-hop-structure '("\\([a-zA-Z_0-9-]+\\):\\([^:@/   
]*\\)@\\([a-zA-Z0-9_.#-]*\\)" 1 2 3)
 tramp-multi-methods '("multi" "multiu")
 tramp-multi-connection-function-alist '(("telnet" tramp-multi-connect-telnet
                                          "telnet %h%n")
                                         ("rsh" tramp-multi-connect-rlogin
                                          "rsh %h -l %u%n")
                                         ("ssh" tramp-multi-connect-rlogin
                                          "ssh %h -l %u%n")
                                         ("su" tramp-multi-connect-su "su - 
%u%n")
                                         ("sudo" tramp-multi-connect-su
                                          "sudo -u %u -s%n")
                                         )
 tramp-make-tramp-file-format "/[%m/address@hidden"
 tramp-end-of-output "///b33d220e07f38ff8570e8640afc5bcd5"
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 backup-by-copying-when-privileged-mismatch 200
 file-name-handler-alist 
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'"
 . jka-compr-handler)
                           ("^/[^/]*$" . tramp-completion-file-name-handler)
                           ("\\`/[^/:]+:" . tramp-file-name-handler)
                           ("\\`/:" . file-name-non-special))
 )




reply via email to

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