IQSS logo

IRC log for #dataverse, 2016-06-15

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:13 metamattj joined #dataverse
03:14 djbrooke joined #dataverse
03:53 bjonnh petrichor: what do you have in mind? FTP? rsync?
04:34 metamattj joined #dataverse
07:06 jri joined #dataverse
09:44 axfelix joined #dataverse
09:49 axfelix joined #dataverse
09:55 garnett joined #dataverse
10:30 garnett joined #dataverse
10:38 pdurbin joined #dataverse
10:40 pdurbin bjonnh: for some of our initial thoughts on non-http uploads, please see https://github.com/IQSS/dataverse/issues/3145
12:45 garnett joined #dataverse
13:01 bsilverstein joined #dataverse
13:26 djbrooke joined #dataverse
13:41 garnett joined #dataverse
13:44 bjonnh pdurbin: great! thanks
13:45 pdurbin bjonnh: are you interested in such things? Maybe you can help us design the feature.
13:59 bjonnh First I have to spin up an instance so I can play with it
14:00 pdurbin makes sense :)
14:03 bjonnh that's not a priority feature for me but I don't have other priority features
14:03 bjonnh so :p
14:03 bjonnh I may be more looking into semantic web and ontologies integration
14:05 pameyer joined #dataverse
14:07 pdurbin bjonnh: you might be interested in https://github.com/IQSS/dataverse/issues/2357
14:10 bjonnh I should check before talking :p
14:11 pdurbin no, it's fine. my job is to know what's going on :)
14:20 Haridass joined #dataverse
14:20 djbrooke joined #dataverse
14:20 Haridass @pdurbin, are you there
14:22 pdurbin Haridass: yep. Good morning.
14:22 Haridass Good morning
14:23 Haridass I did'nt have luck in getting vagrant to work
14:23 pdurbin bricas is our resident Vagrant expert :)
14:23 Haridass Have installed vagrant and also added box for centos7
14:24 Haridass but the centos command line interface is so difficult to use
14:25 Haridass I need to set ip address will full internet access for the centos box, but struggling to find how
14:26 Haridass In the meantime, in my Ubuntu VM box I found that postgres is not having database with name dvndb which is expected by dvinstall
14:26 pdurbin Haridass: is Dataverse running at http://localhost:8888 ? That's how it's supposed to work: http://guides.dataverse.org/en/4.3.1/developers/tools.html#vagrant
14:27 djbrooke_ joined #dataverse
14:27 Haridass First let me clarify few questions with regards to my Ubuntu box and later we will take Centos
14:29 Haridass In my Ubuntu Postgresql, is there any init scripts required to create dvndb database and other things as required by dataverse
14:30 pdurbin Haridass: on CentOS (in Vagrant) we run `service postgresql initdb`: https://github.com/IQSS/dataverse/blob/v4.3.1/scripts/vagrant/setup.sh#L19
14:31 pameyer is the stock postgres used on ubuntu?
14:31 pameyer those don't usually need initdb
14:35 Haridass service postgresql initdb did'nt work in ubuntu
14:36 Haridass I don't know what is stock progress
14:36 pdurbin Haridass: I really can't provide any support for Ubuntu. We use CentOS. pameyer is trying, which is nice of him, but you might want to try using https://github.com/IQSS/dataverse-ansible or https://github.com/IQSS/dataverse-puppet from the community.
14:37 Haridass @pdurbin, will `service postgresql initdb` create a database with name dvndb in Postgresql
14:37 pameyer by "stock postgres", I'd mean from the standard OS repositories for ubuntu
14:38 pdurbin Haridass: no. The installer creates the dvndb database.
14:38 pameyer initdb creates the things needed for `createdb` to actually work (postgres system tables)
14:38 Haridass ok
14:38 Haridass I used sudo apt-get install postgresql postgresql-contrib
14:39 Haridass to create postgresql in my ubuntu box
14:39 Haridass don't know whether it is stock
14:39 Haridass it is from stock
14:40 pameyer ok - so initdb should work
14:40 Haridass I followed this link
14:40 Haridass http://guides.dataverse.org/en/latest/developers/ubuntu.html
14:42 pameyer sorry - I was context-switching, and incorrect.  meant so say that initdb shouldn't be necessary
14:43 pameyer does `psql -l` show dvndb?
14:55 bsilverstein pdurbin: I recall yesterday you saying actionlogsvc isn't that prevalent for logging - it's currently what's set up in the confirm email page I'm working through. should I switch to server.log?
14:56 pdurbin bsilverstein: have you pushed a branch yet? It would be easier if I can see the code.
14:57 bsilverstein not yet - will do that asap, got a couple other known issues I could use backup on haha
14:58 pdurbin bsilverstein: thanks. Don't worry about multiple attempts. I pushed I think 4 different branches for Private URL before making a pull request.
14:58 pdurbin pameyer: speaking of actionlogrecord, I'm cooking up something nice for you.
14:58 pameyer cool
14:59 pdurbin pameyer: also, please take a look at https://github.com/IQSS/dataverse/issues/2134
15:01 pameyer bmckinney's probably got a better take on actionlogrecord vs other potential implementation than I do - but definately in favor of having *something* that sends messages to curators / ops people
15:02 bsilverstein pdurbin: understood, I suppose just rip this attempt apart for issues and I will iron em out to the best of my ability
15:34 Haridass @pdurbin, in centos, why I am getting no more mirrors to try when I run any command
15:39 Haridass any install command will give the error
15:39 Haridass "no mirrors to try"
15:56 pdurbin Haridass: you can't install anything with yum?
15:57 axfelix joined #dataverse
16:02 Haridass you mean I should not use yum
16:55 bsilverstein pdurbin: is there any way to delete a dataverse account in the localhost instance? would be helpful for poking around with the email registration
17:02 djbrooke joined #dataverse
17:36 djbrooke joined #dataverse
18:07 djbrooke joined #dataverse
18:10 djbrooke joined #dataverse
18:13 djbrooke joined #dataverse
18:33 djbrooke joined #dataverse
18:36 pdurbin Haridass: no, sorry. I was asking if yum is working at all for you.
18:37 pdurbin bsilverstein: yes, you can delete a user. Like this: https://github.com/IQSS/dataverse/blob/v4.3.1/src/test/java/edu/harvard/iq/dataverse/api/BuiltinUsersIT.java#L41
18:38 bsilverstein pdurbin: great, thanks!
18:50 djbrooke joined #dataverse
19:22 djbrooke joined #dataverse
19:31 sivoais joined #dataverse
19:42 djbrooke joined #dataverse
20:15 djbrooke joined #dataverse
20:52 djbrooke joined #dataverse
21:03 djbrooke joined #dataverse
21:05 djbrooke_ joined #dataverse
21:08 djbrooke joined #dataverse

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.