Displaying 1 result from an estimated 1 matches for "zte32v".
2005 Jun 11
0
[Bug 2790] New: mkstemp fails for paths which include extended (8-bit) characters
...gnedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
QAContact: rsync-qa@samba.org
When mirroring a directory tree with "rsync -aq --delete-after", there are many
error messages reported similar to:
rsync: mkstemp "/backup/home/kuwe/.kdb/.\376\254\026T.zTE32v" failed: Invalid
argument (22)
It seems that extended characters are converted to octal codes by the protocol
but have not been converted back to 8-bit codes prior to passing to mkstemp, so
mkstemp fails under Mac OS X. The problem does not occur under FreeBSD or
Solaris. Apparently Mac OS X...