[Koha] Attempting to setup new server.

Boulier, Jack jboulier at mticollege.edu
Wed Nov 4 06:45:04 NZDT 2015


I am trying to get the records from one server to a new server. /home/koha/backup is reporting only 20 bytes in the file for the backup. File name /home/koha/backup/koha_library_sql.gz. If uncompressed there are 0 bytes in the record. Can someone tell me where I am going wrong. Am I looking at the wrong file. I have well of 1200 records in the database. Should I also be picking up the modification I made to the web pages? My never server with only 5 records carrys over 55000 bytes.

Thanks,
Jack


Jack Boulier,
LRC Director
5221 Madison Ave.
Sacramento, CA 95841
(916) 339-4370 Direct
(916) 339-0305 FAX
(916) 339-1500 Main
jboulier at mticollege.edu

-----Original Message-----
From: Koha [mailto:koha-bounces at lists.katipo.co.nz] On Behalf Of koha-request at lists.katipo.co.nz
Sent: Monday, November 2, 2015 3:00 PM
To: koha at lists.katipo.co.nz
Subject: Koha Digest, Vol 121, Issue 5

Send Koha mailing list submissions to
	koha at lists.katipo.co.nz

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.katipo.co.nz/mailman/listinfo/koha
or, via email, send a message with subject or body 'help' to
	koha-request at lists.katipo.co.nz

You can reach the person managing the list at
	koha-owner at lists.katipo.co.nz

When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."


Today's Topics:

   1. Re: Zebra (Koha 3.20.05) - Run it as a cron job or	use
      default daemon? (Craig Butosi)
   2. Re: in which file is the term by (Elaine Bradtke)
   3. Koha 3.18.12 released (Liz Rea)
   4. Re: Difficulty filling out accounting info (library)


----------------------------------------------------------------------

Message: 1
Date: Mon, 2 Nov 2015 18:01:52 +0000
From: Craig Butosi <craig.butosi at rcmusic.ca>
To: koha <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Zebra (Koha 3.20.05) - Run it as a cron job or	use
	default daemon?
Message-ID:
	<76B657F0CE544943AD3B3CD99B9C1C05532FC4 at RCMMX1.rcmusic.local>
Content-Type: text/plain; charset="utf-8"

Hi Tomas,

Really? This is great! The whole reason behind my question was to see if I could set-up my instance closer to an instant indexing set-up than in previous versions (which I believe was in 5 minute or so intervals - not terribly efficient when cataloguing). 5 seconds or fewer is outstanding. I will most certainly try out your instructions to enable. This ILS keeps getting better; learning a lot from all of you. Thank you.

Best to all,

C

Craig Butosi, MA, MLIS, B Mus (Hons.)
LIBRARY SERVICES MANAGER
THE ROYAL CONSERVATORY
TELUS Centre for Performance and Learning
273 Bloor Street West
Toronto, ON M5S 1W2
416.408.2824 x338
www.rcmusic.ca


-----Original Message-----
From: Koha [mailto:koha-bounces at lists.katipo.co.nz] On Behalf Of Tomas Cohen Arazi
Sent: November-02-15 12:55 PM
To: Katrin Fischer
Cc: koha
Subject: Re: [Koha] Zebra (Koha 3.20.05) - Run it as a cron job or use default daemon?

Craig, since 3.18 we have an awesome indexing daemon integrated to the packages, that should be used by everyone, instead of the cronjob. Might be worth enabling by default in 3.22.

Using the indexer daemon is WAY BETTER. It seeks for updates every 5 seconds (can be lower/higher, it is user-configurable), so you get almost instant indexing (instant for the end user). Also, a lot less records get queued, so indexing time is shorter and there aren't many indexing processes running at the same time.

To enable it you need to
- Comment the rebuild_zebra.pl line in /etc/cron.d/koha-common
- Enable the indexer daemon in /etc/default/koha-common
- Restart Koha's daemons:
  $ sudo service koha-common stop ; sudo service koha-common start

