Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: marko on February 10, 2008, 01:44:14 am

Title: samba charset problem - ubuntu server
Post by: marko on February 10, 2008, 01:44:14 am
Hi all,

I've installed eBox 0.11.99 on Ubuntu server 7.10 and chose Croatian language during installation of server. The problem is when I create or copy files to some shared folder on samba which contains Croatian letters i get _ instead of that letter. For example:

žćčšđ.txt -> _____.txt

please help...

Thx
Title: Re: samba charset problem - ubuntu server
Post by: marko on February 10, 2008, 05:34:59 pm
Well I've found workaround...

I've comment unix charset part in /usr/share/ebox/stubs/samba/smb.conf.mas

[global]
# unix charset = LOCALE
 workgroup = <% $workgroup %>
 netbios name = <% $netbios %>

I don't know what I actually did but it works for now.