Time |
Nick |
Message |
00:35 |
|
sandbergja joined #evergreen |
01:36 |
|
sandbergja joined #evergreen |
01:49 |
|
ddale joined #evergreen |
01:50 |
ddale |
We have upgraded to 3.6.1 this weekend. I am working on the curbside pickup feature. I am wondering how to change an appointment? Is there some place where all appointments can be seen and edited? |
06:02 |
pinesol |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
07:59 |
|
rhamby joined #evergreen |
08:03 |
|
collum joined #evergreen |
08:35 |
|
collum joined #evergreen |
08:36 |
|
collum joined #evergreen |
09:22 |
|
dbwells joined #evergreen |
09:24 |
|
collum_ joined #evergreen |
10:53 |
|
Dyrcona joined #evergreen |
10:54 |
|
ddale joined #evergreen |
10:54 |
Dyrcona |
So, upgrading the O/S on an Evergreen server is a real PITA. Ejabberd is a particular problem. It seems like the best option is to not upgrade and just wait until you get a new server and install fresh. |
10:57 |
Dyrcona |
I tried reoncfiguring OpenSRF and Evergreen after reinstalling prerequisites, and blowing away /var/lib/ejabberd/ and configuring it again, plus registering users over again. |
11:02 |
Dyrcona |
Ah ha. I think I made a typo. Trying again. :( |
11:03 |
Dyrcona |
Eh, no. |
11:06 |
|
Cocopuff2018 joined #evergreen |
11:09 |
Dyrcona |
Yeahp. Nothing starts..... Not even the routers. |
11:11 |
Dyrcona |
No, some services say that they are running, even though the routers are not. |
11:22 |
Dyrcona |
Hm... IPv6 vs. IPv4? |
11:25 |
jonadab |
I live for the day when Evergreen is packaged for Devuan, so you can apt-get install it. |
11:25 |
jonadab |
I fear we have a few hurdles to overcome on the path to that future. |
11:26 |
Dyrcona |
jonadab: I made branches to add installation support for Devuan Ascii and Beowulf, but abandoned them. |
11:26 |
jonadab |
Dyrcona: Yeah, I remember. |
11:27 |
jonadab |
I don't think the Devuan part is the hard part, though. |
11:27 |
jonadab |
It's the getting Evergreen to the point where it's ready to be installed via apt, that's the tricky bit. |
11:27 |
Dyrcona |
I'm stopping for lunch and will get back to this afterward. I'm not going to upgrade my other utility server. |
11:27 |
Dyrcona |
Yeahp. We might encounter "vendoring" issued. |
11:38 |
Dyrcona |
Ok. It was a typo, just not what I figured. Seems to be working, now. |
11:41 |
Dyrcona |
Does anyone have any magic to reset some reports? Say any that ran between 9:30 am and 10:30 am on a given date? By reset, I mean get them to run again. I could figure it out, probably, but if someone has some SQL handy, that would be helpful. |
11:41 |
Dyrcona |
I know most of us are off today. I should be, but y'know, upgrades.... |
11:46 |
Dyrcona |
Spoke too soon, some services are still broken. |
11:48 |
Dyrcona |
liboils_pcrud.so: cannot open shared object file: No such file or directory |
11:48 |
Dyrcona |
I ran ldconfig several times.... |
11:53 |
Dyrcona |
So, I'll delete /openils/lib/*, build again, and see what happens. |
11:54 |
Dyrcona |
The library was there, but I didn't check the timestamp. |
11:57 |
|
collum joined #evergreen |
11:57 |
Dyrcona |
Nope. Still can't liboils_pcrud.so |
11:59 |
Dyrcona |
None of the C services will start. I've been doing make clean. Maybe I should git clean -x -f -d? |
11:59 |
|
jihpringle10 joined #evergreen |
12:00 |
csharp |
I faced similar pain upgrading in place from 16.04 to 18.04 on EG servers - which is why we decided to go the replacement route |
12:01 |
csharp |
but that doesn't help you now :-/ |
12:01 |
Dyrcona |
Yeah, that's what I'm doing from now on. I've just got to fix this one. |
12:01 |
Dyrcona |
I have upgraded a VM in the past and didn't have this much trouble. |
12:01 |
Dyrcona |
I had some trouble, but I don't think it was this bad. |
12:02 |
csharp |
update reporter.schedule set start_time = null, complete_time = null, error_code = null, error_text = null where run_time between X and Y; |
12:03 |
csharp |
^^reset your reports |
12:03 |
|
Christineb joined #evergreen |
12:04 |
csharp |
the C library thing may be something to do with lib vs lib64 - maybe a symlink somewhere would help |
12:05 |
Dyrcona |
Dunno. Everything builds, but it won't run. Guess I can check with ld or something. |
12:09 |
csharp |
Dyrcona: if you want me to share anything from a running 18.04 I can, though you probably have that |
12:10 |
Dyrcona |
liboils_utils.so.2, libopensrf.so.2, libdbi.so.1, libc.so.6 all needed. |
12:10 |
Dyrcona |
o |
12:10 |
Dyrcona |
Something got broke somewhere. |
12:11 |
csharp |
Dyrcona: another thing to do is to remove the /usr/local/share/perl/<old_version> dir |
12:11 |
csharp |
speaking of library things |
12:11 |
Dyrcona |
Yeah, but I'm not having trouble with Perl at this point. |
12:11 |
csharp |
just mentioned it since I thought of it |
12:12 |
|
sandbergja joined #evergreen |
12:13 |
Dyrcona |
Yeah, OK. Thanks. |
12:13 |
Dyrcona |
I've installed these branches fresh on a new Ubuntu 18.04 machine and it just works. |
12:13 |
Dyrcona |
You'd think that after git clean, things would be OK. |
12:18 |
Dyrcona |
Prerequisite installation says everything is up to date, except for the cpan stuff that is forced. |
12:19 |
csharp |
do logs have anything more about the missing C libs? I seem to remember that the actual file it barfs about was a red herring (that it was actually a dependency that wasn't found) |
12:19 |
csharp |
I really need to keep better notes when I fix things |
12:21 |
Dyrcona |
The logs don't say squat. The list of needed libs came from running readelf on the pcrud library. |
12:25 |
Dyrcona |
IDK. This is thoroughly busted somewhere. |
12:26 |
csharp |
ldconfig -v ? (you've probably already tried that) |
12:28 |
Dyrcona |
Well, that's something. /openils/lib isn't showing up though I configured it again and again. |
12:30 |
Dyrcona |
And trying to force it doesn't work, either. |
12:31 |
Dyrcona |
Grr... Just changing the conf file name fixed it...... |
12:31 |
Dyrcona |
At least for ldconfig -v |
12:32 |
csharp |
sounds hopeful |
12:32 |
Dyrcona |
csharp++ |
12:33 |
Dyrcona |
The pcrud service started when I did a --service --start. |
12:33 |
csharp |
great! |
12:33 |
Dyrcona |
csharp: Do you have a SQL to reset reports? |
12:33 |
Dyrcona |
While you're here, thought I'd ask. :) |
12:33 |
csharp |
yeah, I pasted it above (but didn't tag you) |
12:34 |
csharp |
update reporter.schedule set start_time = null, complete_time = null, error_code = null, error_text = null where run_time between X and Y; |
12:35 |
|
_bott_ joined #evergreen |
12:35 |
csharp |
actually, you might add a filter for error_text is not null (if that's indeed true) |
12:35 |
Dyrcona |
Thank you very much! csharp++ |
12:35 |
csharp |
but duplicated reports aren't the worst thing in the world |
12:35 |
csharp |
happy to help! |
12:35 |
Dyrcona |
Ok. I'll check what's in the schedule before running it. |
12:40 |
|
collum joined #evergreen |
12:55 |
Dyrcona |
csharp: Thanks again for the update. I only had four reports that needed to be reset. |
12:55 |
csharp |
perfect |
12:58 |
Dyrcona |
csharp: Are you doing updates today, too? |
13:28 |
|
_bott_ joined #evergreen |
13:28 |
|
_bott_ left #evergreen |
13:29 |
csharp |
Dyrcona: we upgraded to 3.6.1 on Saturday - just on watch for problems |
13:30 |
csharp |
no changes to postgres or ubuntu |
13:40 |
|
nfBurton joined #evergreen |
13:45 |
|
jihpringle joined #evergreen |
14:38 |
Dyrcona |
Not surprisingly, the upgrade of the other utility server went much more smoothly. |
14:51 |
Dyrcona |
Hmm... Looks like the upgrade broke rsyslog.... |
15:02 |
Dyrcona |
New config file wasn't listening on UDP. |
15:02 |
Dyrcona |
:) |
15:10 |
|
sandbergja joined #evergreen |
15:57 |
|
sandbergja joined #evergreen |
16:05 |
|
stephengwills joined #evergreen |
16:19 |
Dyrcona |
Well, that's enough for today. |
16:52 |
|
stephengwills left #evergreen |
17:26 |
|
dbwells joined #evergreen |
17:50 |
|
sandbergja joined #evergreen |
18:02 |
pinesol |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
18:04 |
|
dbwells joined #evergreen |
18:06 |
|
dbwells joined #evergreen |
18:38 |
|
jihpringle joined #evergreen |
19:11 |
|
Cocopuff2018 joined #evergreen |
19:27 |
|
sandbergja joined #evergreen |
20:42 |
|
sandbergja joined #evergreen |
21:24 |
|
sandbergja joined #evergreen |
21:42 |
|
sandbergja joined #evergreen |
21:55 |
|
Cocopuff2018 joined #evergreen |