David Abrahams <[email protected]> writes: Hi,
> Sorry, I'm not sure what steps will reproduce this. I *can* tell you > I'm doing a multihop /sudo:[email protected]:, 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:[email protected]:/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:[email protected]:/home/git/etc/gitweb.conf") and send the resulting buffer *trace-output*. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
