as yvanzo has already expressed… 😱😱😱🥳🥳🥳😭😭😭🤩🤩🤩❤️❤️❤️🚀🚀🚀
bitmap loves the enthusiasm 😂
outsidecontext: I haven’t forgotten our interview post btw, just waiting for a quiet time to post it. It would have been now/this weekend, but now there’s the GSoC pic, and perhaps another beta release announcement/EAA (not sure about that one). I figure nothing in our interview is time critical/it doesn’t matter if it is poster now or in a month?
bitmap
I've removed the admin restrictions, so I think normal users should be able to upload event art on the beta server now
^ pinging all Discord EAA hype men aerozol[m], UltimateRiff
however I'm mega done for the day so won't be able to respond to any issues until tomorrow
Might be good to get a round of feedback from mentors, maybe monkey, and maybe the community, what do you think? I have kept it pretty simple but there may be things I’ve missed.
pranav: I did not completely mockup ‘Playlists’ and ‘Created for You’ pages though. Can you confirm that they are a required part of your project? That would be pretty ambitious! If you confirm then I have a few more items to add, for instance playlist pages will have to be added as well. The short bulletpoint for those two pages (“And some components…”) is doing some HEAVY lifting, I didn’t notice that or I would have
mentioned it in our meeting :P
pranav: Finally: My designs may have some things that are easy for me to mock up, or additional functionality, that is a headache for you to implement. Please coordinate with lucifer to make sure that you get a minimum viable product (MVP, some nice jargon for you…) with the required stuff before getting bogged down with details. It might be best to get the base profile page done and then see if you get to any of the tabs at all - shifting
the whole web interface is pretty huge. Don’t get me wrong though, I would love it if you managed it!
ApeKattQuest joined the channel
Ping me any time, and remind me when you need more mockups, please and thanks :D
Night all
texke joined the channel
outsidecontext
aerozol[m]: yes, no rush on posting this. You'll find the right time for this :)
reosarevok
aerozol[m]: "We used the opportunity to put faces to names, explain how MetaBrainz works, and to answer any questions" should all three have "to"?
Anwyay, seems good, thanks!
boscage has quit
yellowhatpro has quit
atj
reosarevok: it works better with just one "to" IMO
reosarevok
That was the other option I was considering :)
atj
"We used the opportunity to put faces to names, explain how MetaBrainz works, and answer any questions"
yvanzo: around? MBS-13601 seems to correctly point we didn't actually change the schema version to 29 in our files (such as write_graphs.pl, the tests and sample DBDefs, etc) this time around - I assume we should just do that, right? :)
yvanzo: let me know when you're around to do the search change on beta
yvanzo
atj: now :)
atj
ok, give me one second to make sure that the mbsssss configsets match what is in git
yvanzo: ok, all good
yvanzo
aerozol[m]: I’ve added a footnote for the missing portrait that lucifer reported.
aerozol[m]: I’ve also set categories and tags.
aerozol[m]: The only thing that you might want to change is the text in squared brackets (unless it is intentional) on the first line, maybe to be replaced it with something from https://emojipedia.org/smileys
discordbrainz
<06wabfall> I wanted to try to install the music brainz server with Docker, I made a compute engine instance with 100 GB of storage but when I do the command: sudo docker-compose run --rm musicbrainz createdb.sh -fetch I have an error Fri May 24 12:02:19 PM UTC 2024: Checking MD5 sums... mbdump.tar.bz2: OK mbdump-cdstubs.tar.bz2: OK mbdump-cover-art-archive.tar.bz2: OK mbdump-derived.tar.bz2: OK mbdump-stats.tar.bz2: OK
mbdump-wikidocs.tar.bz2: OK Fri May 24 12:03:37 PM UTC 2024: Done fetching dump files. found existing dumps 2024/05/24 12:03:38 Waiting for: tcp://db:5432 ... 2024/05/24 12:04:20 Problem with dial: dial tcp: lookup db on 127.0.0.11:53: no such host. Sleeping 1s 2024/05/24 12:04:22 Problem with dial: dial tcp 172.18.0.3:5432: connect: connection refused. Sleeping 1s 2024/05/24 12:04:23 Problem with dial: dial tcp 172.18.0.3:5432:
connect: connection refused. Sleeping 1s 2024/05/24 12:04:38 Timeout after 1m0s waiting on dependencies to become available: [tcp://db:5432]
yvanzo
hi wabfall, what is the output of `docker compose config`? please use a pastebin service for posting logs
atj
lucifer: borg doesn't provide arm binaries so will need to install using virtualenv i think
wabfall: Is there a Postgres server running on your computer?
wabfall: It failed after waiting for too long after the `db` service. The output of `docker compose logs db` should help with understanding the issue.
lucifer
atj: i think the spantaleev notebooks provide for self building of borg images too
discordbrainz
<06wabfall> the virtual machine (debian 10) is exclusively for musicbrainz, I started an instance then did the commands: sudo apt-get update && \ sudo apt-get install docker.io docker-compose git && \ sudo systemctl enable --now docker.service git clone https://github.com/metabrainz/musicbrainz-docke... cd musicbrainz-docker sudo docker-compose build sudo docker-compose run --rm musicbrainz createdb.sh -fetch
lucifer
but whatever seems simpler to you.
yvanzo
wabfall: Thank you, an exclusive VM is even better, I was just asking in case of conflicts with another Postgres instance.
>backup_borg_location_source_directories defines the list of directories to back up: it's set to {{ matrix_base_data_path }} by default, which is the base directory for every service's data, such as Synapse, Postgres and the bridges.
ok, looks like the role can sort out installing Borg then
discordbrainz
<06wabfall> same thing with more memory, yvanzo (200GB storage and 16GB RAM)
atj
we just need to install the SSH key on the borg server
wabfall: is this on Linux?
discordbrainz
<06wabfall> debian 10
yvanzo
wabfall: Let’s try to run the database only: `docker compose up --build --force-recreate db`
discordbrainz
<06wabfall> funnygamers72@musicbrainz-server:~/musicbrainz-docker$ sudo docker-compose up --build --force-recreate db Building db Step 1/3 : ARG POSTGRES_VERSION=16 Step 2/3 : ARG DB_BUILD_SEQUENCE=0 Step 3/3 : FROM metabrainz/musicbrainz-docker-db:${POSTGRES_VERSION}-build${DB_BUILD_SEQUENCE} ---> 7a4231015075 Successfully built 7a4231015075 Successfully tagged musicbrainz-docker_db:16 Recreating musicbrainz-docker_db_1 ... done
Attaching to musicbrainz-docker_db_1 db_1 | popen failure: Cannot allocate memory db_1 | initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/16/bin/initdb"
atj
wabfall: FYI Debian 10 will be EOL in about a month