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-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 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 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 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
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 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