IRC log for #koha, 2017-01-03

All times shown according to UTC.

Time S Nick Message
02:27 jirislav joined #koha
03:38 irma joined #koha
05:08 irma joined #koha
05:13 nice joined #koha
05:13 nice happy new year all
05:18 nice in which marc21 tag  is it better to put volume information
05:21 Francesca joined #koha
05:32 mtompset Happy New Year, nice.
05:33 nice thank you mtompset
05:33 mtompset https://wiki.koha-community.or[…]data_fields_(9xx)
05:33 mtompset That's my guess, nice.
05:33 mtompset Have a great day (24 hour period), #koha nice.
05:41 Francesca joined #koha
05:44 nice i used 830#0$v
05:44 nice is it correct
05:44 nice for volume info
06:05 cait joined #koha
06:07 nice what is an added entry
06:07 nice and main entry difference
06:52 laurence joined #koha
07:05 josef_moravec left #koha
07:07 * magnuse waves
07:25 josef_moravec joined #koha
07:36 reiveune joined #koha
07:36 reiveune hello
07:36 wahanui que tal, reiveune
07:38 Francesca joined #koha
07:39 Francesca joined #koha
07:43 Francesca joined #koha
07:51 alex_a joined #koha
07:51 alex_a bonjour
07:55 Francesca joined #koha
08:01 sophie_m joined #koha
08:11 magnuse @wunder enbo
08:11 huginn` magnuse: The current temperature in Bodo, Norway is -4.0°C (8:50 AM CET on January 03, 2017). Conditions: Low Drifting Snow. Humidity: 59%. Dew Point: -11.0°C. Windchill: -13.0°C. Pressure: 29.33 in 993 hPa (Steady).
08:22 fridolin joined #koha
08:23 fridolin hie there
08:24 kivilahtio fridolin: hi frido!
08:24 fridolin kivilahtio: hie, happy new year 8-)
08:33 AndrewIsh joined #koha
08:38 kivilahtio happy new year!
08:38 Francesca joined #koha
08:40 gaetan_B joined #koha
08:40 gaetan_B hello
08:51 wilfrid joined #koha
08:59 cait joined #koha
09:02 cait good morning #koha
09:02 cait and a happy new year :)
09:13 kivilahtio https://www.youtube.com/watch?v=s6_B1AB9nu8
09:18 Francesca joined #koha
09:58 irma joined #koha
10:34 Francesca joined #koha
11:05 huginn` New commit(s) kohagit: Bug 14610 [QA Followup] - Minify opac.css <http://git.koha-community.org/[…]23177c76062be84cc>
12:01 fridolin joined #koha
12:06 d_antonakis joined #koha
12:14 tcohen joined #koha
12:17 tcohen morning!
12:17 cait good morning and happy new year tcohen :)
12:17 tcohen hi cait!
12:17 * druthb waves
12:18 cait happy new year druthb!
12:18 tcohen hi druthb !
12:18 druthb happy new year to y'all, too
12:32 magnuse druthb! cait! tcohen!
12:33 druthb magnuse!
12:33 wahanui rumour has it magnuse is afraid that we added another 10000 bugs while he was eating pizza
12:42 Joubu khall, tcohen, ashimema: Take a look at bug 17835. I have used some interesting DBIx::Class stuffs in these patches
12:42 huginn` Bug http://bugs.koha-community.org[…]_bug.cgi?id=17835 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Move C4::Koha::GetItemTypes to Koha::ItemTypes
12:43 Joubu like views, and additional conditions on join
12:43 jirislav joined #koha
12:43 tcohen Joubu: will take a look, great!
12:44 meliss joined #koha
12:49 sophie_m Happy new year #koha !
12:53 jenkins Project Koha_Master_D8 build #81: STILL UNSTABLE in 1 hr 39 min: https://jenkins.koha-community[…]oha_Master_D8/81/
12:53 jenkins kyle: Bug 14610 [QA Followup] - Minify opac.css
12:53 huginn` Bug http://bugs.koha-community.org[…]_bug.cgi?id=14610 new feature, P5 - low, ---, kyle.m.hall, Pushed to Master , Add ability to place article requests in Koha
12:58 magnuse gah - libraries that change names so their instance names no longer match their real names...
13:01 tcohen unstable? wtf?
13:05 jzairo joined #koha
13:09 oleonard joined #koha
13:09 oleonard Hi #koha
13:10 tcohen hi oleonard !
13:10 tcohen happy new year!
13:11 oleonard Thanks, Happy new year to you and everyone else too
13:11 oleonard So. Work.
13:12 cait happy new year!
13:18 misilot joined #koha
13:29 magnuse happy new year cait
13:30 cait happy new year magnuse :)
13:35 magnuse \o/
13:37 kmlussier joined #koha
13:42 kivilahtio khall: Bug 15253
13:42 huginn` Bug http://bugs.koha-community.org[…]_bug.cgi?id=15253 enhancement, P5 - low, ---, kyle, ASSIGNED , Add Koha::Logger based logging for SIP2
13:43 kivilahtio I am facing problems with Koha::Logger/Log4Perl loading all the filehandles to all logfiles defined in log4perl.conf
13:43 khall do go on
13:43 kivilahtio this is problematic if you are running Koha::Logger with different user credentials
13:44 kivilahtio khall: invoking Koha::Logger fomr apache requires www-data, sip2-server can be ran as www-data or koha
13:44 kivilahtio cli-scripts need different setup
13:44 kivilahtio khall: any suggestions on ho to resolve this issue?
13:44 kivilahtio Log4Perl needs to only load the logfiles it needs, not all of them
13:45 kivilahtio maybe this can be configured, but just asking if you have any tips
13:46 kivilahtio I managed to get the Koha::Logger to work on cli-scripts as well, but that needed some code changes to the Koha::Logger
13:46 khall hmm, we could rework Koha::Logger to optionally accept log4perl configuration instead of using the config file, and configure the SIP2 log4perl either in the SIPconfig.xml file, or yet another file
13:46 kivilahtio khall: that might work
13:46 khall the other option would be to just set up group permissions to the log files
13:46 kivilahtio khall: I really enjoy the single point of configuration for all config tho
13:47 khall me too kivilahtio
13:47 kivilahtio khall: If i can find the lazy-loading of log files, would that be ok?
13:47 khall so you've got a group koha_logger that has permissions for the log file(s) and www-data, the koha user and any other user could be part of that group
13:47 kivilahtio the less permissions the better
13:47 khall kivilahtio: yeah, I think that would be fine
13:47 kivilahtio khall: ok. Ill dig into that. Tahnks for help
13:48 khall np!
13:48 kidclamp joined #koha
13:48 cait hey kidclamp - happy new year!
13:48 tcohen happy new year, kidclamp!
13:48 kidclamp happy new year cait tcohen!
13:48 nengard joined #koha
13:49 Dyrcona joined #koha
13:49 cait happy new year, nengard!
13:50 nengard To you too!!
13:50 kivilahtio khall: looking at the code in production: log4perl.appender.INTRANET.create_at_logtime=true
13:50 kivilahtio nice :)
13:57 jirislav joined #koha
14:07 oleonard Why did 2016 me commit to doing work in 2017? It just doesn't make sense.
14:09 cait hm?
14:09 magnuse foolish old oleonard2016
14:09 oleonard That guy was a jerk.
14:10 oleonard oleonard2017 will never do that to oleonard2018
14:12 cait ah :)
14:12 * cait likes allt he oleonards and oleopards
14:12 magnuse hooray for oleonard2017
14:12 jzairo left #koha
14:12 jzairo joined #koha
14:13 JoshB joined #koha
14:19 kivilahtio khall: I realized, you instantiate one Koha::Logger for the process handling SIP-requests. And that is passed all over hte place in the $server-HASH. I recall the best practice for Koha::Logger was to initialize on for each package?
14:19 kivilahtio so this way you can turn on debugging levels on a package-level
14:19 kivilahtio but then lose the ability to debug a specific SIP-client
14:20 khall exactly
14:20 kivilahtio looking into how to not pass the $server-pointer around
14:20 kivilahtio maybe that actually needs to be passed :(
14:20 khall we need to have the ability log on a per-client basis, if you come up with an alternative let me know!
14:21 kivilahtio maybe it can be a environment or global variable?
14:21 kivilahtio so instead of apssing the reference, just get the current server from $C4::SIP::SIPServer::activeServer
14:21 kivilahtio so instead of passing the reference, just get the current server from $C4::SIP::SIPServer::activeServer
14:22 kivilahtio or even better C4::SIP::SipServer::getCurrentServer()
14:22 kivilahtio or to have the logger in a global scope
14:24 kivilahtio khall: or does this sound like too-much-bad-practice to you?
14:24 karen_ joined #koha
14:25 khall kivilahtio: That seems fine by me but we should probably get a second opinion. tcohen? ^
14:30 magnuse joined #koha
14:34 alex_a joined #koha
14:44 misilot joined #koha
14:50 karen_ joined #koha
14:53 oleonard I'm getting installer infinite loop when doing a db upgrade. I restarted memcached but the problem persists.
14:53 oleonard Anything else I should try?
14:54 tcohen khall: i've been trying to understand the problem and still have no opinion
14:54 tcohen oleonard: restart memcached then plack?
14:54 khall tcohen: thanks for looking tcohen!
14:54 karen_ joined #koha
14:55 oleonard tcohen: I tried that with no success
14:55 cait oleonard: i had the same happen often
14:55 kidclamp try running the perl update script manually
14:55 cait only way i got out was by disabling pkack
14:55 kidclamp that has worked for me
14:55 tcohen ah, atomic updates
14:55 cait and then reenabling it after update
14:55 jac joined #koha
14:56 tcohen kidclamp is right, oleonard
14:56 oleonard If I stop plack I get a 503 "Service unavailable" error
14:56 tcohen oleonard: not stopping it
14:56 tcohen you need to
14:56 kidclamp you have to disable plack, stop plack, restart apache
14:56 tcohen sudo koha-plack --disable kohadev ; sudo service apache2 restart
14:58 oleonard Thanks tcohen that worked
14:58 oleonard tcohen++
14:58 oleonard kidclamp++
14:58 oleonard cait++
15:19 wilfrid joined #koha
15:19 talljoy joined #koha
15:21 meliss joined #koha
15:33 pastebot "oleonard" at 127.0.0.1 pasted "tcohen: Error when testing Bug 13757" (6 lines) at http://paste.koha-community.org/238
15:33 huginn` Bug http://bugs.koha-community.org[…]_bug.cgi?id=13757 enhancement, P5 - low, ---, tomascohen, Needs Signoff , Make patron attributes editable in the opac if set to 'editable in OPAC'
15:34 tcohen oleonard: you are missing a dependency bug
15:34 tcohen or didn't restart koha-plack
15:34 tcohen so it doesn't know about the new/changed .pm
15:34 oleonard I applied 17792
15:35 tcohen it needs 17755
15:35 tcohen and 17813
15:35 oleonard Oh right I missed that 17792 had dependencies too. Sorry.
15:35 tcohen https://bugs.koha-community.or[…]raph.cgi?id=13757
15:36 alex_a_ joined #koha
15:36 tcohen oleonard: thanks for taking care!
15:44 jbeno joined #koha
15:48 magnuse joined #koha
15:49 karen_ joined #koha
15:59 oleonard khall: I think it's probably possible to replace the animated spinner gifs with Font Awesome, but I don't think it should block 16072
15:59 oleonard Oh sorry, I see that it didn't :)
16:00 khall oleonard: thanks! was just wondering. that way we can ditch the last gif as well!
16:00 oleonard Yup
16:10 fridolin left #koha
16:27 reiveune bye
16:27 reiveune left #koha
16:27 tcohen oleonard: any clue where is the mistake on 13757?
16:28 oleonard I have not investigated, tcohen
16:29 tcohen alright
16:29 * tcohen loves Joubu's git-bz
16:30 tcohen we should make it the default on kohadevbox
16:30 karen_ joined #koha
16:33 cait oleonard: thx for commenting on bug 15505
16:33 huginn` Bug http://bugs.koha-community.org[…]_bug.cgi?id=15505 enhancement, P5 - low, ---, nick, In Discussion , Mark Hold Items 'On hold' instead of 'Available'
16:34 cait oleonard: I was worried some libraries might not like it - not sure about ours, most have build holds queue running but don't pick the items
16:34 cait or only when there is time
16:36 karen_ joined #koha
16:37 bag @wunder pdx
16:37 huginn` bag: The current temperature in Mikeshouse Cully, Portland, Oregon is -1.6°C (8:36 AM PST on January 03, 2017). Conditions: Partly Cloudy. Humidity: 60%. Dew Point: -9.0°C. Windchill: -7.0°C. Pressure: 30.19 in 1022 hPa (Steady). Air stagnation advisory in effect until 10 am PST Monday...
16:47 druthb @wunder Houston, TX
16:47 huginn` druthb: The current temperature in Daintrees Corner, First Ward, Houston, Texas is 23.5°C (10:47 AM CST on January 03, 2017). Conditions: Clear. Humidity: 43%. Dew Point: 10.0°C. Pressure: 29.98 in 1015 hPa (Falling).
16:47 druthb Life in the tropics.
16:48 bag happy new year druthb
16:48 druthb happy new year to you, too, bag. :)
16:48 oleonard @wunder 45701
16:48 huginn` oleonard: The current temperature in Longview Hts, Athens, Ohio is 13.4°C (11:48 AM EST on January 03, 2017). Conditions: Overcast. Humidity: 93%. Dew Point: 12.0°C. Pressure: 29.66 in 1004 hPa (Rising).
16:49 * oleonard looks at that temperature wonders if we'll get our annual mid-January blizzard
16:49 druthb We're getting another cold snap tomorrow, probably get down close to freezing. The farmers are worried about their oranges.
16:55 cait @wunder Konstanz
16:55 huginn` cait: The current temperature in MainaustraÃ&#376;e, Konstanz, Germany is -1.2°C (5:52 PM CET on January 03, 2017). Conditions: Mostly Cloudy. Humidity: 89%. Dew Point: -3.0°C. Windchill: -1.0°C. Pressure: 30.30 in 1026 hPa (Steady).
16:58 kivilahtio bye bye
17:05 rocio joined #koha
17:05 cait left #koha
17:09 talljoy joined #koha
17:14 kchris joined #koha
17:17 karen_ joined #koha
17:23 laurence left #koha
17:41 mtompset joined #koha
17:41 mtompset Greetings, #koha.
17:52 cait joined #koha
18:00 karen_ joined #koha
18:19 mtompset @seen khall
18:19 huginn` mtompset: khall was last seen in #koha 2 hours, 19 minutes, and 20 seconds ago: <khall> oleonard: thanks! was just wondering. that way we can ditch the last gif as well!
18:31 gaetan_B joined #koha
18:33 karen_ joined #koha
18:39 Nuentoter joined #koha
18:43 jzairo joined #koha
18:43 kholt joined #koha
19:07 alexbuckley joined #koha
19:07 alexbuckley_ joined #koha
19:08 NateC joined #koha
19:22 mtompset rangi++ # thanks for the quick reply on the question.
19:59 oleonard Bye all
19:59 eythian @later tell rangi been watching "Travelers" on Netflix, might be your thing too.
19:59 huginn` eythian: The operation succeeded.
20:20 tcohen joined #koha
20:20 tcohen hi
20:21 * kchris_away waves
20:27 tcohen1 joined #koha
20:28 tcohen1 @wunder cordoba, argentina
20:28 huginn` tcohen1: The current temperature in Valle Escondido, Cordoba, Argentina, Córdoba, Argentina is 31.5°C (5:28 PM ART on January 03, 2017). Conditions: Partly Cloudy. Humidity: 63%. Dew Point: 24.0°C. Pressure: 29.59 in 1002 hPa (Rising).
20:39 aleisha joined #koha
21:19 jac joined #koha
21:20 nengard joined #koha
21:56 Francesca joined #koha
22:46 JoshB left #koha
22:59 jac joined #koha
23:59 papa joined #koha

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