Displaying 20 results from an estimated 30000 matches similar to: "[Bug 2790] Add support for converting filenames into different encodings"
2006 Jan 17
1
DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
https://bugzilla.samba.org/show_bug.cgi?id=2790
------- Comment #3 from wayned@samba.org 2006-01-16 20:51 MST -------
I've been working on a filename-conversion solution that uses the iconv()
function. After putting a bunch of thought into various designs, I think I
have a good solution that I have coded up as a patch for the latest CVS version
(also available in the latest
2006 Mar 29
2
DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
https://bugzilla.samba.org/show_bug.cgi?id=2790
------- Comment #5 from mangoo@interia.pl 2006-03-29 04:11 MST -------
I'm just curious.
Suppose I have rsyncd running on Windows, and want to copy files from there to
a Linux machine.
The problem is that some characters (like German umlauts - ü, ö, ä etc.) are
changed to ? when saved on the Linux side.
Where should I apply this patch?
2009 Oct 30
1
DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
https://bugzilla.samba.org/show_bug.cgi?id=2790
------- Comment #12 from matt at mattmccutchen.net 2009-10-30 10:48 CST -------
The stable rsync has had --iconv for a while now. Is there a reason this bug
isn't marked fixed? (If someone wants to pursue my idea from comment #10, they
should enter a new bug or at least narrow the summary of this one.)
--
Configure bugmail:
2007 Oct 30
2
DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
https://bugzilla.samba.org/show_bug.cgi?id=2790
cabo@tzi.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cabo@tzi.org
------- Comment #9 from cabo@tzi.org 2007-10-30 11:09 CST -------
The current solution appears to be somewhat confused about
2004 May 29
1
[patch] Filename conversion
Hi,
One feature missing from rsync, and requested on this list before, is
on-the-fly conversion of filename character encoding. For example, I
often need to sync files having Hebrew filenames from a UTF-8 system
(Linux) to an ISO8859-8 system (Cygwin on Windows 2000 using the
non-Unicode Win32 interface). Other circumstances surely abound.
Attached is a patch against rsync 2.6.2 that adds an
2009 Jan 24
2
[patch] Replace illegal characters in filenames for FAT (switch)
This patch adds a switch --fat-filenames which replaces all characters
that aren't legal on FAT filesystems with an underscore. This is the first
time I touch the rsync code, so I may not be going about it the right way,
but it seems to be working.
Naturally there's some potential for collisions, but it's probably better
than what happens currently (such files are simply not copied).
2012 Jan 09
0
glmD error
I am attemting to use glmD in order to use latex(obj) afterwards.
Glm works fine, glmD throws an error:
> conv.go <- glmD(cbind(go.cnt,tot.cnt-go.cnt)~sn+rcs(relAge,4)+termfac+rate:termfac+
+ I(relAge*term>(term-1.25))+I((prevbal/tot.cnt)*1e-4)+prod+newmort+
+
2005 Jun 11
0
[Bug 2790] New: mkstemp fails for paths which include extended (8-bit) characters
https://bugzilla.samba.org/show_bug.cgi?id=2790
Summary: mkstemp fails for paths which include extended (8-bit)
characters
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2005 Dec 30
1
DO NOT REPLY [Bug 3362] New: Add option to normalize Unicode filenames
https://bugzilla.samba.org/show_bug.cgi?id=3362
Summary: Add option to normalize Unicode filenames
Product: rsync
Version: 2.6.7
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mike@big.faceless.org
2003 Aug 26
1
Tired of "filename too long"? Me too...
I assume there's some good reason for the way filenames are faithfully
maintained as temp files, but it's a little frustrating when you get
"filename too long" messages as a result... with no indication of what
file it was it's complaining about.
The obvious fix is to simply generate a tmpname and have done with it.
Possibly safer, truncate the filename, in case there's
2004 Jul 03
0
[Bug 1487] Euro sign not working with filenames under Windows OS'es
https://bugzilla.samba.org/show_bug.cgi?id=1487
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From wayned@samba.org 2004-06-29 10:22
2008 Feb 15
38
Performance with Sun StorageTek 2540
Under Solaris 10 on a 4 core Sun Ultra 40 with 20GB RAM, I am setting
up a Sun StorageTek 2540 with 12 300GB 15K RPM SAS drives and
connected via load-shared 4Gbit FC links. This week I have tried many
different configurations, using firmware managed RAID, ZFS managed
RAID, and with the controller cache enabled or disabled.
My objective is to obtain the best single-file write performance.
2009 Jun 10
13
Apple Removes Nearly All Reference To ZFS
http://hardware.slashdot.org/story/09/06/09/2336223/Apple-Removes-Nearly-All-Reference-To-ZFS
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
https://bugzilla.samba.org/show_bug.cgi?id=5297
Summary: merge test fails
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
QAContact:
2008 Mar 02
6
DO NOT REPLY [Bug 5296] New: Failed to create rounding.h!
https://bugzilla.samba.org/show_bug.cgi?id=5296
Summary: Failed to create rounding.h!
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
2001 Nov 20
2
patch to enable faster mirroring of large filesystems
I have attached a patch that adds 4 options to rsync that have helped
me to speed up my mirroring. I hope this is useful to someone else,
but I fear that my relative inexperience with rsync has caused me to
miss a way to do what I want without having to patch the code. So please
let me know if I'm all wet.
Here's my story: I have a large filesystem (around 20 gigabytes of data)
that
2009 Feb 18
4
Zpool scrub in cron hangs u3/u4 server, stumps tech support.
I''ve got a server that freezes when I run a zpool scrub from cron.
Zpool scrub runs fine from the command line, no errors.
The freeze happens within 30 seconds of the zpool scrub happening.
The one core dump I succeeded in taking showed an arccache eating up
all the ram.
The server''s running Solaris 10 u3, kernel patch 127727-11 but it''s
been patched and seems to have
2009 Jan 21
8
cifs perfomance
Hello!
I''am setup zfs / cifs home storage server, end now have low performance with play movie stored on this zfs from windows client. server hardware is not new , but n windows it perfomance was normal.
CPU is AMD Athlon Burton Thunderbird 2500, runing on 1,7GHz, 1024 RAM and storage:
usb c4t0d0 ST332062-0A-3.AA-298.09GB /pci at 0,0/pci1458,5004 at 2,2/cdrom at 1/disk at
2009 Dec 04
30
ZFS send | verify | receive
If there were a ?zfs send? datastream saved someplace, is there a way to
verify the integrity of that datastream without doing a ?zfs receive? and
occupying all that disk space?
I am aware that ?zfs send? is not a backup solution, due to vulnerability of
even a single bit error, and lack of granularity, and other reasons.
However ... There is an attraction to ?zfs send? as an augmentation to the
2008 Sep 10
7
Intel M-series SSD
Interesting flash technology overview and SSD review here:
http://www.anandtech.com/cpuchipsets/intel/showdoc.aspx?i=3403
and another review here:
http://www.tomshardware.com/reviews/Intel-x25-m-SSD,2012.html
Regards,
--
Al Hopper Logical Approach Inc,Plano,TX al at logical-approach.com
Voice: 972.379.2133 Timezone: US CDT
OpenSolaris Governing Board (OGB) Member - Apr 2005