#musicbrainz-devel

/

      • njh joined the channel
      • 2013-06-01 15213, 2013

      • reosarevok
        ruaok: I'll leave the o'reilly mail to you
      • 2013-06-01 15220, 2013

      • ruaok
        ok
      • 2013-06-01 15228, 2013

      • reosarevok
        I imagine the answer is "sure, go ahead" but it'll sound better if it comes from you :)
      • 2013-06-01 15240, 2013

      • reosarevok
        (remind them to set an UA ;) )
      • 2013-06-01 15227, 2013

      • ianmcorvidae
        kepstin-work: random question, what's the scanner you have? last I recall you were pretty happy with it, I've been idly considering getting myself a nice scanner for CAA stuff
      • 2013-06-01 15223, 2013

      • andreypopp joined the channel
      • 2013-06-01 15200, 2013

      • voiceinsideyou joined the channel
      • 2013-06-01 15220, 2013

      • tinix
        /static/styles/1606037446cf6756e6b481ea8d6a3b01.css <- this file is 404 for me, do I need to compile some CSS or something?
      • 2013-06-01 15233, 2013

      • tinix
        js is 404 as well
      • 2013-06-01 15232, 2013

      • ianmcorvidae
        tinix: script/compile_resources.pl
      • 2013-06-01 15201, 2013

      • ianmcorvidae
        tinix: or turn on development_server in DBDefs, that makes you not need the compilation (just includes the source files instead)
      • 2013-06-01 15232, 2013

      • tinix
        already compiled
      • 2013-06-01 15233, 2013

      • tinix
        hmm not 404 now, just empty
      • 2013-06-01 15243, 2013

      • ianmcorvidae
        hm -- perhaps not compiling properly, then
      • 2013-06-01 15223, 2013

      • ianmcorvidae
        delete the compiled files, at the least, that's why it's telling you already compiled
      • 2013-06-01 15215, 2013

      • ianmcorvidae
        to get production-equivalent ones you can use the example MINIFY_SCRIPTS and MINIFY_STYLES that use Javascript::Closure and CSS::Minifier
      • 2013-06-01 15248, 2013

      • tinix
        i got it :) thanks
      • 2013-06-01 15201, 2013

      • tinix
      • 2013-06-01 15211, 2013

      • ianmcorvidae
        why do you have multiple -pm processes?
      • 2013-06-01 15232, 2013

      • tinix
        no idea
      • 2013-06-01 15230, 2013

      • tinix
        this is the command I'm using: plackup -D -Ilib -r -s FCGI -E deployment -S /var/run/musicbrainz/server.sock app.psgi --nproc=10 -keep-stderr=1
      • 2013-06-01 15235, 2013

      • ianmcorvidae
        that looks fine; the percentages seem high to me but the virt/res/shr columns do match what's on our production servers
      • 2013-06-01 15213, 2013

      • ianmcorvidae
        (with nproc=100, but they do have 8 times the memory or so)
      • 2013-06-01 15230, 2013

      • tinix
        looks like i accidentally launched it twice
      • 2013-06-01 15255, 2013

      • ianmcorvidae
        ah, well, that'll help some then :)
      • 2013-06-01 15214, 2013

      • tinix
      • 2013-06-01 15234, 2013

      • ianmcorvidae
        cool
      • 2013-06-01 15252, 2013

      • tinix
        is running without carton considered bad practice?
      • 2013-06-01 15212, 2013

      • ianmcorvidae
        nah, that's fine
      • 2013-06-01 15228, 2013

      • ianmcorvidae
        (I've never used carton, locally, my setup predates it and I've never switched it over)
      • 2013-06-01 15249, 2013

      • andreypopp joined the channel
      • 2013-06-01 15219, 2013

      • andreypopp joined the channel
      • 2013-06-01 15253, 2013

      • ianmcorvidae
        bitmap: random question, how did you choose colors for the rel editor (perhaps most notably the red/green highlight colors)? I'm noticing several are different from what we use elsewhere on the site
      • 2013-06-01 15236, 2013

      • bitmap
        hmm...
      • 2013-06-01 15210, 2013

      • ianmcorvidae
      • 2013-06-01 15234, 2013

      • bitmap
        oh, I actually got them from ocharles' original relationship-editor branch. so wherever he got them from :P
      • 2013-06-01 15236, 2013

      • ianmcorvidae
        not sure why @rel-remove/@rel-add there aren't the same as @diff-rem/@diff-add
      • 2013-06-01 15242, 2013

      • ianmcorvidae
        oh, heh
      • 2013-06-01 15211, 2013

      • bitmap
        isn't the yellow the same as the pending edits color though?
      • 2013-06-01 15215, 2013

      • ianmcorvidae
        yes, it is
      • 2013-06-01 15226, 2013

      • ianmcorvidae
        (hence @edit-orange on that page)
      • 2013-06-01 15215, 2013

      • bitmap
        then there's the green used in the autocomplete, #bfb. very close to @rel-add, may as well combine them
      • 2013-06-01 15229, 2013

      • ianmcorvidae
        hm, yeah
      • 2013-06-01 15254, 2013

      • ianmcorvidae
        looks like the "error" one uses #faa, which isn't too far from the ff8f8f either
      • 2013-06-01 15224, 2013

      • ianmcorvidae
        ideally we can make all of these a bit less crazy
      • 2013-06-01 15232, 2013

      • ianmcorvidae
        after I deal with the fact we use something like 25 different grays :P
      • 2013-06-01 15248, 2013

      • bitmap
        haha
      • 2013-06-01 15209, 2013

      • ianmcorvidae
        (https://gist.github.com/ianmcorvidae/0d40c2d82588… is my list of colors I extracted from our styles)
      • 2013-06-01 15221, 2013

      • ianmcorvidae
        71 colors. insane
      • 2013-06-01 15223, 2013

      • JonnyJD_ joined the channel
      • 2013-06-01 15204, 2013

      • bandtrace joined the channel
      • 2013-06-01 15243, 2013

      • ianmcorvidae|alt joined the channel
      • 2013-06-01 15244, 2013

      • ianmcorvidae|alt joined the channel
      • 2013-06-01 15242, 2013

      • ianmcorv1dae|alt joined the channel
      • 2013-06-01 15229, 2013

      • ianmcorvidae joined the channel
      • 2013-06-01 15236, 2013

      • ianmcorvidae mutters about connection
      • 2013-06-01 15222, 2013

      • MBJenkins
        Project full-import build #64: SUCCESS in 4 hr 1 min: http://ci.musicbrainz.org/job/full-import/64/
      • 2013-06-01 15222, 2013

      • Prophet5 joined the channel
      • 2013-06-01 15224, 2013

      • jessew joined the channel
      • 2013-06-01 15236, 2013

      • ruaok joined the channel
      • 2013-06-01 15240, 2013

      • CatQuest joined the channel
      • 2013-06-01 15203, 2013

      • CatQuest joined the channel
      • 2013-06-01 15230, 2013

      • reosarevok joined the channel
      • 2013-06-01 15218, 2013

      • voiceinsideyou joined the channel
      • 2013-06-01 15222, 2013

      • jesus2099 joined the channel
      • 2013-06-01 15214, 2013

      • jesus2099 joined the channel
      • 2013-06-01 15225, 2013

      • Leftmost joined the channel
      • 2013-06-01 15203, 2013

      • warp
        goodmorning!
      • 2013-06-01 15210, 2013

      • reosarevok joined the channel
      • 2013-06-01 15217, 2013

      • voiceinsideyou joined the channel
      • 2013-06-01 15204, 2013

      • alastairp joined the channel
      • 2013-06-01 15244, 2013

      • tinix1 joined the channel
      • 2013-06-01 15211, 2013

      • andreypopp joined the channel
      • 2013-06-01 15212, 2013

      • tinix joined the channel
      • 2013-06-01 15246, 2013

      • andreypopp joined the channel
      • 2013-06-01 15236, 2013

      • Dan_ joined the channel
      • 2013-06-01 15200, 2013

      • andreypopp joined the channel
      • 2013-06-01 15234, 2013

      • Guest1786
        Hey sorry to bother everyone, hoping someone could help me. Im running the mirror of musicbrainz in my virtual box but i have downloaded the dumps on my windows machine. Whats the easiest way to put them into the database without having just let it update though the vm?
      • 2013-06-01 15254, 2013

      • warp
        Guest1786: you will have to copy the dumps to the virtualmachine, and also make sure there is enough diskspace on the vm
      • 2013-06-01 15216, 2013

      • warp
        Guest1786: so you may have to resize the disks, because by default the vm doesn't have enough room for a new import.
      • 2013-06-01 15233, 2013

      • Guest1786
        Hi thanks for the reply, may i ask how do i copy it?
      • 2013-06-01 15209, 2013

      • warp
        if you can make an ssh connection to the virtualmachine you can use something like winscp
      • 2013-06-01 15223, 2013

      • Guest1786
        ok thanks, ill give it a go ^^
      • 2013-06-01 15228, 2013

      • warp
        otherwise I think virtualbox also has a shared folders mechanism, but I don't know how that works.
      • 2013-06-01 15205, 2013

      • nikki joined the channel
      • 2013-06-01 15208, 2013

      • nikki
        when are we going to make the area search remotely usable?
      • 2013-06-01 15221, 2013

      • nikki
        we were supposed to release a fix for it last wednesday
      • 2013-06-01 15254, 2013

      • nikki
        anyone would think we don't give a shit about having correct data ¬_¬
      • 2013-06-01 15228, 2013

      • reosarevok
        I expect we'll release that on Monday
      • 2013-06-01 15232, 2013

      • reosarevok
        But yeah, that's ages
      • 2013-06-01 15234, 2013

      • reosarevok
        :(
      • 2013-06-01 15235, 2013

      • nikki
        and of course it'll be us, not the developers, who get the lovely task of fixing all the broken data ¬_¬
      • 2013-06-01 15247, 2013

      • nikki
        well, incorrect data, whatever
      • 2013-06-01 15203, 2013

      • nikki
        warp: ping
      • 2013-06-01 15230, 2013

      • ruaok joined the channel
      • 2013-06-01 15237, 2013

      • nikki
        ruaok: ping
      • 2013-06-01 15242, 2013

      • ruaok
        on it.
      • 2013-06-01 15243, 2013

      • nikki
        people are complaining about 500s and 502s
      • 2013-06-01 15244, 2013

      • nikki
        ok
      • 2013-06-01 15244, 2013

      • ruaok
        any tips?
      • 2013-06-01 15257, 2013

      • nikki
        not really :/
      • 2013-06-01 15219, 2013

      • ruaok goes to look at pingu
      • 2013-06-01 15200, 2013

      • ruaok
        all three web front ends load spiked.
      • 2013-06-01 15202, 2013

      • ruaok
        interesting.
      • 2013-06-01 15232, 2013

      • reosarevok
        Yet beta didn't
      • 2013-06-01 15242, 2013

      • reosarevok
        (or well, it seems to be working fine for me :) )
      • 2013-06-01 15213, 2013

      • ruaok
        main site down, now to see what's up.
      • 2013-06-01 15203, 2013

      • jessew joined the channel
      • 2013-06-01 15231, 2013

      • fractalizator joined the channel
      • 2013-06-01 15224, 2013

      • ruaok returns to his day already in progress
      • 2013-06-01 15203, 2013

      • fractalizator joined the channel
      • 2013-06-01 15205, 2013

      • Muz joined the channel
      • 2013-06-01 15242, 2013

      • bandtrace joined the channel
      • 2013-06-01 15213, 2013

      • jessew joined the channel
      • 2013-06-01 15236, 2013

      • ruaok joined the channel
      • 2013-06-01 15216, 2013

      • dammit_jim joined the channel
      • 2013-06-01 15221, 2013

      • stefans_ joined the channel
      • 2013-06-01 15200, 2013

      • murdos__ joined the channel
      • 2013-06-01 15206, 2013

      • alastairp joined the channel
      • 2013-06-01 15209, 2013

      • JESUS2099 joined the channel
      • 2013-06-01 15219, 2013

      • JESUS2099
        oh i got a "You cannot use the same country more than once" error, wonder if it is legitimate to block that... (but jira is down)
      • 2013-06-01 15238, 2013

      • reosarevok
        JESUS2099: for the same release? It's designed that way, yes
      • 2013-06-01 15245, 2013

      • JESUS2099
        when re-release exactyl as is another date
      • 2013-06-01 15246, 2013

      • JESUS2099
        not my case
      • 2013-06-01 15250, 2013

      • reosarevok
        Whether that's a good idea or not I don't know, but changing it is a schema change
      • 2013-06-01 15221, 2013

      • fractalizator has left the channel
      • 2013-06-01 15224, 2013

      • JESUS2099
        my case is, all websites including OHP say 2007-08-08 but 07.07.25 is printed on japanese release (usually correct release date)
      • 2013-06-01 15253, 2013

      • fractalizator joined the channel
      • 2013-06-01 15249, 2013

      • JESUS2099
        both are wednesday, both probable
      • 2013-06-01 15215, 2013

      • JESUS2099 has left the channel
      • 2013-06-01 15258, 2013

      • warp
        hello!
      • 2013-06-01 15240, 2013

      • bandtrace joined the channel
      • 2013-06-01 15242, 2013

      • warp
        eep, raid issue on asterix
      • 2013-06-01 15229, 2013

      • ruaok
        failed drive or a rsync?
      • 2013-06-01 15239, 2013

      • ruaok
        I rebooted asterix, since it was very very slow to respond.
      • 2013-06-01 15251, 2013

      • ruaok
        s/rsync/resync/g
      • 2013-06-01 15240, 2013

      • warp
        I think it's rebuilding.
      • 2013-06-01 15200, 2013

      • warp
        u0 RAID-1 INITIALIZING - 78 - - 232.82
      • 2013-06-01 15201, 2013

      • warp
        that 78 is a percentage and it is increasing.
      • 2013-06-01 15210, 2013

      • ruaok
        ok, np.
      • 2013-06-01 15213, 2013

      • ruaok
        it happens from time to time
      • 2013-06-01 15218, 2013

      • warp
        ok
      • 2013-06-01 15220, 2013

      • Prophet5 joined the channel
      • 2013-06-01 15253, 2013

      • marcooliveira joined the channel
      • 2013-06-01 15222, 2013

      • the_metalgamer joined the channel
      • 2013-06-01 15211, 2013

      • Kov|sumika joined the channel
      • 2013-06-01 15253, 2013

      • SultS joined the channel
      • 2013-06-01 15258, 2013

      • jessew joined the channel
      • 2013-06-01 15245, 2013

      • reosarevok_ joined the channel