GNU bug report logs -
#27959
26.0.50; File renaming fails on sshfs
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Fri, 4 Aug 2017 21:39:02 UTC
Severity: normal
Found in version 26.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27959 in the body.
You can then email your comments to 27959 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27959
; Package
emacs
.
(Fri, 04 Aug 2017 21:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lars Ingebrigtsen <larsi <at> gnus.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 04 Aug 2017 21:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
/tv is mounted via sshfs.
(rename-file "/tv/a.foo" "/tv/b.foo")
Debugger entered--Lisp error: (file-error "Renaming" "Invalid argument" "/tv/a.foo" "/tv/b.foo")
rename-file("/tv/a.foo" "/tv/b.foo")
eval((rename-file "/tv/a.foo" "/tv/b.foo") nil)
eval-expression((rename-file "/tv/a.foo" "/tv/b.foo") nil nil 127)
funcall-interactively(eval-expression (rename-file "/tv/a.foo" "/tv/b.foo") nil nil 127)
call-interactively(eval-expression nil nil)
command-execute(eval-expression)
But if I say
larsi <at> amy:~$ mv /tv/a.foo /tv/b.foo
on the same machine, it works fine. So ... where is the "Invalid
argument" coming from?
Renaming on non-sshfs file systems works fine in Emacs.
In GNU Emacs 26.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
of 2017-08-02 built on amy
Repository revision: fe80d58ca4ead89e8887aa726482694888a8ef7f
Windowing system distributor 'The X.Org Foundation', version 11.0.11903000
System Description: Ubuntu 17.04
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27959
; Package
emacs
.
(Sat, 05 Aug 2017 08:26:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 27959 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Lars Ingebrigtsen <larsi <at> gnus.org> schrieb am Fr., 4. Aug. 2017 um
23:39 Uhr:
>
> /tv is mounted via sshfs.
>
> (rename-file "/tv/a.foo" "/tv/b.foo")
>
> Debugger entered--Lisp error: (file-error "Renaming" "Invalid argument"
> "/tv/a.foo" "/tv/b.foo")
> rename-file("/tv/a.foo" "/tv/b.foo")
> eval((rename-file "/tv/a.foo" "/tv/b.foo") nil)
> eval-expression((rename-file "/tv/a.foo" "/tv/b.foo") nil nil 127)
> funcall-interactively(eval-expression (rename-file "/tv/a.foo"
> "/tv/b.foo") nil nil 127)
> call-interactively(eval-expression nil nil)
> command-execute(eval-expression)
>
> But if I say
>
> larsi <at> amy:~$ mv /tv/a.foo /tv/b.foo
>
> on the same machine, it works fine. So ... where is the "Invalid
> argument" coming from?
>
Probably more fallout of 1f9f514e7c2ba41b0954d0141f99652f6a53a107. Does it
work if you compile without that commit (e.g. git reset --hard
1f9f514e7c2ba41b0954d0141f99652f6a53a107^ from a clean working directory)?
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27959
; Package
emacs
.
(Sat, 05 Aug 2017 09:25:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 27959 <at> debbugs.gnu.org (full text, mbox):
Philipp Stephani <p.stephani2 <at> gmail.com> writes:
> Probably more fallout of 1f9f514e7c2ba41b0954d0141f99652f6a53a107.
> Does it work if you compile without that commit (e.g. git reset --hard
> 1f9f514e7c2ba41b0954d0141f99652f6a53a107^ from a clean working
> directory)?
Yes, renaming files on sshfs works again if I build after doing that git
command.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27959
; Package
emacs
.
(Sat, 05 Aug 2017 18:52:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 27959 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Philipp Stephani <p.stephani2 <at> gmail.com> writes:
>
>> Probably more fallout of 1f9f514e7c2ba41b0954d0141f99652f6a53a107.
>> Does it work if you compile without that commit (e.g. git reset --hard
>> 1f9f514e7c2ba41b0954d0141f99652f6a53a107^ from a clean working
>> directory)?
>
> Yes, renaming files on sshfs works again if I build after doing that git
> command.
Paul, I'm just Cc-ing you this bug report in case you didn't see it --
it relates to changes you've made recently and that makes renaming files
on certain file systems not work any more.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#27959
; Package
emacs
.
(Sat, 05 Aug 2017 21:00:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 27959 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen wrote:
> Paul, I'm just Cc-ing you this bug report in case you didn't see it --
> it relates to changes you've made recently and that makes renaming files
> on certain file systems not work any more.
Thanks, I hadn't seen that bug report. I think that I fixed that bug in commit
ddc1ff58dec92a782b233d97a254fc41c1c887eb dated Thu Aug 3 16:18:45 2017 -0700, so
please try pulling from master and rebuilding.
Reply sent
to
Lars Ingebrigtsen <larsi <at> gnus.org>
:
You have taken responsibility.
(Sat, 05 Aug 2017 21:10:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Lars Ingebrigtsen <larsi <at> gnus.org>
:
bug acknowledged by developer.
(Sat, 05 Aug 2017 21:10:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 27959-done <at> debbugs.gnu.org (full text, mbox):
Paul Eggert <eggert <at> cs.ucla.edu> writes:
> Thanks, I hadn't seen that bug report. I think that I fixed that bug
> in commit ddc1ff58dec92a782b233d97a254fc41c1c887eb dated Thu Aug 3
> 16:18:45 2017 -0700, so please try pulling from master and rebuilding.
Ah, thanks; this does indeed seem to be fixed now.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 03 Sep 2017 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.