Re: [Koha-devel] [Zebralist] New version of Yaz

2010-02-16 Thread Chadwick, John, DCA
M To: Koha Devel Mailing List Subject: Re: [Koha-devel] [Zebralist] New version of Yaz On Thu, Jan 21, 2010 at 6:08 PM, Mike Taylor wrote: > 2010/1/21 Chadwick, John, DCA : >> I just noticed that there is a new version of Yaz. We have gone from 3.0.x >> to 4.0.x. Can anyone share

[Koha-devel] New version of Yaz

2010-01-21 Thread Chadwick, John, DCA
I just noticed that there is a new version of Yaz. We have gone from 3.0.x to 4.0.x. Can anyone share what may have been fixed with this upgrade? Thanks, John +--- -+ John Chadwick, Ed.D. Information Technology Man

Re: [Koha-devel] Stack smashing resolved -- we think

2010-01-11 Thread Chadwick, John, DCA
z] Sent: Monday, January 11, 2010 12:59 PM To: tajoli Cc: Chadwick, John, DCA; koha-devel@lists.koha.org Subject: Re: [Koha-devel] Stack smashing resolved -- we think 2010/1/12 tajoli : > Hi, > >> Our server has 8GB of memory with a quad core processor. I allocated >> 1000GB to the

Re: [Koha-devel] Stack smashing resolved -- we think

2010-01-11 Thread Chadwick, John, DCA
to time? Thanks, John -Original Message- From: Chris Cormack [mailto:ch...@bigballofwax.co.nz] Sent: Monday, January 11, 2010 12:59 PM To: tajoli Cc: Chadwick, John, DCA; koha-devel@lists.koha.org Subject: Re: [Koha-devel] Stack smashing resolved -- we think 2010/1/12 tajoli : >

Re: [Koha-devel] Stack smashing resolved -- we think

2010-01-11 Thread Chadwick, John, DCA
Right now we are building the system and adding records in 500 record chunks. John -Original Message- From: tajoli [mailto:taj...@cilea.it] Sent: Monday, January 11, 2010 12:44 PM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Stack smashing resolved

[Koha-devel] Stack smashing resolved -- we think

2010-01-11 Thread Chadwick, John, DCA
Okay, it looks like the stack smashing issue has been resolved through increased allocation of memory in several places on the MySQL server. Our server has 8GB of memory with a quad core processor. I allocated 1000GB to the MyISAM sort buffer size. I also increased the key buffer size. I found

[Koha-devel] Even more fun...

2010-01-06 Thread Chadwick, John, DCA
Looking at the zebraqueue log file I found the following: r...@stliblinux1:/var/log/bbmkoha# cat koha-zebraqueue-output.log DBD::mysql::st execute failed: Deadlock found when trying to get lock; try restarting transaction at /koha/bbmkoha/bin/zebraqueue_daemon.pl line 284. DBD::mysql::st exec

[Koha-devel] New Zebradeamon errors

2010-01-06 Thread Chadwick, John, DCA
At least we are creative. We are running Koha 3.01.00.061 on Ubuntu 8.0.4. Zebra version is 2.0.43. After loading some records we are seeing the following errors. 17:41:42-05/01 zebrasrv(36) [warn] Failed to seek in /var/lib/bbmkoha/zebradb/biblios/shadow/recdB-i-0.mf [Invalid argument] 17:41:4

Re: [Koha-devel] Stack Smashing

2010-01-06 Thread Chadwick, John, DCA
he mystery deepens. John -Original Message- From: MJ Ray [mailto:m...@phonecoop.coop] Sent: Wednesday, January 06, 2010 4:08 AM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Stack Smashing "Chadwick, John, DCA" wrote: [...] > *** stack smashing

Re: [Koha-devel] Stack Smashing

2010-01-05 Thread Chadwick, John, DCA
] Sent: Tuesday, January 05, 2010 11:23 AM To: Chadwick, John, DCA Cc: koha-devel Subject: Re: [Koha-devel] Stack Smashing On 2010/01/6, at 7:07 AM, Chadwick, John, DCA wrote: > Here is a good challenge. I have seen this question posed a few > times, but have not seen an answer. We are r

[Koha-devel] Stack Smashing

2010-01-05 Thread Chadwick, John, DCA
Here is a good challenge. I have seen this question posed a few times, but have not seen an answer. We are running 3.01.00.061 on Ubuntu 8.04.3. Using the icuchain method for indexing records. When we got to just over 10,000 records we started to get the following error message when Zebra gets

