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 -- Greg Lawson Network Administrator Rolling Hills Consolidated Library 1912 N. Belt Highway St. Joseph, MO 64506 ------------------- On 10/15/2012 04:24 AM, bidadatun wrote:
Koustubha Kale wrote
What details? Koha will support Unicode input out of the box, so just start making your entries.
Or if you are not comfortable applying patches etc you can follow following procedure..
#sudo apt-get install libicu-dev libicu38 yaz-icu
Copy following files from /usr/share/idzebra-2.0/tab/ to /etc/koha/zebradb/etc/ icu.idx phrases-icu.xml string.chr words-icu.xml
Copy /etc/koha/zebradb/etc/words-icu.xml to /etc/koha/zebradb/etc/icu.xml
Edit /etc/koha/zebradb/etc/icu.xml change <icu_chain locale="en"> to <icu_chain locale="en_IN.UTF-8"> Save and change ownership of all copied files to koha:koha
#sudo chown -R koha:koha /etc/koha/zebradb/etc
My purpose : I want to enable arabic searching
I've got this error after running : #sudo chown -R koha:koha /etc/koha/zebradb/etc
root@koha:/usr/share/idzebra-2.0/tab# sudo chown -R koha:koha /etc/koha/zebradb/etc chown: invalid user: `koha:koha' root@koha:/usr/share/idzebra-2.0/tab#
Should i change chown -R koha:koha /etc/koha/zebradb/etc to chown -R root:root/etc/koha/zebradb/etc ??
Or what should i do? Sorry to suddenly jump into this discussion.
Regards, bidadatun