Great, just wanted to check that I wasn't talking to myself there haha
2018-10-31 30437, 2018
UmkaDK_ joined the channel
2018-10-31 30418, 2018
Freso
george: :) The thing is that it's set to 0 instances now (a task can't get fully unpublished once it's been claimed) per yvanzo's request. Let's see what he says.
2018-10-31 30438, 2018
Freso
virus: Good luck! :) (If you're going to work on whipper stuff, you may want to join #whipper as well.)
2018-10-31 30430, 2018
UmkaDK has quit
2018-10-31 30436, 2018
virus has quit
2018-10-31 30432, 2018
Freso
george: Available again. :)
2018-10-31 30427, 2018
george
Cool, I'm looking forward to the challenge
2018-10-31 30448, 2018
Freso
I'm looking forwards to seeing you tackle it!
2018-10-31 30418, 2018
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | GSoC https://goo.gl/7jsjG2 | Meeting agenda: Reviews, Google Code-in (Freso)
2018-10-31 30455, 2018
code_master5 joined the channel
2018-10-31 30400, 2018
UmkaDK joined the channel
2018-10-31 30432, 2018
UmkaDK_ has quit
2018-10-31 30404, 2018
UmkaDK has quit
2018-10-31 30457, 2018
thefar8
anyway iliekcomputers, i need to know where can i access redis database of listenbrainz, so I'm able to figure out the error and continue
2018-10-31 30420, 2018
ruaok
you won't be able to access it, but iliekcomputers can.
2018-10-31 30433, 2018
ruaok
figure out what queries you'd like to run and he (or I) can run them for you.
2018-10-31 30409, 2018
thefar8
ohh okay..
2018-10-31 30416, 2018
UmkaDK joined the channel
2018-10-31 30418, 2018
thefar8
is there any query that store the listen records in redis?
2018-10-31 30448, 2018
ruaok
we don't normally store recording ids in redis.
2018-10-31 30459, 2018
ruaok
is this for the top 10 tracks feature?
2018-10-31 30409, 2018
ruaok
or rather, 10 most recent?
2018-10-31 30451, 2018
outsidecontext has quit
2018-10-31 30444, 2018
virus joined the channel
2018-10-31 30446, 2018
thefar8
it is for 10 most recent
2018-10-31 30457, 2018
ruaok
anyone around who can help me think through an ssh/shell/env var issues?
2018-10-31 30454, 2018
ruaok
thefar8: you wont be able to query data from redis since your code isn't live yet, so the keys you're looking for are not there.
2018-10-31 30440, 2018
ruaok
Mr_Monkey: gesundheit.
2018-10-31 30401, 2018
Mr_Monkey
Danke sehr
2018-10-31 30403, 2018
Mineo
that ssh question is not how you do it, it's usually easier to loudly complain about things and wait for the know-it-alls to show up ;-)
2018-10-31 30414, 2018
ruaok
I should know better, really.
2018-10-31 30415, 2018
thefar8
ahh okay.. I'll work at them again.. thanks ruaok
2018-10-31 30438, 2018
ruaok
anyways... let me start complaining...
2018-10-31 30405, 2018
ruaok
this damned shell script that something else is invoking via SSH is not picking up the JAVA_HOME env var.
2018-10-31 30430, 2018
ruaok
and the non-interactive shell doesn't seem to be reading /etc/profile either
ruaok: is JAVA_HOME set by the ssh client? if so, is it whitelisted in sshd_config's AcceptEnv? is cron or sudo (which usually do additional environment cleanups) involved?
2018-10-31 30434, 2018
ruaok
no, the caller expects that the system being called has JAVA_HOME defined somehow.
2018-10-31 30453, 2018
ruaok
and logging into that container shows that the system has JAVA_HOME defined.
2018-10-31 30418, 2018
ruaok
but the non-interactive shell that gets started does not have it defined.
2018-10-31 30404, 2018
iliekcomputers
seeing this on JIRA: Support and update access for JIRA Software expires in 43 days
2018-10-31 30419, 2018
ruaok
yup, on my radar.
2018-10-31 30417, 2018
github joined the channel
2018-10-31 30417, 2018
github
[picard-plugins] MetaTunes opened pull request #175: Metabrainz/2.0 (2.0...metabrainz/2.0) https://git.io/fxbuq
2018-10-31 30417, 2018
github has left the channel
2018-10-31 30440, 2018
iliekcomputers
thefar8: left a bunch of comments pointing things in the right direction.
2018-10-31 30449, 2018
iliekcomputers
(a bunch of comments on the PR)
2018-10-31 30418, 2018
Mineo
ruaok: that sounds like everything is working like it's supposed to (non-interactive shells non-login shells usually don't read any startup files). but since it's java, can you use update-alternatives (ubuntu/debian) or something similar to make /usr/bin/java point to the correct one?
2018-10-31 30411, 2018
ruaok
the thing is the scripts are checking for existence of the env var, not whether or not it can find the java binary.
2018-10-31 30422, 2018
Mineo
oh
2018-10-31 30447, 2018
ruaok
I'm going to try and use ssh to send the env var.
2018-10-31 30444, 2018
a_ joined the channel
2018-10-31 30414, 2018
virus has quit
2018-10-31 30456, 2018
a_ has quit
2018-10-31 30415, 2018
github joined the channel
2018-10-31 30415, 2018
github
[listenbrainz-server] paramsingh opened pull request #447: Remove extra except blocks and log more stuff to Sentry (production...rabbitmq-debug) https://git.io/fxbgE
2018-10-31 30415, 2018
github has left the channel
2018-10-31 30433, 2018
ruaok
ok, sending the env var via ssh seems to be working. onward to the next issue.
2018-10-31 30423, 2018
github joined the channel
2018-10-31 30423, 2018
github
[listenbrainz-server] paramsingh closed pull request #447: Remove extra except blocks and log more stuff to Sentry (production...rabbitmq-debug) https://git.io/fxbgE
2018-10-31 30423, 2018
github has left the channel
2018-10-31 30433, 2018
c1e0 joined the channel
2018-10-31 30448, 2018
antlarr has quit
2018-10-31 30405, 2018
antlarr joined the channel
2018-10-31 30417, 2018
iliekcomputers
the rabbitmq errors have gone down a lot.
2018-10-31 30447, 2018
masterdonx joined the channel
2018-10-31 30411, 2018
ruaok
yay. but not gone?
2018-10-31 30450, 2018
masterdonx has quit
2018-10-31 30457, 2018
iliekcomputers
there were a few errors left over from the api_compat because i forgot about deploying it, just did a new version of that, so ideally they should be gone now.
2018-10-31 30400, 2018
bitmap
yvanzo: I'm looking at MBS-9862 now to fix before the server update