Re: [Koha-devel] Need for reindex with Zebra?

2009-12-22 Thread Chadwick, John, DCA
hanks! David Schuster Plano ISD Chadwick, John, DCA wrote: > > I wrote a shell script for the times we need to manually reindex Zebra. > Our development box isn't a speed demon, so a large load takes some time > to index, so we help it along a bit. The production box is a speed >

Re: [Koha-devel] Need for reindex with Zebra?

2009-12-17 Thread Chadwick, John, DCA
I wrote a shell script for the times we need to manually reindex Zebra. Our development box isn't a speed demon, so a large load takes some time to index, so we help it along a bit. The production box is a speed demon, so we don't need to reindex often. This script can be run from Webmin. We are no

Re: [Koha-devel] sort-string-utf.chr

2009-12-17 Thread Chadwick, John, DCA
I am the one who wrote about the encoding utf-8 line missing from the file. You are right. You are absolutely correct about converting the file from latin1 to uft-8 as well. We gave up on character mapping as a means of getting Spanish language diacritics to search properly and went with the ic

Re: [Koha-devel] A couple of Debian install questions

2009-12-06 Thread Chadwick, John, DCA
Owen, I have more than my share of attempts at installing Koha on Ubuntu. I will share my experience. I am still working with some instructions that have grown as I have found additional PERL modules that Koha wants prior to installation. I will go with the ones I know about. GD IPC::Cmd PDF::R

[Koha-devel] Question about using icu

2009-12-04 Thread Chadwick, John, DCA
A BIG thanks to Henri for suggesting that we try using icu to resolve our diacritic issues. The good news is that this worked great on our development server with about 30 records. The bad news is that when I go to reindex zebra on our production server the process fails to commit. The prod

[Koha-devel] file encoding problems

2009-12-03 Thread Chadwick, John, DCA
I am trying to edit the sort-string-utf.chr file to map characters with diacritics (acute and grave accents) to letters without accents. The problem I am running into is that I am trying to open up the files in a program called jEdit. The editor tells me that the French version is in cp1250.

Re: [Koha-devel] More mystery with Diacritics

2009-12-02 Thread Chadwick, John, DCA
Thank you for the hint. I will focus my energy on mapping. -Original Message- From: LAURENT Henri-Damien [mailto:henridamien.laur...@gmail.com] Sent: Wednesday, December 02, 2009 1:11 AM To: Chadwick, John, DCA Cc: Paul Poulain; koha koha; koha-devel@lists.koha.org Subject: Re: [Koha

Re: [Koha-devel] More mystery with Diacritics

2009-12-01 Thread Chadwick, John, DCA
Paul Poulain Sent: Tuesday, December 01, 2009 2:45 PM To: Chadwick, John, DCA Cc: koha koha; koha-devel@lists.koha.org Subject: Re: [Koha-devel] More mystery with Diacritics Chadwick, John, DCA a écrit : > > Okay, getting closer, but still no luck. > > > > In the default word-p

[Koha-devel] More mystery with Diacritics

2009-12-01 Thread Chadwick, John, DCA
Okay, getting closer, but still no luck. In the default word-phrase-utf.chr file the mappings we need to get the Spanish diacritics to work are there. The equivalents are not there. For example: equivalent Ń is not defined. When I try to add it in I get all sorts of error messages when

[Koha-devel] Diacritics in title

2009-12-01 Thread Chadwick, John, DCA
We are using Koha 3.01.00.61 and we have run into a slight bump in the road. I would appreciate any advice or help on this issue. Being in the southwestern United States with a large population who speak Spanish we have a lot books in Spanish, complete with Spanish diacritics. The behavior we a

[Koha-devel] Zebra indexing question

2009-11-18 Thread Chadwick, John, DCA
I am noticing some errors in the koha-zebradaemon-output.log file. When new records are added it takes a bit longer to index than we think they should. Running rebuild zebra is often faster. The log file shows the following: 14:31:44-18/11 zebrasrv(55) [warn] Failed to open /var/lib/bbmkoha

[Koha-devel] Rebuild Zebra and production mode -- trapped fatal error

2009-11-16 Thread Chadwick, John, DCA
First, I have seen the production mode - trapped fatal error message during some testing. We are now working on the production server. The error, at least when I have seen it, is generated when you try to get opac details for a biblionumber that doesn't exist. This has been resolved for us when we

Re: [Koha-devel] [Koha] Git and Koha v3.0.4

2009-10-27 Thread Chadwick, John, DCA
Thank you VERY much for the clarification. I will go on ahead and run the 3.01.00.061 version. John -Original Message- From: Chris Cormack [mailto:ch...@bigballofwax.co.nz] Sent: Tuesday, October 27, 2009 2:26 PM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org; k

Re: [Koha-devel] [Koha] Git and Koha v3.0.4

2009-10-27 Thread Chadwick, John, DCA
), but there are fewer choices on the local section of the systems preference page. John -Original Message- From: Chris Cormack [mailto:ch...@bigballofwax.co.nz] Sent: Tuesday, October 27, 2009 1:54 PM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org; k...@lists.katipo.co.nz Subject: Re

