IRC log for #koha, 2018-11-15

All times shown according to UTC.

Time S Nick Message
05:57 cait joined #koha
06:21 cait joined #koha
06:32 fridolin joined #koha
06:33 fridolin bonjour
06:33 wahanui hey, fridolin
06:33 fridolin wahanui: comment ca va ?
06:33 wahanui i don't know, fridolin
06:34 fridolin ho your not in the mood wahanui
06:48 calire joined #koha
06:51 magnuse \o/
06:56 m23 joined #koha
07:24 Archie^ good morning Koha!
07:32 * cait waves
07:32 cait bbiab
07:32 marcelr joined #koha
07:32 marcelr hi #koha
07:37 alex_a joined #koha
07:37 papa1 joined #koha
07:38 alex_a bonjour
07:42 Archie^ hey what table is responsible for authorities ?
07:45 reiveune joined #koha
07:45 reiveune hello
07:45 Archie^ Hi reiveune !
07:45 reiveune \o_
07:59 paul_p joined #koha
08:04 paxed there really should be a selenium fuzz tester script
08:04 AndrewIsh joined #koha
08:04 cait joined #koha
08:05 paxed which would randomly click links in ui, enter data, etc
08:06 Archie^ is there no authorities table in Koha?
08:06 paxed Archie^: auth_header, i think?
08:07 marcelr Archie^: with a bit of research you will find it
08:07 Archie^ kinda counter intuitive, but ok
08:19 kohaputti ere, the documentation is still needed for this the optimization bug https://bugs.koha-community.or[…]cgi?id=19893#c245
08:19 huginn Bug 19893: enhancement, P1 - high, ---, glasklas, Passed QA , Alternative optimized indexing for Elasticsearch
08:20 kohaputti ere, I don't know how busy David is but maybe you or me could do it
08:22 kohaputti oh and Nick wants a more detailed test plan
08:23 tuxayo hi #koha o/
08:24 marcelr hi tuxayo
08:27 magnuse i still have that one misbehaving site - after running for a while htop shows more and more processes from /etc/koha/plack.psgi at close to 100% cpu. restarting plack for that site makes them go away, but then they come back again. i have <plack_max_requests>100</plack_max_requests> and <plack_workers>10</plack_workers> - should those be even higher for a busy site? are there other things to tweak for plack? the server should have plenty of re
08:27 magnuse sources
08:42 magnuse now there are three instances of /usr/share/koha/intranet/cgi-bin/circ/returns.pl showing close to 100% cpu, and between 6 and 20 minutes for time...
08:44 ere kohaputti: Documentation changes are quite simple, but I'm not sure how to describe the test plan other than "index some records and test different kinds of searches"
08:49 alex_a joined #koha
09:03 m23 joined #koha
09:08 alexbuckley joined #koha
09:38 tuxayo hi marcelr (IRC) :)
09:59 saa joined #koha
10:01 saa we need to get a report of books procured during a financial year where we would like to have bibliographic details of the book, cost, bookseller details. How is it possible to generate such report.
10:19 magnuse if i disable plack for the misbehaving site i see this in the apache error log: "AH01220: Timeout waiting for output from CGI script /usr/share/koha/intranet/cgi-bin/circ/returns.pl" and "Script timed out before returning headers: returns.pl". anyone got a clue what might be causing that? and only for one site of many on the server?
10:25 saa we need to get a report of books procured during a financial year where we would like to have bibliographic details of the book, cost, bookseller details. How is it possible to generate such report.
10:43 cait1 joined #koha
10:45 m23 joined #koha
11:21 Archie^ hmm what is table for patron clubs?
11:25 Archie^ ive created patron club but there is no records of it in clubs table
11:27 Archie^ nevermind i created template instead of an actual club ;D thanks koha
11:52 fridolin found some trivial errors Bug 21842
11:53 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=21842 major, P5 - low, ---, fridolin.somers, Needs Signoff , always test Koha::ItemType in defined
11:53 marcelr joined #koha
12:25 Archie^ what is the difference between patron lists and patron clubs?
12:32 mtj hiya magnuse, your returns.pl bug sounds nasty :/
12:34 mtj try debugging in a test server, using nytprof ->  https://wiki.koha-community.or[…]th_Devel::NYTProf
12:35 alex_a joined #koha
12:36 oleonard joined #koha
12:36 mtj i had a similar sloooow circ problem, caused by many holiday definitions. nytprof was very helpful there
12:37 oleonard Hi all
12:38 Archie^ hi oleonard
12:38 wahanui hi oleopard
12:38 calire hi oleonard
12:38 wahanui hi oleopard
12:46 oleonard Thank you cait1 and Joubu for testing Bug 21751
12:46 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=21751 normal, P5 - low, ---, oleonard, Failed QA , fixFloat toolbar not displaying properly in Chrome
12:48 huginn News from kohagit: Bug 7143: Update about page for new dev Thatcher Leoonard <http://git.koha-community.org/[…]7aca8177b5facf3df>
12:48 huginn News from kohagit: Bug 17084: Automatic debian/control updates (unstable/master) <http://git.koha-community.org/[…]3d5aecafee13e11c6>
12:48 huginn News from kohagit: Bug 21749: (QA follow-up) Add more tests for ImportFramework <http://git.koha-community.org/[…]991b8ebc52534f75e>
12:48 huginn News from kohagit: Bug 21749: Fix import of CSV biblio framework <http://git.koha-community.org/[…]773d85f9cf14823b3>
12:48 huginn News from kohagit: Bug 21749: Add tests for ImportFramework <http://git.koha-community.org/[…]d061d15954bd1955c>
12:48 huginn News from kohagit: Bug 21805: Duplicate include file in search results template causes JS error <http://git.koha-community.org/[…]fa03f154554ddfc6f>
12:48 huginn News from kohagit: Bug 18584: Our legacy code contains trailing-spaces <http://git.koha-community.org/[…]445c10cf58d139b24>
12:50 magnuse mtj: thanks for the tips! weird thing is, it sonly seems to happen for some librarians or libraries. and only one site of many on the server. must be a data problem somehow. but hard to reproduce when you don't know what is causing it
12:50 mtj magnuse: is returns slow for certain patron and item types only?
12:52 mtj ive seen big circ loan values, cause slowness problems ... like 9999 days, etc..
12:52 mtj ...with lots of repeating holidays :)
12:53 magnuse mtj: no, they have a number of schools, and some of them experience the problem and some don't. the problem is that returns.pl "hangs" - i can see it in htop, consuming close to 100% cpu. and given enough of them the server starts to struggle...
12:55 koha-jenkins Project Koha_Master_D8 build #109: FAILURE in 2 min 45 sec: https://jenkins.koha-community[…]ha_Master_D8/109/
12:56 magnuse mtj: as far as i know, they have the same circ rules for all libraries
13:00 mtj hmm, well... i guess you cant fix the problem, until you know whats causing the problem
13:00 mtj good news is.. nytprof will tell you what the problem is
13:02 cait1 oleonard: np. hope the one comment was understandable
13:03 oleonard Yes
13:06 mtj magnuse: here's the old circ bug i mentioned. ->  https://bugs.koha-community.or[…]_bug.cgi?id=14315
13:06 huginn Bug 14315: normal, P5 - low, ---, mtj, In Discussion , Slow checkouts, caused by many 'special_holidays' definitions
13:07 mtj you can see the slow date calls in the nytprof pic  -> https://bugs.koha-community.or[…]ment.cgi?id=39765
13:17 koha-jenkins Project Koha_Master_D9 build #612: SUCCESS in 28 min: https://jenkins.koha-community[…]ha_Master_D9/612/
13:22 koha-jenkins Project Koha_Master_U18 build #101: SUCCESS in 32 min: https://jenkins.koha-community[…]a_Master_U18/101/
13:25 Dyrcona joined #koha
13:46 oleonard Still seeking signoffs on Bugs 21813 and 21814. Please? 🍪
13:49 Freddy_Enrique joined #koha
13:59 kmlussier joined #koha
14:00 kohaputti joined #koha
14:07 jzairo joined #koha
14:08 alex_a_ joined #koha
14:11 jzairo joined #koha
14:12 magnuse trying to follow the setup from https://wiki.koha-community.or[…]th_Devel::NYTProf with <SetEnv NYTPROF "file=/tmp/nytprof.out:addp​id=1:endatexit=1:stmts=0"> but i get an error: "AH01215: NYTProf failed to open 'nytprof.out' for writing, error 13: Permission denied"
14:12 magnuse how can it not write to /tmp and how can i let it?
14:13 ashimema @later tell Joubu I'd apreciate you're feedback on https://gitlab.com/koha-commun[…]_requests/6/diffs if you get a moment.. it was a air bit more involved than I'd hoped.. and I ended up leaving a 'use utf8::all' in as I couldn't seem to narrow down where the last encoding issue was coming from :(
14:13 huginn ashimema: The operation succeeded.
14:47 mtj magnuse: try writing to /var/lib/koha/mykoha/xxx.out instead
14:50 mtj ..i think the /tmp perm thing is caused by apache 2.4 + mpm-itk module
14:52 magnuse same thing with /var/lib/koha/mykoha/xxx.out
14:56 * magnuse wanders off to bang his head against a wall
14:56 marcelr bad idea
14:57 mtj hmm, magnuse .. i think its systemd
15:00 clrh hi
15:00 pastebot "mtj" at 192.168.1.90 pasted "PrivateTmp=false" (16 lines) at http://paste.koha-community.org/184
15:01 clrh I would like to know what are the plugin limitations today; wich page must I read ? https://wiki.koha-community.org/wiki/Koha_plugins
15:01 mtj magnuse:  try adding   'PrivateTmp=false' to  your  /etc/systemd/system/multi-user​.target.wants/apache2.service
15:01 clrh for example, can I update the biblio page in opac with a plugin ?
15:10 alex_a joined #koha
15:12 calire left #koha
15:28 clrh zut http://splitter.koha-community.org/ ko ?
15:29 oleonard clrh: I seems to be down almost all the time now
15:30 oleonard clrh: I think there's a known but unsolved problem which keeps killing it.
15:30 clrh ok
15:30 clrh thanks oleonard
15:31 oleonard http://irc.koha-community.org/[…]8-02-18#i_2012438
15:36 CrispyBran joined #koha
15:43 fridolin left #koha
15:48 d_antonakis joined #koha
16:00 ashimema @seen Joubu
16:00 huginn ashimema: Joubu was last seen in #koha 17 hours, 46 minutes, and 26 seconds ago: <Joubu> @later tell tcohen maybe it's #97 and the commit message is wrong, commitid is 84f9c1c1f539d45e27b28344967ea4dda4917f4f
16:31 oleonard ashimema: I'm not ignoring your request for release notes for the SCSS patch, I'm just experiencing writers block
16:31 ashimema haha.. no worries
16:32 * cait1 sends cookies
16:33 cait1 oleonard: i forgot to regenerate the css... when testing fixfloat... didn't I?
16:33 oleonard cait1: You didn't forget, it wasn't in the test plan.
16:34 cait1 i could have figured it out i guess :)
16:34 deb-CSPL joined #koha
16:36 oleonard cait1: You still would have had to fail it for the other problems
16:38 cait1 oleonard: thx for making me feel better :)
16:43 oleonard jajm: I think your idea for Bug 21814 is a good one
16:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=21814 major, P5 - low, ---, oleonard, Signed Off , System preferences save button can be hidden by language menu
16:49 jajm oleonard, can you write a follow-up so i can qa it ?
16:50 jajm or do you prefer to do it in another bug ?
16:50 oleonard jajm: I can follow up, thanks
16:56 caroline joined #koha
16:56 * caroline waves tiredly
17:01 m23 joined #koha
17:22 paul_p joined #koha
17:27 oleonard jajm: Followup added to 21814. I wasn't sure if you wanted it to get another signoff or not
17:29 jajm oleonard, thanks, i don't think another signoff is needed, i will qa it asap
17:29 oleonard Thanks
17:48 cait1 left #koha
17:56 tcohen hi
17:56 wahanui niihau, tcohen
17:58 * CrispyBran waves his hands in the air like he just doesn't care
18:08 reiveune bye
18:08 reiveune left #koha
18:18 cait joined #koha
18:29 oleonard Bye all
18:39 alexbuckley joined #koha
19:49 alexbuckley joined #koha
19:49 paul_p joined #koha
20:22 caroline joined #koha
21:11 Freddy_Enrique left #koha
21:18 caroline joined #koha
22:38 caroline good night everybody!
23:53 CrispyBran @seen tcohen
23:53 huginn CrispyBran: tcohen was last seen in #koha 5 hours, 57 minutes, and 14 seconds ago: <tcohen> hi
23:53 CrispyBran @seen kidclamp
23:53 huginn CrispyBran: kidclamp was last seen in #koha 1 day, 2 hours, 25 minutes, and 23 seconds ago: <kidclamp> Nov27 is release, may do bugs only for 2 weeks, need to settle with ashimema on what works for him since he has to do rebasing
23:54 kidclamp It's late
23:54 CrispyBran yep
23:59 magnuse or early

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