!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

129 Members
Coordination and discussion about the matrix subsystem in NixOS - https://nixos.wiki/wiki/Matrix63 Servers

Load older messages


SenderMessageTime
1 Jun 2022
@piegames:matrix.org@piegames:matrix.orgOops too late ^^16:08:50
2 Jun 2022
@sandro:supersandro.deSandro 🐧 joined the room.21:31:17
6 Jun 2022
@kraem:ne.bul.aekraem changed their profile picture.14:47:25
10 Jun 2022
@alxanyae:matrix.orgalyaeanyx changed their profile picture.22:41:23
14 Jun 2022
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.eu
unpacking sources
unpacking source archive /nix/store/yzgy1mvxhscsj6w8qzj9i84mjhvzjy7k-source
source root is source
patching sources
updateAutotoolsGnuConfigScriptsPhase
configuring
building
yarn run v1.22.19
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
warning Skipping preferred cache folder "/homeless-shelter/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/build/.yarn-cache-1000".
$ node scripts/copy-res.js --offline
warning Cannot find a suitable global folder. Tried these: "/usr/local, /homeless-shelter/.yarn"
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Delete sessions
Found entry in i18n file in both singular and pluralised form Delete sessions
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm deleting these sessions by using Single Sign On to prove your identity.
Found entry in i18n file in both singular and pluralised form Click the button below to confirm deleting these sessions.
Found entry in i18n file in both singular and pluralised form Delete sessions
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Done in 6.62s.
yarn run v1.22.19
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
warning Skipping preferred cache folder "/homeless-shelter/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/build/.yarn-cache-1000".
$ webpack --progress --bail --mode production --offline
warning Cannot find a suitable global folder. Tried these: "/usr/local, /homeless-shelter/.yarn"

92% chunk asset optimization TerserPluginerror Command failed with signal "SIGKILL"..13/node_modules/css-loader/dist/cjs.js??ref--7-1!/nix/store/2xfr08c9iy696nq2855r3vb126d2ayby-element-web-modules-1.10.13/node_modules/postcss-loader/src/index.js??postcss!/nix/store/2xfr08c9iy696nq2855r3vb126d2ayby-element-web-modules-1.10.13/node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss 0855r3vb126d2ayby-element-web-modules-1.10.13/node_modules/matrix-react-sdk/res/themes/dark/css/dark.scssss[22m
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error: builder for '/nix/store/c7qf9drzw9wijxx6vhih2ingj81n8sfx-element-web-1.10.13.drv' failed with exit code 1

Seems like the latest Element Web package is broken? This happened on nixos-rebuild switch --upgrade, with

let
elementWebConfig = {
    default_server_config = {
        "m.homeserver" = {
            base_url = "https://matrix.artemislena.eu";
            server_name = "artemislena.eu";
        };
        "m.identity_server".base_url = null;
    };
    disable_guests = true;
    disable_3pid_login = true;
    showLabsSettings = true;
};
in

and somewhere further down below, in the Caddyfile config, root ${pkgs.element-web.override(old: {conf = elementWebConfig;})}

13:46:12
@dandellion:dodsorf.asDandellionI couldn't reproduce this14:20:20
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euOh… that's… not great…14:57:39
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euDo you… have the Nix sandbox disabled?14:58:02
@dandellion:dodsorf.asDandellionno14:58:11
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euWhy else would it think it's offline when it's not?14:58:30
@dandellion:dodsorf.asDandellionits supposed to be offline14:58:50
@dandellion:dodsorf.asDandellionthere's a SIGKILL in your log which looks a little sus14:58:56
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euHm… where could that be coming from?14:59:39
@dandellion:dodsorf.asDandelliondid you try building it more times?15:01:25
@dandellion:dodsorf.asDandellionare you sure you didnt hit ctrl+c upon seeing the warnings or something?15:01:39
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euYes… several times, and no Ctrl C…15:01:54
@dandellion:dodsorf.asDandellionhuh, then that is strange15:02:01
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euCtrl+C would be SIGTERM, not SIGKILL, anyway, afaik…15:02:37
@dandellion:dodsorf.asDandellionyaeh sigint15:03:08
@dandellion:dodsorf.asDandellion * yeah sigint15:03:12
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.eu

https://github.com/jupyterhub/jupyterlab-hub/issues/44

It… could be a memory issue?

15:08:44
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euBut our machine has 4GB…15:08:54
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euMaybe… if we add a swapfile…15:09:08
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euThat… seems to have fixed it…16:36:13
@ralith:ralith.comRalith4G isn't much these days19:43:27
@ralith:ralith.comRalithespecially when there's web crap involved19:44:02
16 Jun 2022
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euIt's an ARM machine… and it's more than enough for what it usually runs (Caddy + WireGuard + BorgBackup twice a day)…04:44:47
@linus:schreibt.jetzt@linus:schreibt.jetztBuilds often do need more memory though08:34:50
* @linus:schreibt.jetzt@linus:schreibt.jetzt has flashbacks to ARMv7 system that couldn't compile chromium because it didn't have enough address space 08:35:21
@linus:schreibt.jetzt@linus:schreibt.jetzt(Or was it Firefox?)08:35:45

Show newer messages


Back to Room ListRoom Version: 4