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