| Time |
Nick |
Message |
| 09:16 |
|
Dyrcona joined #evergreen |
| 09:17 |
Dyrcona |
The C/W MARS vm for feedback fest is having the code updated to sandbergja's latest patches. It also ran out of disk overnight, so I'm cleaning that up, too. |
| 09:25 |
Dyrcona |
GTPBot-- |
| 09:26 |
Dyrcona |
GPTBot-- |
| 09:26 |
Dyrcona |
Them, too. :) |
| 09:28 |
Dyrcona |
Might be funny to redirect them to openai.com. :) |
| 09:39 |
Dyrcona |
"But for one brief shining moment we created a lot of value for shareholders." |
| 09:53 |
Dyrcona |
Grr. Trying to run autogen.sh and I get this: <404> An unknown server error occurred |
| 09:56 |
Dyrcona |
turn off protected mode, and I get this: auth] WRONGPASS invalid username-password pair or user is disabled., at /usr/share/perl5/Redis.pm line 321. |
| 09:58 |
Dyrcona |
Does restarting redis change the user passwords? And, why is --reset-message-bus saying it's OK, but now, I get the WRONGPASS error if I try starting services regardless of protected mode? |
| 10:03 |
Dyrcona |
Am I supposed to do something with redis-accounts.txt, like run it through redis somehow? |
| 10:04 |
Dyrcona |
Oh, well. evergreentest.cwmars.org is currently broken and will be for the next couple of hours. I have a meeting I have to prepare for . |
| 10:18 |
|
mmorgan joined #evergreen |
| 10:19 |
Dyrcona |
Ok. So, I looked at it again, and replacing opensrf_core.xml got the redis errors to go away, but I'm still getting the unkown server error from autogen.sh |
| 10:28 |
eeevil |
Dyrcona: re haproxy, since you didn't get any "yes"s, I'll give you a "no" and say ldirectord (iptables for LB + conntrackd for HA) in front of nginx in front of apache+websocketd is our normal setup |
| 10:29 |
Dyrcona |
eeevil: That's what I thought. I tried haproxy once and found it was slower than the setup you describe. |
| 10:30 |
eeevil |
(with keepalived over private direct connection to trigger conntrackd-backed failover between LBs) |
| 10:30 |
Dyrcona |
I updated the haproxy config in my branch anyway, but have no idea if it actually works. |
| 10:30 |
eeevil |
oh, for sure. haproxy is super awesome, but it's not going to beat iptables with 0-copy routing for the simple cases :) |
| 10:58 |
Dyrcona |
Ah ha! |
| 10:58 |
Dyrcona |
ERROR: column i18n_l.staff_client does not exist |
| 11:00 |
Dyrcona |
I did reload the database |
| 11:07 |
Dyrcona |
typos-- |
| 11:07 |
Dyrcona |
"evergreem" != "evergreen" |
| 11:08 |
mmorgan |
@decide evergreem or evergreen |
| 11:08 |
pinesol |
mmorgan: go with evergreem |
| 11:08 |
mmorgan |
:) |
| 11:11 |
|
Christineb joined #evergreen |
| 11:43 |
Dyrcona |
evergreentest.cwmars.org should be working again. I typoed the database name when I tried to update the schema before, so 1 table was missing a new column. It's fixed, now. |
| 11:48 |
|
jihpringle joined #evergreen |
| 13:00 |
|
Rogan joined #evergreen |
| 15:23 |
|
jihpringle joined #evergreen |
| 15:47 |
|
mmorgan left #evergreen |
| 16:29 |
Dyrcona |
So, get this: live_t/32-geosort.t succeeds with main today on a vm with nginx proxy. |
| 16:30 |
Dyrcona |
I'm going to test again on a vm without the nginx proxy. I don't think that should do it, but I've seen stranger things. |
| 16:32 |
Dyrcona |
Oh. Looks like ht vm that I plan to use hasn't had Evergreen installed before. Don't think I'll get this tested today. |
| 16:36 |
Dyrcona |
I should have used the ENV var to skip the cpan tests. I forgot. |
| 16:43 |
Dyrcona |
Maybe I can at lest get OpenSRF installed. |
| 16:45 |
Dyrcona |
I might have shared this before. Wanna peg your CPU: `make -j $(grep -c ^proc /proc/cpuinfo)` |
| 16:54 |
Dyrcona |
Ok. OpenSRF works. I'll check the rest on Monday. |