[Koha] Koha 3.18 on Debian 8 Jessie

2015-05-04 Thread Chrispin Simasiku Sitali
I have been testing out the installation of Koha 3.18.06.000 on Debian 8 (Jessie). Minimal Server. I downloaded Debian Jessie from https://www.debian.org/CD/http-ftp/ (Official CD/DVD images of the stable release) Everything went smoothly without any hitch except the following; Cannot write to `-'

Re: [Koha] Importing records into Koha 3.14

2015-05-04 Thread Layale Bassil
Thank you so much Indranil. However, I would like to know how can I update already existing items by doing a new import? Do I select "Replace items if matching bib was found" and I make sure that the barcode (952 $p) field is the same? Will this work? Thanks! Layale Bassil Software Engineer –

Re: [Koha] Importing records into Koha 3.14

2015-05-04 Thread Layale Bassil
Hello again, I realized that not all items in our system have barcodes. I need to do the mapping on the autogenerated itemnumber (952 $9). How can I change the mapping field on the 952? On another hand, is there a way to always delete all 952 and re-add them upon all imports? This will be more

[Koha] Enabling Memcached on Koha 3.18.06

2015-05-04 Thread Craig Butosi
Hi all, Not much on enabling memcached for Koha 3.18.06 (Ubuntu 14.04 LTS 64-bit VPS), so I'm posting here for the community. It looks like I successfully installed memcached on localhost 11211. But it doesn't look like Koha appears as an entry when I run $ memcdump --servers localhost. Here's

Re: [Koha] Enabling Memcached on Koha 3.18.06

2015-05-04 Thread Larry Letelier
Try this, https://code.google.com/p/memcache-top/ *-- Larry Letelier N.* *F: **+56 2 3205 2737* *F: **+56 9 7589 6842* 2015-05-04 18:09 GMT-03:00 Craig Butosi : > Hi all, > > Not much on enabling memcached for Koha 3.18.06 (Ubuntu 14.04 LTS 64-bit > VPS), so I'm posting here for the community.

Re: [Koha] Enabling Memcached on Koha 3.18.06

2015-05-04 Thread Jesse
Just to verify, have you tried logging into Koha since you enabled memcached? Koha won't actually store anything in memcached until it has to. 2015-05-04 15:25 GMT-06:00 Larry Letelier : > Try this, https://code.google.com/p/memcache-top/ > > *-- Larry Letelier N.* > *F: **+56 2 3205 2737* > *F:

Re: [Koha] Koha 3.18 on Debian 8 Jessie

2015-05-04 Thread Robin Sheat
Chrispin Simasiku Sitali schreef op ma 04-05-2015 om 09:45 [+0200]: > Everything went smoothly without any hitch except the following; > Cannot write to `-' (Broken pipe) error message This might be peculiar to your system: robin@debianjessie:~$ wget -O- http://debian.koha-community.org/koha/gpg.

Re: [Koha] Koha 3.18 on Debian 8 Jessie

2015-05-04 Thread Mark Tompsett
Greetings, Before following any of the steps, I usually type 'sudo ls'. Why? So that the password prompting doesn't get confusing on the wget command mess. $ sudo ls ... $ wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - ... Much smoother. GPML, Mark Tompsett

Re: [Koha] Enabling Memcached on Koha 3.18.06

2015-05-04 Thread Tomas Cohen Arazi
El 4/5/2015 6:12 p. m., "Craig Butosi" escribió: > 1. Installed memcached > > sudo apt-get install memcached Good > 2. Navigated to /etc/koha/koha-sites.conf and changed MEMCACHED environment variable to 'yes' from 'no' Wrong. Explanation: that configuration variable controls wether

Re: [Koha] Enabling Memcached on Koha 3.18.06

2015-05-04 Thread Robin Sheat
Craig Butosi schreef op ma 04-05-2015 om 21:09 [+]: > Not much on enabling memcached for Koha 3.18.06 (Ubuntu 14.04 LTS > 64-bit VPS), so I'm posting here for the community. It looks like I > successfully installed memcached on localhost 11211. But it doesn't > look like Koha appears as an entr