A new request with request id 6390 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :
Title : Koha-devel Digest, Vol 204, Issue 1
Category :
Description : Send Koha-devel mailing list submissions to
koha-devel@lists.koha-community.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
koha-devel-request@lists.koha-community.org
You can reach the person managing the list at
koha-devel-owner@lists.koha-community.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."
Today's Topics:
1. Re: [Koha] Koha 22.05.04: Can't locate Koha/Script.pm in @INC
(Michael Kuhn)
2. Roles for Koha 23.05 (David Nind)
3. ILS-DI API and OpacHiddenItems (David Cook)
----------------------------------------------------------------------
Message: 1
Date: Tue, 1 Nov 2022 15:41:20 +0100
From: Michael Kuhn <mik@adminkuhn.ch>
To: Tomas Cohen Arazi <tomascohen@gmail.com>
Cc: Koha <koha@lists.katipo.co.nz>, Koha-devel
<koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] [Koha] Koha 22.05.04: Can't locate
Koha/Script.pm in @INC
Message-ID: <c0e4e9bd-8180-9fe8-6ef6-9e69417aae8a@adminkuhn.ch>
Content-Type: text/plain; charset=UTF-8; format=flowed
Hi Tomas
You wrote:
> Yeah, the docs are really generic, and there are several ways to
> install Koha. Packages (i.e. having koha-shell) is one of them. Please
> file an issue on the manual's project so we document it better.
I have now filed
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32059 (How to
run scripts found under https://perldoc.koha-community.org/)
> Regarding the fact it worked before, have you changed the server? It
> is not working because of the lack of some environment variables being
> set, which is usually the case when we reinstall on a new server and
> forgot all the tweaks we did over time. I've been there, many times
> heh.
No, it was a completely new server. I have done this many times on many
different new servers in the past and it always worked. But yes, missing
environment variables are a pain.
> Regardless, running things as root can cause trouble with logs and
> lock files permissions. Some default cronjobs can fail to run because
> of that, hence the recommendation. There are also security concerns
> but that's out of the scope here.
Since it also worked using the command "koha-shell" that's how I'll do
it in the future:
sudo koha-shell -c
"/usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -m marcxml
-framework=frameworkcode -file file.marcxml -v 2" instancename
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 mik@adminkuhn.ch · W www.adminkuhn.ch
> El sáb, 29 oct 2022 5:11, Michael Kuhn <mik@adminkuhn.ch
> <mailto:mik@adminkuhn.ch>> escribió:
>
> Hi Thomas
>
> You wrote:
>
> > Are you by chance running the command in the root shell?
>
> Yes I am, I always did (and it worked up to Koha 21.11).
>
> For now it worked using:
>
> # export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml
> # export PERL5LIB=/usr/share/koha/lib
> # /usr/share/koha/bin/migration_tools/bulkmarcimport.pl
> <http://bulkmarcimport.pl> -b -m marcxml
> -framework=ABC -file TITEL.marcxml -v 2
>
> > You should always run it inside koha-shell
>
> OK - next time I'll try:
>
> $ sudo koha-shell -c
> "/usr/share/koha/bin/migration_tools/bulkmarcimport.pl
> <http://bulkmarcimport.pl> -b -m marcxml
> -framework=ABC -file TITEL.marcxml -v 2" library
>
> Unfortunately
> https://perldoc.koha-community.org/misc/migration_tools/bulkmarcimport.html <https://perldoc.koha-community.org/misc/migration_tools/bulkmarcimport.html>
> does not give the correct information how to run this script.
>
> 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 mik@adminkuhn.ch
> <mailto:mik@adminkuhn.ch> · W www.adminkuhn.ch <http://www.adminkuhn.ch>
>
>
> > El vie, 28 oct 2022 8:03, Michael Kuhn <mik@adminkuhn.ch
> <mailto:mik@adminkuhn.ch>
> > <mailto:mik@adminkuhn.ch <mailto:mik@adminkuhn.ch>>> escribió:
> >
> > Hi
> >
> > I am running a fresh installation of Koha 22.05.04 on Debian 11.
> >
> > I am trying to load some data using "bulkmarcimport.pl
> <http://bulkmarcimport.pl>
> > <http://bulkmarcimport.pl <http://bulkmarcimport.pl>>":
> >
> > # export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml
> > # /usr/share/koha/bin/migration_tools/bulkmarcimport.pl
> <http://bulkmarcimport.pl>
> > <http://bulkmarcimport.pl <http://bulkmarcimport.pl>> -b -m
> marcxml
> > -framework=ABC -file TITEL.marcxml -v 2
> > Can't locate Koha/Script.pm in @INC (you may need to install the
> > Koha::Script module) (@INC contains: /etc/perl
> > /usr/local/lib/x86_64-linux-gnu/perl/5.32.1
> > /usr/local/share/perl/5.32.1
> > /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5
> > /usr/lib/x86_64-linux-gnu/perl-base
> /usr/lib/x86_64-linux-gnu/perl/5.32
> > /usr/share/perl/5.32 /usr/local/lib/site_perl) at
> > /usr/share/koha/bin/migration_tools/bulkmarcimport.pl
> <http://bulkmarcimport.pl>
> > <http://bulkmarcimport.pl <http://bulkmarcimport.pl>> line 13.
> > BEGIN failed--compilation aborted at
> > /usr/share/koha/bin/migration_tools/bulkmarcimport.pl
> <http://bulkmarcimport.pl>
> > <http://bulkmarcimport.pl <http://bulkmarcimport.pl>> line 13.
> >
> > "Script.pm" seems to be there:
> >
> > # ls -al /usr/share/koha/lib/Koha/Script.pm
> > -rw-r--r-- 1 root root 4129 24. Aug 07:51
> > /usr/share/koha/lib/Koha/Script.pm
> >
> > How can I get script "bulkmarcimport.pl
> <http://bulkmarcimport.pl> <http://bulkmarcimport.pl
> <http://bulkmarcimport.pl>>"
> > to actually run?
> >
> > 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 mik@adminkuhn.ch
> <mailto:mik@adminkuhn.ch>
> > <mailto:mik@adminkuhn.ch <mailto:mik@adminkuhn.ch>> · W
> www.adminkuhn.ch <http://www.adminkuhn.ch> <http://www.adminkuhn.ch
> <http://www.adminkuhn.ch>>
> > _______________________________________________
> >
> > Koha mailing list http://koha-community.org
> <http://koha-community.org> <http://koha-community.org
> <http://koha-community.org>>
> > Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz>
> <mailto:Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz>>
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> <https://lists.katipo.co.nz/mailman/listinfo/koha>
> > <https://lists.katipo.co.nz/mailman/listinfo/koha
> <https://lists.katipo.co.nz/mailman/listinfo/koha>>
> >
>
>
------------------------------
Message: 2
Date: Wed, 2 Nov 2022 08:41:35 +1300
From: David Nind <david@davidnind.com>
To: koha@lists.katipo.co.nz, koha-devel@lists.koha-community.org
Subject: [Koha-devel] Roles for Koha 23.05
Message-ID:
<CAKCb+Yp1VaDZwO7UY4ZoO+j_y--280LNOPLR_Fr+dStxQfmeLQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi everyone.
The roles for the 23.05 release cycle are now open:
https://wiki.koha-community.org/wiki/Roles_for_23.05
The vote will take place at the 9 November 2022 Development IRC meeting.
The description of the roles is available at:
https://wiki.koha-community.org/wiki/Project_roles
NOTE: Wiki account requests - if you don't have a Wiki account to add your
interest for a role:
- Requesting an account for the Wiki is not currently working (following
the recent upgrade of the Wiki email configuration changes are required).
- Until this is sorted, feel free to email me directly or post on IRC and I
will add your interest.
David Nind | david@davidnind.com
387 Whartons Road, RD 10D, Oamaru 9492, New Zealand
m. +64 21 0537 847
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20221102/1e6949d3/attachment-0001.htm>
------------------------------
Message: 3
Date: Wed, 2 Nov 2022 16:53:53 +1100
From: "David Cook" <dcook@prosentient.com.au>
To: "'koha-devel'" <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] ILS-DI API and OpacHiddenItems
Message-ID: <0d0801d8ee7f$830b4200$8921c600$@prosentient.com.au>
Content-Type: text/plain; charset="utf-8"
Hi all,
It seems to me that the ILS-DI API isn't supporting OpacHiddenItems. Is that
something people expect?
Our only usage of the ILS-DI API is for EBSCO's EDS Real Time Availability
Checking (RTAC), so we'd expect OPAC business rules to apply typically.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20221102/28201adb/attachment-0001.htm>
------------------------------
Subject: Digest Footer
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/
------------------------------
End of Koha-devel Digest, Vol 204, Issue 1
******************************************
NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.