Time  Nick            Message
20:22 jenkins         Project Koha_Master_D8 build #211: SUCCESS in 1 hr 45 min: https://jenkins.koha-community.org/job/Koha_Master_D8/211/
20:05 oleonard        Happy weekend, #koha
20:04 dpk1            I wrote a little diagnostic CGI script to dump the environemnt variables (we should add this to our toolkit and about.pl), and it shows that the SetEnv statements in test.conf are having no impact.  OVERRIDE_* are not set in the instance serving my queries to koha2.randomnotes.org.
19:17 tcohen          dpk1: looks good to me
19:03 dpk1            http://koha2.randomnotes.org/kgl/test.conf
19:01 tcohen          so we can take a look
19:00 tcohen          but you could paste your vhost definition
19:00 tcohen          I'm not experienced on using the override stuff
18:59 dpk1            Yes, in the builder stanza.
18:57 tcohen          enable "+Koha::Middleware::SetEnv";
18:57 tcohen          and check if you find
18:57 tcohen          look at /etc/koha/plack.psgi
18:56 dpk1            Yes.
18:56 tcohen          running plack?
18:55 dpk1            I think the issue is with my Apache config.  Running 17.05.01.000
18:54 dpk1            Greetings from Seattle.  Is there someone who could help me solve a problem getting OVERRIDE_SYSPREF_xxx to work?  They seem to be ignored.
18:48 tcohen          ?
18:48 tcohen          anyone with experience on transfers in Koha
18:40 LeeJ            Joubu: to your knowledge, is there any documentation for the ES mapping page?
18:32 mtompset        Have a great day, #koha
17:59 mtompset        Greetings, happy birthday -- hope I matched the name correctly. :)
17:58 kidclamp        hi mtompset
17:50 mtompset        Greetings, #koha.
17:31 kidclamp        rest up, don't hesitate to ask questions when you try again :-)
17:30 cait            :)
17:27 * LeeJ          gives up on ES troubleshooting for the day because it's Friday
17:16 LeeJ            I'll do that now for getting the indexing running
17:15 kidclamp        ^if you can add anything as you experience it there that would be amazing LeeJ
17:15 kidclamp        https://wiki.koha-community.org/wiki/Elasticsearch_installation
17:14 LeeJ            >_>
17:14 kidclamp        hehe, I only added it after the ask
17:14 cait            kidclamp++
17:13 cait            :)
17:12 LeeJ            I stand corrected :P
17:11 kidclamp        https://wiki.koha-community.org/wiki/Elasticsearch/Implementation#Troubleshooting
17:11 cait            hah!
17:10 LeeJ            cait: hint..it's not ;)
17:10 cait            kidclamp: wiki that if it's not yet plz :)
17:10 LeeJ            kidclamp++ # for being just generally awesome
17:10 kidclamp        shoudl show you how the record is stored in ES
17:10 kidclamp        try for a known biblionumber instead of 5
17:09 kidclamp        curl 'localhost:9200/koha_kohadev_biblios/data/5?pretty=yes'
17:08 LeeJ            if I search for "history" using Zebra I get results..switch to ES and I get none
17:07 kidclamp        not that I am aware of, ES looks copacetic though, search should get results
17:07 LeeJ            kidclamp: is there a command for counting indices of zebra's indexing?
17:05 pastebot        "LeeJ" at 127.0.0.1 pasted "Indices result" (4 lines) at http://paste.koha-community.org/492
17:04 LeeJ            pasting now
17:04 kidclamp        do your indexes appear to have items?
17:04 * kidclamp      was just thinking he had a lot of internal knowledge he needs to document
17:04 LeeJ            kidclamp: everything matches up for that mappings link!
17:02 * LeeJ          think I'll add that command to the wiki page under ES indexing command
17:02 kidclamp        so you can know if things actually got indexed
17:01 kidclamp        ^that will show you your indexes and what they contain
17:01 kidclamp        curl 'localhost:9200/_cat/indices?v'
17:00 kidclamp        http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1
17:00 kidclamp        you may also need to reset your mappings to make sure they are loaded
17:00 kidclamp        try searching for a or *
16:59 LeeJ            kidclamp: even though the indexing worked, I still can't search it seems...returns no results :P
16:58 LeeJ            I'm still learning how to write them properly :(
16:58 LeeJ            haha so I've noticed!
16:58 kidclamp        ^is Joubu's motto
16:58 kidclamp        oh and, UNIT TEST ALL THE THINGS!
16:58 LeeJ            sooo many sysprefs
16:58 kidclamp        branch specify all the things
16:57 kidclamp        all syspref all the things
16:57 kidclamp        LeeJ++
16:57 kidclamp        Exactly!
16:57 LeeJ            kidclamp: I made this for you! https://imgflip.com/i/1s4xlf
16:56 cait            :)
16:56 kidclamp        awesome sauce
16:54 LeeJ            then I did restart_all and it appears to have worked!
16:54 kidclamp        reset all the things!
16:54 LeeJ            I had to run reset_all for it to populate the data
16:53 LeeJ            aha! there we go!
16:52 LeeJ            it does that I've been using
16:51 LeeJ            I just did a fresh devbox install to see if ES would get installed this time
16:51 kidclamp        Does sample data include bibs? I didn't think it did
16:51 LeeJ            kidclamp: hmm..thought it loaded the default data but let's try a reset :P
16:50 kidclamp        you have bibs in your instance?
16:50 LeeJ            yes...I have 5.x and it's running 4096
16:50 LeeJ            it appears to be...it output a few lines of info
16:49 kidclamp        for ES 5.x you have to make sure your box is set to 4096 for memory and not 2048
16:49 kidclamp        ps aux | grep elastic
16:49 kidclamp        did you let kohadevbox install ES? if so it shoudl be running
16:48 LeeJ            in the wiki doc it says might have to start ES...how would one do that? it doesn't give a command :P
16:47 LeeJ            hmm..it says nothing to index
16:46 kidclamp        oh, no -f
16:46 kidclamp        wazzat?
16:46 LeeJ            hmm..odd...
16:44 LeeJ            kidclamp++ # for always having my back
16:44 kidclamp        from koha-shell
16:44 kidclamp        misc/search_tools/rebuild_elastic_search.pl -v -f
16:43 kidclamp_lunch  you'll need to index LeeJ
16:43 LeeJ            so I finally got ES installed on my setup! Does it just work out of the box? Or does I have to run a re-index?
16:21 mtompset        Have a great day (24 hour period), #koha LeeJ oleonard rocio
16:20 mtompset        Well, have to go offline. Hopefully my work laptop will function at the library.
16:19 LeeJ            oleonard: if you run MarcBreaker on a .mrc file it tells you how many records were processed. If you're in the .mrk file use mtompset's suggestion
16:14 mtompset        Minecraft at the library in 46 minutes.
16:13 mtompset        oleonard: Most people define it in a time based manner, not a sequential one, which I can understand as well. :)
16:13 LeeJ            oleonard: just catching up, but you just need a number of how many records in a MARC file?
16:13 mtompset        `Depends on your definition of lunch.
16:10 oleonard        lunch is in order only if you've already had breakfast. If not, it's out of sequence.
16:10 mtompset        just need a web install run, but have to figure out how to start the containers.
16:09 mtompset        I have the docker build stuff done, I think...
16:09 mtompset        Given my minor success in my dockerizing journey. :)
16:09 mtompset        I think lunch is in order.
16:08 rocio           greetings mtompset!
16:08 mtompset        Subtract 1. :)
16:08 mtompset        Go to the end of the error report.
16:08 mtompset        then validate.
16:08 mtompset        Add a BAD marc record.
16:08 mtompset        go to the last page.
16:08 mtompset        oh oh... another backwards way of doing it.
16:07 oleonard        mtompset and cait, that sounds like a very useful and practical solution which conflicts with my stubborn desire for a specific feature to exist.
16:04 cait            oleonard: i usually cound =001 or something in an editor
15:59 jposey          quit
15:59 LeeJ            long before I got involved with ILS software ;D
15:59 LeeJ            mtompset: for the record, I've ALWAYS been the grumpy tech support guy
15:58 mtompset        That number will repeat for other biblio fields.
15:57 mtompset        do a fieldcount, and look at one of the more normal fields like 245?
15:56 * LeeJ          waves to mtompset
15:54 oleonard        By any chance does anyone know if there is a way to quickly get a record count for a file in MarcEdit?
15:47 mtompset        That was about a month ago.
15:47 mtompset        oleonard: The whole staging thing has been a mess for me lately. So I gave up. :)
15:46 oleonard        Hi mtompset
15:46 mtompset        Greetings oleonard LeeJ rocio
15:44 mtompset        I thought that was my line. ;)
15:43 mtompset        LeeJ: "What did you break?!" -- Are you turning into a grumpy tech support guy? ;)
15:28 LeeJ            oleonard: any time!
15:28 oleonard        Thanks for checking LeeJ
15:28 LeeJ            oleonard: what did you break?! :O
15:28 LeeJ            oleonard: nope! Mine's fine. I just did a fresh re-install of devbox and I didn't get an error
15:26 LeeJ            I'll check now
15:26 oleonard        Opening the page
15:26 LeeJ            oleonard: at what step did it get thrown?
15:23 oleonard        "No such file or directory: exec of '/home/vagrant/kohaclone/tools/stage-marc-import.pl' failed"
15:22 oleonard        Anyone else getting a 500 error from stage-marc-import.pl in master?
15:11 mtompset        Greetings, #koha.
15:03 reiveune        bye
14:52 * oleonard      waiting for German beer: http://img2.tvtome.com/i/u/84ee9e0d602d47fec735feb7282e317e.jpg
14:45 * oleonard      waits impatiently by the mailbox
14:44 * LibraryClaire sends German beer
14:43 * oleonard      wants pub time too
14:43 LibraryClaire   :D
14:43 LibraryClaire   laters #koha
14:43 oleonard        pub_time++
14:43 LibraryClaire   pub time!
13:46 tcohen          kidclamp++ # ES fixes!
13:40 LeeJ            LibraryClaire: hahahahahaha
13:29 LibraryClaire   hehe
13:29 * oleonard      shudders
13:29 LibraryClaire   my couch is orange, he would camouflage into it and it'S all just too creepy
13:29 LibraryClaire   :D
13:28 LibraryClaire   no
13:28 oleonard        LibraryClaire I hear Trump couldn't find a hotel for the G20 summit. Do you have a couch he could crash on?
13:24 tcohen          hi LibraryClaire LeeJ
13:24 LeeJ            tcohen: bonjour mon ami
13:22 LibraryClaire   hi tcohen
13:22 tcohen          bonjour
13:12 * LeeJ          dies laughing
13:12 LeeJ            you can't tell me it's not the perfect try/catch block!
13:08 LibraryClaire   :D
13:07 oleonard        :|
13:04 LeeJ            oleonard: I saw this last night and thought you'd appreciate it https://scontent.xx.fbcdn.net/v/t1.0-9/19665456_784560195045033_8150902933360215376_n.jpg?oh=d51bf65e02d6de88b550fd04259eeba4&oe=5A1027B4
13:02 LeeJ            hahaha
13:00 * oleonard      hushes cait and goes back to sleep
12:53 cait            quiet friday in #koha
12:12 LeeJ            morning cait
12:05 * LibraryClaire waves
12:05 cait            morning LeeJ
12:05 LeeJ            morning all
12:05 * LeeJ          waves
10:54 fridolin        hie there
09:48 marcelr         o/
09:39 oha             o/
07:54 huginn          Francesca: Error: No such location could be found.
07:54 Francesca       @wunder wlg
07:54 huginn          Francesca: Error: No such location could be found.
07:54 Francesca       @wunder nelson, New Zealand
07:53 * Francesca     waves
07:51 Francesca       weird
07:51 Francesca       hmm appear to be connected twice
07:50 Francesca       Annnnd I'm back
07:40 cait            cool :)
07:40 gaetan_B        cait: absolutely great! very nice food, amazing people :)
07:39 cait            gaetan_B: how was Manila?
07:39 cait            good morning #koha
07:38 wahanui         privet, gaetan_B
07:38 gaetan_B        hello
06:51 marcelr         hi #koha
06:51 wahanui         hello, alex_a
06:51 alex_a          bonjour
06:31 wahanui         bonjour, reiveune
06:31 reiveune        hello
01:24 mtompset        Have a great day (24 hour period), #koha.
00:06 mtompset        *whew* recvered