10 Dec 2024 |
jade_ | which is sick | 19:58:41 |
Charles | maybe i'll try to use this at work at some point | 19:59:47 |
Charles | tired of people asserting on like 10% of the fields of things | 20:00:09 |
jade_ | its like, Good. i really wanted it as a former rust-analyzer dev | 20:00:27 |
jade_ | In reply to @puck:puck.moe uhhhhhh, jdwp it? :p do you remember if we actually have jdwp configured? | 20:01:33 |
jade_ | yk what i will just restart the service, but we should probably fix this | 20:02:07 |
jade_ | also i am not sure if we are scraping gerrit to prom | 20:02:17 |
jade_ | raitobezarius is the gerrit at scale knower, but i think none of that work landed on lix's gerrit | 20:02:44 |
jade_ | well, restarting it fixed my own ssh haunting, idk what it was doing | 20:04:50 |
puck | In reply to @jade_:matrix.org do you remember if we actually have jdwp configured? jsadebugd can attach to an existing process, lol | 20:06:23 |
jade_ | ah | 20:06:59 |
jade_ | hiya piegames and aloisw you now have approving rights across lix gerrit per agreement of a poll of the core team. enjoy :)
as is the case for anyone, feel free to pull in more reviewers if you're not confident, but if you think the change is good feel free to stamp it
| 20:15:07 |
Charles | TIL https://docs.python.org/3/library/contextlib.html#contextlib.ExitStack | 20:15:15 |
jade_ | i think that we have been badly failing at giving away more approval rights and we can fix this | 20:23:04 |
jade_ | alright, 24.11 upgrade CL updated to fix a minor curl weirdness (for some reason curl changed its error message behaviour and the nix one is weird to begin with):
archlinux:
$ curl https://self-signed.badssl.com
curl: (60) SSL peer certificate or SSH remote key was not OK
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
nixos 24.11:
$ curl https://self-signed.badssl.com
curl: (35) TLS connect error: error:80000002:system library::No such file or directory
$ nix build --no-substitute --expr 'import <nix/fetchurl.nix> { url = "https://self-signed.badssl.com/index.html"; hash = "sha256-rsBwZF/lPuOzdjBZN2E08FjMM3JHyXit0Xi2zN+wAZ8="; }' 2>&1
warning: error: unable to download 'https://self-signed.badssl.com/index.html': SSL peer certificate or SSH remote key was not OK (60) ; retrying in 318 ms
nixos 24.05:
curl https://self-signed.badssl.com
curl: (35) OpenSSL/3.0.14: error:16000069:STORE routines::unregistered scheme
idk why our curl errors are very bad, or indeed why the one that previously said "self-signed certificate" disappeared from CURL_ERRORBUF, but
| 20:39:23 |
jade_ | ah, unrelated:
SSL_CERT_DIR=/etc/ssl/certs curl https://self-signed.badssl.com
curl: (60) SSL peer certificate or SSH remote key was not OK
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
| 20:40:46 |
jade_ | 24.05:
SSL_CERT_DIR=/etc/ssl/certs curl https://self-signed.badssl.com
curl: (60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
| 20:41:31 |
jade_ | okay yeah this is a curl change idk what it is tho | 20:41:41 |
raitobezarius | In reply to @jade_:matrix.org raitobezarius is the gerrit at scale knower, but i think none of that work landed on lix's gerrit yeah, i should probably add the monitoring | 22:56:34 |
9999years | raitobezarius: buildbot job is haunted (running for 20 days 9 hours and counting) https://buildbot.lix.systems/#/builders/33/builds/4287 | 23:39:40 |
9999years | clicking "stop" doesn't appear to do anything | 23:39:47 |
raitobezarius | let's see | 23:41:39 |
raitobezarius | i will just systemctl restart the coordinator | 23:41:49 |
raitobezarius | should be fine, 9999years | 23:45:21 |
raitobezarius | thanks for the report! | 23:45:23 |
11 Dec 2024 |
9999years | yw! | 00:09:02 |
piegames | 9999years: how much do you dislike the yaml ASTs? Have you looked at JSON in comparison? | 11:04:20 |
Yureka (she/her) | I'm struggling to understand how the embedded sandbox shell is supposed to work | 13:05:56 |
Yureka (she/her) | I think it doesn't | 13:06:06 |
Yureka (she/her) | The mechanism is triggered if SANDBOX_SHELL is defined as __embedded_sandbox_shell__ , but that doesn't happen anywhere
| 13:08:35 |