Re: [Koha] cron issue with Koha on Ubuntu

2017-02-20 Thread Steve Nickerson
Thank you Mark!   As it turns out apparently my issue was that 'cron' was 
installed but not 'anacron'.   I had those same /etc/cron.d, /etc/cron.daily, 
etc. files that you provided, but anacron wasn't installed/running, so they 
weren't being used.   As soon as I added anacron things seem to be working now. 
 Maybe anacron should be one of the dependencies for the koha-common package???

-Original Message-
From: Mark Alexander [mailto:ma...@pobox.com] 
Sent: Saturday, February 18, 2017 3:28 PM
To: Steve Nickerson 
Cc: koha 
Subject: Re: [Koha] cron issue with Koha on Ubuntu

Excerpts from Steve Nickerson's message of 2017-02-18 13:38:56 -0500:
> Can someone tell
> me what the crontab(s) should look like and which user they should run
> under, please?   Anyone have a URL with instructions already?

Under my 16.11 installation, I see the following cron files, all owned by root 
but not appearing in the crontabs for root or any other user.  I've copied them 
below, with the GPL3 notices stripped out for brevity.

$ ls -laF /etc/cron*/koha*
-rwxr-xr-x 1 root root 1674 Sep 22 16:15 /etc/cron.daily/koha-common*
-rw-r--r-- 1 root root  516 Sep 22 16:15 /etc/cron.d/koha-common -rwxr-xr-x 1 
root root  840 Sep 22 16:15 /etc/cron.hourly/koha-common* -rwxr-xr-x 1 root 
root  838 Sep 22 16:15 /etc/cron.monthly/koha-common*

$ cat /etc/cron.daily/koha-common
#!/bin/sh
# /etc/cron.daily/koha-common -- Daily housekeeping tasks for all Kohas.
# Copyright 2010  Catalyst IT, Ltd

koha-foreach --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl 
-t koha-foreach --enabled --email 
/usr/share/koha/bin/cronjobs/advance_notices.pl -c koha-foreach --enabled 
/usr/share/koha/bin/cronjobs/membership_expiry.pl -c koha-foreach --enabled 
/usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1 
koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > 
/dev/null 2>&1 koha-foreach --enabled 
/usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 
--list-invites koha-foreach --enabled --noemail 
/usr/share/koha/bin/cronjobs/cleanup_database.pl --mail koha-foreach --enabled 
/usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1 
koha-run-backups --days 2 --output /var/spool/koha

$ cat /etc/cron.d/koha-common
# /etc/cron.d/koha-common
#
# Call koha-rebuild-zebra for each enabled Koha instance, to make sure the # 
Zebra indexes are up to date.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# Uncomment the following line if you do not want to use the koha-index-daemon 
integration # */5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && 
koha-rebuild-zebra -q $(koha-list --enabled)

*/15 * * * * root koha-foreach --enabled --email 
/usr/share/koha/bin/cronjobs/process_message_queue.pl

$ cat /etc/cron.hourly/koha-common
#!/bin/sh
# /etc/cron.hourly/koha-common -- Hourly housekeeping tasks for all Kohas.
# Copyright 2010  Catalyst IT, Ltd

koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/build_holds_queue.pl

$ cat /etc/cron.monthly/koha-common
#!/bin/sh
# /etc/cron.monthly/koha-common -- Monthly housekeeping tasks for all Kohas.
# Copyright 2015 Biblibre

koha-foreach --enabled 
/usr/share/koha/bin/cronjobs/share_usage_with_koha_community.pl

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Broken image links in Koha manual and missing PDF version

2017-02-20 Thread Michael Kuhn

Hi Chris

Thanks for clarification!


This is the manual I control here

https://koha-community.org/manual/16.11/html/ch02s02.html

Which has all the images,


Yes, I have seen the images in that manual all the images are there.


I have no way to update the
manual.koha-community.org  site.


Unfortunately this is the link to which the staff client directs when 
opening any help page. Here all the image links are broken.



