-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey I'm having problems with speciel characters such as ?, ? and etc. Plus copying files. I have 2 Harddrive with 2 Partition being shared with samba on a Debian Sarge server. After googling around i think that this i a samba problem, and it only occurs on the samba shares. 1) The character are being changes from ? to _ or sim. 2) I can't the files/folders with the changes names/stranges characters. The error is "cannot stat - no directory". I can move the files with no problem.. There is a post from 2003, where he has almost the same problem. But no answer.. http://lists.samba.org/archive/samba/2003-April/065747.html - -- /Lars -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC+RcBSdVv6NOAbD4RAlvGAJ0bKYz8bOlOeQr8Pjy84ELHD1JDvACcCfDu Jjw3SEAifNZ8IpFjfru0RKI=v/u1 -----END PGP SIGNATURE-----
Lars a ?crit :>-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hey > >I'm having problems with speciel characters such as ?, ? and etc. Plus >copying files. I have 2 Harddrive with 2 Partition being shared with >samba on a Debian Sarge server. After googling around i think that this >i a samba problem, and it only occurs on the samba shares. > >1) > The character are being changes from ? to _ or sim. > > >Hello, For your characters problems, try in the global section of your smb.conf : display charset = ISO8859-15 (this value is for Western Europe (France), use an appropriated one) unix charset = the value of the default system charset (for more precisions, man smb.conf) Restart samba and this should work. If it doesn't work, look at your kernel supported native languages in file systems section, select those which are needed (never uncheck UTF8) and recompile it. I hope it helps you. For your second issue, I don't know Max
You should also consider the character-set/encoding of your tty to be ISO8859-15. Otto Lars schrieb am 09.08.2005 22:50:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hey > > I'm having problems with speciel characters such as ?, ? and etc. Plus > copying files. I have 2 Harddrive with 2 Partition being shared with > samba on a Debian Sarge server. After googling around i think that this > is a samba problem, and it only occurs on the samba shares. > > 1) The character are being changes from ? to _ or sim. > > 2) I can't the files/folders with the changes names/stranges characters . > The error is "cannot stat - no directory". I can move the files with no > problem.. > > There is a post from 2003, where he has almost the same problem. But no > answer.. > http://lists.samba.org/archive/samba/2003-April/065747.html > > - -- > /LarsMaxime Woznicki schrieb am 10.08.2005 00:42:> Hello, > > For your characters problems, try in the global section of your smb.conf : > > display charset = ISO8859-15 (this value is for Western Europe (France), > use an appropriated one) > unix charset = the value of the default system charset > > (for more precisions, man smb.conf) > Restart samba and this should work. > > If it doesn't work, look at your kernel supported native languages in > file systems section, select those which are needed (never uncheck UTF8) > and recompile it. > I hope it helps you. > > For your second issue, I don't know > > Max