Time |
Nick |
Message |
06:00 |
pinesol |
News from qatests: Failed Installing Evergreen database pre-requisites <http://testing.evergreen-ils.org/~live//archive/2022-02/2022-02-16_04:00:02/test.39.html> |
07:43 |
|
Dyrcona joined #evergreen |
07:49 |
|
collum joined #evergreen |
08:20 |
|
rfrasur joined #evergreen |
08:25 |
|
mantis1 joined #evergreen |
08:38 |
|
jvwoolf joined #evergreen |
08:41 |
|
mmorgan joined #evergreen |
09:35 |
mantis1 |
We're changing the 'Behind Desk' columns that are associated with the preference checkbox of keeping holds behind the circ desk to 'Private Hold Shelf'. I changed everything I could but can't figure out which file directly associates with the column picker in the holds table in the patron account. Does anyone know? I edited everything besides SQL and translation files. I'm on 3.6.5. |
09:36 |
Dyrcona |
mantis1: It's probably in the IDL and translation strings. |
09:36 |
Dyrcona |
s/strings/files/ |
09:37 |
|
jvwoolf1 joined #evergreen |
09:37 |
mantis1 |
Dyrcona: I changed the IDL and nothing unfortunately, but I'll look at the translation strings again |
09:37 |
mantis1 |
Dyrcona++ |
09:39 |
Dyrcona |
mantis1: Did you run autogen.sh after changing the IDL? That's often (almost always) necessary. |
09:40 |
mantis1 |
Dyrcona: yeah after a restart |
09:40 |
Dyrcona |
OK. |
09:40 |
mantis1 |
I also restarted my browser |
09:40 |
Dyrcona |
Cleared cache? |
09:40 |
mantis1 |
Yes |
09:41 |
Dyrcona |
I haven't really looked into how that works, so I should probably stop offering suggestions. :) |
09:43 |
|
collum joined #evergreen |
09:50 |
csharp_ |
seeing another ejabberd "timeout" issue that's happening very sporadically, but has nearly identical symptoms to the one jeff fixed for us |
09:50 |
csharp_ |
log messages are as follows: |
09:50 |
csharp_ |
2022-02-15 19:58:46 brick01-head open-ils.auth: [INFO:110513:osrf_application.c:1075:1644973126280950] CALL: open-ils.auth open-ils.auth.session.retrieve <REDACTED AUTHTOKEN>,0,1 |
09:51 |
csharp_ |
2022-02-15 19:58:46 brick01-head open-ils.auth: [INFO:110513:oils_event.c:46:1644973126280950] Creating new event: NO_SESSION |
09:51 |
Dyrcona |
csharp_: Could you refresh my memory on the fix? |
09:51 |
csharp_ |
Dyrcona: jeff fixed the unreasonable fleshing of users with standing penalties that was pulling in ALL THE ORGS |
09:51 |
Dyrcona |
Oh, right! |
09:52 |
csharp_ |
this one is different, though, looks more like a DoS |
09:52 |
Dyrcona |
I was about to ask if the session was expired. Is something requesting non-existent sessions over and over again? |
09:53 |
csharp_ |
after that it's like 20 minutes (yes, minutes) of 2022-02-15 20:17:13 brick01-head gateway: [ACT:28095:osrf-websocket-stdio.c:559:164497312628095142169] [127.0.0.1] [] open-ils.actor open-ils.actor.user.has_work_perm_at.batch null, ["VIEW_USER"] |
09:53 |
csharp_ |
just screen after screen of that, like it's looping on itself over and over |
09:54 |
csharp_ |
this was with a staff user but I saw it happen last week with a patron |
09:54 |
csharp_ |
like it doesn't find the session, but then tries over and over to check the perm |
09:55 |
* csharp_ |
summons miker to just know that this is happening |
09:56 |
csharp_ |
unfortunately, I have to disappear now to two hours of meetings/appointments - back after lunch :-/ |
10:14 |
|
collum joined #evergreen |
10:53 |
collum |
mantis1: we changed ours to 'Drive Thru Window', but the column picker still displays 'Behind Desk'. So we didn't try to update the column picker. Did you happen to change templates/staff/circ/holds/t_shelf_list.tt2? |
10:55 |
|
eglogbot joined #evergreen |
10:55 |
|
Topic for #evergreen is now Welcome to #evergreen (https://evergreen-ils.org). This channel is publicly logged. |
10:55 |
|
pinesol joined #evergreen |
10:55 |
csharp_ |
troubleshooting an issue on lupin - bear with me |
10:55 |
|
jvwoolf joined #evergreen |
10:56 |
|
eglogbot joined #evergreen |
10:56 |
|
Topic for #evergreen is now Welcome to #evergreen (https://evergreen-ils.org). This channel is publicly logged. |
10:56 |
|
pinesol joined #evergreen |
10:57 |
csharp_ |
ok - better |
11:16 |
mantis1 |
collum: I basically changed almost everything I could outside of SQL files and stuff in the xul folder, but I appreciate you commenting that you have the same experience |
11:16 |
mantis1 |
collum++ |
11:18 |
mmorgan |
mantis1: collum: Were any of the changes in eg2? If so, you would need to rebuild the angular files. |
11:19 |
collum |
Oh, no. Any changes we made were done prior to eg2. |
11:20 |
mantis1 |
mmorgan: I made some in there but rebuilt them |
11:20 |
mantis1 |
there weren't many |
11:23 |
collum |
As I'm looking through, most of the changes would be in eg. |
11:32 |
Dyrcona |
It looks like Angular/eg2 uses the IDL fiel name. |
11:32 |
Dyrcona |
field... |
11:33 |
Dyrcona |
Hmm. maybe label or name if there is no label. |
11:34 |
mantis1 |
Ok I got it work |
11:34 |
mantis1 |
don't ask how because I did a crap load of changes, but I also changed rthe fm_IDL.xml file in the reporter path |
11:35 |
collum |
mantis1++ |
11:35 |
mantis1 |
collum: jvwoolf linked this to me |
11:35 |
mantis1 |
https://wiki.evergreen-ils.org/doku.php?id=newdevs:landscape:tree |
11:35 |
mantis1 |
then ran restart and autogen |
11:35 |
mantis1 |
jvwoolf++ |
11:36 |
jvwoolf |
terranm++ ## Because the new dev wiki really comes in handy! |
11:36 |
Dyrcona |
IIRC, autogen.sh is supposed to take care of the reporter IDL.... |
11:37 |
Dyrcona |
mantis1++ |
11:37 |
mantis1 |
Dyrcona: I had to go into the file manually and change it |
11:37 |
mantis1 |
though I also did the fm_IDL...and...a lot of translation files |
11:37 |
mantis1 |
....so many |
11:38 |
Dyrcona |
Yeahp, make sure to put it in git for next time. |
12:10 |
|
jihpringle joined #evergreen |
13:30 |
jeff |
The sample query included in the upgrade script for bug 1787274 doesn't identify problematic duplicate transits where one of the transits is already closed. is there a new query floating out there? |
13:30 |
pinesol |
Launchpad bug 1787274 in Evergreen 3.1 "Web Client: Transits Don't Always Clear" [Critical,Fix released] https://launchpad.net/bugs/1787274 |
13:30 |
jeff |
i fear that we may have lots of these in the wild across Evergreen installs, just waiting to cause mischief. |
14:08 |
csharp_ |
jeff: I'm trying to understand... by "closed" you mean received by the destination? |
14:24 |
jeff |
received/cancelled |
14:53 |
Dyrcona |
Well, looks like my character set issues were resolved by setting all of the records to UTF-8 in the leader. |
15:27 |
csharp_ |
@band add Character Set |
15:27 |
pinesol |
csharp_: Band 'Character Set' added to list |
17:03 |
|
jvwoolf left #evergreen |
17:04 |
|
mmorgan left #evergreen |
18:01 |
pinesol |
News from qatests: Failed Installing Angular web client <http://testing.evergreen-ils.org/~live//archive/2022-02/2022-02-16_16:00:02/test.29.html> |
18:35 |
|
Christineb joined #evergreen |
18:36 |
|
jeffdavis joined #evergreen |
18:36 |
|
ejk joined #evergreen |
19:15 |
|
Keith_isl joined #evergreen |
19:26 |
|
Keith__isl joined #evergreen |
21:04 |
|
Keith__isl joined #evergreen |