emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32393: closed (coreutils-8.30 'mv' error for file


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32393: closed (coreutils-8.30 'mv' error for file on libfuse mounted shares)
Date: Wed, 08 Aug 2018 21:19:02 +0000

Your message dated Wed, 8 Aug 2018 14:18:36 -0700
with message-id <address@hidden>
and subject line Re: bug#32393: coreutils-8.30 'mv' error for file on libfuse 
mounted shares
has caused the debbugs.gnu.org bug report #32393,
regarding coreutils-8.30 'mv' error for file on libfuse mounted shares
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32393: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32393
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: coreutils-8.30 'mv' error for file on libfuse mounted shares Date: Wed, 8 Aug 2018 00:30:55 -0400 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4
Hi,
With coreutils-8.30, I'm getting a strange error for the 'mv' command when used to rename a file mounted as a 'fuse' share:

$ mv ~/mnt/sshfs/status-2018080{6,7}
mv: cannot move '/home/john/mnt/sshfs/status-20180806' to '/home/john/mnt/sshfs/status-20180807': Numerical result out of range

$ mv ~/mnt/sshfs/qq ~/mnt/sshfs/qqq
mv: cannot move '/home/john/mnt/sshfs/qq' to '/home/john/mnt/sshfs/qqq': Numerical result out of range

This does not occur for coreutils-8.29, and appears to be associated with the SYS_renameat2 syscall added in version 8.30. It also does not occur for 'local' file renaming.

The error "Numerical result out of range" looks like it may be coming from the network stack via 'fuse.'

I realize that this error may be coming from a number of places other than coreutils 'mv' (e.g., the kernel/fuse area, sshfs, or libfuse, but I'm wondering if anyone intimately familiar with the SYS_renameat2 rework in coreutils-8.30 'mv' might have any ideas on how to pin this one done.

*** My System Info:
  x86_64-pc-linux-gnu  (This is a freshly re-built source-based system)
  linux-headers.4.17.13_x86_64_smp1, gcc.8.2.0, glibc.2.27, binutils.2.31.1, coreutils.8.30

thanks much,
John




--- End Message ---
--- Begin Message --- Subject: Re: bug#32393: coreutils-8.30 'mv' error for file on libfuse mounted shares Date: Wed, 8 Aug 2018 14:18:36 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
John Stanley wrote:
the return value addressed in the github link is indeed the culprit.

Thanks for checking; closing the bug.


--- End Message ---

reply via email to

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