FYI
https://koha-community.org/manual/17.05/html/ is the work in progress
manual for 17.05

...
> Oh and 17.05 manual will have pdf and epub versions too

Maybe it would be a good idea to link from the help pages to the manual 
that is controlled by you?


Best wishes: Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Broken image links in Koha manual and missing PDF version

2017-02-20 Thread Indranil Das Gupta
On Feb 21, 2017 2:53 AM, "Chris Cormack"  wrote:
>
> Oh and 17.05 manual will have pdf and epub versions too

So is that what is going up at
http://translate.koha-community.org/manual/16.11/en/html-desktop/?

That one and the PDF available there seen to have all images right.

-idg
>
> Chris
>
> On 21 February 2017 2:52:04 AM GMT+05:30, Chris Cormack <
chr...@catalyst.net.nz> wrote:
> >This is the manual I control here
> >
> >https://koha-community.org/manual/16.11/html/ch02s02.html
> >
> >Which has all the images, I have no way to update the
> >manual.koha-community.org site.
> >
> >FYI
> >https://koha-community.org/manual/17.05/html/ is the work in progress
> >manual for 17.05
> >
> >Chris
> >
> >On 21 February 2017 2:41:27 AM GMT+05:30, Michael Kuhn
> > wrote:
> >>Hi
> >>
> >>Koha contains a context-sensitive help function in the staff client
> >>which will open a new window. At the end of every such window there is
> >>a
> >>link to the manual included, for example "See the full documentation
> >>for
> >>Libraries & Groups in the manual (online)."
> >>
> >>Clicking on "manual" will lead to
> >>http://manual.koha-community.org/16.11/en/basicparams.html#libsgroups
> >>
> >>Unfortunately the links to every single image in the 16.11 manual are
> >>broken (they are still working in the Koha manual 16.05). Is there a
> >>way
> >>to fix this problem?
> >>
> >>Also I noticed the page https://koha-community.org/documentation/ once
> >
> >>contained links to beautiful PDF files of all the manuals that were
> >>easy
> >>to print out, but since Koha 16.11 they are all gone (and they are
> >>missed so sadly!). Does anyone know where to find them?
> >>
> >>Best wishes: Michael
> >>--
> >>Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg.
> >>Fachausweis
> >>Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
> >>T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
> >>___
> >>Koha mailing list  http://koha-community.org
> >>Koha@lists.katipo.co.nz
> >>https://lists.katipo.co.nz/mailman/listinfo/koha
> >
> >--
> >Sent from my Android device with K-9 Mail. Please excuse my brevity.
> >___
> >Koha mailing list  http://koha-community.org
> >Koha@lists.katipo.co.nz
> >https://lists.katipo.co.nz/mailman/listinfo/koha
>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Broken image links in Koha manual and missing PDF version

2017-02-20 Thread Chris Cormack
Oh and 17.05 manual will have pdf and epub versions too

Chris

On 21 February 2017 2:52:04 AM GMT+05:30, Chris Cormack 
 wrote:
>This is the manual I control here
>
>https://koha-community.org/manual/16.11/html/ch02s02.html
>
>Which has all the images, I have no way to update the
>manual.koha-community.org site.
>
>FYI
>https://koha-community.org/manual/17.05/html/ is the work in progress
>manual for 17.05
>
>Chris
>
>On 21 February 2017 2:41:27 AM GMT+05:30, Michael Kuhn
> wrote:
>>Hi
>>
>>Koha contains a context-sensitive help function in the staff client 
>>which will open a new window. At the end of every such window there is
>>a 
>>link to the manual included, for example "See the full documentation
>>for 
>>Libraries & Groups in the manual (online)."
>>
>>Clicking on "manual" will lead to 
>>http://manual.koha-community.org/16.11/en/basicparams.html#libsgroups
>>
>>Unfortunately the links to every single image in the 16.11 manual are 
>>broken (they are still working in the Koha manual 16.05). Is there a
>>way 
>>to fix this problem?
>>
>>Also I noticed the page https://koha-community.org/documentation/ once
>
>>contained links to beautiful PDF files of all the manuals that were
>>easy 
>>to print out, but since Koha 16.11 they are all gone (and they are 
>>missed so sadly!). Does anyone know where to find them?
>>
>>Best wishes: Michael
>>-- 
>>Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg.
>>Fachausweis
>>Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
>>T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
>>___
>>Koha mailing list  http://koha-community.org
>>Koha@lists.katipo.co.nz
>>https://lists.katipo.co.nz/mailman/listinfo/koha
>
>-- 
>Sent from my Android device with K-9 Mail. Please excuse my brevity.
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>https://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Broken image links in Koha manual and missing PDF version

