Time
S
Nick
Message
06:37
Slava1 joined #dataverse
07:03
skasberger joined #dataverse
07:23
jri joined #dataverse
08:25
skasberger joined #dataverse
09:55
jri_ joined #dataverse
10:30
jri joined #dataverse
10:38
Slava1 joined #dataverse
10:46
jri_ joined #dataverse
10:48
jri__ joined #dataverse
10:51
pdurbin
richard_valdivia: I hope your demo went ok. :)
11:19
Slava1 joined #dataverse
11:21
richard_valdivia
pdurbin Hi... was awesome!! :)... The project was showed at FAPESP. This is a greath Brazilian research funding agency... The things are happend! tks for yours support!
11:23
pdurbin
That's fantastic. :)
11:25
richard_valdivia
We donŽt forget about "bones" project and metadata... soon we will back!!!
11:25
pdurbin
right, right, the bones project :)
11:27
pdurbin
richard_valdivia: do you think you could help me figure out which year some of the installations of Dataverse launched? I started a spreadsheet. :)
11:27
richard_valdivia
The The people responsible for the oceanography metadata have not returned !! Here things happen slowly! But me and Flavio do not forget this debt with you huh ...
11:27
richard_valdivia
pdurbin Yes, of course...
11:28
pdurbin
Great! Please leave comments on "Crowdsourced information about Dataverse installations" at https://docs.google.com/spreadsheets/d/1bfsw7gnHlHerLXuk7YprUT68liHfcaMxs1rFciA-mEo/edit?usp=sharing
11:29
richard_valdivia
I can fill our notes?
11:29
richard_valdivia
(sorry my terrible english)
11:31
pdurbin
You can request "edit" access if you want. Or leave comments. It's up to you. :)
11:33
richard_valdivia
Sorry... I request for edit, before read. IŽm waiting for Flávio back for get the real date
11:34
richard_valdivia
After that I will leave comments here. I think this is more secure :)
11:35
pdurbin
richard_valdivia: oh, either way is fine. I just clicked the button to approve edit access for you. Please say hi to Flavio for me! I met him at Harvard in June.
11:41
richard_valdivia
I add one line in spreadsheet. But I think this effort arrise in 2016. When I have the precise date I will fix.
11:43
pdurbin
richard_valdivia: thanks! Is that new installation on the map at https://dataverse.org ? (You have to scroll down a bit.)
11:47
richard_valdivia
pdurbin The installation showed in the map is for Universidade Federal do ABC... this is another Federal University
11:48
pdurbin
richard_valdivia: ok, thanks. Can you please ask the new installation to follow the steps at http://guides.dataverse.org/en/4.17/installation/config.html#putting-your-dataverse-installation-on-the-map-at-dataverse-org ?
11:48
richard_valdivia
I know that Universidade de Campinas has one installation too (Campinas is in São Paulo State)
11:49
richard_valdivia
Ah, ok!!! we will update our Dataverse installation with "Putting Your Dataverse Installation on the Map at dataverse.org" chapter parameters
11:54
pdurbin
richard_valdivia: thank you!! Yes, I noticed Campinas is already a GDCC member: http://dataversecommunity.global/members
11:55
pdurbin
I'm actually working on a new map and would love to hear what you (and everyone here) thinks about it. I wrote about it at https://groups.google.com/d/msg/dataverse-community/xFRXZ7BAuQA/q_fLaenBBgAJ
12:13
richard_valdivia
Ahhh... Ok... I will see and return this for you
12:16
richard_valdivia
pdurbin We do all steps to the guide for update our installation on the map, but create-jvm-options give "incorrect replacement" error...
12:17
richard_valdivia
then we put manually "<jvm-options>-Ddataverse.siteUrl=http://${dataverse.fqdn}:8080</jvm-options>" in domain.xml
12:17
richard_valdivia
and start and stop glassfish!
12:18
richard_valdivia
This is right?
12:21
pdurbin
You probably don't want the port (:8080) in that siteUrl JVM option. And it should probably be https (assuming you have a valid SSL certificate).
12:22
pdurbin
siteUrl is supposed to be the public facing URL for your installation of Dataverse. https is recommended. Using a port in your public facing URL is not recommended.
12:23
pdurbin
I don't usually use a variable for fqdn in siteUrl. I just use something like https://demo.dataverse.org as siteUrl.
12:23
pdurbin
but yes, you need to stop and start glassfish for the change to happen if you are editing domain.xml
12:30
richard_valdivia
I understand. But at this time we have only http. In the near future this is will be modified...
12:32
richard_valdivia
With the configuration previous explaned is enough for appear in the map at this time?
12:33
jri_ joined #dataverse
12:34
richard_valdivia
Flavio told me now the https protocol is being provided for this machine :)
12:37
Slava1 joined #dataverse
12:50
donsizemore joined #dataverse
12:51
donsizemore
@richard_valdivia i meant to ask if jon crabtree was at them demo
13:03
pdurbin_m joined #dataverse
13:04
pdurbin_m
richard_valdivia: sorry, I don't understand your question about the map
13:04
pdurbin_m
donsizemore: good morning!
13:04
pdurbin_m
hblancoca: hi! I sent you an email :)
13:21
donsizemore
@pdurbin morning. so, on unit tests, is this the HTML output you wanted? https://jenkins.dataverse.org/job/IQSS-dataverse-develop/ws/target/site/surefire-report.html
13:48
pdurbin
donsizemore: this is much better. Thanks! It's a little different than what I'm used to, which is this: https://build.hmdc.harvard.edu:8443/job/phoenix.dataverse.org-build-develop/458/testReport/
14:02
pdurbin
donsizemore: what does it mean in dataverse-ansible when it says "sudo: a password is required" under TASK [Gathering Facts]?
14:03
donsizemore
@pdurbin might be time to switch to "become" (i thought we already did)
14:03
pdurbin
I don't know what "become" is. :)
14:07
donsizemore
@pdurbin it's what ansible renamed "sudo" (to allow switching to users beside root)
14:12
donsizemore
@pdurbin also, for benefit of jenkins (which is now spinning up ec2 instances as it should) i want another ec2 option, which i'll call "grab_logs" or some such
14:12
donsizemore
@pdurbin it will make ec2 write out a shell script to a) track the hostname of the created instance, b) accept SSH keys and c) grab the contents of surefire-reports/ back to the jenkins VM
14:14
jri joined #dataverse
14:15
donsizemore
@pdurbin (and if we're going to call the API test suite in EC2, should we just run the unit tests there as well? so's rsync won't overwrite anything by mistake)
14:21
pdurbin
donsizemore: sorry, writing SQL and my brain hurts. Let me catch up.
14:21
pdurbin
grab_logs sounds awesome
14:22
pdurbin
can it grab server.log too?
14:28
donsizemore
@pdurbin the idea is to get everything out of EC2 before the EC2_killer swoops
14:30
donsizemore
@pdurbin so let me start by finishing the ec2-tags branch (or i can be lazy and kill everything launched by jenkins)
14:34
pdurbin
sounds good
14:42
andrewSC joined #dataverse
14:44
donsizemore
@pdurbin i may just be lazy and kill everything launched by jenkins at say 2 a.m.?
14:45
pdurbin
donsizemore: that's totally fine. Thanks. Also, I should introduce you to the guy who just opened https://github.com/IQSS/dataverse-ansible/issues/122 . He's in my building. :)
14:46
donsizemore
@pdurbin i saw that... it worked when i committed it but here have been two releases of grafana since then
15:03
pdurbin
gotcha
15:03
pdurbin
donsizemore: it's this guy: https://groups.google.com/d/msg/dataverse-community/iuGJGeS6Xmw/e2MLgawTAQAJ
15:04
donsizemore
i'm spinning up prometheus/grafana in vagrant but will have to leave to take food over to our noon-time talk
15:04
pdurbin
what's on the menu?
15:05
donsizemore
sandwiches and veggies
15:06
pdurbin
yum
15:11
Slava1 joined #dataverse
16:19
pdurbin
donsizemore: we want this in dataverse-ansible some day: https://github.com/Dans-labs/dataverse-previewers/pull/1
16:22
pdurbin
The blog post for Dataverse 4.17 is up, linked from this announcement: https://groups.google.com/d/msg/dataverse-community/bcORCTV2RoI/oyAFnyYrBQAJ
16:22
pdurbin
direct link: https://dataverse.org/blog/dataverse-417
16:23
pdurbin
tweet: https://twitter.com/dataverseorg/status/1180137734645534721
17:06
jri joined #dataverse
18:51
donsizemore
@pdurbin i have to run get my car worked on, but this is pretty close to grabbing logs from EC2 back into Jenkins for local processing: https://github.com/IQSS/dataverse-ansible/commit/530aec95600da370b4a59269f47b1b7a0217be08
19:03
stefankasberger joined #dataverse
19:16
Slava1 joined #dataverse
19:52
hblancoca35 joined #dataverse
19:57
pdurbin
fantastic
20:19
Slava1 joined #dataverse
20:32
donsizemore joined #dataverse
21:16
pdurbin
Ok folks, I'm heading out. Have a good weekend!
21:16
pdurbin left #dataverse
21:21
Slava1 joined #dataverse
21:43
bjonnh joined #dataverse
21:43
Slava1 joined #dataverse