Re: [Koha] Install for Dummies

2012-01-22 Thread Koustubha Kale
> > > Also make sure your zebra server is running by running command ps >> aux|grep zebra >> You should see atleast three lines of output on above command. >> > > Nope, just: > > # ps aux|grep zebra > root 16132 0.0 0.1 3292 508 pts/0 R+ 22:10 0:00 grep zebra > > Does this suggest that

Re: [Koha] Install for Dummies

2012-01-22 Thread Bruce A Metcalf
Hello all, I believe I have discovered the cause of my troubles. A number of files used by the rebuild_zebra.pl were owned by root instead of koha. A quick chown on them and not only did rebuild_zebra.pl run properly, I now have books in my catalog! Going to have to watch that one. I suspect

Re: [Koha] Install for Dummies

2012-01-22 Thread Mason James
On 2012-01-22, at 1:35 PM, Paul wrote: > Having experienced a few glitches ourselves, here are some extracts from our > "cheat sheet" (nelson is the name of our Debian/Ubuntu server with Koha 3.6.1 > installed and happily working): > > *** do mysql dump FIRST *** > *** do not go near link_bibs

Re: [Koha] Install for Dummies

2012-01-22 Thread Bruce A Metcalf
Paul wrote: At 08:27 PM 1/21/2012 -0500, Bruce A Metcalf wrote: Paul wrote: [snip] koha@nelson:/usr/share/koha$ KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/koha/lib ./bin/migration_tools/rebuild_zebra.pl -a -r -v koha@nelson:/usr/share/koha$ KOHA_CONF=/etc/koha/koha-conf.xml PERL5L

Re: [Koha] Install for Dummies

2012-01-22 Thread Bruce A Metcalf
Koustubha Kale wrote: bruce@library:/usr/share/__koha4/bin/migration_tools$ For the error message you have pasted above, it seems your koha is located at /usr/share/__koha4 Actually, /usr/share/koha. The koha4 directories are a leftover liblime install that was aband

Re: [Koha] Install for Dummies

2012-01-22 Thread Paul
At 08:27 PM 1/21/2012 -0500, Bruce A Metcalf wrote: Paul wrote: [snip] koha@nelson:/usr/share/koha$ KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/koha/lib ./bin/migration_tools/rebuild_zebra.pl -a -r -v koha@nelson:/usr/share/koha$ KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/

Re: [Koha] Install for Dummies

2012-01-22 Thread Koustubha Kale
> bruce@library:/usr/share/__koha4/bin/migration_tools$ >> > Hi For the error message you have pasted above, it seems your koha is located at /usr/share/__koha4 If thats correct ( you can verify by running command ls /usr/share/__koha4 ) then your PERL5LIB should be PERL5LIB=/usr/share/

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Eric Bégin wrote: What is the first line in the Perl @INC: section in your staff About Koha's page ? /usr/share/koha/lib This is most likely the value you should use to set PERL5LIB. Since that's what I've been trying, it would seem the problem lies elsewhere. Thanks, / Bruce / Bruce A.

Re: [Koha] Install for Dummies

2012-01-21 Thread Eric Bégin
Bruce, What is the first line in the Perl @INC: section in your staff About Koha's page ? This is most likely the value you should use to set PERL5LIB. Eric Bégin www.inLibro.com On 12-01-21 08:13 PM, Bruce A Metcalf wrote: Eric Bégin wrote: I set: KOHA_CONF=/etc/koha/koha-conf.xml This

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Paul wrote: Having experienced a few glitches ourselves, here are some extracts from our "cheat sheet" (nelson is the name of our Debian/Ubuntu server with Koha 3.6.1 installed and happily working): *** do mysql dump FIRST *** Only six records in the system, so I skipped this. *** do not

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Eric Bégin wrote: I set: KOHA_CONF=/etc/koha/koha-conf.xml This looks ok to me. PERL5LIB=/usr/share/koha/lib If you did the default installation, the PERL5LIB should then be /usr/share/koha Tried this. Got the same failure message. Must be something else I did wrong or failed to do. Th

Re: [Koha] Install for Dummies

2012-01-21 Thread Paul
Having experienced a few glitches ourselves, here are some extracts from our "cheat sheet" (nelson is the name of our Debian/Ubuntu server with Koha 3.6.1 installed and happily working): *** do mysql dump FIRST *** *** do not go near link_bibs_to_authorities.pl *** paul@nelson:/$ cd /usr/share

Re: [Koha] Install for Dummies

2012-01-21 Thread Eric Bégin
Bruce, I set: KOHA_CONF=/etc/koha/koha-conf.xml This looks ok to me. PERL5LIB=/usr/share/koha/lib If you did the default installation, the PERL5LIB should then be /usr/share/koha Eric Bégin www.inLibro.com On 12-01-21 10:16 AM, Bruce A Metcalf wrote: Chris Nighswonger wrote: Have a re

Re: [Koha] Install for Dummies

2012-01-21 Thread Chris Nighswonger
Hi Bruce, The correct paths for your installation would have been given in the notes produced at the end of running Makefile.PL (not sure where this would show up if you used the deb packages). These paths will *have* to be correct in order for Koha related cli scripts to run properly. Perhaps som

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Chris Nighswonger wrote: Have a read at these FAQ's: http://koha-community.org/documentation/faq/searching/ Pay careful attention to the solution for question #4. It appears you've not exported the proper env vars. It sounds like you're recommending: 1. Check that you are exporting the tw

Re: [Koha] Install for Dummies

2012-01-20 Thread Chris Nighswonger
Have a read at these FAQ's: http://koha-community.org/documentation/faq/searching/ Pay careful attention to the solution for question #4. It appears you've not exported the proper env vars. Kind Regards, Chris On Fri, Jan 20, 2012 at 9:01 PM, Bruce Metcalf wrote: > Eric Bégin wrote: > >> >>

Re: [Koha] Install for Dummies

2012-01-20 Thread Bruce Metcalf
Eric Bégin wrote: All three commands fail with a variety of messages, but all include "file not found". Indeed, that doesn't look good. Can you provide the full output of the rebuild_zebra -b -r -v bruce@library:/usr/share/koha4/bin/migration_tools$ rebuild_zebra.pl -b -r -v Can't locate K

Re: [Koha] Install for Dummies

2012-01-19 Thread Eric Bégin
Bruce, All three commands fail with a variety of messages, but all include "file not found". Indeed, that doesn't look good. Can you provide the full output of the rebuild_zebra -b -r -v (make sure to run this command from your /bin directory) Eric On 2012-01-19 09:41, Bruce Metcalf wrote:

Re: [Koha] Install for Dummies

2012-01-19 Thread Bruce Metcalf
Bruce Metcalf wrote: I am a new user of Koha, and have had my Linux guru (who had not seen Koha prior to this work) install version 3.6.2 under Debian Squeeze on an otherwise empty virtual server. All appears to be going exactly as it should. owever, the public OPAC shows no books in the colle

Re: [Koha] Install for Dummies

2012-01-15 Thread Eric Bégin
Hi Bruce, Get a look at this link. It shows the most common problems when you get not result in the OPAC. http://koha-community.org/documentation/faq/searching/ Don't hesitate to come back and ask for more info if this link doesn't solve your problem. Regards, Eric Bégin www.inLibro.com