| 28 Oct 2025 |
| @mm_x__:matrix.org left the room. | 16:31:51 |
| @lonerorz:matrix.org left the room. | 16:39:21 |
lillecarl | Redacted or Malformed Event | 17:58:06 |
lavender.pet |  Download image.png | 22:00:51 |
lavender.pet | running into this issue on nix unstable | 22:01:04 |
ekler | In reply to @lavender.pet:voip.vera-visions.com sent an image. #users:nixos.org would probably be a better spot to ask, also how'd you install steam | 22:06:57 |
lavender.pet | it looks like its a nix os unstable issue https://github.com/NixOS/nixpkgs/issues/428938 | 22:07:26 |
lavender.pet | the recomended way
also it worked before upgrading to unstable | 22:07:42 |
lavender.pet | and still works if i force steam to launch with "steam-run steam" | 22:08:05 |
ekler | In reply to @lavender.pet:voip.vera-visions.com the recomended way also it worked before upgrading to unstable what's the "recommended" way? | 22:10:39 |
lavender.pet |  Download image.png | 22:09:35 |
lavender.pet | the way the manual suggests | 22:09:42 |
lavender.pet | again it worked fine before changing to unstable same a the issue link i posted | 22:10:09 |
ekler | It seems unlikely to be a nixpkgs issue or related to any channel, bc it's not really an error, and most of the time it resolves with wiping .steam and trying over | 22:18:21 |
ekler | you can try tracing it and see what happens | 22:19:06 |
| 29 Oct 2025 |
leona | git.lix.systems seems partly down again: the web alerts with
Failed to load asset files from https://git.lix.systems/assets/js/index.js?v=13.0.1~gitea-1.22.0. Please make sure the asset files can be accessed.
and locally (with nix flake update) it fails with
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 200 () (curl error code=92: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 65536 in 509ms ms (attempt 1/5)
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 206 () (curl error code=92: HTTP/2 stream 3 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 131072 in 935ms ms (attempt 2/5)
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 206 () (curl error code=92: HTTP/2 stream 5 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 196608 in 2117ms ms (attempt 3/5)
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 206 () (curl error code=92: HTTP/2 stream 7 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 262144 in 3878ms ms (attempt 4/5)
| 11:27:33 |
leona | * git.lix.systems seems partially down: the web alerts with
Failed to load asset files from https://git.lix.systems/assets/js/index.js?v=13.0.1~gitea-1.22.0. Please make sure the asset files can be accessed.
and locally (with nix flake update) it fails with
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 200 () (curl error code=92: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 65536 in 509ms ms (attempt 1/5)
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 206 () (curl error code=92: HTTP/2 stream 3 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 131072 in 935ms ms (attempt 2/5)
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 206 () (curl error code=92: HTTP/2 stream 5 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 196608 in 2117ms ms (attempt 3/5)
warning: error: unable to download 'https://git.lix.systems/lix-project/lix/archive/main.tar.gz': HTTP error 206 () (curl error code=92: HTTP/2 stream 7 was not closed cleanly: INTERNAL_ERROR (err 2)); retrying from offset 262144 in 3878ms ms (attempt 4/5)
| 11:27:58 |
donn | also happening here | 12:18:02 |
raitobezarius | yep, alerting seems unhappy | 12:34:36 |
raitobezarius | https://grafana.afnix.fr/?orgId=1&from=now-12h&to=now&timezone=browser&var-datasource=mimir&var-tenant=lix&var-hostname=lix.systems&var-diskdevices=%5Ba-z%5D%2B%7Cnvme%5B0-9%5D%2Bn%5B0-9%5D%2B%7Cmmcblk%5B0-9%5D%2B&refresh=5s&viewPanel=panel-152 | 12:38:43 |
raitobezarius | leona: thanks for the report, this is resolved temporarily | 12:46:57 |
lillecarl | I can see how Lix is frustrated with the hand-rolled Protos with little consideration to compatibility and extensibility😄 Reminds me of the good old days of working on World of Warcraft servers, though Blizzards was quite well thought-out for the time and they switched to protobufs not long after I quit that scene | 12:56:52 |
Arian | So nixpkgs has this nice stdenv bootstrap. Is there an analogous bootstrap for lix itself? Not much use in a bootstrap if the build tool itself can’t be bootstrapped with said bootstrap | 14:20:55 |
K900 | Do you mean bootstrap-tools bootstrap or minimal bootstrap | 14:21:22 |
K900 | Because minimal bootstrap is horked | 14:21:27 |
Arian | bootstrap-tools bootstrap. | 14:21:42 |
K900 | lixStatic then? | 14:21:49 |
K900 | Should be self-contained largely | 14:21:54 |
K900 | Though after that you have to build a normal Lix the long way | 14:22:36 |
Arian | But I want to build that without lix I assume :P | 14:22:57 |