tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.1.15-pre); failure to open multihop file


From: Michael Albinus
Subject: Re: tramp (2.1.15-pre); failure to open multihop file
Date: Fri, 30 Jan 2009 16:25:42 +0100
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/21.3 (hpux)

David Abrahams <address@hidden> writes:

Hi,

> Sorry, I'm not sure what steps will reproduce this.  I *can* tell you
> I'm doing a multihop /sudo:address@hidden:, proxying through user
> "dave" and trying to open a file I just created and saved.

Unfortunately, I was too busy last days, so I could check it tonight
only. Your traces show, that there was an error in returning file
modes of "/sudo:address@hidden:/home/git/etc/gitweb.conf".

Does it still happen? If yes, could you, please, enable traces like this:

(require 'tramp)
(require 'trace)
(dolist (elt (all-completions "tramp-" obarray 'functionp))
  (trace-function-background (intern elt)))
(untrace-function 'tramp-read-passwd)
(untrace-function 'tramp-gw-basic-authentication)

Afterwards, please evaluate

(file-modes "/sudo:address@hidden:/home/git/etc/gitweb.conf")

and send the resulting buffer *trace-output*.

Best regards, Michael.





reply via email to

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