ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
ybogdano3 has quit [Ping timeout: 480 seconds]
ybogdano has joined #freedesktop
AbleBacon_ has quit [Read error: Connection reset by peer]
Haaninjo has quit [Quit: Ex-Chat]
ybogdano is now known as Guest2417
ybogdano has joined #freedesktop
Guest2417 has quit [Ping timeout: 480 seconds]
ybogdano has quit [Read error: Connection reset by peer]
ybogdano has joined #freedesktop
ybogdano has quit [Ping timeout: 480 seconds]
scrumplex has joined #freedesktop
scrumplex_ has quit [Ping timeout: 480 seconds]
iNKa has joined #freedesktop
Brocker has quit [Read error: Connection reset by peer]
AbleBacon has joined #freedesktop
ximion has quit []
feto_bastardo27 has quit []
feto_bastardo27 has joined #freedesktop
feto_bastardo27 has quit []
feto_bastardo27 has joined #freedesktop
feto_bastardo27 has quit []
feto_bastardo has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
danvet has joined #freedesktop
mvlad has joined #freedesktop
Leopold_ has joined #freedesktop
rgallaispou has joined #freedesktop
narmstrong_ has quit []
narmstrong has joined #freedesktop
genpaku has quit [Remote host closed the connection]
genpaku has joined #freedesktop
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #freedesktop
<MrCooper> lists.freedesktop.org (gabe) seems slow to respond
<pq> I'm surprised Weston comes up in the top gitlab registry users. Wonder if Weston is doing something sub-optimal, or is it just that only few projects even use registry.
<bentiss> pq it's an order of magnitude, mesa takes 4TB in the past 30 days for when the parsing scripts were working, when weston 226GB
<bentiss> so you are not top on the priority list. I took those > 200GB over ~20days
<MrCooper> 226GB still seems a lot for weston though
<bentiss> pq: basically, the one we need to focus on is mesa
<pq> ok. How does that number add up? Each time any runner pulls any image for CI purposes?
<bentiss> a rough summary: yeah
<bentiss> but we have caching in place, so technically, when the jobs are running on the equinix farm, it's not a one-to-one matching, but as I mentioned, gitlab-runner is doing weird stuff where it downloads twice the image per job
<bentiss> one to start the docker container, and one in the preparation of the job
<bentiss> that second one bypasses the cache :(
<bentiss> still, I am very surprised how easy it is to replace the registry by just overriding some variables :)
<pq> weston is not actively tracking the ci-templates updates, is that a factor?
<bentiss> pq: I would say no. The cache we put in place was at the runner level
<pq> looks like most images for weston are 600 or 700 MB a piece
<MrCooper> so 226GB corresponds to ~350 image pulls, plausible I guess
<pq> yeah, I suppose
<MrCooper> then it's kind of surprising Mesa is only one order of magnitude more though :)
<bentiss> well, I guess it depends on how many jobs are run in different namespaces and if the runners are good enough at caching locally
<pq> I should probably mention I'll be on holidays for three weeks quite soon, so not available.
pendingchaos has quit [Ping timeout: 480 seconds]
<pq> Weston does run CI on pushes to branches that are not MRs. Maybe that causes extra traffic?
pendingchaos has joined #freedesktop
<bentiss> pq: maybe. But honestly, don't be worried about this right now. This was more of a FYI. My main target is mesa, which should reduce the costs a lot
<pq> alright, thanks :-)
<bentiss> and enjoy your holidays!
<MrCooper> pq: likely, Mesa doesn't do that, or its numbers might be much worse :)
<mupuf> bentiss: for someone who had no time to look into something, I feel like you ended up nerdsnipping yourself :o
<mupuf> I was not expecting you this would come so fast :o
<mupuf> any link as to what the change amounts to, so that I could look into what's needed to update mesa and ci-templates?
<bentiss> mupuf: currently doing the ci-templates changes. I am trying to note everything on that issue so we get a TODO list
<bentiss> but now, lunch time, bbl
<mupuf> bentiss: wonderful! Ping me for the review! I'll try my best to help :)
<bentiss> pq: I created the wayland project, and added the wayland group as maintainer, so you should be able to tweaks stuffs there
<bentiss> mupuf: also please login to harbor.freedesktop.org so I add you as an admin
<bentiss> daniels: same ^^
<mupuf> bentiss: "You are an admin, which means granting access to harbor will allow them to interact with GitLab as an admin as well. Proceed with caution. "
<mupuf> Are we OK with that?
<mupuf> or should you create a user for me in the local db?
<bentiss> mupuf: OK with that, harbor can not do anything, because it just uses gitlab for authentication. I don't give the api usage
<mupuf> ok!
<bentiss> and I can not create local users once OIDC is enabled
<mupuf> I see :)
<mupuf> well, I created the account!
<bentiss> and you are admin
<mupuf> thanks
<mupuf> "When you run garbage collection, Harbor goes into read-only mode. All modifications to the registry are prohibited." I wonder how long garbage collection lasts, and if this is gonna potentially affect some of our container pushes
<mupuf> I guess ci-templates could add a retry loop with a 1 minute delay, to compensate
<pq> bentiss, thanks
<mupuf> Weird, another part of the doc says "Harbor runs garbage collection without interrupting your ability to continue use Harbor, for example you are able to push, pull, or delete artifacts while garbage collection is running."
<mupuf> oh, I was looking at an old version of the doc! Great, so online GC is not a problem anymore
<mupuf> which means... we could drop install.tar in mesa and instead bake that as a new layer on top of our test containers \o/
<mupuf> Would make reproduction of CI runs outside of CI muuuuuch easier, while also simplifying our templates (at least the valve ones) :)
<mupuf> The retention policy for pre-merge runs can be adjusted in harbor based on tags, so I guess we can replicate what was done with minio. I'll have to look into that
<mupuf> Oh, and wanna run vkcts, piglit, or other test suites from another project (like for linux testing)? Sure thing, no need to duplicate Mesa's code anymore. Maybe tomeu will find this interesting for msm testing :)
* mupuf is feeling ecstatic, in case it wasn't clear-enough :D
vbenes has joined #freedesktop
ximion has joined #freedesktop
rgallaispou has left #freedesktop [#freedesktop]
<daniels> bentiss: logged in, thanks!
<daniels> bentiss, pq: I've just noticed that wayland/weston isn't in our docker-gc-exclude - let me push that out and see if that makes any difference
<bentiss> daniels: just set you as an admin
ximion has quit []
<bentiss> daniels: also, FYI, I took the default values for persistence, so the db has a very small disk. We'll see how much space it takes
<daniels> ok, thankyou!
<daniels> I also don't think I'll get to doing anything with it over the holidays tbh - will look at it when I'm back in Jan
<bentiss> yeah, no worries. I started working on that because I have a pile of other work that is litterally depressing... :)
<bentiss> and suddenly "oh, but I can probably cut the mesa cost by a lot!"
Leopold_ has quit [Ping timeout: 480 seconds]
<mupuf> daniels: I would certainly hope you would spend your time enjoying the holiday, rather than working!
<mupuf> bentiss: better working on something else than staring at the screen, having a mental block :)
Leopold_ has joined #freedesktop
<bentiss> and now I am trying to fix pytest for ci-fairy :(
<daniels> mupuf: haha yep, would be somewhat missing the point otherwise
<DavidHeidelberg[m]> bentiss: > 4.0?
<DavidHeidelberg[m]> bentiss: for piglit I just enforced < 4.0 :P (lazy way)
<bentiss> DavidHeidelberg[m]: ? what do you mean?
<bentiss> oh, pytest
<bentiss> well, it's more likely environment variables
<bentiss> because it broke when I enabled the merge request pipelines
vbenes has quit [Ping timeout: 480 seconds]
<mupuf> thanks!
<bentiss> the question is now: which images do we need to keep around?
<bentiss> MrCooper: any ideas ^^ ?
<bentiss> I might not pull all of the mesa images
MrCooper_ has joined #freedesktop
MrCooper has quit [Ping timeout: 480 seconds]
<bentiss> ouch, the windows images are huge :/
<daniels> yes :(
<bentiss> FWIW, I took the latest MR pipeline, opened all of the jobs from the container stage, and manually copy all the tags that are (not) built
<bentiss> this should be enough, no? (besides doing that for the other branches)
<daniels> yep, that should definitely be enough as the vast majority are against main
<bentiss> great
<bentiss> daniels: shoudl we also update docker-free-space.py? or can we consider this to be not necessary given that images will be served locally?
<daniels> bentiss: you mean docker-gc-exclude? I already updated it in-place on all the runners but didn't push the helm-gitlab-config change because I don't have a free type-C port rn for my Solo key and would like to finish work for the year before I unplug everything :P
<bentiss> daniels: heh, ok :)
<bentiss> \o/ copied over all of the images from mesa/main
<bentiss> going through staging/22.3 now
<jenatali> If I was planning on pushing a new Windows image today... is that going to be problematic with this transition going on?
<bentiss> jenatali: can you wait just a little? I'll make the switch during the next hour I think
<bentiss> jenatali: and it would be a good test bed for us :)
<jenatali> Yep, not in a particular rush, just was on my agenda today after a new dependency NuGet was pushed
AbleBacon has joined #freedesktop
<bentiss> alright, mesa is now switched to the new registry, let's wait to see what happens :)
<bentiss> looks like marge is happy :)
<bentiss> jenatali: feel free to push your windows update if you want
<jenatali> bentiss: Thanks, prepping it now
thaytan has quit [Ping timeout: 480 seconds]
<bentiss> ouch mesa/mesa/debian/x86_build -> already 100 pulls in just one pipeline :/
<bentiss> mupuf: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/33645995 can you have a look?
thaytan has joined #freedesktop
<daniels> bentiss: yeah, there are ... a few jobs
<daniels> but they should all be cached on the runner, and the pull policy should be if-not-present
<bentiss> daniels: I might have to unplug harbor -> boot2container is not happy :(
<daniels> bentiss: oh?
<bentiss> Error: initializing source docker://harbor.freedesktop.org/mesa/mesa/debian/x86_test-vk:2022-12-12-vkd3d-proton-uprev--2022-12-05-virglrenderer--d5aa3941aa03c2f716595116354fb81eb8012acb: pinging container registry harbor.freedesktop.org: Get "http://harbor.freedesktop.org/v2/": dial tcp: lookup harbor.freedesktop.org on 10.42.0.1:53: server misbehaving
<bentiss> that's weird, unless mupuf has some firewalling to prevent requests to that server
<daniels> weird, I have no idea how that's set up I'm afraid
<bentiss> yeah, until mupuf comes back (looks like he has a special DNS with static entries?), I have disabled the variables (all renamed to ..._HARBOR)
alpernebbi has quit [Ping timeout: 480 seconds]
<bentiss> daniels: so I brought images from main, 22.3 and doing amber now. Should I also bring 21, 20 and others?
ybogdano has joined #freedesktop
MrCooper_ is now known as MrCooper
<daniels> bentiss: nope, none of those are still active, apart from the 21.3 (?) amber branch
<bentiss> ok, cool, so once that last batch of uploads is done, I should have synced what was required ~30GB
<MrCooper> there's a separate amber branch now
<MrCooper> the stable branch it was based on is dead as well
<bentiss> MrCooper: yep, I took the commits from the amber branch
<MrCooper> cool
alpernebbi has joined #freedesktop
<mupuf> bentis: the reason it fails is because our duts don't have internet access. We have a local proxy registry for registry.FD.o, so we would need the samefor harbor
<mupuf> I can do that fast
<mupuf> Been working on registries today
<bentiss> mupuf: the other option is to add a specific variables for the valve infra jobs, but that is better if we get it correctly installed first
<jenatali> bentiss: Looks like something went wrong: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/33648127 :(
<bentiss> jenatali: it takes a little bit of time to sync the 2 registries
<bentiss> I have retried one job to see if that work
<bentiss> works
<jenatali> That... seems problematic for whenever a new package gets built
<jenatali> Er, new image
<bentiss> jenatali: it was just temporary as I had to revert ot the gitlab registry
<jenatali> Ah ok
<bentiss> because it was failing in the valve infra
<bentiss> once this is fixed, the image will be immediately available
<jenatali> Got it, thanks
bwidawsk_ has quit []
bwidawsk has joined #freedesktop
<bentiss> mupuf: do you have a rough ETA for your dut update? Worse case, just ping me here and I'll come back (or do the rename of the CI/CD variable yourself in mesa)
<mupuf> bentiss: Monday, I'm afraid
<bentiss> OK, then I don't need to stand in front of my computer tomight I guess :)
<bentiss> tonight
<mupuf> For sure! And I don't trust myself to make changes tonight or during my already-packed weekend
<mupuf> Enjoy your weekend!
<mupuf> I wonder if my proxy registry counts as a pull or not. IIRC, it does, even though I don't download much
sysdump has quit [Remote host closed the connection]
<bentiss> it will count when you pull the data, which should be small
<bentiss> I'll try to quickly hack a variable override for the 2 jobs that are failing
ajak has left #freedesktop [WeeChat 3.0]
sysdump has joined #freedesktop
<bentiss> mupuf, daniels: would https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20362 be OK with you?
ximion has joined #freedesktop
sysdump has quit [Quit: ZNC - https://znc.in]
<mupuf> bentiss: sorry, I'm back home!
<mupuf> bentiss: seems to run now, thanks :)
Haaninjo has joined #freedesktop
<bentiss> mupuf: yep, looks like it was enough
immibis has quit [Remote host closed the connection]
<bentiss> mupuf, daniels, MrCooper: mind if I assign https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20362 to marge?
<mupuf> bentiss, sorry, you have my A-b
<bentiss> mupuf: thanks!
<mupuf> No, thank YOU!
<bentiss> WTF? "Something seems broken on my local git repo; check my logs!"
<bentiss> huh, looks like it fixed itself
immibis has joined #freedesktop
immibis has quit [Remote host closed the connection]
immibis has joined #freedesktop
<bentiss> sigh, we are getting once again some people abusing the runners
<bentiss> I'll really set in place the "don't run CI if not upstream"
ybogdano has quit [Ping timeout: 480 seconds]
<mupuf> bentiss: yeah... we really need to add support in gitlab for job prioritization
<bentiss> mupuf: this has nothing to do with prioritization. They were building android
<mupuf> ah, I see
<mupuf> so it was GCE abuse, right
<bentiss> or doing some other dumps from things I don't want to know
<bentiss> well, it's equinix servers, so we won't pay more for that, but still they are taking our slots
immibis has quit [Remote host closed the connection]
immibis has joined #freedesktop
ds` has quit [Quit: ...]
ds` has joined #freedesktop
munmu has joined #freedesktop
mvlad has quit [Remote host closed the connection]
ybogdano has joined #freedesktop
munmu has quit []
munmu has joined #freedesktop
munmu has quit []
danvet has quit [Ping timeout: 480 seconds]
scrumplex has quit [resistance.oftc.net reticulum.oftc.net]
pendingchaos has quit [resistance.oftc.net reticulum.oftc.net]
infernix has quit [resistance.oftc.net reticulum.oftc.net]
GNUmoon2 has quit [resistance.oftc.net reticulum.oftc.net]
dakr has quit [resistance.oftc.net reticulum.oftc.net]
pixelcluster has quit [resistance.oftc.net reticulum.oftc.net]
MrCooper has quit [resistance.oftc.net reticulum.oftc.net]
iNKa has quit [resistance.oftc.net reticulum.oftc.net]
ds` has quit [resistance.oftc.net reticulum.oftc.net]
pjakobsson has quit [resistance.oftc.net reticulum.oftc.net]
arekm has quit [resistance.oftc.net reticulum.oftc.net]
alatiera has quit [resistance.oftc.net reticulum.oftc.net]
manuels has quit [resistance.oftc.net reticulum.oftc.net]
m5zs7k has quit [resistance.oftc.net reticulum.oftc.net]
vyivel has quit [resistance.oftc.net reticulum.oftc.net]
emersion has quit [resistance.oftc.net reticulum.oftc.net]
Consolatis has quit [resistance.oftc.net reticulum.oftc.net]
tinywrkb has quit [resistance.oftc.net reticulum.oftc.net]
mitTengiz[m] has quit [resistance.oftc.net reticulum.oftc.net]
jani has quit [resistance.oftc.net reticulum.oftc.net]
swick[m] has quit [resistance.oftc.net reticulum.oftc.net]
glehmann has quit [resistance.oftc.net reticulum.oftc.net]
sergi has quit [resistance.oftc.net reticulum.oftc.net]
nuclearcat has quit [resistance.oftc.net reticulum.oftc.net]
Venemo has quit [resistance.oftc.net reticulum.oftc.net]
r00tobo has quit [resistance.oftc.net reticulum.oftc.net]
jpnurmi has quit [resistance.oftc.net reticulum.oftc.net]
Trevinho has quit [resistance.oftc.net reticulum.oftc.net]
ttancos[m] has quit [resistance.oftc.net reticulum.oftc.net]
muhlinux[m] has quit [resistance.oftc.net reticulum.oftc.net]
ewlsh[m] has quit [resistance.oftc.net reticulum.oftc.net]
bstrie[m] has quit [resistance.oftc.net reticulum.oftc.net]
bendlas[m] has quit [resistance.oftc.net reticulum.oftc.net]
jenatali has quit [resistance.oftc.net reticulum.oftc.net]
pitsch[m] has quit [resistance.oftc.net reticulum.oftc.net]
bilboed has quit [resistance.oftc.net reticulum.oftc.net]
nirbheek_ has quit [resistance.oftc.net reticulum.oftc.net]
pv has quit [resistance.oftc.net reticulum.oftc.net]
DavidHeidelberg[m] has quit [resistance.oftc.net reticulum.oftc.net]
JoshuaAshton has quit [resistance.oftc.net reticulum.oftc.net]
italove has quit [resistance.oftc.net reticulum.oftc.net]
Arsen has quit [resistance.oftc.net reticulum.oftc.net]
kbingham has quit [resistance.oftc.net reticulum.oftc.net]
whot has quit [resistance.oftc.net reticulum.oftc.net]
ilmais1n has quit [resistance.oftc.net reticulum.oftc.net]
tanuk has quit [resistance.oftc.net reticulum.oftc.net]
elemongw has quit [resistance.oftc.net reticulum.oftc.net]
cazzacarna has quit [resistance.oftc.net reticulum.oftc.net]
ocrete has quit [resistance.oftc.net reticulum.oftc.net]
minus has quit [resistance.oftc.net reticulum.oftc.net]
romangg has quit [resistance.oftc.net reticulum.oftc.net]
ryanpavlik has quit [resistance.oftc.net reticulum.oftc.net]
bfr_ has quit [resistance.oftc.net reticulum.oftc.net]
medicalwei has quit [resistance.oftc.net reticulum.oftc.net]
__tim has quit [resistance.oftc.net reticulum.oftc.net]
dj-death has quit [resistance.oftc.net reticulum.oftc.net]
sbraz has quit [resistance.oftc.net reticulum.oftc.net]
Prf_Jakob has quit [resistance.oftc.net reticulum.oftc.net]
Haaninjo has quit [resistance.oftc.net reticulum.oftc.net]
ximion has quit [resistance.oftc.net reticulum.oftc.net]
alpernebbi has quit [resistance.oftc.net reticulum.oftc.net]
ckie has quit [resistance.oftc.net reticulum.oftc.net]
i-garrison has quit [resistance.oftc.net reticulum.oftc.net]
V has quit [resistance.oftc.net reticulum.oftc.net]
chrysn[m]1 has quit [resistance.oftc.net reticulum.oftc.net]
Thymo has quit [resistance.oftc.net reticulum.oftc.net]
koike4 has quit [resistance.oftc.net reticulum.oftc.net]
DragoonAethis has quit [resistance.oftc.net reticulum.oftc.net]
gallo[m] has quit [resistance.oftc.net reticulum.oftc.net]
wb9688 has quit [resistance.oftc.net reticulum.oftc.net]
mupuf has quit [resistance.oftc.net reticulum.oftc.net]
spuc950913 has quit [resistance.oftc.net reticulum.oftc.net]
rappet has quit [resistance.oftc.net reticulum.oftc.net]
cassidy[m] has quit [resistance.oftc.net reticulum.oftc.net]
Mark[m]1 has quit [resistance.oftc.net reticulum.oftc.net]
halfline[m] has quit [resistance.oftc.net reticulum.oftc.net]
ndufresne has quit [resistance.oftc.net reticulum.oftc.net]
tomeu has quit [resistance.oftc.net reticulum.oftc.net]
tanty has quit [resistance.oftc.net reticulum.oftc.net]
marcel203s[m] has quit [resistance.oftc.net reticulum.oftc.net]
gnfzdz[m] has quit [resistance.oftc.net reticulum.oftc.net]
aenderboy[m] has quit [resistance.oftc.net reticulum.oftc.net]
razze[m] has quit [resistance.oftc.net reticulum.oftc.net]
gkiagia has quit [resistance.oftc.net reticulum.oftc.net]
Soroush has quit [resistance.oftc.net reticulum.oftc.net]
heftig has quit [resistance.oftc.net reticulum.oftc.net]
mairacanal[m] has quit [resistance.oftc.net reticulum.oftc.net]
kusma has quit [resistance.oftc.net reticulum.oftc.net]
Wallbraker has quit [resistance.oftc.net reticulum.oftc.net]
dcbaker has quit [resistance.oftc.net reticulum.oftc.net]
ivyl has quit [resistance.oftc.net reticulum.oftc.net]
dylan-m[m] has quit [resistance.oftc.net reticulum.oftc.net]
twopubsolar[m] has quit [resistance.oftc.net reticulum.oftc.net]
Ristovski has quit [resistance.oftc.net reticulum.oftc.net]
Mithrandir has quit [resistance.oftc.net reticulum.oftc.net]
dos1 has quit [resistance.oftc.net reticulum.oftc.net]
shadeslayer has quit [resistance.oftc.net reticulum.oftc.net]
jadahl has quit [resistance.oftc.net reticulum.oftc.net]
jcristau has quit [resistance.oftc.net reticulum.oftc.net]
marex has quit [resistance.oftc.net reticulum.oftc.net]
psychon has quit [resistance.oftc.net reticulum.oftc.net]
Adrinael has quit [resistance.oftc.net reticulum.oftc.net]
bentiss has quit [resistance.oftc.net reticulum.oftc.net]
immibis has quit [resistance.oftc.net reticulum.oftc.net]
bnieuwenhuizen has quit [resistance.oftc.net reticulum.oftc.net]
ofourdan has quit [resistance.oftc.net reticulum.oftc.net]
Thaodan has quit [resistance.oftc.net reticulum.oftc.net]
samuelig has quit [resistance.oftc.net reticulum.oftc.net]
inpursuitofsilence[m] has quit [resistance.oftc.net reticulum.oftc.net]
nielsdg has quit [resistance.oftc.net reticulum.oftc.net]
tales-aparecida has quit [resistance.oftc.net reticulum.oftc.net]
gallo has quit [resistance.oftc.net reticulum.oftc.net]
zeenix[m] has quit [resistance.oftc.net reticulum.oftc.net]
therickestrick001[m] has quit [resistance.oftc.net reticulum.oftc.net]
jkhsjdhjs has quit [resistance.oftc.net reticulum.oftc.net]
alatiera_afk[m] has quit [resistance.oftc.net reticulum.oftc.net]
unrznbl[m] has quit [resistance.oftc.net reticulum.oftc.net]
Sumera[m] has quit [resistance.oftc.net reticulum.oftc.net]
mceier has quit [resistance.oftc.net reticulum.oftc.net]
pq has quit [resistance.oftc.net reticulum.oftc.net]
scorpion2185[m]1 has quit [resistance.oftc.net reticulum.oftc.net]
FLHerne has quit [resistance.oftc.net reticulum.oftc.net]
zredshift[m] has quit [resistance.oftc.net reticulum.oftc.net]
nazarewk[m] has quit [resistance.oftc.net reticulum.oftc.net]
hasebastian[m] has quit [resistance.oftc.net reticulum.oftc.net]
hakzsam has quit [resistance.oftc.net reticulum.oftc.net]
Leopold_ has quit [resistance.oftc.net reticulum.oftc.net]
vsyrjala has quit [resistance.oftc.net reticulum.oftc.net]
bentiss has joined #freedesktop
Leopold_ has joined #freedesktop
marex has joined #freedesktop
Adrinael has joined #freedesktop
psychon has joined #freedesktop
jcristau has joined #freedesktop
jadahl has joined #freedesktop
Mithrandir has joined #freedesktop
shadeslayer has joined #freedesktop
ivyl has joined #freedesktop
Wallbraker has joined #freedesktop
aenderboy[m] has joined #freedesktop
Ristovski has joined #freedesktop
gnfzdz[m] has joined #freedesktop
marcel203s[m] has joined #freedesktop
tanty has joined #freedesktop
tomeu has joined #freedesktop
twopubsolar[m] has joined #freedesktop
halfline[m] has joined #freedesktop
ndufresne has joined #freedesktop
cassidy[m] has joined #freedesktop
Mark[m]1 has joined #freedesktop
rappet has joined #freedesktop
spuc950913 has joined #freedesktop
wb9688 has joined #freedesktop
mupuf has joined #freedesktop
gallo[m] has joined #freedesktop
DragoonAethis has joined #freedesktop
chrysn[m]1 has joined #freedesktop
koike4 has joined #freedesktop
i-garrison has joined #freedesktop
Thymo has joined #freedesktop
ckie has joined #freedesktop
alpernebbi has joined #freedesktop
Haaninjo has joined #freedesktop
ximion has joined #freedesktop
V has joined #freedesktop
gkiagia has joined #freedesktop
razze[m] has joined #freedesktop
dylan-m[m] has joined #freedesktop
heftig has joined #freedesktop
Soroush has joined #freedesktop
kusma has joined #freedesktop
mairacanal[m] has joined #freedesktop
dcbaker has joined #freedesktop
bnieuwenhuizen has joined #freedesktop
ofourdan has joined #freedesktop
Thaodan has joined #freedesktop
samuelig has joined #freedesktop
immibis has joined #freedesktop
inpursuitofsilence[m] has joined #freedesktop
nielsdg has joined #freedesktop
tales-aparecida has joined #freedesktop
gallo has joined #freedesktop
zeenix[m] has joined #freedesktop
therickestrick001[m] has joined #freedesktop
Sumera[m] has joined #freedesktop
mceier has joined #freedesktop
unrznbl[m] has joined #freedesktop
alatiera_afk[m] has joined #freedesktop
pq has joined #freedesktop
zredshift[m] has joined #freedesktop
FLHerne has joined #freedesktop
nazarewk[m] has joined #freedesktop
jkhsjdhjs has joined #freedesktop
scorpion2185[m]1 has joined #freedesktop
hasebastian[m] has joined #freedesktop
vsyrjala has joined #freedesktop
hakzsam has joined #freedesktop
manuels has joined #freedesktop
alatiera has joined #freedesktop
emersion has joined #freedesktop
vyivel has joined #freedesktop
tinywrkb has joined #freedesktop
Consolatis has joined #freedesktop
jani has joined #freedesktop
mitTengiz[m] has joined #freedesktop
swick[m] has joined #freedesktop
glehmann has joined #freedesktop
sergi has joined #freedesktop
r00tobo has joined #freedesktop
Venemo has joined #freedesktop
MrCooper has joined #freedesktop
Trevinho has joined #freedesktop
ttancos[m] has joined #freedesktop
muhlinux[m] has joined #freedesktop
ewlsh[m] has joined #freedesktop
bstrie[m] has joined #freedesktop
bendlas[m] has joined #freedesktop
jenatali has joined #freedesktop
pitsch[m] has joined #freedesktop
bilboed has joined #freedesktop
nirbheek_ has joined #freedesktop
sbraz has joined #freedesktop
pv has joined #freedesktop
DavidHeidelberg[m] has joined #freedesktop
JoshuaAshton has joined #freedesktop
Arsen has joined #freedesktop
italove has joined #freedesktop
kbingham has joined #freedesktop
whot has joined #freedesktop
ilmais1n has joined #freedesktop
tanuk has joined #freedesktop
jpnurmi has joined #freedesktop
elemongw has joined #freedesktop
cazzacarna has joined #freedesktop
ocrete has joined #freedesktop
ryanpavlik has joined #freedesktop
romangg has joined #freedesktop
__tim has joined #freedesktop
medicalwei has joined #freedesktop
iNKa has joined #freedesktop
Prf_Jakob has joined #freedesktop
pjakobsson has joined #freedesktop
minus has joined #freedesktop
arekm has joined #freedesktop
bfr_ has joined #freedesktop
nuclearcat has joined #freedesktop
m5zs7k has joined #freedesktop
dj-death has joined #freedesktop
dos1 has joined #freedesktop
ds` has joined #freedesktop
infernix has joined #freedesktop
GNUmoon2 has joined #freedesktop
dakr has joined #freedesktop
pixelcluster has joined #freedesktop
scrumplex has joined #freedesktop
pendingchaos has joined #freedesktop
dos1 has quit [Max SendQ exceeded]
dos1 has joined #freedesktop
mitTengiz[m] has quit [Ping timeout: 483 seconds]
pitsch[m] has quit [Ping timeout: 483 seconds]
unrznbl[m] has quit [Ping timeout: 481 seconds]
scorpion2185[m]1 has quit [Ping timeout: 481 seconds]
cassidy[m] has quit [Ping timeout: 484 seconds]
dylan-m[m] has quit [Ping timeout: 484 seconds]
pv has quit [Ping timeout: 483 seconds]
jenatali has quit [Ping timeout: 483 seconds]
ttancos[m] has quit [Ping timeout: 480 seconds]
marcel203s[m] has quit [Ping timeout: 480 seconds]
heftig has quit [Ping timeout: 480 seconds]
nielsdg has quit [Ping timeout: 480 seconds]
mitTengiz[m] has joined #freedesktop
pitsch[m] has joined #freedesktop
ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
ybogdano has quit [Ping timeout: 480 seconds]
dylan-m[m] has joined #freedesktop
anholt_ has quit [Remote host closed the connection]
random_james has quit [Remote host closed the connection]
random_james has joined #freedesktop