ngcortes has joined #freedesktop
ngcortes has quit [Remote host closed the connection]
alatiera5 has joined #freedesktop
alatiera has quit [Ping timeout: 480 seconds]
Kayden has quit [Read error: Connection reset by peer]
Kayden has joined #freedesktop
omegatron has quit [Ping timeout: 480 seconds]
ana_ana has quit [Quit: Dx]
aaronp has quit [Ping timeout: 480 seconds]
orumin has joined #freedesktop
blue__penquin has joined #freedesktop
danvet has joined #freedesktop
Ekho has joined #freedesktop
__pv_ has joined #freedesktop
__pv has quit [Ping timeout: 480 seconds]
__pv has joined #freedesktop
__pv_ has quit [Ping timeout: 480 seconds]
<mupuf> The runner fdo-packet-m1xl-3 seems to have run out of disk spacew
<mupuf> and earlier, I had issues with gpp on one packet runner, which makes me believe there might be an ntp service down on it
__pv has quit [Remote host closed the connection]
__pv has joined #freedesktop
blue__penquin has quit []
<bentiss> mupuf: indeed disk full on m1xl3.... how can this be happening????
* mupuf hopes he was not contributing significantly to it!
<bentiss> mupuf: nope, there was a volume with too many recursions in the symbolic links, and docker-free-space was just raising an exception
<bentiss> so basically it was not running
<mupuf> I see
<mupuf> *sigh of relief*
<bentiss> alright, added a try/catch, and redeployed on all runners
<jani> fwiw freenode has really changed into a hostile place now, experienced it first hand
<mupuf> jani: tell us more!
<jani> mupuf: we moved a channel to libera, changed the topic to reflect that, and eventually prevented rejoins to the freenode channel. a freenodecom bot joined the channel, took it over, opened it up again, and set the topic to say the topic was in violation of freenode policies
<mupuf> jani: ah, right, this policy...
<jani> mupuf: also says the new channel is ##channelname with double hash
<mupuf> I guess they look for any topic having the name "Libera.Chat" in it
<mupuf> they definitely are sore loosers
<mupuf> I see, they really are trying hard to be entitled to have people on their servers
<emersion> i've experienced this as well with sway
<emersion> i've asked the freenode OPs to re-gain founder, then closed the channel
<emersion> we may want to avoid mentionning OFTC/Libera Chat in the topic of the old channels
<emersion> or just straight up close them
<jani> emersion: so how do you close them?
<emersion> i've "/mode +i" then "/msg chanserv clear #sway users We are moving to Libera Chat" then "/msg chanserv set #sway restricted on"
<emersion> + cleared the topic, + "/msg chanserv set #sway guard on" so that i can leave the network
<emersion> the result is that users cannot join the channel anymore
<jani> emersion: see, I think we did something like that, but the channel was taken over after that, and re-opened
<emersion> hm, maybe because you missed the "clear topic" step? :P
<jani> I guess
<emersion> this is such a pain
<jani> need to miss-spell libera.chat it like the damn viagra spam mails
<emersion> ahah
<ivyl> https://freenode.net/news/for-foss thre's also this post
<ivyl> it has super weird vibe to it
<emersion> sprinkle some 0x200B characters around
<daniels> funnily enough none of the channels with OFTC in the topic have been smashed with the takeover hammer
<daniels> which obviously means that we made the right choice and that Libera was never going to work :P
* emersion *regret*
<jani> ;D
gkiagia[m] has joined #freedesktop
<mupuf> I guess OFTC isn;t that popular... and they have nothing personal against it
i-garrison has joined #freedesktop
Seirdy has quit [Ping timeout: 480 seconds]
<pepp> some jobs from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10523 latest pipelines failed on artefacts upload with error 500
<gitlab-bot> Mesa issue (Merge request) 10523 in mesa "st/mesa: fix clearing of 1D array textures" [Gallium, Opened]
<pepp> should I retry? or is this a known issue and I should wait for a fix?
<daniels> pepp: known
<daniels> please retry for now, it won't be fixed today
<pepp> ok thanks; merging this MR is not urgent, I'll retry later
Seirdy has joined #freedesktop
emersion has quit [Remote host closed the connection]
emersion has joined #freedesktop
omegatron has joined #freedesktop
<mupuf> is it also known that docker-in-docker is broken?
<mupuf> *** WARNING: Service runner-lb3m2qse-project-8246-concurrent-0-bb95ed92368ac5cb-docker-0 probably didn't start properly.
<daniels> mupuf: no
<daniels> I haven't seen that yet, but I have seen jobs which I do know use dind retire correctly
<mupuf> the job is over... but it lingers on
<daniels> I don't have time to check this right now, but if you were able to narrow it down (fails always/sometimes, fails on a particular runner / everywhere), that would be useful
<mupuf> daniels: sure thing!
<daniels> thanks!
<mupuf> Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge' sounds like the issue
<daniels> uhh
<mupuf> modprobe: can't change directory to '/lib/modules': No such file or directory
<mupuf> :D
<mupuf> might be related to the issue bentiss fixed this morning
<daniels> tbf, it seems like it did actually work and start with a real IP
<daniels> it just ate a random 15s stall which presumably pushed it over the internal timeout
<daniels> (see the jump from .33 -> .48 in the dind init)
<mupuf> yeah. Checking out how reproducible it is. So far, I got 2/2
<daniels> I mean the other answer is 'don't use dind because we want to not support that'
<mupuf> Now also seen on gst-htz-3...
<bentiss> daniels++
<bentiss> mupuf: you should really consider removing dind, because in the next couple of months we are likely to remove that capability
<daniels> mupuf: you can use `buildah bud` to turn Dockerfiles into containers using not-Docker
<mupuf> yeah, we already started moving out of it. But funnily-enough we are having issues running buildah on our runners without privileged=True... because seccomp:unconfined seems to be broken
<mupuf> (s/broken/ignored)
<daniels> woohoo
<bentiss> mupuf: same here, some seccomp changes are required
<mupuf> bentiss: good to hear!
<mupuf> the worst thing is that it has worked for a little while
<mupuf> I guess we'll drop dind this week
tchar has joined #freedesktop
<mupuf> bentiss: did they inline the file in the config of all runners? One cannot use a file with the current gitlab runner toml conf file
<bentiss> mupuf: yes and no
<mupuf> I see. They use jinja to inline it
<bentiss> that's a gitlab runner limitation, it assumes the seccomp param to be inlined
<bentiss> yeah. we are going to use a helmfile here to deploy the runners through kubernetes
<mupuf> ack!
ceyusa has quit [Remote host closed the connection]
ceyusa has joined #freedesktop
SanchayanM has joined #freedesktop
SanchayanM has quit []
SanchayanM has joined #freedesktop
SanchayanM has quit []
SanchayanMaity_ has joined #freedesktop
SanchayanMaity_ has quit []
SanchayanMaity has joined #freedesktop
nirbheek is now known as Guest4969
nirbheek has joined #freedesktop
Guest4969 has left #freedesktop [#freedesktop]
vkareh has joined #freedesktop
__pv is now known as pv
ebassi has joined #freedesktop
FrostKiwi has joined #freedesktop
<FrostKiwi> Hey there :] I'm trying to build mesa on FreeBSD and fail at "/include/c1/threads.h calling function 'pthread_cond_wait' requires holding mutex 'mtx' [...]" anyone tryed building mesa on FreeBSD an seend this before?
<__tim> bentiss, something seems to be working again (artefact upload) :)
FrostKiwi has quit [Ping timeout: 480 seconds]
adjtm_ has quit []
adjtm has joined #freedesktop
karolherbst has quit [Remote host closed the connection]
<daniels> __tim: DON'T CURSE IT
<__tim> 🤐
<daniels> just silently be happy, pray it continues to do so, and avoid any black cats
karolherbst has joined #freedesktop
blue__penquin has joined #freedesktop
karolherbst has quit []
karolherbst has joined #freedesktop
adjtm has quit []
adjtm has joined #freedesktop
* Ford_Prefect walks under a ladder for good luck
adjtm has quit []
adjtm has joined #freedesktop
blue__penquin has quit []
<pq> I keep refreshing https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/596/diffs and it just keeps saying "Something went wrong on our end. Please try again!"
<gitlab-bot> wayland issue (Merge request) 596 in weston "Gamma correct blending with sRGB" [Colour Management, Gl Renderer, Testing, Opened]
<pq> and I don't see the CI code coverage annotations I was looking for
ebassi has quit []
ebassi has joined #freedesktop
ebassi has quit []
ebassi has joined #freedesktop
adjtm_ has joined #freedesktop
adjtm has quit [Remote host closed the connection]
<mceier> pq: do you see an error message about CSP in console (when you press F12) ?
<mceier> if yes, I had the same issue with firefox at work; I don't have that issue with firefox at home though ;)
<pq> no, but I see e.g. some JSON.parse errors
<mceier> ok
<mceier> it loads here correctly then, no issue
<pq> what's CSP?
<mceier> Content Security Policy
<pq> nope, nothing like that
<mceier> ok
adjtm_ is now known as adjtm
<pq> I have "source map errors"
adjtm has quit [Quit: Leaving]
adjtm has joined #freedesktop
alatiera5 has left #freedesktop [#freedesktop]
alatiera has joined #freedesktop
<imirkin> also JSON.parse is not affected by CSP...
<imirkin> (except as part of the wider javascript script-src rules)
<mceier> imirkin: yeah, it was about webworkers, so it's different issue ;)
narmstrong has joined #freedesktop
aaronp has joined #freedesktop
ndufresne is now known as Guest7
eh5 has joined #freedesktop
Guest7 is now known as ndufresne
adjtm is now known as Guest17
adjtm has joined #freedesktop
Guest17 has quit [Remote host closed the connection]
karolherbst has quit [Read error: Connection reset by peer]
karolherbst has joined #freedesktop
Ford_Prefect is now known as Ford_Prefect[m]
Ford_Prefect[m] has left #freedesktop [#freedesktop]
Ford_Prefect has joined #freedesktop
Ford_Prefect is now known as Ford_Prefect[m]
Ford_Prefect[m] is now known as Ford_Prefect
tanuk has quit []
tanuk has joined #freedesktop
tanuk has quit []
tanuk has joined #freedesktop
tanuk has quit []
tanuk has joined #freedesktop
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
ngcortes has joined #freedesktop
heftig has left #freedesktop [#freedesktop]
hir0pro has joined #freedesktop
hir0pro has quit [Quit: hir0pro]
hir0pro has joined #freedesktop
ngcortes has quit [Remote host closed the connection]
aaronp_ has joined #freedesktop
aaronp has quit [Read error: Connection reset by peer]
tsdgeos has joined #freedesktop
ngcortes has joined #freedesktop
aaronp_ is now known as aaronp
V has joined #freedesktop
naveen521kk1 has joined #freedesktop
naveen521kk1 has quit []
ngcortes has quit [Remote host closed the connection]
ngcortes has joined #freedesktop
jjardon has joined #freedesktop
i-garrison has quit []
vkarehfa has joined #freedesktop
vkareh has quit [Ping timeout: 480 seconds]
ngcortes has quit [Ping timeout: 480 seconds]
<austriancoder> is there a freenode IRC channel trick to prevent takeover from freenode staff? Should /mode #channel l 1 do the trick?
vkarehfa has quit []
<emersion> i've just cleared all users, reset the topic, set to secret and invite-only
ngcortes has joined #freedesktop
jarthur has joined #freedesktop
<austriancoder> thx
<imirkin> can't prevent a server operator from doing stuff
<imirkin> but you can make it less likely they'll notice
tsdgeos has quit []
ngcortes has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
aaronp is now known as Guest19
aaronp has joined #freedesktop
Guest19 has quit [Remote host closed the connection]
ngcortes has joined #freedesktop
<FLHerne> I see some clients have started adding warnings when you connect to freenode
<DragoonAethis> AFAIK that was after #quasseldroid got taken over as well
<FLHerne> Yeah
<omegatron> oh lord ... someone knows, if the #bash channel over there is still "as always" or did they move too ?
znahry610 has joined #freedesktop
<FLHerne> There are 289 users in the libera channel, so I guess they've moved