Thanks greg, This is the result : > root@koha:~# sudo grep koha /etc/passwd > adminkoha:x:1000:1000:AdminKoha,,,:/home/adminkoha:/bin/bash > insaniah-koha:x:1001:1001:Koha instance > insaniah-koha,,,:/var/lib/koha/insaniah:/bin/bash
So, for this part : Save and change ownership of all copied files to koha:koha #sudo chown -R koha:koha /etc/koha/zebradb/etc I've run the command this way : > sudo chown -R adminkoha:adminkoha /etc/koha/zebradb/etc It just fine, no error appear. So i just continue.. Edit /etc/koha/zebradb/zebra-biblios.cfg add line index: icu.idx Restart zebra server and queue daemons #sudo /etc/init.d/koha-common restart Rebuild zebra index #sudo KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/koha/lib /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v And this is what I've got : REINDEXING zebra ==================== 09:30:58-16/10 zebraidx(20438) [warn] Unknown register type: 0 09:30:58-16/10 zebraidx(20438) [warn] Unknown register type: n 09:30:58-16/10 zebraidx(20438) [warn] Unknown register type: y 09:30:58-16/10 zebraidx(20438) [warn] Unknown register type: d 09:32:37-16/10 zebraidx(20452) [warn] previous transaction didn't reach commit ==================== CLEANING ==================== At this point, my catalogue searching is not working at all, even for english language. What should i do?? Then, i try to follow this : http://wiki.koha-community.org/wiki/Encoding_and_Character_Sets_in_Koha for locale part : root@koha:~# locale LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= root@koha:~# root@koha:~# locale -a C en_US.utf8 POSIX root@koha:~# So, what's next ?? Lots of thanks in advance, bidadatun glaws wrote > You do have the koha user created, right? > >>sudo grep koha /etc/passwd > > If so, try the following syntax: > >>sudo chown -R koha.koha /path/to/somedir > > Greg -- View this message in context: http://koha.1045719.n5.nabble.com/Can-we-use-Unicode-to-enter-records-tp3347538p5729835.html Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha