unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Tramp and permission denied
@ 2005-11-01  7:09 Lars Hansen
  2005-11-01  7:20 ` Lars Hansen
  2005-11-01 20:44 ` Michael Albinus
  0 siblings, 2 replies; 3+ messages in thread
From: Lars Hansen @ 2005-11-01  7:09 UTC (permalink / raw)
  Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

When I do

   C-x C-f /scp:remote-box:foo

Tramp signals "Login failed" if foo cannot be read due to insufficient
permissions.
With the patch attached, Tramp signals something more descriptive.
I have tested with scp on Debian Sarge only.

Ok?


[-- Attachment #2: tramp.1.83.patch --]
[-- Type: text/x-patch, Size: 606 bytes --]

*** /home/lh/cvsroot/emacs/lisp/net/tramp.el	2005-11-01 07:12:42.887167474 +0100
--- tramp.1.83.patched.el	2005-11-01 07:59:10.517517219 +0100
***************
*** 5361,5366 ****
--- 5361,5369 ----
  	       (tramp-message 10 "'set mode' error ignored.")
  	       (tramp-message 9 "Process has finished.")
  	       (throw 'tramp-action 'ok))
+ 	   (goto-char (point-min))
+ 	   (when (re-search-forward "^.cp.?: \\(.+: Permission denied.?\\)$" nil t)
+ 	     (error "Remote host: %s" (match-string 1)))
  	   (tramp-message 9 "Process has died.")
  	   (throw 'tramp-action 'process-died)))
  	(t nil)))


[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

* Re: Tramp and permission denied
  2005-11-01  7:09 Tramp and permission denied Lars Hansen
@ 2005-11-01  7:20 ` Lars Hansen
  2005-11-01 20:44 ` Michael Albinus
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Hansen @ 2005-11-01  7:20 UTC (permalink / raw)
  Cc: emacs-devel

I wrote:

>When I do
>
>   C-x C-f /scp:remote-box:foo
>
>Tramp signals "Login failed" if foo cannot be read due to insufficient
>permissions.
>
Maybe I should add: You also get "Login failed" when evaluating e.g.

   (copy-file "/scp:remote-box:foo" "bar")

Here "Login failed" is very misleading.

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

* Re: Tramp and permission denied
  2005-11-01  7:09 Tramp and permission denied Lars Hansen
  2005-11-01  7:20 ` Lars Hansen
@ 2005-11-01 20:44 ` Michael Albinus
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2005-11-01 20:44 UTC (permalink / raw)
  Cc: emacs-devel

Lars Hansen <larsh@soem.dk> writes:

> When I do
>
>    C-x C-f /scp:remote-box:foo
>
> Tramp signals "Login failed" if foo cannot be read due to insufficient
> permissions.
> With the patch attached, Tramp signals something more descriptive.
> I have tested with scp on Debian Sarge only.
>
> Ok?

Please commit.

Maybe the regexp should be expanded depending on messages on other
architectures. I'll check machines I can access (besides Debian it
will be mainly HP-UX); anyway we'll extend when we get other reports.

Thanks for your support, and best regards, Michael.

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

end of thread, other threads:[~2005-11-01 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-01  7:09 Tramp and permission denied Lars Hansen
2005-11-01  7:20 ` Lars Hansen
2005-11-01 20:44 ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).