Time |
Nick |
Message |
02:32 |
|
degraafk joined #evergreen |
07:58 |
|
BDorsey joined #evergreen |
08:10 |
|
collum joined #evergreen |
08:21 |
|
kworstell-isl joined #evergreen |
08:38 |
|
mmorgan joined #evergreen |
09:00 |
|
Dyrcona joined #evergreen |
09:00 |
|
dguarrac joined #evergreen |
10:07 |
|
mantis1 joined #evergreen |
10:15 |
|
tlittle joined #evergreen |
10:18 |
|
terranm joined #evergreen |
10:18 |
terranm |
FF recap is at https://wiki.evergreen-ils.org/doku.php?id=dev:bug_squashing:2023-05 |
10:20 |
tlittle |
terranm++ |
10:22 |
Dyrcona |
Indeed... terranm++ |
10:32 |
terranm |
bugsquashers++ |
10:37 |
mmorgan |
terranm++ |
10:47 |
Stompro |
csharp_, did your PG 11 upgrade go ok? |
10:56 |
berick |
*ears perk up* |
11:06 |
pinesol |
News from commits: LP#2000482: (follow-up) remove duplicated text <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=670a908992076634658d835f78663d5ebc12770a> |
11:26 |
csharp_ |
Stompro: berick: yes, it went well - I started with the pg_upgrade approach, but disk space was insufficient and I moved to a pg_dump/pg_restore approach - all is well |
11:27 |
csharp_ |
I was up all that night though because, you know, DB work |
11:29 |
berick |
csharp_: nice, glad to hear it. hope you can get some rest. |
11:29 |
Stompro |
csharp_, glad it went well. |
11:29 |
csharp_ |
yeah, that was last Tuesday - Wednesday was fun |
11:42 |
|
ariez_hazaril joined #evergreen |
11:43 |
ariez_hazaril |
hi everyone! I wanna ask something. Can Evergreen ILS port we change from 80 to 8080? i manage to change the port, but the eg_vhost still listen to port 80. thanks |
11:57 |
jeff |
ariez_hazaril: in theory, it could be. it's not a common configuration, and may not be well tested. I don't think we have specific documentation on how to do it, and I'm not personally in a position to help troubleshoot your attempt. Out of curiosity, what are you trying to do? |
11:58 |
ariez_hazaril |
Hi jeff, im trying to change opac port from 80 to 8080 as i need to use port 80 for something else |
12:08 |
|
Christineb joined #evergreen |
12:25 |
|
genpaku joined #evergreen |
12:25 |
Dyrcona |
ariez_hazaril: You can change the Evergreen ports just like any other Apache application. Are you using a nginx proxy in front of Evergreen? |
12:27 |
ariez_hazaril |
i change Evergreen port on eg.conf, but when i'm trying to connect to port 8080, all the reosurces not loaded. i'm not using nginx |
12:37 |
Dyrcona |
ariez_hazaril: If you're running on Debian or Ubuntu, you also have to edit the /etc/apache2/ports.conf file to listen on the new ports. |
12:40 |
ariez_hazaril |
i open th eport 8080 already |
12:41 |
Dyrcona |
ariez_hazaril: You restarted apache2 after that? |
12:41 |
ariez_hazaril |
yup |
12:42 |
ariez_hazaril |
wait, I share with you the link |
12:42 |
Dyrcona |
When you say "all the resources not loaded" what do you mean? Also, is there a publicly accessible URL where someone can look? |
12:44 |
ariez_hazaril |
http://202.188.218.174:8080/ |
12:44 |
ariez_hazaril |
here the link |
12:53 |
Dyrcona |
Looking at the console and the page source, it looks like there are a lot of references in the Bootstrap OPAC that use the hostname to make a URL rather than relying on the browser to fill it in. |
12:54 |
ariez_hazaril |
i see |
12:55 |
ariez_hazaril |
how can we change the hostname port? |
12:56 |
csharp_ |
have you properly installed the bootstrap stuff? maybe there are some missing pieces |
12:57 |
ariez_hazaril |
let me check first. thanks for the suggestion! |
13:00 |
Dyrcona |
ariez_hazaril: It looks like it's in Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm. There's no provision in the code to add a port. |
13:05 |
Dyrcona |
ariez_hazaril: You can "fix" this by adding 'PerlSetVar OILSWebMediaPrefix "http://202.188.218.174:8080/"' around line 674 in /etc/apache2/eg_vhost.conf. |
13:05 |
Dyrcona |
This should probably be added as a bug on Launchpad. |
13:05 |
ariez_hazaril |
noted on that, i try first |
13:13 |
Dyrcona |
ariez_hazaril++ That looks better already. |
13:13 |
ariez_hazaril |
tq dyrcona! but the link still redirected to port 80 |
13:13 |
ariez_hazaril |
when i check on console, still got error |
13:16 |
Dyrcona |
ariez_hazaril: Try clearing your browser cached and reloading the page. It seems to be working for me. |
13:17 |
ariez_hazaril |
tq so much Dyrcona for your help! I be able to fix it! |
13:18 |
Dyrcona |
I think I see. :8080/eg/opac/ is redirecting to /eg/opac/home without the port. |
13:19 |
ariez_hazaril |
should i change in template folder? |
13:22 |
Dyrcona |
No, I don't think so. |
13:23 |
ariez_hazaril |
i think should be ok for now |
13:24 |
ariez_hazaril |
additional question, have you guys use 3M selfcheckout with Evergeen ILS? We got dnation from public library. the machine quite old. i already setup the SIP Server but i stuck at the command confiogration |
13:31 |
Dyrcona |
ariez_hazaril: Going back to the redirect issue when clicking on the logo in the top navigation header. You can fix that for now by changing the href from "/eg/opac" to "/eg/opac/home" in Open-ILS/src/templates-bootstrap/opac/parts/topnav_logo.tt2. |
13:32 |
Dyrcona |
it gets installed to /openils/var/templates-bootstrap/opac/parts/topnav_logo.tt2 with the default options. |
13:32 |
Dyrcona |
I thinks that's another bug, this time in EGCatLoader. I'll make bugs on Lp if I remember to do so later. |
13:34 |
Dyrcona |
For SIPServer, what specifically are you having trouble with? Configuring SIPServer in general is a bit of a large topic. |
13:34 |
ariez_hazaril |
thank Drycona! the redirect link working already |
13:36 |
ariez_hazaril |
for the sip, i use this setting |
13:36 |
ariez_hazaril |
1. Send String (leave blank) |
13:36 |
ariez_hazaril |
2. Expect String login: |
13:36 |
ariez_hazaril |
3. Timeout 30 |
13:36 |
ariez_hazaril |
4. Retries 3 |
13:36 |
ariez_hazaril |
5. Click Add |
13:36 |
ariez_hazaril |
but the machine not be able to communicate with sip server |
13:38 |
Dyrcona |
OK. I can't help you with the 3M setup. You'd have to contact 3M support for that, or maybe someone else has set one up before. However, that looks really old to me, and I know that Evergreen send a Login string. |
13:38 |
ariez_hazaril |
i see |
13:38 |
Dyrcona |
OOf. Evergreen does not send a "login:" string. |
13:38 |
Dyrcona |
Sorry for my typos. |
13:39 |
ariez_hazaril |
noted on that, I will contact 3M support for this issues |
13:39 |
ariez_hazaril |
tq again! |
13:40 |
Dyrcona |
Evergreen's SIPServer conforms to this standard: https://drive.google.com/file/d/11l-kMdrDgOHpSWOrimST5XTVhf7gne4b/view?usp=share_link |
13:41 |
Dyrcona |
If you have questions about the Evergreen SIPServer configuration, I can definitely help with that. |
13:42 |
ariez_hazaril |
tq so much! |
13:42 |
Dyrcona |
yw! |
13:52 |
jmurray-isl |
For those who still use SMS gateways, have you noticed any new rate limiting done by AT&T/Cricket? We've been seeing roughly 200 bounced SMS notices per day when we process our 3 Day Courtesy SMS notification action trigger, which usually has between 10k to 15k events per day. |
13:53 |
jmurray-isl |
These specifically have "Internal error" as the error message returned by the mail server. |
13:53 |
jmurray-isl |
We've noticed this started on May 6. |
13:55 |
Dyrcona |
ariez_hazaril: Bug 2019747 |
13:55 |
pinesol |
Launchpad bug 2019747 in Evergreen "Boostrap OPAC Top Nav Logo Redirect Issue with alternate port" [Undecided,New] https://launchpad.net/bugs/2019747 |
13:57 |
Dyrcona |
jmurray-isl: I'm not aware of anything but it would not surprise me. There have been similar conversations in this channel over the past several weeks. |
14:04 |
Dyrcona |
And, Bug 2019748 |
14:04 |
pinesol |
Launchpad bug 2019748 in Evergreen "EgWeb Media Prefix Calculation Issue with Alternate Port" [Undecided,New] https://launchpad.net/bugs/2019748 |
14:04 |
Dyrcona |
I hope those bug descriptions make sense. |
14:05 |
ariez_hazaril |
tq so much Dyrcona & pinesol! |
14:16 |
Dyrcona |
jmurray-isl: I'm a bit surprised that email to SMS gateways still work given the volume of spam that is likely sent that way. |
14:16 |
Dyrcona |
FWIW: We still rely on them, but other than the occasional ticket about a patron not getting a notification, I'm not aware of any specific issues. |
14:19 |
csharp_ |
whoa - came back to a wall of IRC text :-) |
14:20 |
csharp_ |
jmurray-isl: we've always had trouble with Cricket and their customer service is terrible to people like us trying to get simple answers about the state of the gateway |
14:20 |
csharp_ |
I haven't heard of trouble with AT&T but it's not surprising |
14:21 |
csharp_ |
Verizon was making noises about charging per text sent a few years ago - glad we haven't had to deal with that kind of thing (yet?) |
14:21 |
Dyrcona |
csharp_: In case you missed it, there was a question about your upgrade to Pg 11 earlier. |
14:22 |
csharp_ |
Dyrcona: I was able to answer Stompro/berick - thanks! |
14:23 |
Dyrcona |
Oh! I see your answer. That's what I get for grabbing a bite to eat. :) |
14:23 |
Dyrcona |
csharp_++ |
14:28 |
berick |
kinda neat https://news.slashdot.org/story/23/05/14/2316214/somehow-amazons-open-source-fork-of-elasticsearch-has-succeeded |
14:30 |
jeff |
I have been following that story and I'm still not sure which side to cheer for. :-) |
14:34 |
jmurray-isl |
I had previous changed my openils.trigger collect and react from 8 to 12, since processing appeared to be a bit slow for our volume, and it's been quite stable since I made the change in early April. I could easily see that as being an impetus for their rate-limiting us, however, so we'll see what happens when I change it back. |
14:57 |
mmorgan |
jmurray-isl: FWIW, I'm not seeing any "Internal error"s in our mail logs. |
15:04 |
jmurray-isl |
mmorgan++ |
16:07 |
pinesol |
News from commits: Docs: draft release notes for 3.10.2 and 3.9.3 <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=8f988c1d82de316fdb35d4d3f123e6f3fc26feb7> |
16:08 |
mmorgan |
abneiman++ |
16:43 |
Dyrcona |
abneiman++ |
16:59 |
|
mantis1 left #evergreen |
17:21 |
|
mmorgan left #evergreen |