View previous topic :: View next topic |
Author |
Message |
tam Guru


Joined: 04 Mar 2003 Posts: 569
|
Posted: Thu Nov 09, 2006 9:43 pm Post subject: Samba init_iconv problem [solved] |
|
|
I'm running an Opteron Samba server (ver samba-3.0.22-r3). That's what I get when I type smbstatus
Code: | serv5 samba # smbstatus
init_iconv: Conversion from UTF-16LE to 1255 not supported
init_iconv: Attempting to replace with conversion from UTF-16LE to ASCII
init_iconv: Conversion from UTF-8 to 1255 not supported
init_iconv: Attempting to replace with conversion from ASCII to ASCII
init_iconv: Conversion from UTF-8 to 1255 not supported
init_iconv: Attempting to replace with conversion from ASCII to ASCII
init_iconv: Conversion from 1255 to UTF-16LE not supported
init_iconv: Attempting to replace with conversion from ASCII to UTF-16LE
init_iconv: Conversion from 1255 to UTF-8 not supported
init_iconv: Attempting to replace with conversion from ASCII to ASCII
init_iconv: Conversion from 1255 to UTF-8 not supported
[...]
|
Something wrong with init_iconv?
Code: | [ebuild R ] net-fs/samba-3.0.22-r3 USE="cups pam python readline syslog -acl -async -automount -doc -examples -kerberos -ldap -ldapsam -libclamav -mysql -oav -postgres -quotas (-selinux) -swat -winbind -xml" 0 kB
[ebuild R ] virtual/libiconv-0 0 kB
|
_________________ http://tam.belchenstuermer.de/
Last edited by tam on Wed Nov 15, 2006 9:36 pm; edited 1 time in total |
|
Back to top |
|
 |
Will Scarlet Apprentice

Joined: 19 Mar 2004 Posts: 239
|
Posted: Fri Nov 10, 2006 4:17 pm Post subject: |
|
|
I'm not running on an Opteron. But I am running on an Athalon 64 x2, which is similar. Anyway, I'm not experiencing this problem when I do run Samba on my machine (Did some testing to make sure).
I did some searching on Google and found this:
http://lists.samba.org/archive/samba/2004-August/090545.html
It's about a Solaris install, but contains the exact error.
Anyway, from what I gathered, someone please correct me if I'm wrong, iconv is provided by glibc. Maybe it's just a matter of you re-emerging some packages like gettext, glibc, and samba. Or possibly a use flag like nls which is in gettext and glibc.
Hope this helps...  |
|
Back to top |
|
 |
tam Guru


Joined: 04 Mar 2003 Posts: 569
|
Posted: Sat Nov 11, 2006 12:19 pm Post subject: |
|
|
I did already re-emerge gettext, libiconv, samba and glibc. Also, I have done a complete --newuse emerge and a revdep-rebuild.
No changes. _________________ http://tam.belchenstuermer.de/ |
|
Back to top |
|
 |
Will Scarlet Apprentice

Joined: 19 Mar 2004 Posts: 239
|
Posted: Mon Nov 13, 2006 4:02 pm Post subject: |
|
|
I have done further research. It only leaves two possibilities:1. glibc does not have your locales properly installed and/or configured
2. samba is not configured correctly. Could you:1. check in /usr/lib64/gconv to verify that CP1255.so, UTF-16.so, and UNICODE.so files exist.
2. post your smb.conf file
Thanks...  |
|
Back to top |
|
 |
tam Guru


Joined: 04 Mar 2003 Posts: 569
|
Posted: Wed Nov 15, 2006 9:36 pm Post subject: |
|
|
Will Scarlet wrote: | samba is not configured correctly |
Yep. I have removed dos charset 1255 and now I get no more conversion errors.
Thank you VERY much for your help, Will. _________________ http://tam.belchenstuermer.de/ |
|
Back to top |
|
 |
Will Scarlet Apprentice

Joined: 19 Mar 2004 Posts: 239
|
Posted: Thu Nov 16, 2006 1:12 pm Post subject: |
|
|
Never a problem...  |
|
Back to top |
|
 |
|