Hi, checking /var/log/koha/koha-error_log, I found that the only error generated when I try to create the Superlibrarian with the Onboarding Web Installer is: ---------------- Can't open /var/log/koha/z3950-error.log (Permission denied) at /usr/share/perl5/vendor_perl/Log/Log4perl/Appender/File.pm line 151. at /usr/share/koha/lib/Koha/Patron.pm line 355: /usr/share/koha/intranet/cgi-bin/installer/onboarding.pl ---------------- Can be a issues related to Z3950?
Thanks and have a nice day! Alessandro Il giorno gio 21 apr 2022 alle ore 13:09 Alessandro Tedesco < [email protected]> ha scritto: > Hi, > > I have finally installed Koha 21.11.04 on AlmaLinux 8 and I was able to > start the Web Installer. > > Everything seems to be working fine. > > However, when I get to the creation of the "Koha Administrator Patron" (in > Onboarding section), after filling in all the required data, I always get > this error message: "The patron has not been created! Cardnumber or Userid > may already exist." and I cannot proceed with the Web Installer. > > Does anyone have an idea what can cause this issue? > > Thanks and have a nice day! > Alessandro > > *Alessandro Tedesco, Ph.D.* > > Direttore della Biblioteca "Cardinale Carlo Maria Martini" del Seminario > Arcivescovile di Milano > > Via Pio XI, 32 – 21040 Venegono Inferiore (VA) | > www.BibliotecaSeminarioMilano.it <https://bibliotecaseminariomilano.it/> > > *E-mail:* [email protected] > > *Tel.:* +39 0331 867 610 > > > Il giorno mar 19 apr 2022 alle ore 01:55 <[email protected]> ha > scritto: > >> It's certainly possible to install Koha on AlmaLinux, but it will >> probably be a challenging experience, as the main community supported >> installation is using Debian packages on Debian/Ubuntu. >> >> In the past, I used to run a customized version of Koha on OpenSUSE using >> RPM packages. That made code deployments much easier. My spec file wouldn't >> be directly usable, but I could provide some advice, if you went down that >> route. >> >> For Perl dependencies, as Tomas says, you'd want to use the cpanfile. ( >> https://metacpan.org/dist/Module-CPANfile/view/lib/cpanfile.pod and >> https://metacpan.org/pod/cpanm). >> >> Docker could be an option, but I wouldn't suggest it unless you're >> already familiar with using Docker. >> >> Your main challenges with AlmaLinux would probably be installing the Perl >> dependencies, configuring Apache, setting up cronjobs, and setting up >> services (Zebra indexer, Zebra search server, Plack application server). >> You get all of that for free with the Debian packages, but have to do it >> manually with other installation methods. >> >> 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 >> >> -----Original Message----- >> >> Date: Fri, 15 Apr 2022 11:53:03 -0300 >> From: Tomas Cohen Arazi <[email protected]> >> To: Alessandro Tedesco <[email protected]> >> Cc: koha <[email protected]> >> Subject: Re: [Koha] Install Koha on AlmaLinux 8 >> Message-ID: >> <CABZfb=Vh7Z0f_bcMa3sY1=tjL9rUUk= >> [email protected]> >> Content-Type: text/plain; charset="UTF-8" >> >> The Koha source code contains a cpanfile, which can be used to pull the >> perl dependencies. >> >> The rest should be an old school dev install. >> >> I think the instructions you were given should work for most of it. >> >> El mié, 13 abr 2022 9:48, Alessandro Tedesco < >> [email protected]> escribió: >> >> > Hi all, >> > >> > I have to install Koha on AlmaLinux 8 and I wonder if anyone has tried >> > to do such a thing, or if anyone can suggest some documentation. >> > >> > Thanks and have a good day! >> > >> > Alessandro >> >> _______________________________________________ >> >> Koha mailing list http://koha-community.org >> [email protected] >> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha >> > _______________________________________________ Koha mailing list http://koha-community.org [email protected] Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