[Koha-devel] Git and Koha v3.0.4

2009-10-27 Thread Chadwick, John, DCA
I am trying to use git to update an install on a development box before we go to the production server. Today I started a directory for the koha clone on my development box. The directory is kohaclonetest When I use git to download a clone I end up with version 3.00.01.061. I have one branch ca

Re: [Koha-devel] [Koha] New and creative error

2009-10-26 Thread Chadwick, John, DCA
It is showing 3.00.04.019 John -Original Message- From: Chris Cormack [mailto:chr...@catalyst.net.nz] Sent: Monday, October 26, 2009 3:21 PM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org; k...@lists.katipo.co.nz Subject: Re: [Koha] New and creative error * Chadwick, John, DCA

[Koha-devel] New and creative error

2009-10-26 Thread Chadwick, John, DCA
I am seeing a new error. Actually, I have seen the error message before, but now I am stumped. When I go to the staff side on Koha 3.00.04 I get the following error: production mode - trapped fatal error Content-type: text/html production mode - trapped fatal error Checking the error

Re: [Koha-devel] [Koha] Koha-3.0.4 Stable release

2009-10-21 Thread Chadwick, John, DCA
: Chadwick, John, DCA Cc: Chris Cormack; koha-devel@lists.koha.org Subject: Re: [Koha-devel] [Koha] Koha-3.0.4 Stable release Sounds like you're pulling HEAD instead of 3.04 - and you just need to switch which branch you're using to the 3.x branch. Nicole On Wed, Oct 21, 2009 at 5:38 PM

Re: [Koha-devel] [Koha] Koha-3.0.4 Stable release

2009-10-21 Thread Chadwick, John, DCA
That's just it. I am not getting any errors. All the feedback is that I am up to date. The version still comes up as 3.00.01.061. -Original Message- From: Chris Cormack [mailto:ch...@bigballofwax.co.nz] Sent: Wednesday, October 21, 2009 3:28 PM To: Chadwick, John, DCA Cc: koha-

Re: [Koha-devel] [Koha] Koha-3.0.4 Stable release

2009-10-21 Thread Chadwick, John, DCA
: 505-476-9761 john.chadw...@state.nm.us http://www.nmstatelibrary.org -Original Message- From: Chris Cormack [mailto:ch...@bigballofwax.co.nz] Sent: Wednesday, October 21, 2009 2:58 PM To: Chadwick, John, DCA Cc: LAURENT Henri-Damien; gonza...@famaf.unc.edu.ar; k...@lists.katipo.co.nz

Re: [Koha-devel] [Koha] Koha-3.0.4 Stable release

2009-10-21 Thread Chadwick, John, DCA
Git is not working properly. Still only comes down with version 3.00.01.061. When getting a new branch, still get a message that it is up to date. +-+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Libra

Re: [Koha-devel] [Koha] Koha error diagnosed, new question

2009-09-15 Thread Chadwick, John, DCA
, 2009 1:39 PM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org; k...@lists.katipo.co.nz Subject: Re: [Koha] Koha error diagnosed, new question Hi, 2009/9/15 Chadwick, John, DCA : > Now, the question is, how important, or unimportant, is the memcached > commands? Memcached support is cur

[Koha-devel] Koha error diagnosed, new question

2009-09-15 Thread Chadwick, John, DCA
Okay, I diagnosed the cause of the error, but now I have a new question. In the koha-conf.xml file I commented out the last two lines concerning the memory caching, memcached_servers and memcached_namespace. That took care of the issue concerning being able to go to the web installer via th

[Koha-devel] New install error.

2009-09-15 Thread Chadwick, John, DCA
We are finally staging our production server that will house a couple of Koha sites to begin with using apache virtual hosting. I downloaded and install the latest version from the git repository and I have done a clean install. I am now getting something a bit strange and any help would be appreci

Re: [Koha-devel] Problems with Koha 3.0.3 download

