On Fri, 28 Aug 2009 11:08:52 +0200 (CEST) "Philipp Marek" <[email protected]> wrote:
> Hello Bogdan! > > I just found the bug. > Please try the fsvs-1.2.x branch from the subversion repository > (r2370). > I try it, and it work significially faster (perhaps, because /mnt/fsfs was about 1M every time). But now there are another bug: when I try to commit whole /home, fsvs fails 3 times with messages like: An error occurred: Device or resource busy (16) in ci__directory: add_file(./cosmetr/public_html/orifleym.org.ru/Z_A_344/b�znes-plan-magazin-kosmetika.htm, source="(null)"@HEAD) returns 160005 An error occurred: Device or resource busy (16) in ci__directory: add_file(./cosmetr/public_html/tush.org.ru/M_m_1044/konturn�y-makiyaj.htm, source="(null)"@HEAD) returns 160005 An error occurred: Device or resource busy (16) in ci__directory: add_file(./cosmetr/public_html/tush.org.ru/M_m_1710/denniy-krem-p�d-mak�yaj.htm, source="(null)"@HEAD) returns 160005 It was caused by cyrillic 'i' symbol encoded in cp1251 (8bit) charset in file names. I recoded file names using convmv, but I never sure which symbols will be in file name tommorow, users are unpredictable and cp1251 is standart encoding for Windows. Server locale is ru_RU.UTF8 -- Bogdan Rudas System Administrator Nival Network [email protected] 23, Matusevicha st., office 103, Minsk, Belarus, Tel: +375 17 2538272 http://www.nivalnetwork.com ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2388780 To unsubscribe from this discussion, e-mail: [[email protected]].
