!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

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

You have reached the beginning of time (for this room).


SenderMessageTime
31 May 2022
@hexa:lossy.networkhexabut on desktop I have no unreads13:58:12
@robert:funklause.dedotlambda
In reply to @dandellion:dodsorf.as
this sometimes happens, a settings>clearing cache (in element not in android) usually resolves it
Seems to have helped. Nice
15:21:59
1 Jun 2022
@pennae:matrix.eno.space@pennae:matrix.eno.space joined the room.16:04:00
@pennae:matrix.eno.space@pennae:matrix.eno.spaceis this a good place to ask about moderation decisions (server bans) on the nixos matrix channels?16:04:37
@linus:schreibt.jetzt@linus:schreibt.jetzt #matrix-discussion:nixos.org probably 16:04:50
@linus:schreibt.jetzt@linus:schreibt.jetztThis is more about matrix stuff in nixpkgs16:05:51
@pennae:matrix.eno.space@pennae:matrix.eno.spaceguessed so too but still wanted to ask because the wiki page didn't entirely clarify. thank you :)16:06:46
@pennae:matrix.eno.space@pennae:matrix.eno.space left the room.16:07:57
@piegames:matrix.orgpiegames There's also #moderation:nixos.org FWIW 16:08:37
@piegames:matrix.orgpiegamesOops 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.orgAlexandra changed their profile picture.22:41:23
14 Jun 2022
@fantasycookie17:artemislena.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️
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.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️Oh… that's… not great…14:57:39
@fantasycookie17:artemislena.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️Do you… have the Nix sandbox disabled?14:58:02
@dandellion:dodsorf.asDandellionno14:58:11
@fantasycookie17:artemislena.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️Why 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.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️Hm… 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.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️Yes… several times, and no Ctrl C…15:01:54
@dandellion:dodsorf.asDandellionhuh, then that is strange15:02:01
@fantasycookie17:artemislena.euFantasyCookie17 🏳️‍🌈🏳️‍⚧️Ctrl+C would be SIGTERM, not SIGKILL, anyway, afaik…15:02:37
@dandellion:dodsorf.asDandellionyaeh sigint15:03:08

Show newer messages


Back to Room ListRoom Version: 4