IRC log for #koha, 2021-08-10

All times shown according to UTC.

Time S Nick Message
00:06 koha-jenkins Project Koha_20.11_D9 build #125: SUCCESS in 47 min: https://jenkins.koha-community[…]oha_20.11_D9/125/
00:09 koha-jenkins Project Koha_20.11_U_Stable build #24: SUCCESS in 52 min: https://jenkins.koha-community[…]0.11_U_Stable/24/
00:25 koha-jenkins Project Koha_20.11_U18 build #110: SUCCESS in 1 hr 7 min: https://jenkins.koha-community[…]ha_20.11_U18/110/
00:27 koha-jenkins Yippee, build fixed!
00:27 wahanui Congratulations!
00:27 koha-jenkins Project Koha_20.11_D10 build #135: FIXED in 1 hr 9 min: https://jenkins.koha-community[…]ha_20.11_D10/135/
00:28 koha-jenkins Project Koha_20.11_U18 build #111: SUCCESS in 32 min: https://jenkins.koha-community[…]ha_20.11_U18/111/
00:29 lisettelatah joined #koha
00:31 koha-jenkins Project Koha_20.11_U16 build #106: SUCCESS in 1 hr 15 min: https://jenkins.koha-community[…]ha_20.11_U16/106/
00:40 cait1 joined #koha
00:44 koha-jenkins Project Koha_20.11_U20 build #120: SUCCESS in 37 min: https://jenkins.koha-community[…]ha_20.11_U20/120/
01:05 koha-jenkins Project Koha_20.11_D9 build #126: SUCCESS in 56 min: https://jenkins.koha-community[…]oha_20.11_D9/126/
01:19 koha-jenkins Project Koha_20.11_D11 build #142: SUCCESS in 54 min: https://jenkins.koha-community[…]ha_20.11_D11/142/
01:23 koha-jenkins Project Koha_20.11_D10 build #136: SUCCESS in 55 min: https://jenkins.koha-community[…]ha_20.11_D10/136/
05:27 jaseel joined #koha
05:29 jaseel hello
05:41 jaseel Hello
05:44 jaseel i am using koha version 20.05.14.000. I want to use Elasticsearch instead of zebra, which elasticsearch version is  suitable for koha 20.05.14?
05:57 FMA1394 joined #koha
06:00 FMA1394 hey all, new to koha. trying to stand up an instance of koha for the first time on debian 10. everything is installed and I'm trying to use a remote sql instance. it connects properly and I have koha-conf.xml set up properly. I did koha-create --populate-db and it doesn't seem to do... anything? It outputs "Koha instance is empty, no staff user created." and nothing else. I don't see any tables
06:00 FMA1394 get created. I start up plack, and try to load the web interface. plack sits at 100% CPU, just pouring errors in plack-error.log, and the page never loads. any thoughts/ideas on how to move forward?
06:03 FMA1394 just this over and over in plack-error "DBD::mysql::st execute failed: Table 'koha_library.systempreferences' doesn't exist [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='version'] at /usr/share/koha/lib/Koha/Database.pm line 122."
06:04 FMA1394 (obviously it doesn't exist. there's nothing in the database)
06:04 reiveune joined #koha
06:05 reiveune hello
06:15 fridolin joined #koha
06:31 ashimema morning #koha
06:33 fridolin1 joined #koha
06:41 magnuse FMA1394: how did you run koha-create?
06:42 magnuse reading "man koha-create" it looks like when you run the db on another server you need to first run with --request-db, "This option will create a file called instancename-db-request.txt in your current directory that contains information about how the database needs to be set up." and then you need to run with --populate-db
06:42 magnuse (i have never done this myself, though)
06:51 FMA1394 oh, er, he left. but yes, I did request-db. Got the info from the txt, created the user, the db, granted all privileges and such. did populate-db and... above originally info still applies
07:35 janPasi joined #koha
07:42 tuxayo jaseel: hi :)
07:42 tuxayo ElasticSearch 6
07:43 tuxayo No support for ES 7 as of now.
07:46 jaseel i used 7 beacuse i getting error when i rebuilt the index DEPRECATION] [types removal] Specifying types in put mapping requests is deprecated. To be compatible with 7.0, the mapping definition should not be nested under the type name, and the parameter include_type_na me must be provided and set to false.
07:48 jaseel Also getting error while searching "Empty String at /usr/share/perl5/MARC/File/XML.pm line 450."
07:50 jaseel Now used elasticsearch-7.13.4. Need to revert back (6) for getting proper search?
07:54 tuxayo jaseel: yes you will get deprecation warnings with ES6. But it shouldn't work at all with ES7 :o
07:54 tuxayo Does it?
07:57 jaseel Have any others issues if i use ES6?
07:59 jaseel i have added some mapping files for working authority search.
07:59 jaseel In ES7
08:06 fridolin1 Bug 25439
08:06 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=25439 enhancement, P5 - low, ---, koha-bugs, NEW , [Omnibus] Prepare Koha to ElasticSearch 7 - ES7
08:10 magnuse joined #koha
08:46 domm joined #koha
08:53 * magnuse wonders if it would be possible to make the translation tools translate "Koha online%s catalog" only once...
08:53 magnuse or maybe " › %s%s%sKoha online%s catalog"
08:53 cait joined #koha
09:03 * cait waves
09:04 fridolin1 indeed translation is hell with these
09:11 fridolin1 magnuse changing all templates to add <span> is an idea
09:12 fridolin1 ah maybe forbiden in a <title> ?
09:21 magnuse yeah, i think <title> must be plain text?
09:28 * cait waves
09:39 fridolin1 magnuse: maybe create a TT var ?
09:40 magnuse ooh, that might work
09:41 fridolin1 or BLOCK
09:43 fridolin1 left #koha
09:48 cait Joubu: i was just Qa'ing that one!
09:49 Joubu ha! You can still add it your stamp :)
09:50 cait already did :)
09:50 cait starting slow today, but on some QA
10:18 sophie_m joined #koha
10:29 khall joined #koha
10:53 Oak joined #koha
10:56 oleonard magnuse: Or maybe Bug 26392?
10:57 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=26392 enhancement, P5 - low, ---, julian.maurice, Signed Off , Wrap all translatable strings in opac-main.tt
11:09 Eliza joined #koha
11:10 Eliza Hello. Trying to start using Koha in our school library. If we have a windows operating computer, and download 'virtual box' to help Koha run, what is the point of Debian?
11:10 Eliza I guess I'm confused what Debian is
11:13 cait Debian is an OS
11:13 cait like windows
11:14 cait if you use virtualbox on Windows, you can run Debian inside of it
11:14 cait as Koha cannot be installed on Windows
11:14 tcohen good morning
11:14 cait hi tcohen :)
11:15 Eliza Ok, thank you Cait
11:15 cait hope it did make sense
11:19 ashimema man I find the way dbic dump constructs relationship names weird and confusing sometimes.
11:45 matts_ joined #koha
11:46 magnuse oleonard: or maybe that
11:55 Dyrcona joined #koha
12:04 cait oleonard++
12:04 cait thx! I'll try to build a singlebranch test installation after lunch :)
12:09 DFLiddle joined #koha
12:16 cait .. ok, couldn't resist
12:16 cait off for a break now :)
12:39 caroline joined #koha
12:42 tcohen joined #koha
12:49 cait can someone help me look for the link? https://bestbookbuddies.com/
13:09 marie-luce joined #koha
13:18 tcohen cait: ?
13:18 cait yes?
13:18 tcohen what about the link?
13:19 cait they requested to belisted - so I am looking for the koha community link
13:19 cait sorry, that was a bit of a confusing question
13:21 tcohen I don't find references to the community
13:21 Joubu cait: we had issues with them in the past
13:21 Joubu they were spamming "us" and some forums
13:21 cait I am aware... but we only have one guideline for the listing
13:22 tcohen don't call it KOHA, and have some reference to the community that produces the tool
13:22 Joubu and contribute :D
13:22 cait we don't acutally have the contribute bit
13:23 cait not even KOHA i thnk, checking
13:23 cait you know what spelling people use here a lot?
13:23 cait KoHa
13:23 cait and i got NO IDEA why
13:23 cait it just keeps popping up :)
13:25 cait "Companies must show their support of the Koha Community by adding a visible link to the Koha community website at https://www.koha-community.org to their Koha offering web page."
13:34 vfernandes joined #koha
13:34 vfernandes hi #koha
13:34 vfernandes it's possible to "correct" this error? https://translate.koha-communi[…]category=critical
13:36 cait looking
13:37 cait yes
13:37 cait and no :)
13:37 cait you can say "it'sok"
13:37 cait click on the traffic sign behind the red text
13:37 cait it has a tool tip "mute..."
13:37 cait your translation is correct, Pootle has an issue we should look into
13:38 cait vfernandes: ^
13:38 vfernandes thanks cait
13:38 cait it might pop up again with an update, but you can get to "green"
13:39 caroline_catlady joined #koha
13:43 petrova joined #koha
13:44 cait hi caroline :)
13:44 cait caroline_catlady++
13:44 cait caroline++
13:56 cait oh
14:06 ashimema perhaps we should make our requirements for being listed a little stricter?
14:08 cait that's a tough one really
14:14 ashimema minimum number of koha customers?
14:14 cait don't think that applies to aeveryone
14:15 cait there are people out there who do one time stuff, not ongoing support
14:15 cait also realyl hard to verify
14:20 oleonard I think sticking to our current minimum standards is the right thing to do.
14:20 oleonard It's just a listing, not a promotion.
14:28 cait oleonard-away: thx
14:28 cait I'll add them later
14:28 cait link is on the logo in the top right corner
14:56 jzairo joined #koha
14:59 cait Bug squashing Bonanza anyone? :)
15:00 cait https://www.youtube.com/user/b[…]tersolutions/live
15:03 khall joined #koha
15:05 nugged Nice to see Kyle and Nick as not virtual avatars but... oh... you're humans? ... ?! :)))))
15:06 khall ;)
15:08 ashimema more QA please :)
15:11 khall +1
15:11 cait long hair! Nick's beard!
15:12 cait we really haven't seen each other in too long
15:19 nugged (some of us even ... not even once, yet! ... looking forward 2022 hackfest (or which one will be sooner in Europe so many of ppl will be there?) – crossed fingers for not being destroyed by "omega strain"...)
15:20 cait nugged: i so hope it will happen - joining you in crossing fingers
15:59 ashimema hackfest, hackfest, hackfest
16:01 tcohen hackfest++
16:01 caroline_catlady joined #koha
16:10 tcohen we should meet more often, at least virtually
16:13 cait true
16:13 cait a virtual beer o'clock?
16:13 tcohen yeah
16:13 tcohen or whatever
16:13 wahanui i guess whatever is local.
16:13 tcohen 'lets talk about this bug and say hi'
16:13 tcohen I miis y'all
16:14 * tcohen can't even spell correctly it anymore
16:16 cait there there *hugs*
16:16 nugged virtually it's more for results in bugzilla, but lively it's ... very different
16:17 nugged it's for soul and friendship and... I miss also those YAPC conferences, ... community grows better on those live events, for sure. (and not because of beer, noo :) )
16:17 nugged 🤗
16:17 cait I drink on beer... so I am living proof, but I got dragged to a lot of beer places in the past...
16:17 cait coincidence? :)
16:18 nugged 😇
16:18 tcohen you are awesome cait, and you join us to all beer places
18:02 reiveune bye
18:02 reiveune left #koha
18:52 ashimema beers
18:53 ashimema we should certainly do a few more bug chats though.. deffo
19:44 jzairo left #koha
20:20 Dyrcona1 joined #koha
21:55 fridolin joined #koha
21:55 fridolin Bug 28839
21:55 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=28839 enhancement, P5 - low, ---, fridolin.somers, Needs Signoff , Better texts in stage MARC for import
21:55 fridolin some sugar on the cake ;)
22:45 fridolin left #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary