samba-bugs@samba.org
2008-Jul-28 12:51 UTC
DO NOT REPLY [Bug 5637] New: Match case issue on ext3fs and ARM platform
https://bugzilla.samba.org/show_bug.cgi?id=5637
Summary: Match case issue on ext3fs and ARM platform
Product: rsync
Version: 3.0.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bugzilla@substring.ch
QAContact: rsync-qa@samba.org
Sender: 3.0.3 ext3fs on Debian Etch i386 with gcc 4.1.2 glibc 2.3.6
Receiver: 3.0.3 ext3fs on Synology NAS RS407 (Linux 2.6.15 on ARM/Marvell 5281)
with toolchain gcc 3.4.3 glibc 2.3.2 from
http://download.synology.com/toolchain.
Directory to be backuped on remote rsync receiver (ARM) contains:
- a file named cbFlood
- a directory named cbFLood (capital "L"!)
ls -l /home/till/cbFlood
total 2656
-rwxr-xr-x 1 till users 144956 2007-07-23 17:14 cbFlood
drwxr-xr-x 2 till users 4096 2007-07-24 10:38 cbFLood
[...]
command line on sender:
rsync --archive --compress --delete --relative --password-file $PASSWD_FILE
/home/till $REMOTEDIR
recv_files: "/Mon/home/till/cbFlood/cbFlood" (in NetBackup) is a
directory
rsync error: some files could not be transferred (code 23) at main.c(1040)
[sender=3.0.3]
On the sender side only the directory cbFLood exists after backing up.
The same rsync backup to a i386 platform works without error.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
samba-bugs at samba.org
2009-Sep-13 21:23 UTC
DO NOT REPLY [Bug 5637] Match case issue on ext3fs and ARM platform
https://bugzilla.samba.org/show_bug.cgi?id=5637 ------- Comment #1 from matt at mattmccutchen.net 2009-09-13 16:23 CST ------- This is almost certainly a deficiency in the destination filesystem which rsync can't do anything about. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs at samba.org
2009-Dec-13 06:39 UTC
DO NOT REPLY [Bug 5637] Match case issue on ext3fs and ARM platform
https://bugzilla.samba.org/show_bug.cgi?id=5637
wayned at samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Comment #2 from wayned at samba.org 2009-12-13 00:39 CST -------
I'm with Matt -- the destination filesystem must be case-ignoring.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Seemingly Similar Threads
- RE: ext3fs still uses sequential search of file names in director ies?
- RE: ext3fs still uses sequential search of file names in director
- RE: ext3fs still uses sequential search of file names in director ies?
- Ext3fs performance/kjournald deadlock issue
- So, what about stable quota support in ext3fs?