Time  Nick         Message
00:38 mtompset     Greetings, #koha.
00:38 mtompset     @seen tcohen
00:38 huginn       mtompset: tcohen was last seen in #koha 10 hours, 18 minutes, and 7 seconds ago: <tcohen> hi
00:39 mtompset     @later tell tcohen vagrant destroy and ups of the 4 kohadevbox types has issues. Please see my patch (incoming).
00:39 huginn       mtompset: The operation succeeded.
00:54 mtompset     @seen alexbuckley
00:54 huginn       mtompset: alexbuckley was last seen in #koha 1 day, 12 hours, 30 minutes, and 40 seconds ago: <alexbuckley> thank you :)
00:55 alexbuckley  hi mtompset :)
00:55 mtompset     @sen AnnaBoten
00:55 huginn       mtompset: downloading the Perl source
00:55 mtompset     @seen AnnaBoten
00:55 huginn       mtompset: AnnaBoten was last seen in #koha 2 days, 8 hours, 33 minutes, and 54 seconds ago: <AnnaBoten> Error: "koha-jenkins:" is not a valid command.
00:57 mtompset     @seen ashimema
00:57 huginn       mtompset: ashimema was last seen in #koha 1 day, 2 hours, 47 minutes, and 58 seconds ago: <ashimema> I would Google floating point math and not immediately jump to it being a Perl issue if I was you.
03:22 mtompset     @later tell tcohen I have two merge requests waiting for kohadevbox. I'll put up a README PR later.
03:22 huginn       mtompset: The operation succeeded.
06:33 ashimema     Mornin' #koha
06:33 * dcook      waves
06:48 cait         tcohen++ thx
07:39 reiveune     hello
07:44 fridolin     hi
07:50 magnuse      \o/
08:00 marcelr      hi #koha
08:02 alex_a       bonjour
08:06 cait         good morning #koha
08:06 marcelr      hi alex_a and cait
08:09 Archie^      good morning #Koha
08:11 Archie^      say anyone used bulkmarcimport.pl ? i wonder why it says in usage section to set "export KOHA_CONF=/etc/koha.conf" if /etc/ does not contain koha.conf
08:28 Archie^      anyone? ashimema ?
08:29 ashimema     to run it.. it needs to know where the koha config file is
08:29 ashimema     it can be in lots of places depenging on your install type
08:29 ashimema     if you're packages based you can use koha-shell and it'll set KOHA_CONF for you
08:30 Archie^      i am using koha-shell
08:31 Archie^      so i dont need to use export ?
08:31 ashimema     then you shouldn't need to worry about setting any environment variables
08:31 ashimema     nope.. you don't
08:31 Archie^      ok, cool
08:31 Archie^      tnx :)
08:34 Archie^      say if i run bulkmarcimport in -append -l to store log files and see what's wrong, is there some sort of default directory the log files will be stored??
08:34 ashimema     erm
08:34 ashimema     /var/log/koha perhaps?
08:36 cait         i think you can give the path somewhere
08:36 Archie^      ye im running perl bulkmarcimport.pl -d -b biblios -file=/home/koha/Desktop/KOHA/lnc04_2018_11_03_out -l -append -m=MARCXML
08:36 Archie^      and durring deleting libraries i get error every time
08:36 Archie^      DBD::mysql::db do failed: Cannot truncate a table referenced in a foreign key constraint (`koha_library`.`aqorders`, CONSTRAINT `aqorders_ibfk_2` FOREIGN KEY (`biblionumber`) REFERENCES `koha_library`.`biblio` (`biblionumber`)) [for Statement "truncate biblio"] at bulkmarcimport.pl line 179.
08:37 cait         there is a bug for that, but that's not deleting libraries, only records
08:38 Archie^      ya, it's not deleting records. Also Hi cait  ;)
08:39 cait         i think -l expects a filename
08:39 cait         'l:s' => \$logfile,
08:41 * andreashm  waves
08:41 Archie^      hi andreashm
08:41 Archie^      Nevermind it gives me errors during execution: substr outside of string at /usr/share/perl5/MARC/Record.pm line 573, <GEN25> line 5954
08:43 andreashm    hi Archie^
08:53 ashimema     Sounds like a data issue Archie^ , take a look at the Marc record on line 5954 of your input file
08:58 Archie^      yah i checked, everything looks fine. If i run Test instead of actuall run it proceeds correctly till record nr ~ 29k or somthing
09:05 nlegrand     Ay up
10:20 alexbuckley  hi all
10:32 paxed        hm. SimpleMARC uses $record->append_fields() ... no wonder.
10:35 magnuse      hiya alexbuckley
10:47 gveranis     hi all, I would like to ask if someone notice a problem ( maybe a bug ) on blinddetail-biblio-search.pl line 91-99 , when the authority record has repeatable subfields then not copied on the other side of bibliographic subfields. And I believe the problem is on how array is structured.
10:48 gveranis     e.g when we have a $100$atest$btestmore$btestsomethingmore then second $b is not transfered
10:52 mtj          Archie^:  try using -fk arg with bulkmarcimport.pl
10:59 Archie^      tnx mtj !!
11:08 Archie^      it's really strange that if i use argument -t it runs smoothly without errors, if  not everything goes to hell :D
11:47 marcelr      bug 21774
11:47 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774 critical, P5 - low, ---, m.de.rooy, Needs Signoff , Cloned item subfields disappear when editing an item
12:35 oleonard     Hi #koha
12:39 calire       hi oleonard
12:39 wahanui      hi oleopard
12:39 oleonard     Welcome back calire
12:40 calire       thanks oleonard :)
12:53 Archie^      a question. Is there a way to load multiple marc21xml files?
13:08 Archie^      i mean, if i get ~ 10 000 marc21xml files. any way i can load them all into koha?
13:15 cait         with bulkmarcimport it doesn't really matter
13:15 cait         how big the file is
13:15 cait         it's only the tools in theGUI that time out on big files
13:16 Archie^      no no i mean, i have a folder with 10 000 files
13:16 Archie^      do i have to merge them all into 1 file? or there is a way i can load all 10 000 files?
13:16 cait         you could writ ea bash script to load them one afte rthe other
13:16 cait         it's not really a Koha problem :)
13:17 oleonard     Archie^: Maybe you could use MarcEdit to combine them?
13:17 Archie^      so the syntaxis of bulkmarcimport would be file=my_shell_script.sh ?
13:17 corilynn     cait, I *have* made the bulk import fail on 220K records :)
13:17 cait         corilynn: interesting - some probelm with storage maybe?
13:18 cait         Archie^: i was more thinking have  script that then calls bulkmarcimport for every of your file
13:18 cait         s
13:18 Archie^      a yeah, that might work aswell, thank you :)
13:18 cait         corilynn: we have libraris with about a million, half a million that seemed towork ok
13:19 corilynn     using bulk import?
13:19 corilynn     through the GUI?
13:21 cait         bulkmarcimport is always command line
13:21 cait         it#s a different script than the staged import
13:21 cait         made for big migration loads
13:21 * ashimema   feels they should be merger
13:22 ashimema     the bulkmarcimport too and the stage + load from command line scripts
13:23 cait         probably
13:23 wahanui      well, probably is too hard.
13:23 cait         but they offer quite different features right now
13:24 Joubu        tcohen: fridolin pushed the Selenium's regressiont tests for the basket, so we need 17.11 to "do all what it can do"
13:25 fridolin     Joubu: tcohen : yep i wanted to ask you : do we try to fix or do i revert patches on this UT ?
13:25 fridolin     i can see the pb
13:25 Joubu        fridolin: must be fixed on koha-testing-docker side
13:26 fridolin     ah ok i wondered
13:26 fridolin     i hope 17.11.x will live at least 6 month more so UT are always good
13:27 tcohen       I can fix koha-tetsing-docker, in  2.5 hours
13:27 corilynn     ah, I was talking about the GUI choking, didn't even think about using the command line, thx cait
13:28 corilynn     and.. yet another reboot
13:42 Joubu        What is that Koha-Opac android app?
14:00 fridolin     https://play.google.com/store/apps/details?id=com.lisacademy.org.kohaopac
14:00 fridolin     you mean that
14:00 fridolin     strange
14:00 fridolin     maybe just CSS ans JS over OPAC
14:04 cait         so the helpful comment warns you about it hacking your phone...
14:05 cait         ok, mabe that meks sense
14:07 cait         not sure it's a real danger
14:32 magnuse      having some problems with a server today. in htop i can see /usr/share/koha/intranet/cgi-bin/circ/returns.pl running for several minutes (5, 10, even 15). This is a multitenant server, and only one site is displaying this behaviour. anyone got a hunch what might be causing it?
14:55 cait         sorry, we haven't seen something like that
14:55 cait         what's the version?
14:56 magnuse      17.11.06
14:57 magnuse      apache intranet error log file says "[proxy_http:error] [pid x] (70007)The timeout specified has expired: [client x.x.x.x:x] AH01102: error reading status line from remote server httpd-UDS:0"
14:57 magnuse      and "AH00898: Error reading from remote server returned by /cgi-bin/koha/circ/returns.pl"
15:09 Miguel       Hello
15:09 wahanui      salut, Miguel
15:10 Guest2846    how to have results according to the library belonging to the user
16:11 reiveune     bye
16:58 lari         cait: hi, you asked about a week ago if i'm still developing for Koha in bug 17140. unfortunately no, not since july :(
16:58 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17140 major, P5 - low, ---, larit, Failed QA , Incorrect rounding in total fines calculations, part 2
16:58 cait         lari: i thought i had heard something like that but wanted to make sure befrore changing something on the bug
16:58 cait         sorry to hear that
17:08 ashimema     Koha account maths upsets me
17:14 tcohen       back
17:15 tcohen       ashimema: hold on, you can do iT!
17:15 tcohen       @later tell mtompset are you saying the apt_key Ansible module no longer works?
17:15 huginn       tcohen: The operation succeeded.
17:22 ashimema     Huj
17:22 ashimema     Sorry tcohen, I don't follow
17:23 tcohen       "Koha account maths upsets me"
17:23 ashimema     Mm, accounts maths generally upsets me.. floating point always confuses
17:27 mtompset     Greetings, #koha
17:27 mtompset     ping @tcohen
17:28 mtompset     tcohen, you here?
17:29 mtompset     @seen tcohen
17:29 huginn       mtompset: tcohen was last seen in #koha 5 minutes and 52 seconds ago: <tcohen> "Koha account maths upsets me"
17:29 tcohen       hola mtompset
17:29 mtompset     Re: apt-key...
17:30 mtompset     The --no-tty needs to get passed to gpg, but I don't know how to with the apt_key ansible way.
17:30 mtompset     so, if you have a suggestion on that, I would gladly change it back to apt_key style.
17:34 * mtompset   sighs.
17:34 mtompset     I just tried to roll a custom version of Koha.
17:34 mtompset     It's failing. :(
17:35 mtompset     Anyone have an idea on why there is no Config.pm rule for Make?
17:40 mtompset     oh fiddle sticks! I have 5.26 and the make is looking for 5.24
17:41 tcohen       mtompset: use koha-dpkg
17:41 tcohen       ;-)
17:42 tcohen       ;-)
17:42 mtompset     is that a release tool?
17:43 mtompset     Because I'm more familiar with the ancient Easy Way. :)
17:48 mtompset     tcohen, I have an idea for the kohadevbox resize.
17:49 mtompset     My problem is I haven't quite figured out how to automagically create a partition of the free space, and then mount all /home directories there.
17:54 * mtompset   waits for "vagrant box update" to run.
18:05 tcohen       mtompset: I think the problem is how the images we use have been built
18:07 mtompset     perhaps.
18:08 mtompset     So is there a way to pass --no-tty to gpg with apt_key ansible?
18:09 tcohen       JoUbu++
18:09 tcohen       mtompset: I haven't found any
18:10 mtompset     @karma JoUbu
18:10 huginn       mtompset: Karma for "JoUbu" has been increased 720 times and decreased 2 times for a total karma of 718.
18:10 mtompset     nice, case-insensitive.
18:11 tcohen       @karma JOubu
18:11 huginn       tcohen: Karma for "JOubu" has been increased 720 times and decreased 2 times for a total karma of 718.
18:12 tcohen       I had both O and U upper case, only fixed one LOL
18:15 tcohen       mtompset: so steps to reproduce are destroy machine, vagrant up, kaboom?
18:15 mtompset     Yep!
18:15 tcohen       Ansible version?
18:16 mtompset     Whatever is local.
18:16 tcohen       LOCAL_ANSIBLE?
18:16 mtompset     I was using the LOCAL...
18:16 mtompset     Yep.
18:16 tcohen       ah, good point
18:16 tcohen       we are moving that to default
18:16 tcohen       so better fix anyway
18:16 tcohen       unless
18:16 mtompset     2.7.1 on stretch
18:16 tcohen       we fix the version number
18:17 tcohen       using my host machine, I'm on 2.7.1 as well
18:17 tcohen       waiting for it to crash
18:24 Joubu        tcohen: did you test the ods export/import?
18:25 tcohen       Joubu: I didn't
18:25 tcohen       will do right now
18:25 tcohen       good point
18:26 * tcohen     wonders how many reset_all cycles my hard disc supports
18:26 mtompset     I think that depends on the size of the default data. :)
18:26 * cait       waves
18:27 tcohen       it should match the size of a blocksize on my sdd, right?
18:27 mtompset     Greetings, tcohen Joubu cait
18:28 mtompset     tcohen, If you keep writing the same block over and over on your SSD, that's the block that will fail faster, and if it is the WRONG block (e.g. part of the superblock), that would prevent booting, even though the rest is good.
18:28 mtompset     If I am right :)
18:36 tcohen       mtompset: have you checked koha-dpkg?
18:40 mtompset     where is it?
18:40 wahanui      i heard it was for gitified installs
18:40 tcohen       lay
18:41 tcohen       lazy
18:41 tcohen       https://hub.docker.com/r/koha/koha-dpkg/
18:41 mtompset     a google search didn't find it.
18:42 mtompset     in the top 3.
18:56 Joubu        https://duckduckgo.com/?q=koha-dpkg&t=ffab&atb=v118-6__&ia=web
18:57 Joubu        first result
18:58 oleonard     Bug 21813
18:58 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21813 major, P5 - low, ---, oleonard, Needs Signoff , In-page JavaScript causes error on patron entry page
19:19 oleonard     Bug 21814
19:19 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21814 major, P5 - low, ---, oleonard, Needs Signoff , System preferences save button can be hidden by language menu
19:19 oleonard     Another trivial fix for a major bug.
19:21 cait         super easy: bug 21815
19:21 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21815 trivial, P5 - low, ---, katrin.fischer, Needs Signoff , Rephrase HidePersonalPatronDetailOnCirculation a little bit
19:21 cait         oleonard: you are on fire :)
19:21 cait         i am trying to translate...
19:21 oleonard     I'm putting out fires that I myself started.
19:21 magnuse      oleonard
19:21 wahanui      oleonard is happy for ashimema to write the release script
19:23 tcohen       mtompset: will you try it even if it doesn't rank higher? LOL
19:29 mtompset     tcohen, I'm confused on how to use it.
19:29 huginn       News from kohagit: Bug 21804: Remove C4::Accounts::getcharges again <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8205305b4fae06c5c7ca4ad3ad7e5e8abf12ade6>
19:29 huginn       News from kohagit: Bug 21787: Remove unecessary test from GetHardDueDate.t <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fa7b2ad08befb88866e850f2b7bba34841ff30b7>
19:29 huginn       News from kohagit: Bug 21775: Add selenium tests for audio alerts <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a58549422d6a100f0be4776fa48ebe43fb05e69b>
19:30 mtompset     BTW, tcohen I think the ansible version is 2.7.1+ :)
19:32 tcohen       docker run \
19:32 tcohen       --volume=/path/to/your/clone:/koha \
19:32 tcohen       --volume=/dest/path/for/debs:/debs \
19:32 tcohen       --privileged
19:32 tcohen       --env VERSION=18.05.01~patched1 \
19:32 tcohen       koha-dpkg:18.05
19:32 tcohen       first volume, your local clone you're tring to build
19:32 tcohen       the second one, the dir in which you want the deb files output
19:33 tcohen       the VERSION variable, how you want the package version to look like
19:33 tcohen       sounds very easy
19:33 tcohen       :-D
19:37 mtompset     docker is not easy.... all confusing... I'm an old man. :P
19:42 mtompset     so there is: https://gitlab.com/joubu/koha-dpkg-docker
19:43 mtompset     And then there is: https://hub.docker.com/r/koha/koha-dpkg/
19:43 mtompset     how are they related?
19:43 mtompset     BTW, the docker pull doesn't work... I ended up putting :18.05 on the end, and something is happening.
19:47 huginn       News from kohagit: Bug 21526: (follow-up) Use the 'url' filter when needed <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=11622b8a9edba36a77eb26a6630413935f27cf6e>
19:47 huginn       News from kohagit: Bug 21526: Fix search result pages (url vs uri vs raw) <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2fc599c0893620c395ca0492c9d9e3c860c8f951>
19:47 huginn       News from kohagit: Bug 21706: (QA follow-up) Fix tabs <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e112c6f117d4b6fd6c6160e8be9cba4186db1279>
19:47 huginn       News from kohagit: Bug 21526: Use the 'url' filter when needed <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cd81bdc6a0b0250d97cbb5c49bcb90290d29e34a>
19:47 huginn       News from kohagit: Bug 21706: (follow-up) Fix subfield delete button <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=50b8e1ca97399330e94ad15f566ef9763c3a3152>
19:47 huginn       News from kohagit: Bug 21706: (follow-up) remove unused template params <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=290f5ea0581ebbcabe38f926a3464f2103775b25>
19:47 huginn       News from kohagit: Bug 21706: Make authority framework subfield links work (TT filter) <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bea8edd9724538075299c5a8a8e607fe281cc4da>
19:50 tcohen       mtompset: here https://gitlab.com/tomascohen/koha-dpkg-docker
19:50 tcohen       that's the source
19:50 tcohen       this one: https://hub.docker.com/r/koha/koha-dpkg/
19:50 tcohen       is the 'docker registry', in which pre-built images are distributed
19:51 tcohen       Joubu's was the very first attempt, I continued on my repo
19:58 mtompset     So yours is the most recent?
19:58 oleonard     Bye all
19:59 tcohen       mtompset: it is completely different
19:59 tcohen       just the same name
20:00 * mtompset   grumbles like a grumpy old man, "Can't we standardize on something?"
20:01 tcohen       mtompset: the standard IMHO is that you just use the distributed docker image
20:02 tcohen       but yeah, there hasn't been much work on that lately
20:03 koha-jenkins Project Koha_Master_U18 build #95: UNSTABLE in 32 min: https://jenkins.koha-community.org/job/Koha_Master_U18/95/
20:07 Joubu        mtompset: read the README will help ;) "koha-dpkg-docker - generate Koha packages inside a docker container"
20:08 koha-jenkins Project Koha_Master_D9 build #606: UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D9/606/
20:08 koha-jenkins Project Koha_Master_D8 build #102: UNSTABLE in 35 min: https://jenkins.koha-community.org/job/Koha_Master_D8/102/
20:33 koha-jenkins Project Koha_Master_U18 build #96: STILL UNSTABLE in 30 min: https://jenkins.koha-community.org/job/Koha_Master_U18/96/
20:36 koha-jenkins Project Koha_Master_D9 build #607: STILL UNSTABLE in 28 min: https://jenkins.koha-community.org/job/Koha_Master_D9/607/
20:37 huginn       News from kohagit: Bug 21775: Logout before trying to login <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7f78d4a1485c0cf68021ed426192d3f1e5cbd80f>
20:43 koha-jenkins Project Koha_Master_D8 build #103: STILL UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D8/103/
21:06 koha-jenkins Yippee, build fixed!
21:06 koha-jenkins Project Koha_Master_D9 build #608: FIXED in 27 min: https://jenkins.koha-community.org/job/Koha_Master_D9/608/
21:09 koha-jenkins Yippee, build fixed!
21:09 koha-jenkins Project Koha_Master_U18 build #97: FIXED in 29 min: https://jenkins.koha-community.org/job/Koha_Master_U18/97/
21:17 koha-jenkins Project Koha_Master_D8 build #104: STILL UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D8/104/
21:56 koha-jenkins Yippee, build fixed!
21:56 koha-jenkins Project Koha_Master_D8 build #105: FIXED in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D8/105/