Evergreen ILS Website

IRC log for #evergreen, 2023-06-23

| 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
00:02 jeff joined #evergreen
00:02 Bmagic joined #evergreen
00:02 jonadab joined #evergreen
00:02 troy joined #evergreen
00:02 berick joined #evergreen
00:02 abneiman joined #evergreen
00:02 bshum joined #evergreen
00:08 jeff joined #evergreen
00:08 Bmagic joined #evergreen
00:08 jonadab joined #evergreen
00:08 troy joined #evergreen
00:08 berick joined #evergreen
00:08 abneiman joined #evergreen
00:08 bshum joined #evergreen
00:09 bshum joined #evergreen
00:09 abneiman joined #evergreen
00:09 berick joined #evergreen
00:09 troy joined #evergreen
00:09 jonadab joined #evergreen
00:09 Bmagic joined #evergreen
00:09 jeff joined #evergreen
00:09 eby joined #evergreen
00:09 book` joined #evergreen
00:09 eeevil joined #evergreen
00:09 degraafk joined #evergreen
00:09 akilsdonk joined #evergreen
00:09 rhamby joined #evergreen
00:09 jeffdavis joined #evergreen
00:09 ejk joined #evergreen
00:09 gmcharlt joined #evergreen
00:09 Jaysal joined #evergreen
00:09 dbs joined #evergreen
00:09 phasefx joined #evergreen
00:09 bgillap_ joined #evergreen
00:09 JBoyer joined #evergreen
00:09 jweston joined #evergreen
00:09 dmoore joined #evergreen
00:09 csharp_ joined #evergreen
00:09 jmurray_isl joined #evergreen
00:09 scottangel joined #evergreen
00:09 tsadok joined #evergreen
00:09 Christineb joined #evergreen
00:10 csharp_ joined #evergreen
00:10 jweston joined #evergreen
00:10 bgillap_ joined #evergreen
07:32 BDorsey joined #evergreen
08:49 rfrasur joined #evergreen
09:08 Dyrcona joined #evergreen
09:13 Dyrcona berick: OK. That's an argument in favor of something I'm going to suggest in an upcoming email to the development list: Merging OpenSRF into Evergreen as far as git is concerned.
09:13 Dyrcona berick: Just to be clear, I should be using the working/user/berick/lp2017941-opensrf-on-redis-v2 branches on both OpenSRF and Evergreen, right?
09:28 degraafk joined #evergreen
09:43 berick Dyrcona: i've had similar thoughts lately re: merging opensrf because of this project.  there's quite a bit of duplicated effort.
09:43 berick Dyrcona: yes, those are the correct branches.
09:43 Dyrcona berick: Thanks.
09:44 berick Dyrcona++ # testing
10:04 sleary joined #evergreen
10:33 * Dyrcona hasn't done much today. I've been mucking about with UNIX account configuration.
10:40 StomproJ oclc--
10:43 Dyrcona tmux acts differently on Linux versus FreeBSD. It apparently creates a login shell on the latter, but not the former....
10:43 * Dyrcona probably noticed that before, but it didn't matter to me until today.
10:43 Dyrcona Also, what's up with oclc, or is confidential? :)
10:44 StomproJ Just every interaction with them is painful.
10:44 Dyrcona True dat!
10:44 Dyrcona oclc--
10:45 StomproJ They are scheduling needed changes 2 months out, which means we probably wouldn't get things done until Nov-Dec since I'm waiting for another org to get setup.
10:46 rfrasur_ joined #evergreen
10:46 StomproJ And the contract is up July 2024, so it just seems like they are going to slow walk it to death.
10:48 Dyrcona Hmm.. My "fix" isn't quite working. Looks like .bashrc is being ignored
10:51 rfrasur joined #evergreen
11:03 Dyrcona Funny how noticing a problem with something you're trying to do leads you down a rabbit hole of fixing other related things....
11:08 Dyrcona berick: I did the OpenSRF setup, and It looks like redis is only listing on 127.0.0.1. Did I miss something in the set up?
11:11 Dyrcona Aight, so if I add 127.0.1.2 and 127.0.1.3 to the bind line in redis.conf, it seems to be working.
11:12 Dyrcona Yeahp. 'opensrf.math add 2,2' returns 4.
11:12 berick Dyrcona: nice
11:13 Dyrcona berick: I've made a list of things to add as a comment on the bug. I'll get to that later today.
11:14 berick i ended up just doing this in my hosts file, since i'm running only a single redis instance per VM.  127.0.0.1 public.localhost private.localhost
11:14 berick but either way works
11:14 berick Dyrcona: great
11:14 Dyrcona That will work, too. Either way the README needs a change.
11:14 * berick nods
11:16 Dyrcona Now, for Evergreen.
11:17 Dyrcona Come to mention it, I've done that 127.0.0.1 private.localhost public.localhost with ejabberd before when I was feeling lazy. :)
11:34 Dyrcona Neat! There a package for plprofiler: postgresql-15-plprofiler
11:34 * Dyrcona was looking for a different postgresql package and stumbled across that.
12:05 jihpringle joined #evergreen
12:18 * Dyrcona spies an error in the OpenSRF/README related to the websocketd service file. The source file for the copy is missing a d.
12:20 Dyrcona @decide bug it or just fix it
12:20 pinesol Dyrcona: go with just fix it
12:23 Dyrcona And, that's just what I did.
13:47 Dyrcona berick: For practicing rust locally would your recommend installing the rust-all apt package or going with rustup?
13:48 Dyrcona s/your/you/
13:48 berick Dyrcona: either works.  i've mostly used rust-all.
13:49 Dyrcona Ok. I was thinking of going with rustup on my laptop for newer features, etc. I installed rust-all on the Ubuntu 22 vm where I'm testing redis. I'll give universe-rs a whirl later.
13:50 Dyrcona I'm rerunning the perl live tests because I forgot to start apache2, so the tests that depended on Apache failed...
13:51 Dyrcona Looks good so far
14:23 Dyrcona I notice that gmcharlt is (righly) concerned about the universe-rs pulling in 167 crates. However, npm pulls in almost 1390 packages in Open-ILS/src/eg2. That should be a concern, too, no?
14:23 Dyrcona Where are my fingers today?.... Must Typoday....
14:25 Dyrcona berick: We're still using websocketd with the C Redis branch?
14:26 berick Dyrcona: yes
14:32 Dyrcona Ok. Thought so, but wanted to make sure based on discussion of "websocket changes" in the comments on the bug.
14:32 Dyrcona berick++ This looks good so far.
14:33 Dyrcona typos--
14:34 berick yay
14:34 berick there is a Rust websocket translator when we get to that point
17:03 jihpringle joined #evergreen
17:04 ejk joined #evergreen
17:10 jeffdavis joined #evergreen

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