unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2865: 23.0.92; tramp chmod on remote ftp fails
@ 2009-04-02 19:23 ` Walter Alejandro Iglesias
  2009-04-05 18:18   ` Michael Albinus
  2009-04-16 20:30   ` bug#2865: marked as done (23.0.92; tramp chmod on remote ftp fails) Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: Walter Alejandro Iglesias @ 2009-04-02 19:23 UTC (permalink / raw)
  To: emacs-pretest-bug

chmod files in remote server using tramp ftp fails without reporting
any error.  I've tried this tramp version with emacs 22 and works so
the problem may be in dired.el.  My elisp knowledge is poor I am not
able to give you more help, sorry.


In GNU Emacs 23.0.92.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2009-04-02 on localhost
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--prefix=/home/morlock''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Internal Ange-ftp

Minor modes in effect:
  shell-dirtrack-mode: t
  xterm-mouse-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x 1 <help-echo> <help-echo> <help-echo> C-x C-f <M-backspace> 
<M-backspace> <M-backspace> / f t p : r o q u e s o 
r # <backspace> @ r o q u e s o r . c o m : / w w w 
<return> C-n C-n C-n C-n C-n C-n C-n C-n C-n M 8 <backspace> 
5 <backspace> 4 <backspace> 6 0 0 <return> C-n C-n 
C-n C-n C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n 
C-n <return> C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-x k <return> C-x k <return> C-x b * f t <tab> <return> 
b y <return> <down-mouse-4> <mouse-4> <double-down-mouse-4> 
<double-mouse-4> <triple-down-mouse-4> <triple-mouse-4> 
<triple-down-mouse-4> <triple-mouse-4> <down-mouse-5> 
<mouse-5> <double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<down-mouse-5> <mouse-5> <double-down-mouse-5> <double-mouse-5> 
<down-mouse-4> <mouse-4> <double-down-mouse-4> <double-mouse-4> 
<triple-down-mouse-4> <triple-mouse-4> <triple-down-mouse-4> 
<triple-mouse-4> <down-mouse-5> <mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar> 
<help-menu> <send-emacs-bug-report>

Recent messages:
Logging in as user roquesor@roquesor.com...done
Getting PWD...done
Trying passive mode...on
Doing CD...done
Listing /ftp:roquesor@roquesor.com:/www/...done
Redisplaying... /ftp:roquesor@roquesor.com:/www/ens.html
Doing CD...done
Listing /ftp:roquesor@roquesor.com:/www...done
Redisplaying...done
Retrieving index.html...done






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

* bug#2865: 23.0.92; tramp chmod on remote ftp fails
  2009-04-02 19:23 ` bug#2865: 23.0.92; tramp chmod on remote ftp fails Walter Alejandro Iglesias
@ 2009-04-05 18:18   ` Michael Albinus
  2009-04-16 20:30   ` bug#2865: marked as done (23.0.92; tramp chmod on remote ftp fails) Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2009-04-05 18:18 UTC (permalink / raw)
  To: Walter Alejandro Iglesias; +Cc: 2865

Walter Alejandro Iglesias <roquesor@gmail.com> writes:

> chmod files in remote server using tramp ftp fails without reporting
> any error.  I've tried this tramp version with emacs 22 and works so
> the problem may be in dired.el.  My elisp knowledge is poor I am not
> able to give you more help, sorry.

`dired-do-chmod' has changed its implementation; it uses
`set-file-modes' now. Ange-ftp lacks an implementation of this function.

I've added such an implementation; it shall work now. Could you, please, test?

Best regards, Michael.






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

* bug#2865: marked as done (23.0.92; tramp chmod on remote ftp fails)
  2009-04-02 19:23 ` bug#2865: 23.0.92; tramp chmod on remote ftp fails Walter Alejandro Iglesias
  2009-04-05 18:18   ` Michael Albinus
@ 2009-04-16 20:30   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-04-16 20:30 UTC (permalink / raw)
  To: Michael Albinus

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


Your message dated Thu, 16 Apr 2009 22:24:03 +0200
with message-id <87fxg88hzw.fsf@gmx.de>
and subject line Re: bug#2865: bug is gone
has caused the Emacs bug report #2865,
regarding 23.0.92; tramp chmod on remote ftp fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2865: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2865
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6239 bytes --]

From: Walter Alejandro Iglesias <roquesor@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.92; tramp chmod on remote ftp fails
Date: Thu, 02 Apr 2009 21:23:00 +0200
Message-ID: <E1LpSVA-00037J-3P@localhost>

chmod files in remote server using tramp ftp fails without reporting
any error.  I've tried this tramp version with emacs 22 and works so
the problem may be in dired.el.  My elisp knowledge is poor I am not
able to give you more help, sorry.


In GNU Emacs 23.0.92.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2009-04-02 on localhost
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--prefix=/home/morlock''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Internal Ange-ftp

Minor modes in effect:
  shell-dirtrack-mode: t
  xterm-mouse-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x 1 <help-echo> <help-echo> <help-echo> C-x C-f <M-backspace> 
<M-backspace> <M-backspace> / f t p : r o q u e s o 
r # <backspace> @ r o q u e s o r . c o m : / w w w 
<return> C-n C-n C-n C-n C-n C-n C-n C-n C-n M 8 <backspace> 
5 <backspace> 4 <backspace> 6 0 0 <return> C-n C-n 
C-n C-n C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n 
C-n <return> C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-x k <return> C-x k <return> C-x b * f t <tab> <return> 
b y <return> <down-mouse-4> <mouse-4> <double-down-mouse-4> 
<double-mouse-4> <triple-down-mouse-4> <triple-mouse-4> 
<triple-down-mouse-4> <triple-mouse-4> <down-mouse-5> 
<mouse-5> <double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<down-mouse-5> <mouse-5> <double-down-mouse-5> <double-mouse-5> 
<down-mouse-4> <mouse-4> <double-down-mouse-4> <double-mouse-4> 
<triple-down-mouse-4> <triple-mouse-4> <triple-down-mouse-4> 
<triple-mouse-4> <down-mouse-5> <mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar> 
<help-menu> <send-emacs-bug-report>

Recent messages:
Logging in as user roquesor@roquesor.com...done
Getting PWD...done
Trying passive mode...on
Doing CD...done
Listing /ftp:roquesor@roquesor.com:/www/...done
Redisplaying... /ftp:roquesor@roquesor.com:/www/ens.html
Doing CD...done
Listing /ftp:roquesor@roquesor.com:/www...done
Redisplaying...done
Retrieving index.html...done



[-- Attachment #3: Type: message/rfc822, Size: 1635 bytes --]

From: Michael Albinus <michael.albinus@gmx.de>
To: 2865-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2865: bug is gone
Date: Thu, 16 Apr 2009 22:24:03 +0200
Message-ID: <87fxg88hzw.fsf@gmx.de>

Walter Alejandro Iglesias <roquesor@gmail.com> writes:

> Yes, bug is gone.  Many tanks.

Solved, as confirmed by the submitter.

> Walter

Best regards, Michael.


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

end of thread, other threads:[~2009-04-16 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87fxg88hzw.fsf@gmx.de>
2009-04-02 19:23 ` bug#2865: 23.0.92; tramp chmod on remote ftp fails Walter Alejandro Iglesias
2009-04-05 18:18   ` Michael Albinus
2009-04-16 20:30   ` bug#2865: marked as done (23.0.92; tramp chmod on remote ftp fails) Emacs bug Tracking System

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).