Evergreen ILS Website

IRC log for #evergreen, 2023-05-02

| 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
03:18 jblyberg4 joined #evergreen
08:05 collum joined #evergreen
08:25 Dyrcona joined #evergreen
08:31 Stompro joined #evergreen
08:33 mmorgan joined #evergreen
08:35 Stompro mmorgan, Re content cafe, I received a few status updates that they had engaged Microsoft Support...
08:36 Stompro mmorgan, Ah, at 6:28pm CST they wrote to say that things are back to normal.  Still working to find out what the cause was.
08:37 mmorgan Stompro: Interesting. Thanks! Our opacs look normal this am.
08:37 mmorgan Stompro++
08:48 Stompro In the last hour I see 900 cover art requests with a 200 status, and 7 with a 500 status.  So a few errors but it seems ok.
08:50 Stompro I should learn how to monitor that with our zabbix system.
08:56 jeff several options there. first and easiest (though not quite a "real" check) is to add an http item on an existing (or new) host where you're using the zabbix agent (or agent 2).
08:57 jeff (another option is to monitor the actual log file.)
08:58 jeff in the first, you're testing the content cafe endpoint directly, which could miss problems (in some scenarios), but is probably good enough for the kind of problem you've been describing of late.
08:59 JBoyer I hear OpenSRF 3.2.3 just dropped. Seems like pretty neat stuff.
08:59 JBoyer kmlussier++
09:00 jeff kmlussier++ JBoyer++
09:00 jeff Stompro: more on using Zabbix for log file monitoring is here (link is for 6.0 LTS): https://www.zabbix.com/documentation/6.0/e​n/manual/config/items/itemtypes/log_items
09:00 mmorgan kmlussier++ JBoyer++
09:01 kmlussier joined #evergreen
09:01 kmlussier JBoyer++
09:01 jeff Stompro: your log needs to be readable by the user that your zabbix agent runs as, and you might consider using rsyslog config to copy some of the log messages you want to look for into their own file, and have zabbix monitor that file.
09:02 Stompro jeff, thank you for the link and tips.
09:02 jeff Stompro: that helps reduce the work that the agent has to do -- in some ways I trust rsyslog to do that work more efficiently, and in some ways it can make the zabbix config easier.
09:04 Christineb joined #evergreen
09:05 jeff also, depending on your logfile rotation/naming scheme, it gives you a way to have certain log lines copied to a location zabbix monitors, with a simpler filename/directory structure. I'm fairly certain Zabbix can't do wildcards/patterns in the directory name, for example.
09:05 Stompro We use the hourly split logs currently, and I had trouble setting up Fail2Ban to monitor the apache logs like that, it seemed to not be supported.
09:06 Stompro A cron job to symlink to the current hourly log has been working for Fail2ban.
09:07 dguarrac joined #evergreen
11:30 dguarrac_ joined #evergreen
11:42 JBoyer berick, are you around? I'm trying to put the necessary "we run Angular 15 now" stuff into Makefile.install; are there any other changes that need to be made outside of Open-ILS/src/eg2 to make all of that go?
11:43 JBoyer (Because master / main currently doesn't build with a mix of ng 12 and ng 15 stuff)
11:46 berick JBoyer: hm, it's not in the original patch?
11:46 berick (guess not..)
11:46 JBoyer "The necessary stuff" being install Angular 15 from the start in Makefile.common, as opposed to 12.2
11:46 * berick looks
11:47 JBoyer Nope. It was mentioned in LP but never made it into core. It's a simple fix, I just didn't know if there was more to it than that 1 version number. (I don't *think* so, but figured you'd have a better idea if so)
11:48 JBoyer And I'm fine just pushing it as a followup
11:52 berick JBoyer: thanks.  so yes it's the npm install -g @angular/cli@^15.0 bit in Makefile.common.  double-checking the node version now..
11:53 JBoyer I can say it appears to work with node 16, but if the next LTS is out they may as well both be bumped together.
11:53 berick my dev vm is running v16.17.1
11:53 JBoyer same. high-five
11:53 berick cool
11:57 JBoyer fix pushed. berick ++
11:59 berick JBoyer++
12:00 pinesol News from commits: LP#2000482: (Followup) Update Angular Version in Makefile.common <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=7f59c9​ff93684e9a56a209f9e2f2030810012c0e>
12:18 jihpringle joined #evergreen
12:47 Dyrcona I heard you like zip files, so I put some zip files in your zip file.....
12:48 * Dyrcona just got a zip containing two other zip files.
12:51 Dyrcona I guess that's one way to send everything in 1 zip archive.
12:53 rhamby_ joined #evergreen
14:14 StephanieLeary joined #evergreen
15:21 jihpringle joined #evergreen
15:32 eeevil Dyrcona: (and he and kmlussier are the only ones with recent context on this, but I bet other can guess...) re c++, the biggest problem is that core QP is tossing away the +s before the EG driver part even sees the string. if you're thinking about poking at that soon, also :)
15:36 rhamby_ joined #evergreen
15:45 sleary joined #evergreen
16:06 eeevil Dyrcona: correction, it may be happening even earlier, at least for staff search
16:12 Dyrcona eeevil: Good to know. I was mainly focused on the ingest side in Lp 2008423. If you compare the values of records with C++ in the title with the index vectors, you'll see that FTS strips our the + also.
16:12 pinesol Launchpad bug 2008423 in Evergreen "Certain punctuation creates problems for search in public catalog" [Undecided,Triaged] https://launchpad.net/bugs/2008423
16:19 eeevil Dyrcona: it does, indeed. but it's there in the value column, where we can do something like, say ... tsq_rank + 1.1 * strpos(lower(fe.value),lower( $string ))::bool::int  ... or something less silly, I suppose
16:31 pinesol News from commits: LP2018326 Contrast fix for catalog pagination <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=34444f​7b0881e1f834bd9db7f180761a9bdb5b60>
17:07 mmorgan left #evergreen
17:09 sandbergja joined #evergreen
17:09 sandbergja claiming 1370
17:31 pinesol News from commits: lp1857911: stamp upgrade script <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=0849a8​b71099f8ad456a0f42919df5217d375fdd>
17:31 pinesol News from commits: lp1857911 (follow-up): update mock to match new AdminPageComponent API <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=f7890d​f44b5f3dd054d536d3b84362359dcb6907>
17:31 pinesol News from commits: lp1857911 follow-up tweaks <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=34b5b5​f4c61c462e8f798ced70571083b0e66212>
17:31 pinesol News from commits: lp1857911 angularized stat cat admin interfaces <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=61c12e​1487d39330dff0cbfd9770ee486a3e3bc3>
17:31 pinesol News from commits: lp1857911 underline links in normal eg-grid cells <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=001e95​fbb019182e0099f3301cf7b2b596c6bb58>
17:31 pinesol News from commits: lp1857911 allow override of IDL class label for display in the FM editor <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=e6767c​fa1a6679609e3f901d6c56e660f554157f>
22:16 kco joined #evergreen
22:55 sandbergja joined #evergreen
22:56 sandbergja claiming 1371
23:01 pinesol News from commits: LP1993305 stamp upgrade script <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=557b32​9ed5ea14cdcf065fedab6317acaf72cf2c>
23:01 pinesol News from commits: LP1993305 Comprise SmartPay release notes <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=fa47a9​5630dc9fe7d3909d8086611c80e3946db9>
23:01 pinesol News from commits: LP1993305 Comprise SmartPay support, middle layer bits <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=635529​0266dcb170de0303fee186791b73b4face>
23:01 pinesol News from commits: LP1993305 Comprise SmartPay support, UI bits <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=0b0e18​9623afe1e385670e49e0fe8a6076315082>
23:01 pinesol News from commits: LP1993305 Comprise SmartPay support, schema <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=35b251​880ec96c31e8a4d25b71e4d6721bfff261>
23:01 pinesol News from commits: lp1857911 follow-up: remove console.log <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=c45aa0​0366a23a0073955ca93a2012e6f2dd09a4>

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