31 May 2022 |
hexa | but on desktop I have no unreads | 13:58:12 |
dotlambda | 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 joined the room. | 16:04:00 |
@pennae:matrix.eno.space | is this a good place to ask about moderation decisions (server bans) on the nixos matrix channels? | 16:04:37 |
@linus:schreibt.jetzt | #matrix-discussion:nixos.org probably | 16:04:50 |
@linus:schreibt.jetzt | This is more about matrix stuff in nixpkgs | 16:05:51 |
@pennae:matrix.eno.space | guessed so too but still wanted to ask because the wiki page didn't entirely clarify. thank you :) | 16:06:46 |
| @pennae:matrix.eno.space left the room. | 16:07:57 |
piegames | There's also #moderation:nixos.org FWIW | 16:08:37 |
piegames | Oops too late ^^ | 16:08:50 |
2 Jun 2022 |
| Sandro 🐧 joined the room. | 21:31:17 |
6 Jun 2022 |
| kraem changed their profile picture. | 14:47:25 |
10 Jun 2022 |
| Alexandra changed their profile picture. | 22:41:23 |
14 Jun 2022 |
FantasyCookie17 🏳️🌈🏳️⚧️ | 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 | I couldn't reproduce this | 14:20:20 |
FantasyCookie17 🏳️🌈🏳️⚧️ | Oh… that's… not great… | 14:57:39 |
FantasyCookie17 🏳️🌈🏳️⚧️ | Do you… have the Nix sandbox disabled? | 14:58:02 |
Dandellion | no | 14:58:11 |
FantasyCookie17 🏳️🌈🏳️⚧️ | Why else would it think it's offline when it's not? | 14:58:30 |
Dandellion | its supposed to be offline | 14:58:50 |
Dandellion | there's a SIGKILL in your log which looks a little sus | 14:58:56 |
FantasyCookie17 🏳️🌈🏳️⚧️ | Hm… where could that be coming from? | 14:59:39 |
Dandellion | did you try building it more times? | 15:01:25 |
Dandellion | are you sure you didnt hit ctrl+c upon seeing the warnings or something? | 15:01:39 |
FantasyCookie17 🏳️🌈🏳️⚧️ | Yes… several times, and no Ctrl C… | 15:01:54 |
Dandellion | huh, then that is strange | 15:02:01 |
FantasyCookie17 🏳️🌈🏳️⚧️ | Ctrl+C would be SIGTERM, not SIGKILL, anyway, afaik… | 15:02:37 |
Dandellion | yaeh sigint | 15:03:08 |