Re: [Koha] Install Koha 3.20 with Single Command at Ubuntu 14.04 LTS

2015-05-27 Thread Suzon Das
Nice. On Tue, May 26, 2015 at 10:23 PM, DP Tripathi wrote: > Dear All, > > Greetings! > > Now, Install Koha 3.20 with one single command at Ubuntu 14.04 LTS > > Just follow the instructions. > > I assume that you have installed Ubuntu 14.04 LTS in your system and it is > connected with Internet.

[Koha] Skipping rebuild/update because flock failed on /var/lock/zebra_koha_library/rebuild/rebuild..LCK: Resource temporarily unavailable

2015-05-27 Thread Vimal Kumar V.
Dear Friends, We have just upgraded Koha 3.16.10 to 3.18.6 on Ubuntu. Installation based on Ubuntu packages. After successful upgrade, searching does not working. I tried Zebra rebuild. At the end, its shows following message. REINDEXING zebra 12:58:16-27/05 zebraidx(24919)

Re: [Koha] Skipping rebuild/update because flock failed on /var/lock/zebra_koha_library/rebuild/rebuild..LCK: Resource temporarily unavailable

2015-05-27 Thread Hugo Agud
hi New Koha installs block de zebra rebuild if there is another reindex in process, in order to avoid loopings with reindex... make sure no other rebuild is in process... you may comment out the reindex cron, to make sure that no other process is running I hope it works 2015-05-27 10:21 GMT+02:0

Re: [Koha] check external system for borrowers hold

2015-05-27 Thread Viktor.Sarge
I’m not quite shure I understand the question fully. But this page might give you some answers: http://wiki.koha-community.org/wiki/APIs_and_protocols_supported_by_Koha If you want to know if the borrower have holds in other remote Koha-instances you could use ILS-DI GetPatronInfo with the flag

Re: [Koha] [Koha-devel] Install Koha 3.20 with Single Command at Ubuntu 14.04LTS

2015-05-27 Thread Mark Tompsett
Greetings, It is always better to follow the instructions on the wiki, as they are always more current (patches take longer to get into master). For example, in your script you have the old MySQL security tweak, but it is commented out. The new tweak: sudo mysql_secure_installation I do not re

[Koha] Problem batch loading records

2015-05-27 Thread Steve Sowder
I do batch loads of records into our Koha system. Some records are new and some are for overlaying (and updating) existing records. The load process generally gives me a notice that there were no overlays. Even though the "Match Details" area says that there are matches. So, I reverse the load an

Re: [Koha] Bywater coverflow

2015-05-27 Thread Craig Butosi
Hi all, Just a question to clarify, On a package install (Koha 3.20, Ubuntu , 14.04), is the Script Alias line added to one's instance Apache config file at etc/apache2/sites-available/.conf? The instructions (http://translate.koha-community.org/manual/master/en/html-desktop/#coverflow) here

Re: [Koha] Bywater coverflow

2015-05-27 Thread Kyle Hall
That is correct. Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com ) On Wed, May 27,

Re: [Koha] [Koha-devel] Install Koha 3.20 with Single Command at Ubuntu 14.04 LTS

2015-05-27 Thread Robin Sheat
DP Tripathi schreef op wo 27-05-2015 om 11:53 [+0530]: > Just follow the instructions. Some pretty minor issues to start with: Why does it do this: sed -e 's/ident//; s/sameuser/trust/' /etc/apache2/ports.conf.dpt > /etc/apache2/ports.conf then: sed -e 's/ident//; s/sameuser/trust/' /etc/mysql/

Re: [Koha] [Koha-devel] Install Koha 3.20 with Single Command at Ubuntu 14.04LTS

2015-05-27 Thread Robin Sheat
Mark Tompsett schreef op wo 27-05-2015 om 07:57 [-0400]: > Primary reference: http://wiki.koha-community.org/wiki/Koha_on_Debian > Secondary reference (in the case of Ubuntu): > http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages > It's worth noting that there's really no difference betw

Re: [Koha] Koha Digest, Vol 115, Issue 44

2015-05-27 Thread DP Tripathi
It is tested on server and running well. The port 8000 is automatically added at the bottom of file and it does not affect the installation. The script is written considering those people who finds difficulty in installation specially dealing with Linux OS. Working with Linux OS is a still big ch

[Koha] items not importing

2015-05-27 Thread Jennifer Perry
Hi all. New Koha user here, looking for some advice. When first experimenting with Koha I installed it on a virtual machine on my laptop and used that to create all of the MARC records and items. Now it is time to migrate all of the data over to a real server set up by our IT department. The pro

Re: [Koha] Install Koha 3.20 with Single Command at Ubuntu 14.04LTS

2015-05-27 Thread Robin Sheat
DP Tripathi schreef op do 28-05-2015 om 07:16 [+0530]: > It is tested on server and running well. > > The port 8000 is automatically added at the bottom of file and it does > not > affect the installation. It might work, but it does something things that aren't really correct or necessary that mi