And yes, do it!


2015-11-01 7:32 GMT-03:00 Katrin Fischer <Katrin.Fischer.83 at web.de>:

> Hi Craig,
>
> using the rebuild_zebra.pl cronjob is currently the default for 
> reindexing. If you are using packages there is no need to deactivate 
> anything, it is all already set up to work correctly.
>
> Also koha-stop-zebra would stop your Zebra server - so the search 
> would stop working. You want to have that running :)
>
> Others might be able to explain that better, but hope this helps.
>
> Katrin
>
> Am 30.10.2015 um 16:34 schrieb Craig Butosi:
> > Hi all,
> >
> > Koha 3.20.05 on Ubuntu 14.04 LTS x64 VPS (package install)
> >
> > Was just wondering if it is still recommended to run zebra as a cron 
> > job
> (/usr/share/koha/bin/migration_tools/rebuild_zebra.pl) rather than 
> using the zebraqueue. I've read older posts saying that this was case (ca.
> 2008-2013).
> >
> > If it is recommended to run it as a cron job (as koha user of 
> > course), I
> read also that it is necessary to disable the zebraqueue to avoid 
> conflicts. How would I do that? With <$ service koha-stop-zebra
> instancename>?
> >
> > Thanks all!
> >
> > C
> >
> > Craig Butosi, MA, MLIS, B Mus (Hons.) LIBRARY SERVICES MANAGER the 
> > royal conservatory TELUS Centre for Performance and Learning
> > 273 Bloor Street West
> > Toronto, ON M5S 1W2
> > 416.408.2824 x338
> > www.rcmusic.ca<http://www.rcmusic.ca/>
> >
> >
> >
> > Note: This email message and any attachments are intended only for 
> > the
> use of the individual to which it is addressed, and may contain 
> information that is privileged, confidential and exempt from 
> disclosure under applicable law. If the recipient of this email is not 
> the intended recipient (or the employee or agent responsible for 
> delivering the email to the intended recipient), you are hereby 
> notified that any review, dissemination, distribution or copying or 
> other use of this message is strictly prohibited. If you have received 
> this communication in error, please notify the sender immediately by 
> return email and delete this message and attachments from your system, thank you.
> > _______________________________________________
> > Koha mailing list  http://koha-community.org Koha at lists.katipo.co.nz 
> > https://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
> _______________________________________________
> Koha mailing list  http://koha-community.org Koha at lists.katipo.co.nz 
> https://lists.katipo.co.nz/mailman/listinfo/koha
>



--
Tomás Cohen Arazi
Theke Solutions (http://theke.io)
✆ +54 9351 3513384
GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F _______________________________________________
Koha mailing list  http://koha-community.org Koha at lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha


Note: This email message and any attachments are intended only for the use of the individual to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the recipient of this email is not the intended recipient (or the employee or agent responsible for delivering the email to the intended recipient), you are hereby notified that any review, dissemination, distribution or copying or other use of this message is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and delete this message and attachments from your system, thank you.

------------------------------

Message: 2
Date: Mon, 2 Nov 2015 18:25:42 +0000
From: Elaine Bradtke <eb at efdss.org>
To: Tigran Zargaryan <tigran at flib.sci.am>
Cc: koha <koha at lists.katipo.co.nz>
Subject: Re: [Koha] in which file is the term by
Message-ID:
	<CAPdfUuy362c6p9h-nxEjenaXTwzPf_DF21zeGLsYqk2L5SHDJA at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Your attachment was removed.  Could you post it somewhere as a shared file and send the link?

On Sun, Nov 1, 2015 at 2:41 PM, <tigran at flib.sci.am> wrote:

> dear List,
> who can point the name(s) of the file(s) in which the term 'by' (being 
> displayed before the author name) is present. I'm in charge for 
> Armenian localisation, and direct translation of 'by' is not correct. 
> The term should be replaced by spaces. So want to know the names, to 
> remove Armenian translation of 'by' and replace with spaces.
> See attached files.
> Tigran
> _______________________________________________
> Koha mailing list  http://koha-community.org Koha at lists.katipo.co.nz 
> https://lists.katipo.co.nz/mailman/listinfo/koha
>



--
Elaine Bradtke
Data Wrangler
VWML
English Folk Dance and Song Society | http://www.efdss.org Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
Tel    +44 (0) 20 7485 2206 (This number is for the English Folk Dance and
Song Society in London, England. If you wish to phone me personally, send an e-mail first. I work off site)
--------------------------------------------------------------------------
Registered Company No. 297142
Charity Registered in England and Wales No. 305999
---------------------------------------------------------------------------
"Writing about music is like dancing about architecture"
--Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)


