#metabrainz

/

      • ruaok
        k. in theory I have test-listenbrainz setup in dockers now.
      • I am NOT using nginx in docker yet.
      • uwsgi for test is in docker.
      • zas
        i see no container running yet on babar
      • ruaok
        the goal for now is to adapt the default install of nginx to serve from the docker exposed port 3031
      • coming up now
      • zas
        imho it should only listen on local ip
      • ruaok
        in /etc/nginx/sites-available is test-listenbrainz.
      • it is just a copy of listenbrainz, I haven't modified it yet.
      • zas
        wait, are you sure you want to expose all those ports to the world ?
      • ruaok
        no.
      • I'm just getting started with the compose file for production.
      • zas
        then you need either to firewall or make docker containers to just listen on localhost (and use nginx to forward requests to them)
      • (or both)
      • SothoTalKer
        hello#
      • ruaok
        alastairp: babar is now officially depricated. we're going to start the LB test on a new server that will be in the MB rack.
      • once we migrate LB alpha -> LB beta, babar will be relinquished.
      • jst FYI
      • CatQuest: ok, i'll give. next server will be lemmy. :)
      • CatQuest
        \o/
      • ruaok
        zas: so, I can have beta.lb.org and beta-api.lb.org ?
      • and we will have enough SSL certs?
      • zas
        if you use LE (autossl), you can have as much certs you want ;)
      • kepstin
        hey, there is a maximum number of new new certs you can make per week with LE :)
      • ruaok
        I was hoping I could get you to do the gateway/SSL work. :)
      • I only need 2!
      • kepstin
        (I've actually hit that due to a bug in my renewal scripts running too often with the wrong options)
      • ruaok
        hetzner> We have received your order and shall inform you once we have activated your request.
      • zas
        ruaok: you just have to add few lines in https://github.com/metabrainz/docker-server-con... ;)
      • Quesito
        ruaok: your response was brilliant and his response shows it was!
      • ruaok
        zas: ok, I'll dive in tomorrow, but that sounds amazing.
      • zas
        it is magic ;)
      • ruaok
        Quesito: thanks. yeah, it was a nice and promising response.
      • Quesito
        I think formulating it with the intro part (let's face reality) portion really helped the rest of the discussion.
      • ruaok
        yea, I just don't think he was really cognizant of what sort of org he was dealing with.
      • Quesito
        I think it was obvious he had no idea....lol
      • ruaok
        !m zas
      • BrainzBot
        You're doing good work, zas!
      • ruaok
        Quesito: curious though...
      • he says that the data use is internal only.
      • but, the data will be exposed to customers... somehow.
      • Quesito
        Yeah-I didn't buy that.
      • ruaok
        and still, we want people to acknowledge that they use our data.
      • I'll have to sleep on how to respond to that.
      • but I'll insist on keeping it.
      • Quesito
        Yes-it helps growth
      • I would too
      • No.
      • SothoTalKer
        ohh what did i miss?
      • Quesito
        Not what so ever.
      • SothoTalKer
        fill me in on your dirty and evil schemes *lol*
      • ruaok
        SothoTalKer: a client confidential conversation. can't share yet.
      • SothoTalKer
        ok, then i will also not share what i did on my highly confidential day today!
      • too bad, you sooooo gonna miss out :p
      • CatQuest totally is with SothoTalKer on this :P
      • Quesito
        Nothing dirty or evil....we are a nonprofit foundation trying to keep growing.
      • ruaok
        but in general terms we're discussing the details of a contract.
      • to give you an idea. They asked for us to have a $5M insurance policy.
      • For what?? We have one that insures our filing cabinet in the states for $1M. that's silly enough.
      • CatQuest
        o_O
      • alastairp
        ruaok: nice, regarding Babar
      • That sounds great
      • ruaok
        yeah, it will be nice to get it into the fold.
      • the work zas has been doing is great.
      • now I just need to come up with the set of config scripts that equate to docker-compose.prod
      • alastairp
        Docker for AB is about 3rd on my list of large projects
      • ruaok
        hopefully we can get the pre-beta version of LB up tomorrow.
      • and once AB is in docker, we can bring it into the fold as well.
      • alastairp
        I know, that's why I told you :)
      • I'm not sure how I feel about the name spike going away :(
      • SothoTalKer
        love you <3
      • ruaok
        yeah, you can't keep it. :(
      • such is the nature of server names.
      • alastairp
        Yep
      • alastairp looks at the rest of the list
      • ruaok
        DNS to beta.lb and beta-api.lb set.
      • alastairp
        I wouldn't mind proposing John cage for the new AB server
      • JSON is a little avant garde, right?
      • ruaok
      • US christian rapper.
      • O_O
      • alastairp
        Hah
      • ruaok
        most christian artists aren't even christians. they just want to pull money out of the pockets of christians.
      • Mineo joined the channel
      • sigoulder has quit
      • zas
        same as politicians then ...
      • samj1912 has quit
      • SothoTalKer
        there was a southpark episode about this ;)
      • reosarevok
        ruaok: how does one check what's their last replication package?
      • (looking at that last bizdev mail)
      • Mineo
        select * from replication_control, iirc
      • reosarevok
        Thanks!
      • pingupingu joined the channel
      • pingupingu has quit
      • pingupingu joined the channel
      • pingupingu
        Hello folks
      • saifulbkhan__ has quit
      • I am trying to build the web interface for musicbrainz and running ./script/compile_resources.sh throws an error saying ENOENT: no such file or directory, open 'musicbrainz-server/root/static/images/leaflet/*.png'? any ideas
      • saifulbkhan__ joined the channel
      • found the error: there seems to be a stray file '*.png' in the directory musicbrainz-server/root/static/images/leaflet/. removing the '*.png' file fixes the issue
      • this is in the master branch of 'musicbrainz-server'
      • bitmap
        Quesito: hey, I'm around if you still have CAA questions
      • samj1912 joined the channel
      • saifulbkhan__ has quit
      • saifulbkhan__ joined the channel
      • pingupingu: did you run npm install again recently?
      • pingupingu
        yeah
      • bitmap
        sounds like ./node_modules/leaflet didn't exist, so the *.png glob didn't work and it used it as a literal filename
      • pingupingu
        yeah it looks like it took the '*.png' glob as a literal filename
      • bitmap
        must've got run before the `npm install` at some point...I ought to make the script check this though
      • pingupingu
        ah yes.. I do remember running the script before doing a npm install
      • oh bugger
      • samj1912
        zas any big tasks for 1.4.1?
      • I am free tomorrow and I wanted to work on something to de-stress before mid sems next week :P
      • ruaok
        hacking picard is de-stressing, eh?
      • samj1912
        it is :P
      • bitmap
        pingupingu: not your fault...while I would expect compilation to fail if you don't run it for each release (because of missing modules), it's a bug that it "corrupted" things
      • pingupingu
        yeah that is what I thought.. and that is why I mentioned it and as you rightly pointed out the order of execution, but still it shouldn't corrupt the contents
      • Mineo
        sounds like some script should `shopt -s failglob` or something similar
      • Freso
        !m reosarevok
      • BrainzBot
        You're doing good work, reosarevok!
      • arbenina_ has quit
      • hibiscuskazeneko joined the channel
      • UmkaDK_ joined the channel
      • UmkaDK has quit
      • UmkaDK_ has quit
      • UmkaDK joined the channel
      • saifulbkhan__ is now known as saifulbkhan
      • saifulbkhan__ joined the channel
      • arbenina_ joined the channel
      • saifulbkhan has quit
      • zas
        samj1912: apart the album cover art (antlarr/you) i wish we could merge before releasing
      • samj1912
        merge?
      • saifulbkhan__ has quit
      • oh yeah, apart from that
      • idk what antlarr is upto with that
      • he's been off the last couple of days
      • pingupingu
        quick question, I want to get the latest musicbrainz data and I want to delete the existing tables/schema in the musicbrainz table, how do I do this?
      • arbenina_ has quit
      • saifulbkhan__ joined the channel
      • arbenina joined the channel
      • Freso
        samj1912: It would be nice to get a solution for the... issue that was brought up in the forum.
      • I forget now.
      • samj1912
        ?
      • Freso is looking it up, but is on plane-wifi, so...
      • Freso
        Ah, AcoustID submitting.
      • hibiscuskazeneko has quit
      • samj1912
        So allowing the submit button to scan and submit acoustid?
      • Freso
        Well, allowing the Submit button for tracks that …