Evergreen ILS Website

IRC log for #evergreen, 2022-02-28

| 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:00 Keith-isl joined #evergreen
06:00 pinesol News from qatests: Failed Running pgTAP tests <http://testing.evergreen-ils.org/~live//arch​ive/2022-02/2022-02-28_04:00:02/test.42.html>
06:55 rjackson_isl_hom joined #evergreen
08:15 mantis joined #evergreen
08:26 rfrasur joined #evergreen
08:27 JBoyer joined #evergreen
08:39 mmorgan joined #evergreen
08:44 Dyrcona joined #evergreen
08:54 jvwoolf joined #evergreen
11:07 collum joined #evergreen
11:41 Dyrcona vim-- Or rather switching from Emacs to vim... How do I get out of Ctrl-X mode in vim?
11:42 csharp_ @karma vim
11:42 pinesol csharp_: Karma for "vim" has been increased 0 times and decreased 1 time for a total karma of -1.
11:42 csharp_ vim++
11:42 csharp_ :-)
11:43 Dyrcona bleh.... Supposedly: "You exit CTRL-X mode by typing a key that is not a valid CTRL-X mode command. "
11:43 Dyrcona I've hit every key on the keyboard and it's still stuck. Guess I have to kill it.
11:46 Dyrcona Y'know what else? XOFF--
11:47 Dyrcona I hit the XOFF sequence in that mess, but not XON....
11:47 csharp_ https://twitter.com/iamdevlop​er/status/948859863853133824
11:48 Dyrcona https://twitter.com/RealGeoffE​rwin/status/948899878423363584
11:49 csharp_ haha
11:50 Dyrcona https://twitter.com/ozaed/​status/948861177127473152 <--- Is ignorant of TRAMP mode, or even Emacs server...
11:50 * Dyrcona is going to skip vim and edit the file with TRAMP.
11:50 Dyrcona Bascially, if you can ssh to the server, you can edit it with Emacs. If you can sudo on the server, you can also edit it with sudo.
11:51 csharp_ ah - cool
11:52 Dyrcona git commands, etc., also work.
11:52 * Dyrcona is trying to figure out why our logos don't work in bootstrap opac.
11:53 csharp_ I spent a bit of time trying to get remote VSCode(ium) working, but I never got to work the way I expected
11:54 Dyrcona It pretty much works out of the box with Emacs, even uses the system ssh, so key forarding, etc., is enabled if configured in .ssh/config locally.
11:55 Dyrcona I wonder... did I restart apache at the right time?
11:56 Dyrcona Eh, nope. 'Cause now it says there's an error in the config.
11:57 Dyrcona Aight.. simple fix.
11:58 Dyrcona Ok. Logos show up, but I need to change it a bit.
11:58 Dyrcona That can wait until after lunch.
11:58 Dyrcona csharp_++
12:04 Dyrcona Also, seeing TRAMP using multiplexed SSH connection got me to look into it and set it up for my regular ssh use with the servers at work.
12:08 jihpringle joined #evergreen
12:10 Christineb joined #evergreen
12:32 Dyrcona Hmm. I've moved the top nav logo out of the top nav bar in bootstrap opac, but it still gets the nav bar background. I wan it to be blank/white.
12:34 collum joined #evergreen
12:35 Dyrcona Must be a container higher up the hierarchy of templates.
12:37 Dyrcona Bingo! #header-wrap selector.
12:40 collum joined #evergreen
12:43 Dyrcona I think there might be a CSS bug in bootstrap, at least on 3.7.
12:44 Dyrcona Yeah, I think "#topnav_logo img" in style.css.tt2 ought to be "#topnav_logo_img"
12:46 Dyrcona Make that "#topnav_logo_image". I suppose what is there works, but why not use the actual id, rather than using a cascade?
12:50 Dyrcona Aslo, too many media blocks IMHO....
12:52 Dyrcona Definitely more complicated to customize boopac than ttopac.....
13:05 jeffdavis there are some hard-coded colors that need to be made into variables in bootstrap css
13:05 jeffdavis (speaking of customizing)
13:25 csharp_ still fighting with the crazy open-ils.actor drone overwhelm
13:39 jvwoolf csharp_: It had gotten better for you for a little while, right?
13:45 csharp_ jvwoolf: yeah - we were ok - apparently that was during a time when catalogers aren't doing projects (or something)
13:46 jvwoolf csharp: We had a quiet week last week
13:52 jeffdavis we basically haven't had trouble with open-ils.actor on 3.7.0-ish since applying the fixes for bug 1932051 (2 commits) and bug 1949910
13:52 pinesol Launchpad bug 1932051 in Evergreen "AngularJS Add to Item Bucket Generating too many simultaneous requests" [High,Fix released] https://launchpad.net/bugs/1932051
13:52 pinesol Launchpad bug 1949910 in Evergreen 3.7 "Deleting copies from catalog via item bucket can exhaust drones" [Medium,Fix committed] https://launchpad.net/bugs/1949910
13:55 jeffdavis my experience trying to track down these issues is that if you look in the logs for "no children available" warnings and see what calls were made to that service in the past 2 minutes, it's generally pretty obvious which calls are being hit hard, and then it becomes a question of seeing where in the staff client those calls are made.
13:55 jeffdavis I think PINES has the fixes for those bugs so I am assuming this is a 3.8-specific issue, probably with the new holdings editor?
13:59 jeffdavis well not necessarily the holdings editor, forget that bit
14:59 collum joined #evergreen
15:01 Dyrcona Anybody ever seen this one before: Use of uninitialized value $code_wanted in string eq at /usr/share/perl5/MARC/Field.pm line 314, <GEN1> chunk 1.
15:05 Dyrcona Ok. Figured it out: Can't call method "subfield" on an undefined value at /home/opensrf/scripts/prep-od-advantage line 76, <GEN1> chunk 9.
15:06 Dyrcona I have I tried getting something out of the record that doesn't exist, and didn't properly check for its existence before trying to use it.
15:52 jeffdavis I spoke too soon! no children available for open-ils.actor (1442 warnings)
15:57 csharp_ jeffdavis: sorry I jinxed you
15:57 jeffdavis :)
15:59 jeffdavis in our case, 1858 calls to open-ils.actor.user.has_work_perm_at.batch for the same user over a 3-minute period
16:13 jvwoolf left #evergreen
16:28 Dyrcona So, if we ever pickup the conversation about git again, I'm all for moving the main repository somewhere that we don't host it. gitlab-ce doesn't want to update via apt on our vm, and Google has not been helpful. I just find 6-year-old issues on giltlab.com.
16:30 rhamby I like the idea of github just because of the wider exposure but I feel like I only have modest skin in the game since I don't deal with hassles core committers do
16:31 csharp_ we're running gitlab-ce on one of our servers without issue, but we don't use it heavily
16:31 csharp_ my complaints about gitlab-ce are more about removing useful features so we have to pay them for the good stuff :-/
16:32 csharp_ github is fine with me - it would also replace LP
16:32 csharp_ of course, so could gitlab for that matter
16:33 Dyrcona github/gitlab either is fine with me right now.
16:34 Dyrcona I think we can get a free commercial license for gitlab because we're a non-profit, educational institution, but I could be wrong. I'm not also not fond on the "freemium" model.
16:34 csharp_ Dyrcona: you've given this more actual thought/analysis than probably anyone, would you be up for writing up a recommendation of some sort?
16:34 Dyrcona csharp_: I might, but not today. :)
16:35 csharp_ maybe we could have a google form voting/feedback procedure or something
16:35 csharp_ Dyrcona++
16:35 Dyrcona RE: my issue. The preinstallation suggested I touch a file to disable the backup, which I did and the upgrade finished.
16:36 Dyrcona I don't know why the database backup failed. We're not close to being out of space and the error about a missing file doesn't make much sense.
16:36 csharp_ I have faced a couple of APT snafus with gitlab-ce, but not lately
16:36 * Dyrcona is leaning toward github.
16:36 csharp_ for a while there you had to stair-step through every point release
16:37 Dyrcona I think this is the first time I've had an issue with the gitlab-ce apt upgrade.
16:38 csharp_ you're using their PPA/repo I assume?
16:40 Dyrcona https://packages.gitlab.co​m/gitlab/gitlab-ce/ubuntu/
16:41 csharp_ yeah - that one
16:47 Dyrcona All right. I'm going to call it a day. Catch you all tomorrow!
17:01 mmorgan left #evergreen
17:04 alynn26 joined #evergreen
18:00 pinesol News from qatests: Failed Running pgTAP tests <http://testing.evergreen-ils.org/~live//arch​ive/2022-02/2022-02-28_16:00:02/test.42.html>
19:03 JBoyer joined #evergreen
20:08 Keith-isl joined #evergreen

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