2017-02-20 Thread Chris Cormack
This is the manual I control here

https://koha-community.org/manual/16.11/html/ch02s02.html

Which has all the images, I have no way to update the manual.koha-community.org 
site.

FYI
https://koha-community.org/manual/17.05/html/ is the work in progress manual 
for 17.05

Chris

On 21 February 2017 2:41:27 AM GMT+05:30, Michael Kuhn  
wrote:
>Hi
>
>Koha contains a context-sensitive help function in the staff client 
>which will open a new window. At the end of every such window there is
>a 
>link to the manual included, for example "See the full documentation
>for 
>Libraries & Groups in the manual (online)."
>
>Clicking on "manual" will lead to 
>http://manual.koha-community.org/16.11/en/basicparams.html#libsgroups
>
>Unfortunately the links to every single image in the 16.11 manual are 
>broken (they are still working in the Koha manual 16.05). Is there a
>way 
>to fix this problem?
>
>Also I noticed the page https://koha-community.org/documentation/ once 
>contained links to beautiful PDF files of all the manuals that were
>easy 
>to print out, but since Koha 16.11 they are all gone (and they are 
>missed so sadly!). Does anyone know where to find them?
>
>Best wishes: Michael
>-- 
>Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg.
>Fachausweis
>Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
>T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>https://lists.katipo.co.nz/mailman/listinfo/koha

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Broken image links in Koha manual and missing PDF version

2017-02-20 Thread Michael Kuhn

Hi

Koha contains a context-sensitive help function in the staff client 
which will open a new window. At the end of every such window there is a 
link to the manual included, for example "See the full documentation for 
Libraries & Groups in the manual (online)."


Clicking on "manual" will lead to 
http://manual.koha-community.org/16.11/en/basicparams.html#libsgroups


Unfortunately the links to every single image in the 16.11 manual are 
broken (they are still working in the Koha manual 16.05). Is there a way 
to fix this problem?


Also I noticed the page https://koha-community.org/documentation/ once 
contained links to beautiful PDF files of all the manuals that were easy 
to print out, but since Koha 16.11 they are all gone (and they are 
missed so sadly!). Does anyone know where to find them?


Best wishes: Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha MARC Tag - Table of Contents

2017-02-20 Thread Katrin

Hi,

these instructions might be helpful:
http://kohageek.blogspot.de/2015/12/attaching-files-to-catalog-records.html

But keep in mind that the content of the files won't be indexed/searchable.

Hope this helps,

Katrin

On 20.02.2017 08:09, Dr. Sandeep Bhavsar wrote:

Right now I am using  3.22.02.002 version., will you please guide me about
how can I upload the pdf file. Insead library OPAC show the pdf icon.


On Mon, Feb 20, 2017 at 12:36 PM, Bob Birchall  wrote:


Yes, check the manual for your version of Koha.
Bob

On 20/02/17 18:01, Dr. Sandeep Bhavsar wrote:

Thanks for your instant reply. Can we upload the pdf file also.

On Mon, Feb 20, 2017 at 12:20 PM, Bob Birchall  wrote:


505 Formatted Contents Note?
https://www.loc.gov/marc/bibliographic/concise/bd505.html

Bob Birchall
Calyx