------------------------------

Message: 3
Date: Tue, 3 Nov 2015 09:51:53 +1300
From: Liz Rea <wizzyrea at gmail.com>
To: koha at lists.katipo.co.nz
Subject: [Koha] Koha 3.18.12 released
Message-ID:
	<CAD+xdkR60M8nXQsWdhL-gY3BtSiTZozxn0OVdajew+DM83FV6w at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

The Koha community are pleased to announce the release of Koha 3.18.12, a
maintenance and bugfix release of the popular open-source library
management system.


Packages for Debian will be available soon, or you can download the tarball
from http://download.koha-community.org.

Thanks to all contributors!

Liz Rea


------------------------------

Message: 4
Date: Mon, 2 Nov 2015 09:38:18 +1300
From: library <library at katikaticollege.school.nz>
To: koha at lists.katipo.co.nz
Subject: Re: [Koha] Difficulty filling out accounting info
Message-ID:
	<CAJknOCj_2P-dwV27BPFb3=0S3GU9mkcqRhpwM=ckmwnOHTw3Ww at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi Jonathan

Here's a strange thing. On Friday I paid for our subscription by credit
card (in New Zealand but Australian magazine so no tax) then looked up the
exchange rate for the day and entered that in NZ$. This is when I got the
error — see screen shot. Today I thought I would enter it in AU$ to see
what happened and it entered everything fine. I still cannot edit the two
middle fields (now the exchange rate is wrong) but at least I can save the
item with accounting fields filled out. I would be tempted to leave it like
this except I have problems entering donated books where I would like to
record the item cost but change it to 100% discount. There is obviously
something I haven't understood about the procedure. I have read the manual
but it is a bit basic.

Thank you very much for your help

Regards
Ann Murphy


Message: 10
Date: Fri, 30 Oct 2015 10:36:09 +0000
From: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
To: "koha at lists.katipo.co.nz" <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Difficulty filling out accounting info
Message-ID:
        <CAJzKNY4mSEb2gaU9OQrT9hUkoq2oYbMWUs+91QEqEEYMwyiLRg at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi Ann,

I confirm that it seems to work for me using 3.20.4 so it certainly
comes from your data.
Could you please make a screenshot of the form when you get the NaN
and give us the rate for the currency you use?

Regards,
Jonathan

2015-10-29 22:27 GMT+00:00 library <library at katikaticollege.school.nz>:
> Good morning
>
> Ever since we were upgraded to 3.20.4 I have had difficulty filling out
the
> accounting information for each item. I have found a work around for the
> books as I can can fill them out using the Uncertain Prices page then edit
> each item later, but I cannot do this for the subscriptions.
>
> Basically as soon as I enter the vendor price the rest of the price fields
> change to NaN (have no idea what this means) but the Budgeted cost and
> total cost fields are not editable. Then I cannot save because I get the
> error message -Total must be a number.
>
> Could anyone give me a hint as to what is wrong so I can tell our tech
> support where to look.
>
> Gratefully
>
> Ann Murphy
> Katikati College
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha


------------------------------

Subject: Digest Footer

_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


------------------------------

End of Koha Digest, Vol 121, Issue 5
************************************


More information about the Koha mailing list