how to format? It just says "Login:" and incorrect if I put vm..
2016-05-26 14713, 2016
bitmap
just do `vagrant ssh` like before
2016-05-26 14728, 2016
gcilou
i did
2016-05-26 14722, 2016
gcilou
oh oh i figured it out
2016-05-26 14755, 2016
gcilou
vagrant ssh seems to not be working..
2016-05-26 14718, 2016
bitmap
?
2016-05-26 14716, 2016
diana_olhovyk_ joined the channel
2016-05-26 14733, 2016
gcilou
ok so I closed that window and opened up a new terminal to start over, and now am running vagrant up (i closed it for a while) and now it's just printing a bunch of "default: Warning: Connection refused. Retrying..." lines
2016-05-26 14704, 2016
zas
It takes time, it generates a key, when done you should be able to ssh
could this be due to me messing with the network settings?
2016-05-26 14724, 2016
bitmap
could be
2016-05-26 14736, 2016
gcilou
ok
2016-05-26 14757, 2016
gcilou
I'll try again later
2016-05-26 14741, 2016
gcilou
working now
2016-05-26 14707, 2016
mwp_ joined the channel
2016-05-26 14739, 2016
mwp_
Hi folks, doing a fresh import of mbdump and mbdump-derived using the instructions at https://bitbucket.org/lalinsky/mbslave and getting the following error on CreateIndexes.sql: ERROR: function ll_to_earth(double precision, double precision) does not exist
2016-05-26 14723, 2016
mwp_
I ended up commenting out the “CREATE INDEX place_idx_geo ON place” statement in CreateIndexes.sql to work around it but it would be nice to figure out why this is happening
2016-05-26 14706, 2016
gcilou
opatel99: do you have a mb webserver/thing set up?
2016-05-26 14704, 2016
opatel99
I tried many moons ago. I got it running and haven't touched it since because it'll probably blow up as soon as I open it.
Events near you? So... asking for location or IP jacking?
2016-05-26 14723, 2016
luks
mwp_: hm, REAMDE is missing instructions to install PG extensions
2016-05-26 14749, 2016
gcilou
most users put general locations when they sign up
2016-05-26 14759, 2016
mwp_
luks: I thought maybe it was something like that but google wasn’t helpful at all
2016-05-26 14702, 2016
luks
I guess I'll make the README as close to musicbrainz-server database as possible, and leave these hacks to avoid unnecessary extensions to myself
2016-05-26 14720, 2016
luks
I have tried to save users from having to install stuff that is not really needed
2016-05-26 14734, 2016
mwp_
luks: and that has been greatly appreciated :)
2016-05-26 14744, 2016
opatel99
Does metabrainz itself collect? I'd think it aggregates user submitted and verified metadata
2016-05-26 14732, 2016
gcilou
Freso, am I right in assuming that MessyBrainz shouldn't be included in the footer?
2016-05-26 14739, 2016
luks
mwp_: but it's getting harder and harder, with these new indexes, you can't just `grep -v` them out :)
2016-05-26 14707, 2016
luks
maybe with the ll_to_earth one you can, but there is a jsonb one that I want to avoid as well
2016-05-26 14724, 2016
opatel99
Unambiguous form? I'd go with holistic form
2016-05-26 14754, 2016
Freso
gcilou: I wouldn't include MsB, no.
2016-05-26 14701, 2016
gcilou
ok good
2016-05-26 14745, 2016
gcilou
in the recent additions part now, why aren't they spread evenly?
2016-05-26 14745, 2016
Freso
gcilou: But you want to make sure there's still room for at least one more project, once we get Event Art Archive rolled out.
2016-05-26 14703, 2016
gcilou
ok, we can always make the space smaller between them
2016-05-26 14704, 2016
mwp_
luks: I didn’t have any trouble with the jsonb fields, maybe that comes out of the box with postgres 9.5
2016-05-26 14740, 2016
gcilou
and they're in alphabetical order at the moment
2016-05-26 14755, 2016
Freso
gcilou: Instead of "MusicBrainz/MetaBrainz Blog"... perhaps just "Blog"? :)
2016-05-26 14759, 2016
luks
mwp_: yes, it does
2016-05-26 14703, 2016
gcilou
Okay
2016-05-26 14717, 2016
mwp_
9.4 ah, 9.4 it looks like
2016-05-26 14731, 2016
gcilou
Freso: Blog: Recent Blog Posts, or just Recent Blog Posts?
2016-05-26 14735, 2016
mwp_
luks: alrighty, it sounds like commenting out this index was more or less the right thing to do, so I’ll leave a more permanent solution for other folks in your capable hands. thank you for everything!