#metabrainz

/

      • alastairp
        <3
      • 2016-06-15 16710, 2016

      • ruaok
        so, for those of you following along.
      • 2016-06-15 16726, 2016

      • ruaok
        the switch, once it got into the rack, was unresponsive. it was fine before.
      • 2016-06-15 16744, 2016

      • MBJenkins
        Project acousticbrainz-server build #104: SUCCESS in 5 min 47 sec: https://ci.metabrainz.org/job/acousticbrainz-serv…
      • 2016-06-15 16757, 2016

      • ruaok
        so, we connected the uplink to the internet to our gateway directly
      • 2016-06-15 16712, 2016

      • ruaok
        and we're seeing massive troubles that our switch was not reporting.
      • 2016-06-15 16726, 2016

      • Gore has quit
      • 2016-06-15 16729, 2016

      • adhawkins
        ruaok: How hard can it be to plug in a new switch? :)
      • 2016-06-15 16731, 2016

      • adhawkins ducks
      • 2016-06-15 16740, 2016

      • ruaok gets on a plane and flies to the UK
      • 2016-06-15 16720, 2016

      • ybsar
        adhawkins: do you have inheritors?
      • 2016-06-15 16725, 2016

      • adhawkins
        ruaok: Does "We're back" mean you think it's working?
      • 2016-06-15 16730, 2016

      • adhawkins
        Still no response here.
      • 2016-06-15 16743, 2016

      • ruaok
        it means the site is up, but connectivity is piss poor.
      • 2016-06-15 16756, 2016

      • adhawkins
        Ah, yes. It's now showed the login page. So I concur.
      • 2016-06-15 16708, 2016

      • adhawkins
        Simple jobs rarely are, are they?
      • 2016-06-15 16720, 2016

      • ruaok
        well, we're back to the old switch now.
      • 2016-06-15 16745, 2016

      • adhawkins
        Oh, ok. Well, as long as you're aware, I'll leave you to whatever you were doing.
      • 2016-06-15 16747, 2016

      • ruaok
        but we connected our gateway directly to our uplink connection, which removes our switch from the equation.
      • 2016-06-15 16750, 2016

      • ruaok
        things are still bad.
      • 2016-06-15 16751, 2016

      • MBJenkins
        Project acousticbrainz-server build #105: FAILURE in 4 min 42 sec: https://ci.metabrainz.org/job/acousticbrainz-serv…
      • 2016-06-15 16727, 2016

      • MBJenkins
        Yippee, build fixed!
      • 2016-06-15 16727, 2016

      • MBJenkins
        Project acousticbrainz-server build #106: FIXED in 5 min 34 sec: https://ci.metabrainz.org/job/acousticbrainz-serv…
      • 2016-06-15 16710, 2016

      • MBJenkins has quit
      • 2016-06-15 16733, 2016

      • gcilou joined the channel
      • 2016-06-15 16724, 2016

      • alastairp
        Gentlecat: hmm
      • 2016-06-15 16757, 2016

      • alastairp
        I replaced a _.each(themap) with themap.forEach and the script gulp watch task started working
      • 2016-06-15 16707, 2016

      • alastairp
        do you know if this is a result of newer node, or something?
      • 2016-06-15 16724, 2016

      • Gentlecat
        no idea
      • 2016-06-15 16730, 2016

      • alastairp
        I had no luck in getting it working until I made that change
      • 2016-06-15 16737, 2016

      • alastairp
        none of my debugging was working
      • 2016-06-15 16738, 2016

      • Gentlecat
        I'm not even trying to keep up with what's going on there
      • 2016-06-15 16746, 2016

      • bitmap
        in certain versions of lodash, _.each is lazy
      • 2016-06-15 16703, 2016

      • alastairp
        OK. it's working now. I'll re-build my modules and try again, then commit so you can try
      • 2016-06-15 16705, 2016

      • reosarevok
        So are we supposed to be up at all?
      • 2016-06-15 16719, 2016

      • alastairp
        bitmap: I think Gentlecat copied this from the mbs gulpfile
      • 2016-06-15 16728, 2016

      • Gentlecat
        correct
      • 2016-06-15 16732, 2016

      • alastairp
        which is weird, becuase I'm sure yours works :)
      • 2016-06-15 16734, 2016

      • reosarevok
        (not working for me here but I'm also on the world's worst connection while streaming a football game so :p ))
      • 2016-06-15 16735, 2016

      • alastairp
        why doesn't mine?
      • 2016-06-15 16744, 2016

      • bitmap
        huh, not sure then
      • 2016-06-15 16753, 2016

      • alastairp
        yeah. perhaps it's a version thing
      • 2016-06-15 16710, 2016

      • alastairp
        but the thing is, it started working as soon as I swapped out lodash for https://developer.mozilla.org/en-US/docs/Web/Java…
      • 2016-06-15 16728, 2016

      • bitmap
        makes sense to use native functions if they're available anyway
      • 2016-06-15 16744, 2016

      • alastairp
        OK
      • 2016-06-15 16701, 2016

      • alastairp
        is there a list of what version ecmascript each version of node conforms to?
      • 2016-06-15 16722, 2016

      • alastairp
        I see that forEach is in ecmascript2015. perhaps it didn't exist at the time the gulpfile was originally written?
      • 2016-06-15 16732, 2016

      • bitmap
      • 2016-06-15 16735, 2016

      • chirlu
        [12:50:43] <ruaok> it means the site is up, but connectivity is piss poor.
      • 2016-06-15 16737, 2016

      • chirlu
        reosarevok: ^
      • 2016-06-15 16703, 2016

      • reosarevok
        I saw that, but there are many degrees of "piss poor"
      • 2016-06-15 16711, 2016

      • alastairp
        cool. shows that forEach didn't exist in 0.10, but did in subsequent releases
      • 2016-06-15 16713, 2016

      • reosarevok
        I expected that to mean "it's slow" not "it just doesn't work at all"
      • 2016-06-15 16752, 2016

      • MBJenkins joined the channel
      • 2016-06-15 16732, 2016

      • black-perl joined the channel
      • 2016-06-15 16702, 2016

      • chirlu
        Well, beta seems rather down, but the main site is somewhat working.
      • 2016-06-15 16706, 2016

      • ruaok
        huge numbers of collisions on TX errors on the NIC.
      • 2016-06-15 16723, 2016

      • reosarevok
        Oh, ok, I didn't think of checking non-beta :)
      • 2016-06-15 16744, 2016

      • ruaok
        bitmap: if you have a sec can you please doctor beta back to life?
      • 2016-06-15 16746, 2016

      • reosarevok
        Oh well, good luck with that and let me know if there's anything I can do eventually to test stuff or whatever! )
      • 2016-06-15 16749, 2016

      • reosarevok
        *:)
      • 2016-06-15 16700, 2016

      • bitmap
        I'll try
      • 2016-06-15 16703, 2016

      • ruaok
        I feel a bit better that the problem isn't our.
      • 2016-06-15 16704, 2016

      • ruaok
        ours.
      • 2016-06-15 16712, 2016

      • ruaok
        still, so much wasted time and money so far.
      • 2016-06-15 16730, 2016

      • bitmap
        are you able to ssh into pino? I can't https://gist.github.com/mwiencek/3132c99e29cab62e…
      • 2016-06-15 16753, 2016

      • kahu has quit
      • 2016-06-15 16728, 2016

      • ruaok
        I get the same thing.
      • 2016-06-15 16731, 2016

      • ruaok
        oy. zas?
      • 2016-06-15 16750, 2016

      • zas
        hmmm
      • 2016-06-15 16733, 2016

      • zas
        wtf
      • 2016-06-15 16725, 2016

      • zas
        ask for a pino reboot and pray ?
      • 2016-06-15 16750, 2016

      • ruaok
        not sure.
      • 2016-06-15 16707, 2016

      • zas
        about praying ? yes, might not work
      • 2016-06-15 16725, 2016

      • ruaok
        a better bet than most things we've been working on.
      • 2016-06-15 16747, 2016

      • ruaok
        ticket submited.
      • 2016-06-15 16753, 2016

      • ruaok
        not expecting a response soon
      • 2016-06-15 16745, 2016

      • zas
        :(
      • 2016-06-15 16746, 2016

      • ruaok
      • 2016-06-15 16709, 2016

      • zag
        cloud is the future ;)
      • 2016-06-15 16721, 2016

      • ruaok
        Oh, yeah, the cloud never has problems.
      • 2016-06-15 16749, 2016

      • ruaok
        Zas: dwni day staff will call me soon. Nap postponed.
      • 2016-06-15 16701, 2016

      • ruaok
        When do we start drinking heavily?
      • 2016-06-15 16741, 2016

      • QuoraUK joined the channel
      • 2016-06-15 16739, 2016

      • zas
        usually, i would have said the sooner the better, but now....
      • 2016-06-15 16755, 2016

      • MBJenkins
        Project acousticbrainz-server build #107: SUCCESS in 5 min 28 sec: https://ci.metabrainz.org/job/acousticbrainz-serv…
      • 2016-06-15 16710, 2016

      • kartikgupta0909 has quit
      • 2016-06-15 16710, 2016

      • colbydray has quit
      • 2016-06-15 16722, 2016

      • reosarevok
      • 2016-06-15 16701, 2016

      • Gentlecat
        ☁️☁️☁️
      • 2016-06-15 16754, 2016

      • chirlu
        The Pyrenees?
      • 2016-06-15 16718, 2016

      • mihaitish has quit
      • 2016-06-15 16736, 2016

      • zas
        ruaok: still no call?
      • 2016-06-15 16755, 2016

      • ruaok
        Nope.
      • 2016-06-15 16704, 2016

      • djwhitey joined the channel
      • 2016-06-15 16720, 2016

      • diana_olhovyk has quit
      • 2016-06-15 16747, 2016

      • ruaok
        wow, no one is answering at the DWNI NOC
      • 2016-06-15 16718, 2016

      • ruaok
        they are finally escalating this ticket to an OUTAGE ticket.
      • 2016-06-15 16727, 2016

      • black-perl has quit
      • 2016-06-15 16723, 2016

      • alastairp
        Gentlecat: do you have documentation about the dataset_snapshot feature?
      • 2016-06-15 16741, 2016

      • alastairp
        e.g., what it's used for, why it's needed
      • 2016-06-15 16751, 2016

      • CatQuest
        :(
      • 2016-06-15 16723, 2016

      • CatQuest
        yep I'm getting "sleepy server" on beta and "The connection was reset" on bookbrainz :(
      • 2016-06-15 16732, 2016

      • Mineo joined the channel
      • 2016-06-15 16733, 2016

      • yeeeargh joined the channel
      • 2016-06-15 16729, 2016

      • hellska joined the channel
      • 2016-06-15 16714, 2016

      • Zastai joined the channel
      • 2016-06-15 16724, 2016

      • ruaok
        CallerNo6: yeah, everything hosted at DWNI is fubar atm.
      • 2016-06-15 16730, 2016

      • ruaok
        on the phone with them right now
      • 2016-06-15 16703, 2016

      • hellska has quit
      • 2016-06-15 16747, 2016

      • CallerNo6
        CatQuest, ^ :-)
      • 2016-06-15 16700, 2016

      • CatQuest
        yea i know :(
      • 2016-06-15 16704, 2016

      • ruaok
        oh sorry.
      • 2016-06-15 16708, 2016

      • ruaok
        so tired now.
      • 2016-06-15 16717, 2016

      • ruaok
        now on hour 12 of massive stress
      • 2016-06-15 16723, 2016

      • CatQuest
        :((
      • 2016-06-15 16738, 2016

      • CallerNo6
        oh, wait, is that a smiling person with a pompadour? I think I'm starting to get the hang of emojis
      • 2016-06-15 16722, 2016

      • ruaok
        ok,how about now?
      • 2016-06-15 16746, 2016

      • ybsar
        better
      • 2016-06-15 16720, 2016

      • aron_kexp joined the channel
      • 2016-06-15 16717, 2016

      • Mineo
        alastairp: https://acousticbrainz.org/static/download/sha1sum contains a sha1sum of itself
      • 2016-06-15 16720, 2016

      • ruaok
        well, that didn't last long. :(
      • 2016-06-15 16724, 2016

      • Freso
        alastairp: Thank you for update about the course. :) I wanted to point gcilou at it, but was afraid it had disappeared.
      • 2016-06-15 16746, 2016

      • Freso
        ruaok: Is Sandeep Dinesh someone you're familiar with?
      • 2016-06-15 16708, 2016

      • ruaok
        does't ring a bell.
      • 2016-06-15 16733, 2016

      • Freso
        Alright. (Google Cloud developer person something thing.)
      • 2016-06-15 16758, 2016

      • ruaok
        ah, no.
      • 2016-06-15 16728, 2016

      • AfroThundr has quit
      • 2016-06-15 16745, 2016

      • ZarkBit has quit
      • 2016-06-15 16715, 2016

      • ZarkBit joined the channel
      • 2016-06-15 16748, 2016

      • CatQuest
        hallo Freso
      • 2016-06-15 16717, 2016

      • CatQuest
        are you on a phone? or a computer that works?
      • 2016-06-15 16724, 2016

      • CatQuest
        if former. skip this, if latter: http://imgur.com/gallery/l4muQLg
      • 2016-06-15 16735, 2016

      • CatQuest
        (goes for everyone esle in this room too)
      • 2016-06-15 16740, 2016

      • Freso
        CatQuest: CallerNo6 basically only talks about pokémon and cats too, only dogs instead of pokémon :p
      • 2016-06-15 16721, 2016

      • colbydray joined the channel
      • 2016-06-15 16703, 2016

      • pingupingu has quit
      • 2016-06-15 16726, 2016

      • QuoraUK
        LordSputnik: Hour warning ping :P, heading for a run now
      • 2016-06-15 16742, 2016

      • tylrfishr joined the channel
      • 2016-06-15 16731, 2016

      • Freso
        CatQuest: Laptop.
      • 2016-06-15 16719, 2016

      • Freso
        CatQuest: ... I don't see/get it. :/
      • 2016-06-15 16728, 2016

      • aron_kexp has quit
      • 2016-06-15 16710, 2016

      • aron_kexp joined the channel
      • 2016-06-15 16712, 2016

      • diana_olhovyk_ joined the channel
      • 2016-06-15 16726, 2016

      • AfroThundr joined the channel
      • 2016-06-15 16733, 2016

      • AfroThundr has quit
      • 2016-06-15 16716, 2016

      • AfroThundr joined the channel
      • 2016-06-15 16703, 2016

      • diana_olhovyk_ has quit
      • 2016-06-15 16727, 2016

      • tylrfishr has quit
      • 2016-06-15 16720, 2016

      • QuoraUK
        LordSputnik: Ping