Time |
Nick |
Message |
00:45 |
|
book` joined #evergreen |
00:57 |
|
gmcharlt joined #evergreen |
00:57 |
|
devted joined #evergreen |
01:00 |
|
pinesol joined #evergreen |
06:01 |
pinesol |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
07:22 |
|
rjackson_isl_hom joined #evergreen |
07:48 |
|
collum joined #evergreen |
07:55 |
|
mantis joined #evergreen |
08:33 |
|
mmorgan joined #evergreen |
08:54 |
|
Dyrcona joined #evergreen |
09:13 |
|
rfrasur joined #evergreen |
09:20 |
|
jvwoolf joined #evergreen |
09:30 |
|
alynn26 joined #evergreen |
11:22 |
pinesol |
[evergreen|Chris Sharp] LP#1932051: Batch calls for add items to bucket - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=057c6ba> |
11:22 |
pinesol |
[evergreen|Jeff Davis] LP#1932051: serialize adding items to bucket from Item Status - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=fc914bd> |
11:22 |
csharp_ |
jeffdavis++ # bug 1932051 has solved our problems |
11:22 |
pinesol |
Launchpad bug 1932051 in Evergreen "AngularJS Add to Item Bucket Generating too many simultaneous requests" [High,Fix committed] https://launchpad.net/bugs/1932051 |
11:46 |
|
jihpringle joined #evergreen |
12:22 |
|
jihpringle joined #evergreen |
12:43 |
csharp_ |
jeffdavis: additional kudos from the other PINES staff :-) |
12:43 |
csharp_ |
jeffdavis++ |
13:16 |
|
jonadab joined #evergreen |
13:57 |
|
nfBurton joined #evergreen |
14:01 |
nfBurton |
Can anyone help me figure out why I get a 500 error when contacting opensrf services? Settings-tester.pl showed everything working, except ldconfig which I have run multiple times but still says it isn't found. But apt-get says is installed. |
14:01 |
nfBurton |
this is my Chrome Console error https://pastebin.com/qpFbybri |
14:01 |
nfBurton |
I suppose the problem is egEnv? |
14:08 |
|
jihpringle joined #evergreen |
14:11 |
JBoyer |
nfBurton, ldconfig is definitely installed, but if settings-tester.pl is complaining about it you may need to put your library dir (normally /openils/lib ) in a file such as /etc/ld.config.so.d/opensrf.conf |
14:12 |
JBoyer |
Additionally if the file is there but is missing the .conf extension that may stop it from being used. I don't recall when that may have changed. |
14:15 |
nfBurton |
Yeah, that's there too. I recently tried a test Ubuntu 16 -> 18 upgrade and accidentally trashed some system files. I've got everything mostly back but I get this 500 for opensrf services when I could sign in fine. |
14:28 |
Dyrcona |
I have an AngularJS/translation question. I'm looking at Lp 194920, and it looks like the most localized place to make a change so that a year of -1 shows up as "Legacy/No Date" is line 106 of t_pane_summary.tt2: {{circ_count.year}}: {{circ_count.count}} |
14:28 |
pinesol |
Launchpad bug 194920 in Envy "Python error on Debian (64 Studio)" [Medium,Fix released] https://launchpad.net/bugs/194920 - Assigned to Alberto Milone (albertomilone) |
14:29 |
Dyrcona |
bug 1942920 |
14:29 |
pinesol |
Launchpad bug 1942920 in Evergreen 3.6 "Circ History by Year - Legacy circs" [Medium,Confirmed] https://launchpad.net/bugs/1942920 |
14:30 |
Dyrcona |
I'm pretty sure that I can change it to: {{{circ_count.year === -1) ? "Legacy/No Date" : circ_count.year}}: {{circ_count.count} |
14:31 |
Dyrcona |
But, that raises the question of where the l() goes. |
14:33 |
Dyrcona |
Looking at the templates, I think {{(circ_count.year === -1) ? [% l('"Legacy/No Date"') %] : circ_count.year}}: {{circ_count.count}} should work, because tt2 should run on the file before it gets to AngularJS. |
14:34 |
Dyrcona |
I guess I should put the double quotes outside the [% and %], hm. |
14:34 |
Dyrcona |
I'll try that and see what happens. |
14:58 |
Dyrcona |
It seems to work, though I have not tried a translation because of time and the server where I run this code. |
14:59 |
|
jihpringle joined #evergreen |
14:59 |
Dyrcona |
This is what I ended up with: {{(circ_count.year === -1) ? "[% l('Legacy/Not Dated') %]" : circ_count.year}}: {{circ_count.count}} |
15:07 |
JBoyer |
nfBurton, if you did an OS upgrade you'll likely need to do a full reinstall to get things working. |
15:08 |
nfBurton |
Ah I think I just need to figure out how to change the psql port cause it required me to also upgrade to psql110 and the port is one number different |
15:08 |
nfBurton |
But the current cluster is offline hence the 5 |
15:08 |
nfBurton |
500 |
15:09 |
nfBurton |
Glad this was just the test server lol |
15:19 |
Dyrcona |
nfBurton: You can remove the old Pg and reconfigure the new PostgreSQL to use the old port. |
15:20 |
Dyrcona |
But, you'll need to run pg_upgrade, etc. before that, assuming that PostgreSQL server was actually upgraded. |
15:22 |
nfBurton |
I did. And I can see some admin settings, but it seems to be having trouble with some opensrf services, getting a 500 error. I'm actually not finding that old port anywhere. |
15:23 |
Dyrcona |
nfBurton: Did you reinstall the Evergreen and OpenSRF prerequisites and reinstall both OpenSRF and Evergreen per JBoyer's suggestion above? |
15:24 |
|
jihpringle30 joined #evergreen |
15:33 |
nfBurton |
Yeah. I had to remove/reinstall everything. I actually get to login and some staff windows but opensrf doesn't seem to be connecting to the data |
15:34 |
nfBurton |
The old pgcluster is still there but off |
15:34 |
nfBurton |
And the port/credentials match |
15:34 |
nfBurton |
And when I connect to the DB through my editor, I can see the data |
15:36 |
nfBurton |
But Cstore is connected. osrf diagnostic is fine |
15:37 |
Dyrcona |
Was the port updated eveywhere in the openils.conf? What about pcrud, storage, and reporter? |
15:38 |
|
rhamby joined #evergreen |
15:38 |
|
abneiman joined #evergreen |
15:38 |
|
akilsdonk joined #evergreen |
15:38 |
|
jweston joined #evergreen |
15:38 |
|
phasefx joined #evergreen |
15:38 |
|
miker joined #evergreen |
16:04 |
Bmagic |
has anyone got a credit card swipe device to hook up to Evergreen somehow someway? |
16:08 |
|
jihpringle joined #evergreen |
16:09 |
JBoyer |
Bmagic, the way that hooks up is that staff manually enters the details in the payment window with "external payment" selected (I'm not 100% sure how it's phrased). |
16:11 |
Bmagic |
right, where Evergreen collects whatever the staff types into a box (auth code or whatever) - but the Credit card swipe and accompanied software is seperate? |
16:12 |
Bmagic |
seperate/separate |
16:16 |
JBoyer |
Uh, mentioning software has me less sure. Are these "dumb" swipers that enter the card into the computer, or are you talking about the little appliances that have their own printers and such? You can try to use a swiper with Eg and the built-in stuff, but I don't recommend it. (Nor do I recommend those swipers at all since chips are where it's at for security and liability.) |
16:17 |
JBoyer |
The little appliances don't need any software, they connect directly via ethernet or wifi to the payment processor and just do their thing. |
16:53 |
jeff |
Both Stripe and Square have terminals that you can tie into a web app. I'm hoping to get one of each to dev with. |
16:55 |
jeff |
I hate putting any more money toward the terminals we have now, and I am disappointed every time we need to replace one (often just after it goes out of warranty). :-P |
17:11 |
|
Stompro joined #evergreen |
17:13 |
|
mmorgan left #evergreen |
17:13 |
|
Stompro joined #evergreen |
17:38 |
Bmagic |
bug 1851586 |
17:38 |
pinesol |
Launchpad bug 1851586 in Evergreen "Integrate Stripe point-of-sale terminal" [Undecided,New] https://launchpad.net/bugs/1851586 |
18:01 |
pinesol |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
18:05 |
|
Stompro joined #evergreen |
19:59 |
|
Stompro joined #evergreen |
20:54 |
|
Stompro joined #evergreen |