Re: [Koha] Zebra not updating biblios automatically in koha 3.8

2012-09-04 Thread Randall Rowe
Why would this require a server reboot? Also .bashrc env vars dono't affect cron. If you want to insure that cron env variables are set properly edit that users crontab. *nix != windoze server reboot not usually necessary. When changing .bashrc files all that is required is to logout and log b

[Koha] Newbie just started on koha

2012-09-04 Thread Dennis Njuguna
Hi all I appreciate the advice accorded, so far as newbie in ubuntu/koha now I have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i am giving my machine an IP address, 192.168.100.2 successfully since its even browsing the internet and I can ping it from our LAN but when I t

Re: [Koha] Newbie just started on koha

2012-09-04 Thread Bernardo Gonzalez Kriegel
Dennis, perhaps it has to do with the apache configuration on the VM. Look at the file /etc/koha/koha-httpd.conf, on the lines with you must put or your IP address instead of "*", then restart apache (sudo apache2ctl restart) Hope that helps Bernardo -- Bernardo Gonzalez Kriegel bgkrie...@gmai

[Koha] My Koha is down .. Software error?

2012-09-04 Thread Hartman, David W. - GBTS Library
Hello! I am getting the error below We can get into MYSQL from the command line. The Koha database and tables are viewable through MYSQL. I am getting this error on both the OPAC and the server. The file Koha.conf is world readable, owned by root, and has a group of www-data. Softwa

[Koha] My Koha is down .. Software error?

2012-09-04 Thread Hartman, David W. - GBTS Library
Hello! I am getting the error below We can get into MYSQL from the command line. The Koha database and tables are viewable through MYSQL. I am getting this error on both the OPAC and the server. The file Koha.conf is world readable, owned by root, and has a group of www-data. Softw

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Bernardo Gonzalez Kriegel
> > Software error: > > Access denied for user 'www-data'@'localhost' (using password: NO) at > /usr/share/koha/lib/C4/Context.pm line 758. > > Are you using the apache user "www-data" to access Koha's database? I think that is good practice to use a different database user for koha, as well a syst

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Hartman, David W. - GBTS Library
No, we are not using apache server and Koha was working on Friday .. it has suddenly stopped (broke over the weekend). No system changes were made. From: Bernardo Gonzalez Kriegel [mailto:bgkrie...@gmail.com] Sent: Tuesday, September 04, 2012 9:42 AM To: Hartman, David W. - GBTS Library Cc: koha

[Koha] Request

2012-09-04 Thread Aakanksha Mishra
Hi, I would like to unsubscribe from the emails of Koha Community. Kindly advice on how to proceed with the same. Thanks and Regards Aakanksha Mishra ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katip

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Jared Camins-Esakov
David, No, we are not using apache server and Koha was working on Friday .. it has > suddenly stopped (broke over the weekend). No system changes were made. > The error you describe is the result of the MySQL user being incorrect in the koha-conf.xml file. In this case, you have it configured to

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Bernardo Gonzalez Kriegel
Well, the message "Access denied for user 'www-data'@'localhost' (using password: NO)" clearly indicates that something is wrong with the access rights of the Koha user (in this case www-data) Please check your /etc/koha/koha-conf.xml, at the bottom is declared which database, host, user and passw

Re: [Koha] Request

2012-09-04 Thread Bernardo Gonzalez Kriegel
Send a mail (no body/subject) to koha-le...@lists.katipo.co.nz or koha-unsubscr...@lists.katipo.co.nz Regards, Bernardo -- Bernardo Gonzalez Kriegel bgkrie...@gmail.com On Tue, Sep 4, 2012 at 10:23 AM, Aakanksha Mishra < aakanksha_mis...@nucsoft.co.uk> wrote: > Hi, > > > > I would like to un

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Hartman, David W. - GBTS Library
FIXED - ☺ Looks like the xml file was corrupted .. we are backing it up and noting error for future reference. THANKS ALL! David From: Bernardo Gonzalez Kriegel [mailto:bgkrie...@gmail.com] Sent: Tuesday, September 04, 2012 9:50 AM To: Hartman, David W. - GBTS Library Cc: koha@lists.katipo.co.

Re: [Koha] Newbie just started on koha

2012-09-04 Thread Dennis Njuguna
Thanks it works On Tue, Sep 4, 2012 at 4:34 PM, Bernardo Gonzalez Kriegel < bgkrie...@gmail.com> wrote: > Dennis, > perhaps it has to do with the apache configuration on the VM. > Look at the file /etc/koha/koha-httpd.conf, on the lines with 127.0.0.1:80/8080> > you must put or your IP address

Re: [Koha] Newbie just started on koha

2012-09-04 Thread Fiskani Ngwira
Dear Colleagues I have managed to install KOHA but I failing to write anything on 100 tag personal author, there is a lock, please help, where I am I going wrong. Fiskani On Tue, Sep 4, 2012 at 3:20 PM, Dennis Njuguna wrote: > Hi all > > I appreciate the advice accorded, so far as newbie in ub

[Koha] values for syspref QueryRemoveStopwords

