[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.1.15); Unable to save remote files
From: |
Michael Albinus |
Subject: |
Re: tramp (2.1.15); Unable to save remote files |
Date: |
Sun, 07 Jun 2009 11:57:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) |
Josh Howard <address@hidden> writes:
> Attached with level 6.
That shows the errors:
> 11:35:47 tramp-send-command (6) # mv -f /tmp/tramp.77957CZS.779571OM
> /home/cindy/tmp77957oEG
> 11:35:47 tramp-wait-for-regexp (6) #
> mv: rename /tmp/tramp.77957CZS.779571OM to /home/cindy/tmp77957oEG: Operation
> not permitted
>
> ///bf5cadca259c1ffb0e3e0a02cd85b78d
> 11:35:47 tramp-send-command (6) # chown 1019:993 /home/cindy/tmp77957oEG
> 11:35:47 tramp-wait-for-regexp (6) #
> chown: /home/cindy/tmp77957oEG: No such file or directory
>
> ///bf5cadca259c1ffb0e3e0a02cd85b78d
> 11:35:47 tramp-handle-write-region (0) # Wrote
> /sshx:address@hidden:/home/cindy/tmp77957oEG
However, I do not catch the real code sequence in Tramp. Could you,
please, enable call traces:
(require 'trace)
(dolist (elt (all-completions "tramp-" obarray 'functionp))
(trace-function-background (intern elt)))
(untrace-function 'tramp-read-passwd)
The resulting buffer *trace-output* would be helpful, then.