Time  Nick              Message
06:09 schnydszch        test
06:11 schnydszch        It seems I am making progress on my koha docker, updated docker composer to 2.x as previously mentioned by mtj
06:11 schnydszch        problem now is: ttaching to koha-db-1, koha-koha-1, koha-memcached-1 Error response from daemon: driver failed programming external connectivity on endpoint koha-koha-1 (88b9425513f81d6092a90b826afde0bfd80999675f29518d938f5433031fb4fe): Error starting userland proxy: listen tcp4 0.0.0.0:8081: bind: address already in use
06:12 schnydszch        this is bare ubuntu 20.x server recently spun via DigitalOcean.
06:14 mtj               hi schnydszch
06:14 schnydszch        hi mtj!
06:14 mtj               the error is that you have another program running on port 8081 already..
06:14 schnydszch        I just got to continue again with Koha docker to try koha development
06:15 schnydszch        hmmm...
06:15 schnydszch        this is a new server
06:15 mtj               sudo lsof -i :8081
06:15 schnydszch        will try to prune them
06:15 schnydszch        COMMAND   PID     USER   FD   TYPE DEVICE SIZE/OFF NODE NAME apache2 37188     root    8u  IPv6 131613      0t0  TCP *:tproxy (LISTEN) apache2 37189 www-data    8u  IPv6 131613      0t0  TCP *:tproxy (LISTEN) apache2 37190 www-data    8u  IPv6 131613      0t0  TCP *:tproxy (LISTEN) apache2 37191 www-data    8u  IPv6 131613      0t0  TCP *:tproxy (LISTEN) apache2 37192 www-data    8u  IPv6 131613      0t0  TCP *:tproxy (LISTEN) apache2 37192 www-data   1
06:16 mtj               hmm, apache is using port 8081
06:17 schnydszch        oh
06:17 schnydszch        installed apache
06:17 schnydszch        do i even need to install that? and add listen 8081
06:18 mtj               hmm, i think no need to install apache
06:18 schnydszch        because after ktd up, I saw it was complaining about apache
06:19 schnydszch        and now, here is the error:
06:19 schnydszch        koha-koha-1       | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2
06:21 mtj               probable your SYNC_REPO var is not set
06:21 mtj               https://gitlab.com/koha-community/koha-testing-docker
06:23 mtj               export SYNC_REPO="/my/koha/repo.git"
06:26 schnydszch        forgot to do that :)
06:40 mtj               schnydszch: any success?
06:41 mtj               ktd/master seems to be working
06:55 reiveune          hello
07:00 schnydsch         mtj: when I pruned, a while ago, kohaclone directory was deleted so I had to git clone again.
07:00 schnydsch         :)
07:07 schnydsch         mtj: koha-koha-1       | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35.
07:08 schnydsch         still this error. already edited bashrc
07:16 schnydsch         mtj: koha-db-1         | 2022-11-14  7:15:07 0 [Note] Server socket created on IP: '::'. koha-db-1         | 2022-11-14  7:15:07 0 [Note] Reading of all Master_info entries succeeded koha-db-1         | 2022-11-14  7:15:07 0 [Note] Added new Master_info '' to hash table koha-db-1         | 2022-11-14  7:15:07 0 [Note] mysqld: ready for connections. koha-db-1         | Version: '10.5.18-MariaDB-1:10.5.18+maria~ubu2004'  socket: '/run/mysqld/mysqld.sock'  p
07:16 schnydsch         That's what I am getting now, after fixing my bashrc
07:16 schnydsch         does this sound good already?
07:18 SupportLibrary[m] Hello. I would like to ask something. I made a few changes in Koha to MARC mapping but i do not know how to run misc/batchRebuildBiblioTables.pl
07:56 alex_             Bonjour
07:56 cait              bonjour alex_ and good morning #koha
07:57 davidnind         <SupportLibrary[m]> "Hello. I would like to ask..." <- from the command line on your server run misc/batchRebuildBiblioTables.pl -c (from the directory you have Koha installed in)
07:57 davidnind         with -h instead of -c you will get the help
07:58 davidnind         I also think you need to reindex as well
07:58 davidnind         note: I've only ever run when testing bugs, not in a production environment
07:58 SupportLibrary[m] davidnind: Ok
08:36 schnydszch        I was able to get pass database creation after adding virtual memory (swap)
08:36 schnydszch        now I am getting this error in my koha docker:
08:36 schnydszch        koha-koha-1       | See kohadev-db-request.txt for database creation request. koha-koha-1       | Please forward it to the right person, and then run koha-koha-1       | /usr/sbin/koha-create --populate-db kohadev koha-koha-1       | Thanks. koha-koha-1       | Restarting Apache httpd web server: apache2. koha-koha-1       | koha-koha-1       | gitifying kohadev (/etc/koha/sites/kohadev) to point at '/kohadevbox/koha' koha-koha-1       | koha-koha-1
08:40 cait              what are you trying to do?
08:40 cait              start koha testing docker?
08:57 SupportLibrary[m] Hi. If i May ask a question. I want to change the normal view of bibliographic record. For example remove Marc preview. Is it possible at all?
09:21 schnydszch        cait: Yes!
09:45 Joubu             schnydszch: there is no error in the line you pasted
09:54 schnydszch        Joubu: actually it stops there.
09:56 Joubu             copy the last 100 lines, or the whole output - https://paste.koha-community.org/
09:56 schnydszch        oh wait, I was disconnected a while ago, here it is: https://paste.koha-community.org/18514
09:57 Joubu             did you stop the container?
09:59 schnydszch        kd?
09:59 schnydszch        doing kd now
10:01 cait              Joubu: might be totally unrelated... but ktd up doesn't work for me - always have to do an option --es6 or so. Otherwise it dies (db_connection something)
10:01 schnydszch        doing ku now
10:02 schnydszch        cait: will try that option if ku won't work
10:03 thibaud_g         Hello everybody,
10:03 thibaud_g         If someone can help me to understand one thing about BZ11175, the goal is to relate the mother and child records by the fields 001 and 003 but if the fields are empty a search is made with the title of the record... why? If the relationship is made with the fields 001/003, what is the advantage of searching by the title? The answer will not have the desired relationship, will it ? Thanks
10:05 cait              I believe the idea is probaly to provide a fallback for libraries not working with Controlnumber
10:05 cait              I don't have the code in front of me, so cannot tell for sure how this works
10:05 schnydszch        https://paste.koha-community.org/18515
10:05 schnydszch        is this a success?
10:05 schnydszch        it exited
10:06 schnydszch        [2]+  Stopped                 docker compose -f docker-compose.yml -p koha up --force-recreate
10:06 cait              can you access Koha?
10:06 schnydszch        running  docker compose -f docker-compose.yml -p koha up --force-recreate
10:06 cait              usually it ends something rabbitmq for me
10:06 Joubu             thibaud_g: 11175 - noticed that unimarc is not supported? (just noting in case you hadn't)
10:07 Joubu             schnydszch: need more lines
10:07 Joubu             and don't ^Z
10:08 Joubu             ^Z should not give you a "Stopped"
10:10 thibaud_g         Joubu: yes indeed, I know it. I was just wondering why this search on the title :)
10:12 schnydszch        https://paste.koha-community.org/18516
10:13 schnydszch        this one, no ^Z
10:13 schnydszch        oh wait that was for another user
10:13 schnydszch        this message fairly new to me: koha-selenium-1                | 2022-11-14 10:06:18,757 INFO stopped: xvfb (terminated by SIGTERM) koha-selenium-1                | Shutdown complete koha-selenium-1 exited with code 143
10:14 Joubu             more lines please :)
10:16 schnydszch        https://paste.koha-community.org/18517
10:59 ashimema          paulderscheid: you were talking about typescript style stuff for Perl the other day.. this just came up in the Perl IRC channel.. http://github.com/bscan/Type-Hints
11:00 ashimema          Thought you might find it interesting..
11:00 ashimema          There's also Corina happening in core of course...
11:36 tcohen            hola #koha
11:37 ashimema          morning tcohen
11:42 oleonard          Hi #koha
12:00 tcohen            hola oleonard
12:09 paulderscheid[m]  Hi all, thanks ashimema
12:11 paulderscheid[m]  First look and I already like it
12:30 SupportLibrary[m] Hi. Is it possible to change the ISBD view of bibliographic record?
12:31 oleonard          SupportLibrary[m]: Yes, there is a system preference. Search for ISBD
12:32 SupportLibrary[m] oleonard: thank you. What about the normal view?
12:33 oleonard          The normal view can be customized if you provide a different XSLT file
12:35 SupportLibrary[m] oleonard: Okey. In which directory i should put the file?
12:35 oleonard          Take a look at the XSLT-related system preferences to see your options
12:36 SupportLibrary[m] oleonard: Okey
13:01 cait              translating is boring
13:02 * oleonard        offers cookies
13:08 * cait            munches - thx
13:13 Panais            May I ask a question pleaseq
13:46 davidnind         Panais: ask away, if someone can answer they will
14:27 oleonard          Bug 32182 ready to test
14:27 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182 enhancement, P5 - low, ---, oleonard, Needs Signoff , Replace static tabs markup with Bootstrap
14:38 davidnind         oleonard: patch doesn't apply 🙃
14:38 oleonard          :(
14:54 oleonard          Please try again davidnind, thanks!
14:55 oleonard          master moving too fast :)
15:13 cait              translators at work: https://translate.koha-community.org/projects/22.11/
15:25 cait              sort by activity :)
15:43 oleonard          cait: What did you find confusing about Bug 32042?
15:43 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042 normal, P5 - low, ---, oleonard, NEW , Add page-section to items tab (cat)
15:44 ashimema          the template is 'hard' oleonard 😜
15:44 ashimema          there's some really funky loops going on..
15:45 ashimema          like the <hr>
15:45 oleonard          Oh I misunderstood the report, I'm looking at the wrong page.
15:45 ashimema          I thought those would be easy to spot.. but it's not as trivial as I thought it would be
15:45 oleonard          You're talking about moredetail.tt
15:45 * ashimema        happens to be looking at that again now.. but I'm also in a meeting with new staff so not really giving it enough attention..
15:46 ashimema          if you're playing.. fire away 🙂
16:00 * ashimema        grabs bug 31950 instead.. more available for multi-tasking work that one.
16:00 ashimema          less brain melting
16:00 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31950 minor, P5 - low, ---, isobel.graham09, NEW , Page section on library view is too wide / not aligned with toolbar
16:06 cait              there are a lot of page-section missing on te pages of the patron account too (didn't get to file yet)
16:13 ashimema          I started working through at least some of those I think
16:13 ashimema          hmm..
16:13 ashimema          maybe it wasn't patron
16:14 ashimema          I think you QA'd it
16:14 ashimema          maybe it was cataloging still.. thinking about it.
16:14 * ashimema        find our 'rows' class really confusing.. and it seems to really mess with page-section
16:15 ashimema          well.. subtly
16:15 ashimema          31950 seems to be related to the rows class.. I've seen similar elsewhere with it too
16:16 oleonard          ashimema: fieldset.rows was reworked in the redesign... I don't know who made the change. But div.rows didn't get revised accordingly so there are bugs.
16:16 reiveune          bye
16:19 ashimema          ah, I see
16:19 ashimema          hmm.. might leave that one to you 😜
16:20 ashimema          happy to look... but won't be over the next couple of days
16:20 cait              when are you back, ashimema?
16:20 ashimema          Thursday
16:21 cait              have fun :)
16:21 ashimema          I'll be around roughly.. just not my usual productive self 😜
16:40 liliputech        hello, i have tests failing on jenkins on Debian11. was that one replaced by the D11_OS7 ? Can I dismiss the D11 error messages?
16:41 liliputech        oh I get it, it's not about OS7, it's about Zebra...
16:44 liliputech        given the error in the build log, it's missing the syspref table...
16:44 liliputech        https://jenkins.koha-community.org/view/21.11/job/Koha_21.11_D11/lastBuild/console
17:00 liliputech        doesn't fail on other images though...
18:21 cait              oleonard: do you know of we have a page section for the checkout notes page yet?
18:23 oleonard          I don't think so
18:25 cait              ok, filing
18:29 cait              oh no... i scared oleonard-away
19:00 bag               heh
19:03 oleonard          cait: Scared my all the way to lunch
19:03 cait              phew
19:04 cait              what did you have?
19:05 oleonard          Leftovers of homemade fried rice with tofu and mushrooms
19:05 cait              sounds great :)
19:06 cait              i'll probably dream of page-sections ugh
19:08 oleonard          How does something end up on the "Transfers to send" page?
19:09 cait              stock rotation is one optoin
19:09 cait              but there was another
19:09 caroline          holds?
19:10 tcohen            has anyone see this error Search ARRAY(0x564ad21c5f90) ERROR 109 1 1+0 RPN @attrset Bib-1 @attr 1=1016 @attr 4=6 @attr 5=1 @attr 2=102 a
19:10 cait              oleonard: youmight get away manilulating a transfer
19:10 cait              in the db
19:10 cait              if you only need an entry in the table
19:11 cait              i believe the sent date or so needs to be empty
19:13 cait              oleonard: why is my button glued to the page section thingy? :( https://snipboard.io/41GCtI.jpg
19:14 cait              https://paste.koha-community.org/18540
19:14 cait              can I not just add a <br> and be done with it? ;)
19:14 oleonard          You could put it in a <div id="toolbar" class="btn-toolbar">
19:14 oleonard          Seems like that's appropriate
19:15 cait              i like that, trying it out  :)
19:15 cait              thank you
19:16 cait              it did fix the spacing
19:16 cait              but now id toolbar is doubled up
19:16 cait              we have the normal patron menu one above
19:17 cait              it looks like removing the idea keeps the display nice - is that ok on your side?
19:19 oleonard          Oh right, I wasn't thinking. Just leave off the id
19:19 cait              done, thx
19:24 oleonard          You're right about transfers to send, cait, the datesent column has to be null
19:30 cait              yay :)
19:33 oleonard          Now how do I get something to show up on branchoverdues.pl XD
19:33 oleonard          Looks like you have to have fines on overdues?
19:34 oleonard          Oh it's right there on the label (:
19:44 oleonard          Can't seem to make it go, though :|
19:44 cait              is that the overdues with fines report?
19:44 oleonard          Yes.
19:45 oleonard          I don't normally have fines enabled, but I thought I updated setting correctly
19:45 cait              should I try and talk you through it?
19:45 cait              finesmode - set to production?
19:45 cait              = "Calculate and charge"
19:45 cait              not a holiday?
19:46 cait              circulation rule set? (fine, max fine, interval and grace period)
19:52 oleonard          the grace period was it, cait. I never would have guessed... it needed a zero
19:52 oleonard          Thanks!
19:52 cait              :)
19:53 cait              statictabs look nice now
19:53 cait              oleonard++
19:56 cait              davidnind: i believe we might have overlapped on bug 32199 -
19:56 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199 normal, P5 - low, ---, oleonard, Signed Off , Add page-section to various patron pages
19:57 cait              i posted 2 follow-ups there - but you only had the original patch I think
19:57 davidnind         it took me a while...
19:58 davidnind         happy for you to remove my signoff - however that is done...
20:00 davidnind         I was just about to post a note about the discharges patron page...
20:00 cait              I got that covered in the follow up
20:01 cait              the follow-ups dealt with pages Owen's patch didn't so you sign-off is totally valid
20:01 cait              do you want ot look at the follow ups?
20:02 cait              I'll fix and resort
20:02 davidnind         OK - I'll do that now and sign off
20:04 cait              give it a moment
20:04 cait              i am just uploading hte patches again
20:04 cait              ok, done
20:05 davidnind         great - I'll go and make another cup of tea!
20:05 cait              tea is always good :)
20:10 oleonard          I think Docker crashing again is my cue to call it a day XD
20:22 davidnind         cait: something weird now with the circulation history - table is centered, rather than left aligned, also the table rows have borders and the header row now has borders on the left
20:26 cait              that was not me
20:26 cait              but I see tht happen when I resize the window sometimes
20:27 cait              are you looking at it with or without onsitecheckins?
20:28 cait              onsitecheckouts the system preference
20:28 davidnind         It is the same with it enabled or not enabled - can add a screenshot to the bug and change status...
20:28 cait              it should look different, my patch only affects the 'disabled' state
20:29 cait              then you don't have the tabs
20:29 cait              it's a little too wide, but I think it looks different for yu? https://snipboard.io/TWy5hg.jpg
20:32 cait              I think this one is a little too wide too: https://snipboard.io/fKjXP8.jpg
20:32 cait              I think the issue is not releatd to the patch, something wrong with the table itself, that was not changed
20:33 cait              oleonard-away: still around?
20:33 cait              another lunch? ;)
20:35 davidnind         Here is a screenshot showing centred https://snipboard.io/iFhz8W.jpg
20:35 cait              try reloading the page
20:35 cait              please
20:36 cait              ah ok, your screen is wider than mine
20:36 cait              I just checked on master: it also centers if I zoom out
20:36 cait              new bug... *sigh*
20:37 davidnind         I was just about to reply with the same thing....
20:37 davidnind         I can add my sign off if required for the two follow up patches
20:38 davidnind         I can add the bug if you like
20:38 cait              that would be great, thanks
20:38 cait              for comparison later, that's zooming out without the patches: https://snipboard.io/aIBufb.jpg
21:00 davidnind         cait: bug 32201 created
21:00 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32201 normal, P5 - low, ---, koha-bugs, NEW , Patron circulation history - table style: centered and has left border
21:44 cait              davidnind: thx!
21:44 cait              davidnind++
22:36 pastebot          "davidnind" at 127.0.0.1 pasted "Error when regenerating the OPAC CSS" (17 lines) at https://paste.koha-community.org/18552
22:38 davidnind         @later tell oleonard There is an error when building the CSS for the OPAC, not sure whether this is something you can resolve https://paste.koha-community.org/18552
22:38 huginn`           davidnind: The operation succeeded.
22:38 tuxayo            our git server is super slow for me, 80 KiB/s, it's been 1h30 I'm getting the changes of the last few days T_T
22:38 cait              you could try switching to one of hte mirrors
22:39 tuxayo            164.39 MiB so far, there are quite some changes also.
22:39 cait              dcook++
22:39 dcook             And I've been locked out of Bugzilla again lol
22:39 dcook             Hope that isn't happening to other folk
22:39 dcook             Trying to remember what caused this last time..
22:40 tuxayo            > you could try switching to one of hte mirrors
22:40 tuxayo            Yeah, GitLab seems up to date
22:40 dcook             Ahhh it's because I commented the link to the wiki in bugzilla
22:40 dcook             ffs...
22:41 tuxayo            dcook «And I've been locked out of Bugzilla again lol» really?! :o
22:41 dcook             tuxayo: Yeah this has happened to me a lot before
22:41 tuxayo            > Ahhh it's because I commented the link to the wiki in bugzilla
22:41 tuxayo            How does that lock you out???
22:41 dcook             I was going to QA something, so hopefully rangi can unblock me soon..
22:41 dcook             tuxayo: anti-spam thing
22:42 cait              dcook: what is not working, git bz?
22:42 dcook             cait: I've been banned from Bugzilla haha
22:42 tuxayo            LOL so when posting a link to our wiki in a ticket comment, you can locked-out for spam?! XD
22:42 dcook             I posted https://wiki.koha-community.org/wiki/Setting_up_the_Z39.50_and_SRU_Server#Troubleshooting to bug 31756 and it kicked me out and banned me
22:42 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31756 minor, P5 - low, ---, dcook, Failed QA , Biblionumber not numerically sorting natively when using Zebra
22:42 dcook             Oops not that one
22:43 dcook             bug 28364
22:43 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28364 major, P5 - low, ---, tomascohen, CLOSED FIXED, koha-z3950-responder breaks because of log4perl.conf permissions
22:44 dcook             Hope rangi[m] isn't on holiday O_O
22:44 dcook             Or if someone else can unblock me on Bugzilla, that would be great
22:45 pastebot          "dcook" at 127.0.0.1 pasted "My problematic comment O_O" (3 lines) at https://paste.koha-community.org/18553
22:45 dcook             tuxayo: ^ FUI
22:45 dcook             FYI*
22:47 dcook             Looks like I was banned last year when trying to add links to the Wiki for bug 11807 too
22:47 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11807 enhancement, P5 - low, ---, fcapovilla, CLOSED FIXED, Add categorycode conversions to LDAP authentication.
22:48 cait              i didn't even know we had any kind of autoblock
22:48 cait              I post wiki links all the time
22:48 dcook             cait: Can't reply on Bugzilla for now but regarding bug 31756... I don't know
22:48 huginn`           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31756 minor, P5 - low, ---, dcook, Failed QA , Biblionumber not numerically sorting natively when using Zebra
22:49 dcook             cait: Really? That's interesting...
22:49 dcook             Maybe Bugzilla just doesn't like me
22:49 cait              i just did when suggestng you change that page
22:49 dcook             Hmm and I did too on 31312
22:49 dcook             31612*
22:49 dcook             Maybe if you post too many links too often..
22:50 dcook             That's the explanation Chris gave me last year at least
22:50 cait              I am checking
22:50 cait              bugzilla
22:50 dcook             I'd posted to 31612 though and then tried posting to 28364 pretty soon after
22:50 cait              it looks like you lost permissions
22:50 dcook             This was the error that showed on 28364 after submitting: The user error string antispam_comment was not found.
22:51 dcook             cait: Are you able to restore them?
22:51 cait              I don't want to break omre, still comparing yours to other accounts
22:52 dcook             thx :)
22:53 cait              right. I think maybe rangi beat me to it
22:53 cait              can you try again?
22:53 dcook             I'm in :D
22:53 dcook             Going to check permissions..
22:54 dcook             Yep it's good
22:54 dcook             Ah yep, he's emailed me back
22:54 cait              yah history showed a change a few minutes ago  readding groups
23:47 tuxayo            > i didn't even know we had any kind of autoblock
23:47 tuxayo            yeah lol
23:48 tuxayo            > cait: Really? That's interesting...
23:48 tuxayo            > Maybe Bugzilla just doesn't like me
23:48 tuxayo            Maybe cait has some rights that also protect them
23:49 cait              who knows :) Or in the number of my total comments there are not enough links? :)
23:49 tuxayo            > Ah yep, he's emailed me back
23:49 tuxayo            great! It's worth asking who else can do that to not depend on only rangi.