Chinmay3199: docker run --rm -ti --entrypoint '/bin/bash --noprofile --norc' postgres:12.3
2020-05-29 15046, 2020
Mr_Monkey
Do you remember how you installed docker and docker-compose?
2020-05-29 15057, 2020
Mr_Monkey
And what's your linux distribution and version?
2020-05-29 15044, 2020
Gazooo joined the channel
2020-05-29 15026, 2020
Chinmay3199
Actually prabal installed docker and docker-compose in my pc. I'll talk to him and let you know
2020-05-29 15037, 2020
Chinmay3199
I'm using 20.04
2020-05-29 15041, 2020
Chinmay3199
Ubuntu 20.04 LTS
2020-05-29 15001, 2020
Mr_Monkey
So apparently people are saying that some recent changes in 20.04 cause the permission issue you see with docker.
2020-05-29 15023, 2020
Mr_Monkey
Their solution was to uninstall it and reinstall it from the apt package.
2020-05-29 15014, 2020
Chinmay3199
alastairp: I tried `docker run --rm -ti --entrypoint /bin/bash postgres:12.3` again it gave same error but I this time it also opened a CLI (postgres I think)
Specifically for Snap in this case, but it might also have affected other package managers
2020-05-29 15024, 2020
alastairp
Mr_Monkey: yeah, that link looks exactly like this issue
2020-05-29 15040, 2020
Mr_Monkey
Does anyone know how to find out how a package was installed on linux? i.e. with what package manager?
2020-05-29 15055, 2020
Chinmay3199
Mr_Monkey: Exactly same errors. So the problem is with 20.04 then I guess
2020-05-29 15038, 2020
Mr_Monkey
Thankfully, they had a solution which was to uninstall the version they had and reinstall from the apt package instead
2020-05-29 15048, 2020
Mr_Monkey
So, now you need to find out how docker was installed on your machine, uninstall it and reinstall it with the default ubuntu package manager
2020-05-29 15025, 2020
Chinmay3199
Yeah got it. Thanks alot everyone. Hope it works XD
2020-05-29 15045, 2020
Mr_Monkey
Good luck! 🤞
2020-05-29 15008, 2020
alastairp
> with the default ubuntu package manager
2020-05-29 15034, 2020
alastairp
careful - the graphical interface in 20.04 is snaps now, so you should more specifically follow the apt installation instructions on the docker website
2020-05-29 15007, 2020
Chinmay3199
Oh thanks!
2020-05-29 15006, 2020
Mr_Monkey
Oh, didn't know that. Thanks :)
2020-05-29 15050, 2020
alastairp
Mr_Monkey: yeah, it's causing quite a bit of drama
2020-05-29 15055, 2020
alastairp
well, "drama"
2020-05-29 15000, 2020
alastairp
storm in a teacup, etc
2020-05-29 15041, 2020
ZaphodBeeblebrox
Mr_Monkey: seems there is no expire for things in a merge que: probably there should be some incase people start adding and then alter forget it and come bak to merge osmeting else
2020-05-29 15023, 2020
ZaphodBeeblebrox
also, I was thinking. I think the behaviour for when an user selects another type of entity should change: right now it removes the previously added entites of the merge que. this is problematic if the user added A LOT of things then accidentally added a wrong thing (this happened to me several times)
2020-05-29 15024, 2020
ZaphodBeeblebrox
instead the behavious should be: first entity type decides what the entity to merge is, any other type of added entity will be ignored
2020-05-29 15005, 2020
ZaphodBeeblebrox
so if i add 5 artists and thne accidentally add a work, that work will be ignored
2020-05-29 15024, 2020
ZaphodBeeblebrox
is preferable to if i add 4 artists thne accidentally add a work thne try adding another artist
2020-05-29 15031, 2020
ZaphodBeeblebrox
s/artist/author/
2020-05-29 15012, 2020
Mr_Monkey
That's doable.
2020-05-29 15023, 2020
ZaphodBeeblebrox
does it make snse to you too though?
2020-05-29 15032, 2020
Mr_Monkey
Makes sense not to take rash decisions for the user.
2020-05-29 15057, 2020
Mr_Monkey
Instead of ignoring, I think returning a clear error is better so users know whan happened
2020-05-29 15059, 2020
Mr_Monkey
what*
2020-05-29 15010, 2020
ZaphodBeeblebrox
yep
2020-05-29 15032, 2020
ZaphodBeeblebrox
it shoudl warn (with "ignore" I mean "not add this to the merge que")
2020-05-29 15040, 2020
Mr_Monkey
Ya
2020-05-29 15047, 2020
Mr_Monkey
Makes sense to me.
2020-05-29 15022, 2020
ZaphodBeeblebrox
so I add 4 authors. then click a work it will: a) NOT add this. b) warn why this wa not added
2020-05-29 15034, 2020
ZaphodBeeblebrox
an the 4 authors are retained
2020-05-29 15051, 2020
Mr_Monkey
Yes. I agree it's a better solution
2020-05-29 15005, 2020
ZaphodBeeblebrox
cool! do you want me to make a ticket for this?
2020-05-29 15013, 2020
Mr_Monkey
Nah, don't worry about it.
2020-05-29 15017, 2020
ZaphodBeeblebrox
ok
2020-05-29 15022, 2020
Mr_Monkey
Might work on this today.
2020-05-29 15052, 2020
ZaphodBeeblebrox
great! I'm doing something soon. later yo uan tell me and i cna test it
2020-05-29 15010, 2020
ZaphodBeeblebrox
i got a set of things i cna test this merge behaviour on
2020-05-29 15015, 2020
Mr_Monkey
I think the selecting the merge target mechanism will have to stay as-is for now, until I find a good solution. I'll add a helptext at the top of the merge page with explanation of how to select the merge target
2020-05-29 15056, 2020
ZaphodBeeblebrox
uh this is for the "chose what ot merge to" thing?
2020-05-29 15005, 2020
ZaphodBeeblebrox
alright
2020-05-29 15013, 2020
ZaphodBeeblebrox
atleast i *do* have way ot do that for now
2020-05-29 15037, 2020
ZaphodBeeblebrox
kinda a pita, but better thna having to cancel and redo it if i forgot to click the one i wanted first
2020-05-29 15043, 2020
ZaphodBeeblebrox
wich i had to do before
2020-05-29 15032, 2020
ZaphodBeeblebrox
i think the merge target whatcamathing might need a complete re-think. maybe even the whole merge process might need to be redone at soem point. but it works and there are relativly few bugs.
2020-05-29 15057, 2020
ZaphodBeeblebrox
we have quite a few duplicates so we can atleast merge these now. that's really wesome
2020-05-29 15000, 2020
ZaphodBeeblebrox
!m Mr_Monkey
2020-05-29 15000, 2020
BrainzBot
You're doing good work, Mr_Monkey!
2020-05-29 15028, 2020
goldenshimmer has quit
2020-05-29 15037, 2020
reg[m] has quit
2020-05-29 15051, 2020
ZaphodBeeblebrox
one thing would be really neat: to create a quick report for "artists with the same name2 i'd liek this jsut for my work with merging thme , bot for the data itself but also for testing merging properly
2020-05-29 15053, 2020
Mr_Monkey
My conclusions exactly :) Better to ship something now and see how it needs to evolve.
2020-05-29 15007, 2020
ZaphodBeeblebrox
exactly
2020-05-29 15017, 2020
Mr_Monkey
Yes, reports are on my list, but not all the way to the top.
2020-05-29 15043, 2020
heyarne[m] has quit
2020-05-29 15045, 2020
ZaphodBeeblebrox
we have : revision-history ☑ merge target selection ☑ way to find mergable entities ☐
2020-05-29 15013, 2020
ZaphodBeeblebrox
yea. I don't mean like stabel reports right now. i mant jsut for me to have soemthing to use right now
2020-05-29 15034, 2020
ZaphodBeeblebrox
stable reports liek on MB will deff come later
2020-05-29 15013, 2020
ZaphodBeeblebrox
for a "finised product" we also need to have data that doesn't look like a complete mess : so it's important that we try cleaning up old mess-data before we are "ready"
I was wondering if it would be possible to disable rate limiting for requests coming from lb.org
2020-05-29 15020, 2020
ishaanshah
I was clicking on next quickly and hit got 429 once
2020-05-29 15052, 2020
jmp_music has quit
2020-05-29 15054, 2020
jmp_music joined the channel
2020-05-29 15043, 2020
jmp_music has quit
2020-05-29 15049, 2020
jmp_music90 joined the channel
2020-05-29 15059, 2020
jmp_music90 has quit
2020-05-29 15042, 2020
antlarr has quit
2020-05-29 15020, 2020
supersandro20009 is now known as supersandro2000
2020-05-29 15040, 2020
antlarr joined the channel
2020-05-29 15033, 2020
jmp_music joined the channel
2020-05-29 15052, 2020
Sophist-UK joined the channel
2020-05-29 15008, 2020
Sophist_UK has quit
2020-05-29 15015, 2020
BrainzGit
[musicbrainz-server] Freso opened pull request #1540 (master…MBS-10469-delay-showing-CAA-on-front-page): MBS-10469: Add 10 minute delay to shown CAA on front page https://github.com/metabrainz/musicbrainz-server/…
paco is back "the server was overheating due to a faulty CPU-fan. We have replaced that defective part, your system is now back online."
2020-05-29 15017, 2020
zas
expected ;)
2020-05-29 15042, 2020
alastairp
another one
2020-05-29 15043, 2020
zas
bitmap: we can move back pg at least on it (it has more memory)
2020-05-29 15020, 2020
bitmap
alrighty, I'll look into that later today
2020-05-29 15022, 2020
v6lur_ has quit
2020-05-29 15028, 2020
BrainzGit
[listenbrainz-server] MonkeyDo opened pull request #882 (master…use_origin_url): BrainzPlayer: Automatically detect listen datasource and use youtubeID if available https://github.com/metabrainz/listenbrainz-server…
2020-05-29 15042, 2020
Mr_Monkey
Freso ^ There you go !
2020-05-29 15030, 2020
jmp_music has quit
2020-05-29 15005, 2020
ZaphodBeeblebrox is back
2020-05-29 15039, 2020
ZaphodBeeblebrox
Mr_Monkey: hi i'm back now :)
2020-05-29 15054, 2020
Chinmay3199 has quit
2020-05-29 15056, 2020
Chinmay3199 joined the channel
2020-05-29 15015, 2020
Mr_Monkey
ZaphodBeeblebrox: volunteered to write up missing relationships in BB, and I didn't even have to ask !
2020-05-29 15053, 2020
ZaphodBeeblebrox
hahaha
2020-05-29 15053, 2020
ishaanshah
iliekcomputers: Hi
2020-05-29 15006, 2020
iliekcomputers
ishaanshah: hey, sorry, give me 2 min
2020-05-29 15013, 2020
ishaanshah
sure
2020-05-29 15045, 2020
iliekcomputers
hey, so sorry, got caught up in some work
2020-05-29 15049, 2020
iliekcomputers
are you around?
2020-05-29 15001, 2020
ishaanshah
Yep
2020-05-29 15023, 2020
iliekcomputers
how are ya
2020-05-29 15028, 2020
ishaanshah
Nice
2020-05-29 15018, 2020
ishaanshah
The Release PR is done, Mr_Monkey's feedback was really helpfull