IRC log for #koha, 2021-03-18

← Previous day | Today | Next day → | Search | Index

All times shown according to UTC.

Time Nick Message
00:45 oleonard joined #koha
01:35 AndrewFH joined #koha
03:06 philor \]\
03:06 ]]\
04:34 dcook_ joined #koha
05:35 dcook joined #koha
06:26 fridolin joined #koha
06:48 reiveune joined #koha
06:49 reiveune hello
06:49 wahanui what's up, reiveune
07:25 lds joined #koha
07:48 fridolin joined #koha
07:48 did joined #koha
07:53 cait joined #koha
07:54 alex_a joined #koha
07:55 cait1 joined #koha
07:57 cait1 good morning #koha
08:00 magnuse kia ora cait & #koha
08:07 cait1 hi magnuse :)
08:08 paul_p joined #koha
08:09 did Hi, is dashboard down?
08:15 ashimema Mornig
08:16 hum,, it would appear so
08:16 I imagine rangi isn't up at this time of day.. bit late for him
08:21 did ashimema: thanks, will wait, it's not like I have nothing else to do :)
08:21 ashimema hehe
08:21 * ashimema feels lost without dashboard... goes to show how much I've come to use it in my daily workflow
08:25 magnuse maybe it means everything is fixed?
08:30 cait1 or it exploded with too many bugs...
08:42 pastebot joined #koha
08:42 wahanui joined #koha
08:45 logbot joined #koha
09:05 ashimema lol
09:05 magnuse the dashboard is back now, at least it works for me
09:05 ashimema zeeroo bugs here
09:05 oh yeah.. so it is
09:05 maybe rangi was working on it
09:06 magnuse i think pastebot, wahanui and logbot are things he keeps an eye on too?
09:06 ashimema perhaps
09:06 magnuse could be a reboot of the server or something
09:07 ashimema lol.. I just another bug in the pay method of Koha::Account
09:08 * magnuse wishes he had more time to do signoffs. sigh.
09:10 nlegrand joined #koha
09:10 nlegrand Bon matin !
09:13 magnuse kia ora nlegrand
09:19 nlegrand Hiya magnuse !
09:26 magnuse \o/
10:10 khall joined #koha
10:14 khall_ joined #koha
10:25 cm joined #koha
10:25 cm hi
10:25 what's the recommended way to delete duplicate authorities?
10:26 khall joined #koha
10:30 oleonard cm: You can use batch record deletion to delete authority records as well as bibliographic records
10:31 cm: You'll have to design a report that finds the duplicates I guess... not sure how that would work
10:31 cm: Maybe check the SQL library
10:36 ashimema morning oleonard
10:37 an I ask about bug 27974?
10:37 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=27974 enhancement, P5 - low, ---, oleonard, Needs Signoff , Replace obsolete title-string sorting: Circulation templates
10:37 oleonard yeah
10:37 ashimema you do a bit of extra cleanup in on-site_checkouts.tt
10:38 I presume it was deliberate.. my brain is still waking up and I've not worked out yet if there are any repercussions from the removal of those extra aoColumns etc settings
10:38 Joubu ashimema, tcohen: https://gitlab.com/koha-commun[…]erge_requests/194 (and with a perl script \o/)
10:38 * ashimema doesn't think he's even see aLengthMenu before
10:39 ashimema cool Joubu.. will take a look
10:39 alex_a joined #koha
10:40 oleonard Most of it is handled now by defaults (aLengthMenu included)
10:40 ashimema cool
10:41 oleonard I found that the "sType" : "html" was redundant because DataTables handles the sorting fine without it
10:41 ashimema I thought that was probably the case but just wanted to check.. I couldn't 'see' any issues
10:41 awesome
10:42 and the autoWidth.. I presume that's the default too
10:42 thanks for taking this cleanup on btw.. I hope I didn't sound rude in my original bug report.. words sometimes escape me
10:42 oleonard Actually I'm not sure it is, but probably should be? It seems like it's not always needed but I'm not sure there's an advantage to omitting it.
10:44 ashimema apparently it's a performance thing.. but if you disable it.. you should also set specific widths youself
10:44 so in this case.. I think your right removing it.. I'll double check whilst I'm here.
10:45 I've wanted to fixed width a few columns for a while.. the thing that keeps stopping me is translations..
10:45 once translated, so columns suddently need allot more space..
10:45 * ashimema glares at the german langauge :P
10:49 oleonard The performance thing makes sense... The disadvantage I see is that the tables often don't reflow correctly on page resize
10:49 I probably resize my browser more than the average Koha user.
10:54 ashimema signed off :)
10:57 oleonard Thanks ashimema
10:57 ashimema Thank you.. :)
11:01 oleonard Weird...getting ElasticSearch indexing errors today...
11:02 "One or more ElasticSearch errors occurred when indexing documents at /kohadevbox/koha/misc/search_t​ools/rebuild_elasticsearch.pl line 316."
11:04 ashimema ooh.. did we push the bug that catches errors
11:05 bug 26312
11:05 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=26312 major, P5 - low, ---, nick, Signed Off , Add some error handling during Elasticsearch indexing
11:05 ashimema so.. not that
11:08 tcohen Joubu++
11:08 oleonard If error-handling made the whole index crash because of an error...that would be bad.
11:08 * oleonard refreshes everything
11:14 oleonard Now "koha_db_1 exited with code 1" :(
11:16 pastebot "oleonard" at 127.0.0.1 pasted "Error starting koha-testing-docker" (22 lines) at http://paste.koha-community.org/3
11:20 oleonard Does anyone have any suggestions about that error?
11:23 kohaputti joined #koha
11:23 cait joined #koha
11:28 oleonard Don't make me go back to plain kohadevbox
11:29 Joubu oleonard: did you docker down before?
11:30 oleonard I did docker down. I did docker pull. I did docker prune.
11:31 magnuse docker please?
11:31 wahanui docker is not easy.... all confusing... I'm an old man. :P
11:31 Joubu oleonard: then?
11:31 wahanui then is the issue of legacy systems who can't implement that
11:32 Joubu this is what I am using: docker-compose -p koha down; export LOCAL_USER_ID=$(id -u); export KOHA_IMAGE=master; docker-compose -f docker-compose.yml -p koha up --force-recreate
11:33 oleonard Same result :(
11:36 * oleonard brb
11:39 Joubu @later tell oleonard df -h?
11:39 huginn Joubu: The operation succeeded.
11:44 kohaputti joined #koha
11:46 oleonard joined #koha
11:50 khall joined #koha
11:51 pastebot "oleonard" at 127.0.0.1 pasted "Starting koha-testing-docker... more details" (107 lines) at http://paste.koha-community.org/4
11:52 tcohen @seen lari
11:52 huginn tcohen: lari was last seen in #koha 20 weeks, 0 days, 10 hours, 36 minutes, and 4 seconds ago: <lari> jtmlis: nice. what was the issue?
11:53 tcohen oleonard it seems that mariadb image is borked
11:54 I would go with
11:55 export KOHA_IMAGE=master-buster; docker-compose -f docker-compose-light.yml -f docker-compose.mariadb_d10.yml -p koha up
11:55 Joubu es_1         | Exception in thread "main" java.nio.file.FileSystemException: /tmp/elasticsearch-16085515567341043379: No space left on device
11:55 that's a no space left error
11:55 tcohen ohhh
11:55 I would go with the line I pasted anyway
11:55 but
11:55 docker volume pruna
11:55 is probably the cause
11:56 Joubu db_1         | 2021-03-18 11:50:04 140345142822912 [ERROR] InnoDB: Error in creating ./ibdata1: probably out of disk space
11:56 so.. df -h? :)
11:59 oleonard What does that mean Joubu ?
11:59 tcohen oleonard are you on Windows?
11:59 oleonard Mac
11:59 tcohen ok
11:59 use docker volume prune
11:59 to remove leftovers that are not taken care of by docker system prune
12:00 if you go to the docker preferences > resources
12:00 you will notice the VM that is used to run docker
12:00 has a disk space limit
12:00 'Disk image size'
12:01 you probably have spare disk space, but it is the docker image that is full
12:01 oleonard docker seems to have a consistent problem with leaving junk lying around
12:02 AndrewFH joined #koha
12:02 tcohen oleonard indeed
12:08 ashimema I'm in the habit of pruning often
12:10 oleonard And all that was probably the cause of my ElasticSearch index problem in the first place
12:10 *sigh*
12:10 Up and running again, though, thanks Joubu and tcohen
12:11 This proves my theory that I should never use a computer more than once. Always start with a fresh one.
12:21 tcohen LOL
12:55 marie-luce joined #koha
12:59 eythian Thanks for the reminder, I just did "docker image prune -a" on my work laptop that's constantly running out of space and got 72GB back.
13:03 khall joined #koha
13:05 SoniaB joined #koha
13:05 SoniaB Hi Koha ircers
13:05 Dyrcona joined #koha
13:06 oleonard Hi SoniaB
13:06 SoniaB Hi oleonard :)
13:14 cait1 hi SoniaB and oleonard :)
13:18 SoniaB Hi cait1 :)
13:18 cait1: Oh I have a question for you
13:19 I was seeking information about the usage of template toolkit in the csv profile and I found this very usefull page : https://github.com/kfischer/ko[…]s/csv-profiles.tt
13:20 Is it something that will be in the manual ?
13:23 SoniaB left #koha
13:24 kohaputti joined #koha
13:28 SoniaB joined #koha
13:40 khall_ joined #koha
13:53 Joubu SoniaB: I think it has been copied to the manual
13:54 hum, cannot find it however
13:54 SoniaB: if you have a gitlab account you should open an issue on the koha-manual project - https://gitlab.com/koha-commun[…]a-manual/-/issues
13:59 SoniaB Joubu: Hi :) Ok but I'm not sure to understand what is the issue : that we should integrate the content about template toolkit in the manual?
13:59 Joubu yes, the help pages have been removed from the Koha codebase. If there is something missing in the manual we should copy it there.
14:00 SoniaB ok
14:00 Joubu https://koha-community.org/man[…]sing-csv-profiles
14:00 it could be copied there
14:08 huginn News from kohagit: Bug 27835: DBRev 20.12.00.025 <https://git.koha-community.org[…]faca16a0724d73a6a>
14:08 News from kohagit: Bug 27835: Turn off by default <https://git.koha-community.org[…]9e617f0d657f1f81d>
14:08 News from kohagit: Bug 27933: Fix patron search result ordering <https://git.koha-community.org[…]e8d2be1cbf1622388>
14:08 nlegrand o/ SoniaB.
14:08 huginn News from kohagit: Bug 27967: Add min attribute to borraccount modals <https://git.koha-community.org[…]5bc258b7b3fb45c03>
14:08 News from kohagit: Bug 27835: (follow-up) Update language, remove warn, add feedback <https://git.koha-community.org[…]bab663d7a61a43de2>
14:08 News from kohagit: Bug 27835: Add a syspref to control fines calculation on closed days <https://git.koha-community.org[…]4c1a84e19788610b2>
14:08 News from kohagit: Bug 27835: Add new syspref ChargeFinesOnCloseDay <https://git.koha-community.org[…]8fa832d52af30abc0>
14:08 News from kohagit: Bug 27835: Revert "Bug 27180: (follow-up) Remove unused %is_holiday" <https://git.koha-community.org[…]1fe43a10c91bd157b>
14:08 News from kohagit: Bug 27816: "Click to edit" in Point of sale is untranslatable <https://git.koha-community.org[…]4ad96fd69f3db3d0e>
14:09 TimothyAlexis joined #koha
14:09 TimothyAlexis Could someone please sign off bug 14783?
14:10 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=14783 enhancement, P5 - low, ---, bjorn.nylen, Needs Signoff , Allow patrons to change pickup location for non-waiting holds
14:11 SoniaB nlegrand: hi!
14:17 ashimema: Martin around here ? I have a question for you too ;-)
14:17 ashimema hi
14:19 SoniaB ashimema: Hi Martin :) KohaLA is going to organize a tiny virtual koha hackathon in two weeks and we would like to use the PTFS-E sandboxes
14:20 ashimema go on
14:20 SoniaB I noticed that when you you try to apply a patch that doesn't apply it is difficult to knew it: do you think that there is a way to display the information in the sandbox homepage ?
14:21 ashimema Joubu and I are already working on it :)
14:21 SoniaB Good news !
14:21 ashimema though I'm not sure if I'll be done in time for that hackfest..
14:21 it's a more difficult one to fix.. we've both testing out some changes we made to git-bz
14:22 and then I need to also tie some extra things into the sandboxes to understand the error codes
14:22 but yeah... I'm aware and picking at it ;)
14:22 SoniaB Ok, we have to be careful then... joubu said me that we could see it in the log but it wasn't obvious for me...
14:23 ok, I have another request
14:23 ashimema yeah.. it is indeed there.. but not obvious
14:23 I think the git-bz fix we have made should at least make it much more obvious
14:23 well.. obvious in the logs
14:23 but what I really want is to highlight in the main UI that a sandbox didn't work properly
14:23 go on
14:24 SoniaB Do you think it is possible to add a key in the koha config to be able to use the pseudonymisation dev
14:24 ashimema ooh.. erm.. probably
14:24 SoniaB https://bugs.koha-community.or[…].cgi?id=24151#c22
14:24 huginn Bug 24151: new feature, P5 - low, ---, jonathan.druart, Pushed to master , Add a pseudonymization process for patrons and transactions
14:24 ashimema I have no idea how that stuff works
14:25 SoniaB 4/ You need to generate a key and put it in the koha-conf.xml file. The following command will generate one:   % htpasswd -bnBC 10 "" password | tr -d ':\n' | sed 's/$2y/$2a/'
14:25 ashimema so it's just a random string in a config field
14:25 tcohen around?
14:25 or Joubu
14:26 Does that need adding to k-t-d or dev-tools ?
14:26 SoniaB Joubu: was here 30 mn ago..
14:27 ashimema hehe..
14:28 he's probably still lurking
14:28 so yeah.. leave that one with me
14:28 I'll track down which project the fix needs to go in.. it'll be one of those three.. sooo many moving parts to these things
14:29 cait1 SoniaB: that's not something I did, just my gitlab is terribly out of date - that's the old help page
14:29 sorry, missed the question earlier!
14:29 i believe i might even have written a bug for that already
14:30 SoniaB cait1: old but very usefull :) Joubu said to me that I could open an issue on gitlab to have it in the manual : what I have done.
14:30 cait1 hm might be on th eold TAiga
14:30 SoniaB: actually better to open a normal bugzilla report
14:30 the Documentation team switched to using bugzilla this release
14:30 just use the "documentation" component
14:31 SoniaB ashimema: lurking or packing ;-)
14:31 ashimema perhaps
14:31 cait1 Joubu: manual bugs go on bugzilla :)
14:31 ashimema he's a busy bee at the moment
14:31 cait1 for content
14:32 SoniaB cait1: ok, I'm going to open a BZ too
14:33 cait1 caroline: around?
14:34 caroline vaguely
14:34 whats up?
14:34 cait1 ah
14:34 just checking I am right: content issues witht he manual go on bugzilla preferrably
14:34 caroline yes
14:35 cait1 technical issues could go on gitlab?
14:35 or not use gitlab at all?
14:35 caroline there is no rule for technical bugs, but I think devs use gitlab more
14:36 devs = Joubu and ashimema mainly
14:36 ashimema :)
14:38 cait1 caroline++
14:38 SoniaB++
14:41 koha-jenkins Project Koha_Master_D9_MDB_Latest build #551: SUCCESS in 33 min: https://jenkins.koha-community[…]9_MDB_Latest/551/
14:43 Joubu cait1: erk indeed, I forgot that!
14:43 habits...
14:43 cait1: don't you remember we moved that stuffs to the manual at some points?
14:43 or at least had the discussion?
14:44 maybe there is a patch somewhere already
14:44 caroline going back to my training...
14:45 cait1 Joubu: we couldn't really
14:45 not systematically
14:45 I think nengard's workflow was adding to the manual and the updating the help files
14:46 but in this case I suspect the developer (you?) updated the help files witht he patch set and it got missed
14:46 i guess we could maybe filter updates to thehelp files... (commits) that have not been authored by nicole for a potential list of suspects?
14:51 Joubu yes, ashimema, we could generate automatically the entry in the config
14:51 the bcrypt_settings is actually missing from ktd
14:52 we should have a ktd var (.env) and use it in the conf
14:53 env/defaults.env:BCRYPT_SETTINGS=
14:53 files/templates/koha-conf-site.xml.in: <bcrypt_settings>${BCRYPT_S​ETTINGS}</bcrypt_settings>
14:53 that should be enough
14:53 but then you need to generate it in ksd
14:59 ashimema :)
15:01 koha-jenkins Project Koha_Master_D11 build #247: SUCCESS in 50 min: https://jenkins.koha-community[…]a_Master_D11/247/
15:03 Project Koha_Master_D10_CPAN build #278: SUCCESS in 54 min: https://jenkins.koha-community[…]ter_D10_CPAN/278/
15:04 alex_a_ joined #koha
15:06 koha-jenkins Project Koha_Master_U2010 build #136: SUCCESS in 53 min: https://jenkins.koha-community[…]Master_U2010/136/
15:15 Project Koha_Master_D9_My8 build #534: SUCCESS in 33 min: https://jenkins.koha-community[…]aster_D9_My8/534/
15:26 oleonard When debug mode is enabled for an SMTP server where do errors get logged?
15:32 koha-jenkins Project Koha_Master_D9 build #1603: SUCCESS in 1 hr 23 min: https://jenkins.koha-community[…]a_Master_D9/1603/
15:39 alex_a_ joined #koha
15:41 oleonard When sorting by multiple late order claim dates which date should be used? The first or the last?
15:41 cait1: Maybe you have an opinion?
15:45 * oleonard finds himself alone, so blasts his music real loud
15:49 koha-jenkins Yippee, build fixed!
15:49 wahanui Congratulations!
15:49 koha-jenkins Project Koha_Master build #1602: FIXED in 46 min: https://jenkins.koha-community[…]Koha_Master/1602/
15:57 JBoyer joined #koha
16:16 reiveune bye
16:16 reiveune left #koha
16:17 khall joined #koha
16:19 cait1 oleonard: sorry, which page are we looking at?
16:19 missing a bit of context
16:19 oleonard Late orders
16:19 cait1 and still writing training materials for next week....
16:19 ok, looking at the tables there?
16:19 hm
16:19 the last
16:20 oleonard The last claimed date should be the one sorted on?
16:20 cait1 my reasonig would be that you would want to check when you last sent a claim to see if you want to do it again
16:20 s the "newest date" if that makes sense?
16:20 oleonard I *think* that's how it currently works, but not sure it's by design.
16:21 cait1 we are not yet on the vrsion with the multiple date option i have to admit
16:21 oleonard So I'll take your opinion as confirmation that it really should.
16:21 cait1 so haven't worked iwth it, but it hink i like newest
16:22 but you can leave the music on loud .)
16:22 oleonard WHAT? I CAN'T HEAR YOU THE MUSIC IS TOO LOUD
16:24 koha-jenkins Project Koha_Master_D9_My8 build #535: SUCCESS in 1 hr 9 min: https://jenkins.koha-community[…]aster_D9_My8/535/
16:28 SoniaB left #koha
16:31 cait1 EXACTLY
16:40 did joined #koha
16:49 cait1 left #koha
16:50 khall_ joined #koha
16:58 cait joined #koha
17:19 fridolin left #koha
17:20 cait joined #koha
18:07 thd joined #koha
18:30 paul_p joined #koha
19:00 felicia_ joined #koha
19:21 AndrewFH joined #koha
19:41 marie-luce joined #koha
19:46 khall joined #koha
19:49 khall joined #koha
19:51 MarkHofstetter joined #koha
19:52 khall joined #koha
19:53 khall joined #koha
19:54 khall joined #koha
19:57 khall joined #koha
19:59 khall joined #koha
20:01 khall joined #koha
20:06 khall joined #koha
20:08 khall joined #koha
20:10 khall joined #koha
20:14 khall joined #koha
20:16 khall joined #koha
20:23 khall joined #koha
20:24 khall joined #koha
20:25 khall joined #koha
20:28 khall joined #koha
20:30 khall joined #koha
20:32 khall joined #koha
20:36 khall joined #koha
20:39 khall joined #koha
20:40 khall joined #koha
20:41 khall joined #koha
20:42 khall joined #koha
20:47 khall joined #koha
20:52 khall joined #koha
20:57 khall_ joined #koha
20:58 khall_ joined #koha
21:00 khall_ joined #koha
21:02 khall_ joined #koha
21:04 khall joined #koha
21:05 khall joined #koha
21:09 khall joined #koha
21:10 khall joined #koha
21:13 khall joined #koha
21:19 khall joined #koha
21:21 khall joined #koha
21:25 khall joined #koha
21:26 khall joined #koha
21:35 khall joined #koha
21:36 khall joined #koha
21:37 khall joined #koha
21:38 khall joined #koha
21:47 khall joined #koha
21:49 rangi joined #koha
21:49 rangi hello
21:57 khall joined #koha
21:59 khall joined #koha
22:02 khall joined #koha
22:04 khall joined #koha
22:29 khall joined #koha
22:32 khall joined #koha
22:35 khall joined #koha
22:37 khall joined #koha
22:40 khall joined #koha
22:48 khall joined #koha
22:51 khall joined #koha
22:54 khall joined #koha
22:55 khall joined #koha
22:57 khall joined #koha
23:00 khall joined #koha
23:03 khall joined #koha
23:06 khall joined #koha
23:33 dcook_ joined #koha

← Previous day | Today | Next day → | Search | Index

koha1