help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to unify notation for file accesses thru Samba?


From: Michael Albinus
Subject: Re: How to unify notation for file accesses thru Samba?
Date: Wed, 16 Apr 2008 21:12:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Sébastien Vauban <zthjwsqqafhv@spammotel.com> writes:

> Hi Michael,

Hi Sébastien,

> Though it now asks me for a password, I still have a problem
> after entering it:
>
> Debugger entered--Lisp error: (file-error "Permission denied")
>   signal(file-error ("Permission denied"))
>   tramp-error(["smb" "sva" "RUSSELL" "/.bzr/checkout/"] file-error 
> "Permission denied")
>   apply(tramp-error ["smb" "sva" "RUSSELL" "/.bzr/checkout/"] file-error 
> "Permission denied" nil)
>   byte-code("ÄŽÅÆ    \n%)‡" [vec-or-proc signal fmt-string args ((byte-code 
> "ƒ-Ä  !„-ÅÆÇ!ƒ†&È!ƒ#É!†&Ê!!ˆËÌ!ˆ)ć" [vec-or-proc tramp-verbose 
> enable-recursive-minibuffers buffer zerop t pop-to-buffer bufferp processp 
> process-buffer tramp-get-buffer sit-for 30] 3)) apply tramp-error] 6)
>   tramp-process-actions(#<process *tramp/smb sva@RUSSELL*> ["smb" "sva" 
> "RUSSELL" "/.bzr/checkout/"] ((tramp-smb-prompt tramp-action-succeed) 
> (tramp-password-prompt-regexp tramp-action-password) 
> (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-smb-errors 
> tramp-action-permission-denied) (tramp-process-alive-regexp 
> tramp-action-process-alive)))

Hard to say why it fails. I would need the Tramp buffer, and the Tramp
debug buffer (it is described in the manual how to setup).

> I don't understand from where the reference to `/.bzr/checkout/'
> comes... Any other good idea, once again?

That is the default vc checking. If you don't use vc at all, you might
disable it via

  (setq vc-handled-backends nil)

That shall improve your performance in general.

> Thank you very much,
>   Seb

Best regards, Michael.




reply via email to

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