2009-07-28 Thread Chadwick, John, DCA
Chris, Thanks for the info. It was actually more confusion than a problem. John -Original Message- From: Chris Cormack [mailto:ch...@bigballofwax.co.nz] Sent: Monday, July 27, 2009 1:08 PM To: Chadwick, John, DCA Cc: k...@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re

Re: [Koha-devel] virtual hosting on different databases

2009-07-27 Thread Chadwick, John, DCA
I am doing named virtual hosting and it turned out to be a lot easier than I thought it would be. Two databases, two koha installs, two koha.conf files. I am doing two of everything so if one site breaks the whole thing does not go down. +

[Koha-devel] Problems with Koha 3.0.3 download

2009-07-27 Thread Chadwick, John, DCA
Last week I downloaded Koha 3.0.3 from the link on the www.koha.org home page. The command I used was: wget http://download.koha.org/koha-3.00.03.tar.gz at the linux command file. The download went smoothly. The extraction and build were successful. When we went to build

[Koha-devel] Multiple installs of Koha on same server

2009-06-22 Thread Chadwick, John, DCA
I need a bit of a sanity check here before I get going and find myself in too much trouble. I would like to have 2 installations of koha on the same server. This would require two koha databases and two koha web directories. I would be doing some virtual hosting to accomplish this. Do I need tw

Re: [Koha-devel] Zebra stops searching after a crash

2009-03-26 Thread Chadwick, John, DCA
://www.nmstatelibrary.org -Original Message- From: Adam Dickmeiss [mailto:a...@indexdata.dk] Sent: Thursday, March 26, 2009 3:05 AM To: Chadwick, John, DCA Cc: koha-devel@lists.koha.org; k...@lists.katipo.co.nz Subject: Re: [Koha-devel] Zebra stops searching after a crash Chadwick, John

[Koha-devel] Zebra stops searching after a crash

2009-03-25 Thread Chadwick, John, DCA
We are getting ready to go into production and one of the Mac Minis that we have been testing on decided to crash today. After rebooting the server, searching with Zebra turned off works. Turning Zebra on and searching fails. Zebra was turned on prior to the crash and the searching worked great. I

[Koha-devel] Another UTF-8 encoding question

2009-01-14 Thread Chadwick, John, DCA
Play time is over and I am now building a couple of servers using Ubuntu 8.04 and the latest git version of Koha. So far the installations have been clean and easy. I have just one more UTF-8 encoding question. Being in the southwestern U.S. we are trying to deal with some titles that have S

[Koha-devel] More encoding issues

2008-12-12 Thread Chadwick, John, DCA
Quick question concerning the following wiki page on encoding: http://wiki.koha.org/doku.php?id=encodingscratchpad. Some of the information in the wiki seems to be more applicable to MySQL 4.1 instead of 5.x Also, some of the suggested changes to modify tables seem to refer to tables th

Re: [Koha-devel] Displaying data(Accents)

2008-12-03 Thread Chadwick, John, DCA
With all the correct icu modules installed on Ubuntu, and the database tweaked properly for utf-8 encoding, our diacritics display properly in the bibliography information. The problem for us is in searching. When I use the modified default.idx and the icu.xml file and run rebuild_zebra.pl keyword

Re: [Koha-devel] HTML::Template::Pro problems?

2008-11-17 Thread Chadwick, John, DCA
Fax: 505-476-9761 [EMAIL PROTECTED] http://www.nmstatelibrary.org -Original Message- From: Galen Charlton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 5:22 PM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] HTML::Template:

Re: [Koha-devel] HTML::Template::Pro problems?

