GNU bug report logs - #32393
coreutils-8.30 'mv' error for file on libfuse mounted shares

Previous Next

Package: coreutils;

Reported by: John Stanley <jpsinthemix <at> verizon.net>

Date: Wed, 8 Aug 2018 05:29:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: John Stanley <jpsinthemix <at> verizon.net>, 32393 <at> debbugs.gnu.org
Subject: bug#32393: coreutils-8.30 'mv' error for file on libfuse mounted shares
Date: Wed, 8 Aug 2018 02:31:54 -0700
John Stanley wrote:
> perhaps the issue is related to the RENAME_NOREPLACE flag
My guess is that you have a fuse callback that's returning a positive value for 
an error number. It's supposed to return negative values. See:

https://sourceforge.net/p/fuse/mailman/message/35616558/

If my guess is right, you need to fix your fuse callback. I suggest starting by 
looking at this recent fix to sshfs:

https://github.com/libfuse/sshfs/commit/6480b66bd64a2d2f58db6fc0a3320f4464f4669e

The bottom line is that if you're playing with bleeding-edge and buggy 
filesystems, that's the place to look for bugs.




This bug report was last modified 6 years and 291 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.