-----BEGIN PGP SIGNED MESSAGE----- Dear All, Does anybody know why ? I can create files (and directories) with cyrillic names, but 1. I cannot delete those files (well, I can edit them and so) 2. I cannot "cd" to those directories. What I have: RH-5.X & Samba-2.X (BTW, I' sending this letter from different account. I'm subscribed to the another address. If this letter hasn't reached the list, let me know) Regards, (????????? ?????????) Ilia Chipitsine (???? ???????) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOACN1+RxlWKN2EXhAQE/HgMAo4xInv06Nmm43X/3H2RWaqhD+5UBWVqk g3n/ot3CY52kBBOPa8xE24nJRrjpxKNc7HlT8nIPWR41j//ZL/nfxEo03y6Ef/MG Hy7pU8i0G6TesIvaRyoqCZcUy5iC4Y9X =z08d -----END PGP SIGNATURE-----
On Mon, 11 Oct 1999, Ilia Chipitsine wrote:> Dear All, > > Does anybody know why ? > > I can create files (and directories) with cyrillic names, but > > 1. I cannot delete those files (well, I can edit them and so) > 2. I cannot "cd" to those directories. > > What I have: RH-5.X & Samba-2.XWhat are you using to access the server, smbclient (ftp-like) or smbfs (mounted)? smbclient handles the swedish characters properly (except in some error messages), don't know about cyrillic. smbfs produces "garbage" for those same swedish characters. The problem with smbfs is that it does not translate the codepage presented by the smb server to the native charset (or unicode utf-8, or whatever). I know of 2 unofficial patches to smbfs for this. Mine can be found at: http://www.cs.umu.se/~urbanw/samba/ One patch is for the kernel (should work with any 2.2 and 2.3) and one is for smbmount (optional and only for samba before 2.0.5). (read more in the patched version of linux/include/linux/smb_mount.h, or in the patch file itself) Artem V. Ryabov <artem@abak.ru>, has also solved this problem: http://linux-patches.rock-projects.com/v2.2-f/smbfs-nls.html Mine handles both utf-8 format and codepages, Artem's conversions are probably faster and his interface to smbmount is nicer.> the another address. If this letter hasn't reached the list, let me know)You do realise that doing that is kind of difficult? :) /Urban
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<On 10/10/99, 5:09:10 PM, Ilia Chipitsine <ilia@cgilh.chel.su> wrote regarding cyrillic letters in filenames.:> -----BEGIN PGP SIGNED MESSAGE-----> Dear All,> Does anybody know why ?> I can create files (and directories) with cyrillic names, but> 1. I cannot delete those files (well, I can edit them and so) > 2. I cannot "cd" to those directories.> What I have: RH-5.X & Samba-2.XYou need to be more specific to get correct answer. In Samba 2.1prealpha (HEAD branch) code page support and translation is broken. I've got results, similar to yours. In 2.0.5a everything works, as advertised. No problems here. smbfs is orphaned branch with zillion bugs, but recently it was reworked and hopefully, will be released soon again (2.0.6 + kernel patches?). Best, Sergei.