On 20/02/17 17:38, Dr. Sandeep Bhavsar wrote:


Dear All

Greetings !!!

I have gone through the Koha OPAC of INSEAD Library, I notice that they
have uploaded the Table of Contents (TOC) of the book which has fulltext
indexing search.

I would like to  know about the exact MARC tag number for uploading TOC,





___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Converting to Koha 16.05 - some issues

2017-02-20 Thread Sir_Charles82
Hello Katrin,

thank you for your reply. 

So i will try to convert the text file from ANSI to UTF-8 before doing
anything else. 

My Problem is that the data is coming like seen in 
http://koha.1045719.n5.nabble.com/file/n5922009/Koha_Upgrade_Textdatei_aus_Book2DB_ANSI_001.jpg

there are single fields for name, surname,2nd firstname etc. and I've tried
to route it correctly. But i guess I have to re-catalogue the whole data
once I have corrected the file to UTF-8. 

thanks for the hint with 689, i will change it to 650

Thanks again for the help!



--
View this message in context: 
http://koha.1045719.n5.nabble.com/Converting-to-Koha-16-05-some-issues-tp5922009p5922596.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 3.22.17 release

2017-02-20 Thread Julian Maurice

The Koha community is proud to announce the release of Koha 3.22.17.
This is a maintenance release and contains several bugfixes.

The full release notes are available at
https://koha-community.org/koha-3-22-17-release/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Search not working

2017-02-20 Thread vanda koha
Hi Katrin,

Thanks for your tips. We  already have done that. It must be something else
that we are missing...

Regards,

Vanda

2017-02-19 22:08 GMT+00:00 Katrin :

> Hi Vanda,
>
> when using UNIMARC you will have to choose it in 2 places, maybe one was
> missed?
>
> Before the instance is created, you need to tell Koha that it will be
> using UNIMARC. You can do so by changing ZEBRA_MARC_FORMAT="marc21" in
> /etc/koha/koha-sites.conf to "unimarc". This will affect the indexing
> configuration and can be the cause of why your search might not work, when
> the records itself look correct.
>
> Then, when running the web installer, you also need to make sure UNIMARC
> is selected there. This will affect which cataloguing frameworks (MARC
> field and subfield definitions) are installed.
>
> Hope this helps,
>
> Katrin
>
>
> On 17.02.2017 13:19, vanda koha wrote:
>
>> Hello Ian,
>>
>> We are still unable to solve our problem. We have done everything we were
>> told to do, including what you mention in your message. Unfortunately
>> nothing worked.
>>
>> And yes, we chose UNIMARC when the package installation was performed. My
>> computer collegues say that we also have some references to MARC21 in
>> the  the koha-conf.xml file and apparently it is supposed to be that way.
>> Still loking for an answer...
>>
>> Regrads
>>
>> Vanda
>>
>> 2017-02-16 19:13 GMT+00:00 i.pr...@zigzagee.com :
>>
>> Vanda,
>>>
>>> Just out of interest, did you choose UNIMARC when the package
>>> installation
>>> was performed ?
>>>
>>> I did and I'm facing the same search problems as you. I note the
>>> koha-conf.xml file seems to
>>>   have a lot of MARC21 references. Not sure if this needs to change to
>>> UNIMARC. This was just the template file that was generated through the
>>> installation.
>>>
>>> I tried the koha-rebuild-zebra -f -a -b -v $instance approach recommended
>>> but that didn't
>>>   fix the search problems. if you want to know where it is just use
>>> >which
>>> koha-rebuild-zebra
>>>
>>> Regards,
>>> Ian
>>>
>>> --
>>> 
>>>
>>> Dr. Ian Pratt B.Eng Ph.D C.Eng MIET MIEEE
>>> Director - ZigZagee Ltd.
>>> Email: i.pr...@zigzagee.com
>>> Landline: + 44 (0) 1509 276251
>>> Mobile: + 44 (0) 7796331815
>>> Web: www.zigzagee.com
>>> 
>>>
>>>
>>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha