Evergreen ILS Website

IRC log for #evergreen, 2022-09-19

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat

All times shown according to the server's local time.

Time Nick Message
07:43 kworstell-isl joined #evergreen
07:47 BDorsey joined #evergreen
08:01 rfrasur joined #evergreen
08:19 mantis1 joined #evergreen
08:37 mmorgan joined #evergreen
09:00 dguarrac joined #evergreen
09:16 jvwoolf joined #evergreen
09:25 Dyrcona joined #evergreen
09:53 * Dyrcona was thinking of leaving iNCIPit on GitHub. Instead, I changed my membership from private to public.
09:56 Dyrcona Meh. Rebuilt a VM and lost my local git branches.....
10:00 Dyrcona Probably lost it years ago. I must have rebuilt the vm 3 times at least since I did that change.
11:15 stephengwills joined #evergreen
11:27 Christineb joined #evergreen
12:36 Stompro joined #evergreen
12:52 Stompro Has anyone noticed an OCLC Metadata api issue since August 23rd?
13:11 stephengwills I want to add a Reply-To in my Trigger Event Defs for holds and overdues.  Is target.0.circ.circ_lib.email a valid way to get this address in a Trigger template?
13:15 mmorgan stephengwills: Here's what we use: Reply-To: [% helpers.get_org_setting(target.0.circ_lib.id, 'org.bounced_emails') %]
13:15 stephengwills interesting, thanks
13:28 Dyrcona Yeah, what mmorgan said.
13:28 Dyrcona mmorgan++
13:30 Dyrcona That assumes the org.bounced_emails is set. You could use || with different emails: Reply-To: [% helpers.get_org_setting(target.0.circ_lib.id, 'org.bounced_emails') ||  target.0.circ.circ_lib.email || 'hardcode@domain.tld' %]
13:31 Dyrcona That way, it gets whichever is set first, and then uses the hard-coded email in case neither setting has a value.
13:32 mmorgan Dyrcona++
13:34 mmorgan Actually, most of our triggers use that structure so there's always a fallback.
13:37 Dyrcona Yeah, ours, too. You could get even fancier if need be.
15:55 jeffdavis With Shibboleth enabled on an EG server using an nginx proxy, I get a 502 Bad Gateway error on Dojo UIs in the client (e.g. Library Settings Editor).
15:57 jeffdavis This is just with mod_shib enabled, not actually trying to use it for EG SSO.
16:01 jeffdavis nginx error log says "upstream prematurely closed connection while reading response header from upstream"
16:19 jeffdavis apache error log says "AH00051: child pid 2699619 exit signal Segmentation fault (11), possible coredump in /etc/apache2"
16:20 Dyrcona Time to get cozy with gdb.... :)
16:30 jeffdavis Hope it doesn't come to that. I've seen similar errors testing Shibboleth in the past (the 502 at least, not sure about the segfault), fingers crossed that there are simply even more issues with Ubuntu's out-of-the-box shib config than there were last time.
16:34 Dyrcona Ubuntu 20.04?
16:34 Dyrcona Or 22.04?
16:35 Dyrcona I ask because of the 7-digit PID.
16:36 jeffdavis 20.04
16:36 Dyrcona While you're dealing with that Bmagic and I are trying to get marc_stream_importer.pl to play nice with Docker.
16:36 * Dyrcona nods.
16:39 Dyrcona I think I'd rather spend some quality time with gdb, though I did that over the weekend trying to clone C STDIO FILE pointers. Found out, you can't do it.
16:54 Dyrcona @karma collum
16:54 pinesol Dyrcona: Karma for "collum" has been increased 6 times and decreased 0 times for a total karma of 6.
16:54 Dyrcona collum++ # For updating a bug and jogging my memory.
17:06 stephengwills left #evergreen
17:07 mmorgan left #evergreen
17:30 Guest4 joined #evergreen
17:56 Dyrcona joined #evergreen
17:56 Dyrcona Bmagic++ # For finding my dumb mistake.
19:23 jeffdavis hm, 502 error for /osrf-gateway-v1?service=open-ils.actor&m​ethod=opensrf.open-ils.system.ils_version but not for /osrf-gateway-v1?service=open-ils.circ&meth​od=open-ils.circ.copy_location.retrieve.all
19:24 jeffdavis or not
19:25 jeffdavis 🧐

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat