Time |
Nick |
Message |
07:33 |
|
rjackson_isl joined #evergreen |
07:56 |
|
collum joined #evergreen |
08:13 |
|
ericar joined #evergreen |
08:25 |
|
Dyrcona joined #evergreen |
08:31 |
jeff |
Bmagic: what problem are you running into? |
08:48 |
jeff |
Bmagic: failure to speficy the full path would be the first thing I'd suspect, but you seem to be doing that already. |
08:49 |
jeff |
Bmagic: more info on what you're running into, and perhaps more playbook context would be helpful. |
08:53 |
|
kmlussier joined #evergreen |
08:53 |
rhamby |
@later tell kmlussier more survey responses came in and they are on the spreadsheet |
08:53 |
pinesol_green |
rhamby: The operation succeeded. |
08:54 |
kmlussier |
rhamby: Thanks! |
08:54 |
rhamby |
Nevermind pinesol, there she is. |
08:54 |
rhamby |
:) |
08:54 |
kmlussier |
:D |
08:55 |
|
mmorgan joined #evergreen |
08:59 |
|
jwoodard joined #evergreen |
09:02 |
Dyrcona |
Hmm. That ingest from 0967 is still running....There's a reason I came up with pingest. |
09:03 |
Dyrcona |
I wonder what happens to the parent perl process if I kill the psql. |
09:03 |
Dyrcona |
Probably nothing, but I'm about to find out. |
09:04 |
Dyrcona |
Yep, it went on to do the rest of the upgrade scripts. |
09:15 |
Dyrcona |
It's weird where some scripts seem to hang. |
09:18 |
Dyrcona |
postgres: opensrf jasondev 10.0.7.7(52387) CREATE TABLE waiting |
09:19 |
Dyrcona |
CREATE TABLE is usually pretty fast. |
09:21 |
Dyrcona |
Ah ha! |
09:21 |
Dyrcona |
Another process on the server had it blocked. |
09:23 |
Dyrcona |
The remnants of the one I killed on the client. |
09:36 |
|
mrpeters joined #evergreen |
09:42 |
|
mrpeters joined #evergreen |
09:47 |
|
yboston joined #evergreen |
09:56 |
|
mdriscoll joined #evergreen |
10:01 |
Bmagic |
jeff: I got it working, I had to manually include export PATH=$PATH:/openils/bin && at the beginning |
10:02 |
bshum |
@roulette |
10:02 |
pinesol_green |
bshum: *click* |
10:02 |
Bmagic |
/openils/bin/osrf_control calls other scripts in /openils/bin - which need to be in the environment path |
10:03 |
Dyrcona |
Yes, it is a good idea to edit your .profile to add /openils/bin to the PATH. |
10:03 |
jeff |
Bmagic: got it. i was testing with diagnostic and of course had no such external dependencies. |
10:04 |
jeff |
Bmagic: shell by default calls /bin/sh -- you can override that, but even setting it to call /bin/bash isn't going to source .bashrc because it isn't an interactive shell. |
10:04 |
Bmagic |
Dyrcona: that is set for the user, but in the context of ansible, it's not included |
10:04 |
Bmagic |
what jeff said |
10:04 |
Dyrcona |
Oh, ansible..... That was before I signed in. :) |
10:05 |
Bmagic |
I was going to ask Dyrcona - are you not using Quassel? |
10:05 |
Dyrcona |
I'm not using Quassel. I've stated that recently, in fact. :) |
10:05 |
Bmagic |
lol, sorry I missed it |
10:06 |
Dyrcona |
So, ansible doesn't pass the inherited environment to forked processes? |
10:06 |
Dyrcona |
Probably "considered dangerous," which it can be. |
10:07 |
Bmagic |
I didn't see anything in the docs that said why* |
10:07 |
jeff |
Dyrcona: ansible is often running on a remote "control" host connecting to the target node via ssh, and copying python code which is then executed on the target. |
10:08 |
Dyrcona |
jeff: I see... The remote shell should read .profile or .bash_profile at least. |
10:08 |
Dyrcona |
But that can be avoided, too. |
10:08 |
jeff |
not unless it considers itself a login shell. |
10:11 |
Dyrcona |
True, true. |
10:11 |
Dyrcona |
Guess this is a case where ssh with Paramiko wins out. :) |
10:11 |
* Dyrcona |
ducks. |
10:20 |
Bmagic |
Dyrcona: are you ready for some serious hanabi? |
10:20 |
Dyrcona |
hanbi is never serious. :) |
10:20 |
Dyrcona |
hanabi, even.... |
10:21 |
Bmagic |
We need to play a perfect game next week |
10:21 |
Bmagic |
I expect a 25 point game! You have had a year to prepare |
10:23 |
Dyrcona |
Heh. |
10:23 |
Dyrcona |
I've played maybe 5 games in that year. |
10:23 |
Bmagic |
You still have a week |
10:23 |
Bmagic |
What was your best score? |
10:26 |
jeff |
Bmagic: you can also set the PATH in the playbook like this: https://gist.github.com/jeff/72a0a7eea6ae50af81d597ae3953ba71 |
10:26 |
Bmagic |
jeff: does that work with ansible 1.5? |
10:28 |
|
Christineb joined #evergreen |
10:30 |
jeff |
Bmagic: Don't know. I would recommend running something newer than 1.5. |
10:30 |
Bmagic |
yeah, I agree, I would like to take advantage of "become" |
10:30 |
Bmagic |
1.5 is what is packed with 14.04 |
10:32 |
Bmagic |
the environment directive appears to be working with 1.5 |
10:35 |
jeff |
good deal. |
10:35 |
Bmagic |
jeff: I am having issues with apache2-websockets service, it looks like the service is getting stopped and started like I want it too, but ansible is expecting some other output other than "apache2 is running" |
10:36 |
Bmagic |
maybe I just need to use the command module instead of the service module |
10:37 |
jeff |
in that case, you might also want to use changed_when / failed_when |
10:38 |
jeff |
http://docs.ansible.com/ansible/playbooks_error_handling.html |
10:47 |
berick |
Dyrcona: if you have any interest, I pushed 2 commits to the tip of random/collab/berick/pingest -- the first is bug fix-ish, the second maybe not so much. |
10:47 |
Dyrcona |
I updated pingest with some changes yesterday, too. |
10:48 |
Dyrcona |
Maybe at the conference, we can put it in Evergreen's support scripts or somewhere? |
10:48 |
Dyrcona |
Rigtht now, I'm figuring out what to do with logs on our training server. |
10:49 |
berick |
Dyrcona: conference sounds good |
10:50 |
Dyrcona |
Ah, that's 53GB of freed up hard drive space. :) |
10:52 |
Dyrcona |
And, good thing I looked at this today. |
10:53 |
Dyrcona |
In about 3 weeks, we'd have run out of space on that partition. |
11:05 |
gmcharlt |
https://evergreen-ils.org/statement-on-north-carolina-house-bill-2/ |
11:07 |
csharp |
gmcharlt++ |
11:09 |
rhamby |
gmcharlt++ graced++ evergreencommunity++ |
11:10 |
csharp |
NC_Cardinal++ # soldiering on |
11:10 |
csharp |
we were inches away from nearly the same law in GA |
11:20 |
berick |
allyall++ |
11:33 |
graced |
what berick said |
11:43 |
|
brahmina joined #evergreen |
11:43 |
|
sandbergja joined #evergreen |
11:46 |
|
bmills joined #evergreen |
12:03 |
|
rlefaive joined #evergreen |
12:07 |
|
bmills joined #evergreen |
12:23 |
|
jihpringle joined #evergreen |
12:24 |
|
ericar_ joined #evergreen |
12:36 |
|
jihpringle joined #evergreen |
12:36 |
|
ericar_ joined #evergreen |
12:41 |
|
geoffsams joined #evergreen |
13:54 |
|
ericar_ joined #evergreen |
14:00 |
|
ericar_ joined #evergreen |
14:01 |
|
kmlussier joined #evergreen |
14:51 |
bshum |
@dessert |
14:51 |
* pinesol_green |
grabs some Mint Chocolate Chip Ice Cream for bshum |
14:51 |
bshum |
And now I'm happy :) |
14:52 |
dbwells |
And now I'm happy, 'cause bshum is happy :) |
14:53 |
Dyrcona |
heh |
14:54 |
kmlussier |
We're all happy when bshum's happy. :) |
15:02 |
|
mmorgan1 joined #evergreen |
15:03 |
|
ericar_ joined #evergreen |
15:05 |
|
ericar__ joined #evergreen |
15:26 |
|
bmills joined #evergreen |
15:47 |
|
jlitrell joined #evergreen |
15:52 |
csharp |
@dessert [someone] |
15:52 |
* pinesol_green |
grabs some Lemon Chess Pie for tsbere |
15:53 |
tsbere |
Too bad I am not a fan of lemon |
15:57 |
Dyrcona |
@dessert tsbere |
15:57 |
* pinesol_green |
grabs some Chocolate Chip Cookies for tsbere |
15:57 |
Dyrcona |
@dessert |
15:57 |
* pinesol_green |
grabs some Moon Pie and some RC Cola for Dyrcona |
15:57 |
geoffsams |
http://dilbert.com/strip/1991-10-26 |
16:14 |
|
vlewis joined #evergreen |
16:14 |
|
mmorgan joined #evergreen |
16:16 |
|
rlefaive joined #evergreen |
16:23 |
|
mnsri joined #evergreen |
16:23 |
|
b_bonner joined #evergreen |
16:24 |
|
mtcarlson_away joined #evergreen |
16:24 |
|
rashma_away joined #evergreen |
16:40 |
miker |
systemd is why we can't have nice things: http://www.postgresql.org/message-id/CAK7tEys9-O4BTERbs3Xuk2BfFNNd55u2sM9j5R2Fi7v6BHjrQw@mail.gmail.com |
16:52 |
jeff |
miker: did you experience that? |
16:53 |
miker |
jeff: no, thankfully. but desktop defaults for systemd make me even more leary... |
16:53 |
jeff |
miker: my (untested so far) understanding is that it wouldn't be an issue on a reasonably default Debian Jessie install due to systemd excluding users with uid > 1000 (or whatever's in /etc/login.def at systemd compile time) from removeIPC treatment. |
16:54 |
miker |
that is a relief to hear |
17:06 |
|
mmorgan left #evergreen |
18:07 |
jwoodard |
@decide 2b or not2b |
18:07 |
pinesol_green |
jwoodard: go with 2b |
18:08 |
jwoodard |
executive decision making made easy with pinesol_green |
19:54 |
|
kmlussier joined #evergreen |
22:16 |
|
kmlussier joined #evergreen |
22:39 |
pinesol_green |
[evergreen|Yamil Suarez] Docs: small fix for lsa-barcode_completion.txt & root.txt - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=6c3db8d> |
22:39 |
pinesol_green |
[evergreen|Yamil Suarez] Docs: small fix for circulation_patron_records_web_client.txt & root.txt - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=ba9af19> |