smashy32 / opendedup

Automatically exported from code.google.com/p/opendedup
0 stars 0 forks source link

not compatibility with charset, need kernel module #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
-What steps will reproduce the problem?
-1.
(on the virutal nas appliance)
mount windows share with "other" charset using samba
-2.
copy files width chars like æ ø å to sdfs partition

-What is the expected output? 
expected it to steady copy over files

-What do you see instead?
unstable copy where some files makes it to sdfs partition, until
copy hangs,

-Please provide any additional information below.
problem could be there is no support for my charset,

i would like to try to circumvent this problem by mounting the windows share 
with another charset using the "iocharset" parameter

this will give me a error
"Can not access a needed shared library"

i found this
http://lists.samba.org/archive/linux-cifs-client/2009-April/004343.html

i tried using ftp, but same results
extremely slow and unstable copy, and not being able to unmount volume

conclusion(for me), ether i must convert my windows file to utf8
or get the nls_utf8.ko kernel module

issue(for you), please make this utf8 compatible or make charset option or 
include this module so people wont have to

Original issue reported on code.google.com by bonitzen...@gmail.com on 8 Nov 2011 at 1:55

GoogleCodeExporter commented 9 years ago
might be the nls_cp437.ko kernel, i cant say for sure
this surpasses my ability in linux 

Original comment by bonitzen...@gmail.com on 8 Nov 2011 at 2:17

GoogleCodeExporter commented 9 years ago
Hello,

I tested the lastest "virutal nas appliance" and I found the same bug.
I installed the nls_utf8.ko  at the boot, no change.

Original comment by aniv...@gmail.com on 4 Sep 2012 at 3:52