!9IQChSjwSHXPPWTa:lix.systems

Lix

1084 Members
Lix user channel. Feel free to discuss on-topic issues here and give each other help. For matrix.to links to the rest of the Lix channels, see: https://wiki.lix.systems/books/lix-organisation/page/matrix-rooms294 Servers

Load older messages


SenderMessageTime
28 Oct 2025
@ekler:feel-co.orgekleryou can try tracing it and see what happens22:19:06
29 Oct 2025
@leona:leona.isleona

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:leona.isleona *

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:fossi-chat.orgdonnalso happening here12:18:02
@raitobezarius:matrix.orgraitobezariusyep, alerting seems unhappy12:34:36
@raitobezarius:matrix.orgraitobezariushttps://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-15212:38:43
@raitobezarius:matrix.orgraitobezarius leona: thanks for the report, this is resolved temporarily 12:46:57
@lillecarl:matrix.orglillecarlI 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
@arianvp:matrix.orgArianSo 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 bootstrap14:20:55
@k900:0upti.meK900Do you mean bootstrap-tools bootstrap or minimal bootstrap14:21:22
@k900:0upti.meK900Because minimal bootstrap is horked14:21:27
@arianvp:matrix.orgArian bootstrap-tools bootstrap. 14:21:42
@k900:0upti.meK900lixStatic then?14:21:49
@k900:0upti.meK900Should be self-contained largely14:21:54
@k900:0upti.meK900Though after that you have to build a normal Lix the long way14:22:36
@arianvp:matrix.orgArianBut I want to build that without lix I assume :P14:22:57
@k900:0upti.meK900Well you can just build a Lix with any meson/clang you have14:23:14
@k900:0upti.meK900(assuming it's not horribly outdated)14:24:04
@k900:0upti.meK900But the equivalent of bootstrap-tools would be just lixStatic14:24:15
@k900:0upti.meK900You can't build a bootstrap-tools out of nix either14:24:46
@k900:0upti.meK900(at least not easily)14:24:48
@arianvp:matrix.orgArian There is enough in the bootstrap-tools tarball to be able to build lix I assume right? 14:25:14
@arianvp:matrix.orgArianOr is it not that easy :’)14:25:27
@k900:0upti.meK900No14:25:28
@k900:0upti.meK900bootstrap-tools is just enough GCC to build a GCC14:25:36
@k900:0upti.meK900And everything else builds on top of that14:25:42
@k900:0upti.meK900Mostly in nixpkgs14:25:48
@k900:0upti.meK900The bootstrap-tools GCC is not really usable for things that are not boostrapping a proper GCC14:26:14
@raitobezarius:matrix.orgraitobezarius Arian: there's ideas to bootstrap lix without lix 14:26:21
@raitobezarius:matrix.orgraitobezariusbut what K900 said is right I think14:26:46

Show newer messages


Back to Room ListRoom Version: 10