2012-09-04 Thread Mathieu Saby
Hi In the manual for koha 3.8 and 3.6 , the values for syspref QueryRemoveStopwords are "remove" / "don(t remove". In the code of koha (3.6, 3.8, master) it is "ignore" / "don't ignore" Chris Cormack said me "remove" = "ignore" (for I wasn't sure of that), but it would be great if someone coul

Re: [Koha] values for syspref QueryRemoveStopwords

2012-09-04 Thread Tomas Cohen Arazi
It doesn't have any effect whether you choose one or the other. NoZebra is hard deprecated in Koha 3.8, and that syspref only applies on NoZebra installs. Regards To+ On Tue, Sep 4, 2012 at 12:06 PM, Mathieu Saby wrote: > Hi > In the manual for koha 3.8 and 3.6 , the values for syspref > QueryRe

Re: [Koha] Zebra not updating biblios au tomatically in koha 3.8

2012-09-04 Thread Paul
At 08:00 AM 9/4/2012 -0500, Randall Rowe wrote: Why would this require a server reboot? Reboot or logout/login (I just played it safe...) Also .bashrc env vars dono't affect cron. If you want to insure that cron env variables are set properly edit that users crontab. Very specifically Koha

Re: [Koha] Zebra not updating biblios au tomatically in koha 3.8

2012-09-04 Thread Tomas Cohen Arazi
On Tue, Sep 4, 2012 at 1:01 PM, Paul wrote: > At 08:00 AM 9/4/2012 -0500, Randall Rowe wrote: >> >> Why would this require a server reboot? > > > Reboot or logout/login (I just played it safe...) > >> Also .bashrc env vars dono't affect cron. If you want to insure that cron >> env variables are se

[Koha] IRC Meeting Reminder: 5 September 18 UTC

2012-09-04 Thread Owen Leonard
The next general IRC meeting is coming up soon: 5 September at 18 UTC http://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+IRC+General+Meeting&iso=20120905T18 The agenda is here: http://wiki.koha-community.org/wiki/General_IRC_meeting,_5_September_2012 I hope to see you there, Owen

Re: [Koha] Newbie just started on koha

2012-09-04 Thread Owen Leonard
> I have managed to install KOHA but I failing to write anything on 100 tag > personal author, there is a lock, please help, where I am I going wrong. >From the FAQ entry under Cataloging, "Why can’t I edit 1xx, 6xx, or 7xx fields in my catalog record?" "These fields are authority controlled and

Re: [Koha] values for syspref QueryRemoveStopwords

2012-09-04 Thread Nicole Engard
On Tue, Sep 4, 2012 at 11:52 AM, Tomas Cohen Arazi wrote: > It doesn't have any effect whether you choose one or the other. > NoZebra is hard deprecated in Koha 3.8, and that syspref only applies > on NoZebra installs. So, should we remove the preference? Nicole _

Re: [Koha] Zebra not updating biblios au tomatically in koha 3.8

2012-09-04 Thread Paul
At 01:06 PM 9/4/2012 -0300, Tomas Cohen Arazi wrote: On Tue, Sep 4, 2012 at 1:01 PM, Paul wrote: [snip] > KOHA_CONF=/etc/koha/koha-conf.xml > KOHAPATH=/usr/share/koha > PERL5LIB=$KOHAPATH/lib > */1 * * * *koha$KOHAPATH/bin/migration_tools/rebuild_zebra.pl -a -b > -z &> /dev/null [snip

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Hartman, David W. - GBTS Library
Ok, we can find the admin client at this URL: http://btlibrary:8080 Not sure what happened to the other URL. Thoughts? From: Hartman, David W. - GBTS Library Sent: Tuesday, September 04, 2012 10:19 AM To: Hartman, David W. - GBTS Library; Bernardo Gonzalez Kriegel Cc: koha@lists.katipo.co.nz; We

Re: [Koha] My Koha is down .. Software error?

2012-09-04 Thread Robin Sheat
Op 04-09-12 19:34, Hartman, David W. - GBTS Library schreef: > Ok, we can find the admin client at this URL: http://btlibrary:8080 > > Not sure what happened to the other URL. Thoughts? All this depends on your apache configuration, you should check to see that it's set up as you'd expect and ha

Re: [Koha] values for syspref QueryRemoveStopwords

2012-09-04 Thread Chris Cormack
I'd like to see it and the nozebra one both go. Chris On Sep 5, 2012 4:49 AM, "Nicole Engard" wrote: > On Tue, Sep 4, 2012 at 11:52 AM, Tomas Cohen Arazi > wrote: > > It doesn't have any effect whether you choose one or the other. > > NoZebra is hard deprecated in Koha 3.8, and that syspref onl

Re: [Koha] values for syspref QueryRemoveStopwords

2012-09-04 Thread Mathieu Saby
Thank you for these explanations. From a mere librarian point of view, if nozebra is completely out of date, it should be a good idea to delete all trace of it. There is already s many sysprefs to check when you install Koha... M. Saby Le 04/09/2012 22:03, Chris Cormack a écrit : I'd lik

Re: [Koha] values for syspref QueryRemoveStopwords

2012-09-04 Thread Chris Cormack
On 5 September 2012 08:15, Mathieu Saby wrote: > Thank you for these explanations. > From a mere librarian point of view, if nozebra is completely out of date, > it should be a good idea to delete all trace of it. That's the plan. > There is already s many sysprefs to check when you install

[Koha] "Suspension in Days" is confusing

2012-09-04 Thread Vimal Kumar V.
.Dear Friends, I have confusion regarding "Suspension in Days" option in Administration > Circulation and Fine Rules. I understood that, patron membership will suspend (Freeze) after specific days. He can't make transaction after suspension. He has to return the books to waive the suspension. Pl