[Bug 11978] mkstemp failed: File name too long (36) when filename is under the limit

2018-06-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11978

Mauro Molinari  changed:

   What|Removed |Added

 CC||mauro...@tiscali.it

--- Comment #3 from Mauro Molinari  ---
I'm also encountering problems regarding mkstemp "file name too long error"
when rsyncing to an ecryptfs filesystem. Probably, rsync should try to handle
this in a smarter way.
A secondary problem I see is that, even if this error is given, the whole file
is transferred from source to target anyway, although not actually saved on the
target. So, if the file is huge and the bandwidth is low, this is a serious
waste.

Using rsync 3.0.9 on local side (target) and rsync 3.1.1 on remote side
(source).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 11978] mkstemp failed: File name too long (36) when filename is under the limit

2016-06-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11978

--- Comment #2 from Syr  ---
Triple post. Shouldn't it also use e.g. f_namelen from statfs() at runtime
instead of a compile-time constant?

And MAXPATHLEN doesn't even seem to reflect reality, since it's not actually
limited to that on Linux.
https://lists.debian.org/debian-hurd/2012/01/msg00166.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 11978] mkstemp failed: File name too long (36) when filename is under the limit

2016-06-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11978

--- Comment #1 from Syr  ---
https://git.samba.org/rsync.git/?p=rsync.git;a=blob;f=receiver.c;hb=3267d6a9ceeefad438080b17c02daa7775820803#l143

Wait, it actually adds 8 characters to it in total, there's a dot prepended at
the beginning to.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html