2008-11-13 Thread Chadwick, John, DCA
- From: Galen Charlton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 5:22 PM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] HTML::Template::Pro problems? Hi John, On Wed, Nov 12, 2008 at 4:55 PM, Chadwick, John, DCA <[EM

[Koha-devel] HTML::Template::Pro problems?

2008-11-12 Thread Chadwick, John, DCA
We are having some search problems (keyword search doesn't work) when we configure default.idx to use the icu.xml file to handle diacritics. Koha 3.01.00.002 on Ubuntu 8.04. Zebra 2.0.34 I am noticing some interesting errors in the koha-opac-error_log file: [Thu Nov 06 11:47:19 2008] [e

Re: [Koha-devel] [Koha] icu diacrtics and search problems

2008-11-06 Thread Chadwick, John, DCA
] [mailto:[EMAIL PROTECTED] On Behalf Of Chadwick, John, DCA Sent: Thursday, November 06, 2008 11:18 AM To: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: [Koha] icu diacrtics and search problems Okay, here is a very good mystery for everyone. Koha 3.01.00.002 on Ubuntu 8. When we

[Koha-devel] icu diacrtics and search problems

2008-11-06 Thread Chadwick, John, DCA
Okay, here is a very good mystery for everyone. Koha 3.01.00.002 on Ubuntu 8. When we use the default.idx file with Koha and the word-phrase-utf.chr file, Koha searches perfectly fine and life is good, except for diacritics. So, we modify the default.idx file and use the icu.xml file a

[Koha-devel] Updating perl modules

2008-10-20 Thread Chadwick, John, DCA
I am wondering how others who manage their own Koha installations deal with updating Perl modules. Do you do updates on a regular schedule? Are there gotchas associated with keeping things up to date? Thanks, John +---

[Koha-devel] Ubuntu 8.04 and rebuild_zebra script

2008-07-21 Thread Chadwick, John, DCA
I just updated a couple of our test servers from Ubuntu 7.10 to Ubuntu 8.04. When I went to run the rebuild_zebra.pl I got the following error message (multiple times). Mon Jul 21 15:27:15 2008] rebuild_zebra.pl: Cannot decode string with wide characters at /usr/lib/perl/5.8/Encode.pm line 166

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Chadwick, John, DCA
87507 505-476-9740 505-476-9761 (FAX) [EMAIL PROTECTED] -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 7:31 AM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Fri, Jul

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Chadwick, John, DCA
I will download this morning, but I probably won't get to trying to build until this afternoon. I will let you know how it works. John -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 7:31 AM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED];

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Chadwick, John, DCA
l sendmail on these Ubuntu boxes. John -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 6:48 AM To: Joe Atzberger Cc: Chadwick, John, DCA; [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Thu, Jul 10,

Re: [Koha-devel] MIME::Lite issues

2008-07-10 Thread Chadwick, John, DCA
I am showing version 3.021. John -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 2:41 PM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues Oh, one thing, John. Do you know

[Koha-devel] MIME::Lite issues

2008-07-10 Thread Chadwick, John, DCA
I am trying to install Koha 3.0 RC1 on Ubuntu 8.04. When I do the Makefile.PL I get a message that MIME::Lite 3.01 is missing. When I do a cpan install MIME::Lite I feedback that MIME::Lite is up to date. Any work arounds? Thanks, John +--

Re: [Koha-devel] a new perl dependence

2008-05-14 Thread Chadwick, John, DCA
Another dependency I have seen on my recent installation on Debian Etch is for Image::Magick. It is better to do an apt-get install of perlmagick. John +-+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library

Re: [Koha-devel] XML::LIBXSLT error on Debian etch

2008-05-12 Thread Chadwick, John, DCA
I am back to Debian Etch, I will give your script a tryout tomorrow. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Chantreux Sent: Monday, May 12, 2008 12:11 PM To: koha-devel@lists.koha.org Subject: Re: [Koha-devel] XML::LIBXSLT error on Debi

Re: [Koha-devel] XML::LIBXSLT error on Debian etch

2008-05-11 Thread Chadwick, John, DCA
Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] XML::LIBXSLT error on Debian etch On Wed, May 7, 2008 at 11:55 AM, Marc Chantreux <[EMAIL PROTECTED]> wrote: > On Wed, May 07, 2008 at 08:48:34AM -0600, Chadwick, John, DCA wrote: > > Okay, I got the DBD::mysql issue resolved

[Koha-devel] XML::LIBXSLT error on Debian etch

2008-05-07 Thread Chadwick, John, DCA
us make: *** [blib/arch/auto/XML/LibXSLT/LibXSLT.so] Error 1 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible -Original Message- From: Henri-Damien LAURENT [mailto:[EMAIL PRO

[Koha-devel] DBD::mysql install error

2008-05-06 Thread Chadwick, John, DCA
I am working on a fresh install of Debian 4 trying to install DBD::mysql First problem, the file would not install. Evidently the mysql_config file that lives in /usr/bin did not get installed with the mysql-server install. I copied the file from a working Ubuntu 7.10 installation. Now, the i

[Koha-devel] Ubuntu 8.04 and Koha 3

2008-04-21 Thread Chadwick, John, DCA
I have noticed that Ubuntu 8.04 LTS - desktop and server - is set for release later this week. We are currently running Ubuntu 7.10. Does anyone have any thoughts on how well Koha 3 would (or would not) work with Ubuntu 8.04? Thanks, John +--