Open GoogleCodeExporter opened 8 years ago
I found a solution to this problem.
It seems a Java-related issue regarding the system language setting, when I
mount the sdfs volume (thru rc.local) LANG is not set, while it is
LANG=it_it.UTF-8 when the system is up und running. I just put this "export"
statement before my mount statement:
export LANG=it_IT.UTF-8
mount.sdfs sdfs /mnt/sdfs 2>&1 1>>/var/log/sdfs.log &
and now it works perfectly
Another woorkaround might be setting the "-Dfile.encoding=UTF-8" java parameter
in the mount.sdfs script.
I'd say issue is solved
ciao
Original comment by all...@gmail.com
on 11 Mar 2011 at 3:04
Original issue reported on code.google.com by
all...@gmail.com
on 4 Mar 2011 at 1:13