!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

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

Load older messages


SenderMessageTime
3 Feb 2024
@hexa:lossy.networkhexahm ok22:29:59
@hexa:lossy.networkhexaI'll whip something up then22:30:02
@hexa:lossy.networkhexa h7x4: is your PR tested/working? 22:58:53
@hexa:lossy.networkhexa
[   12.712200] synapse[987]: synapse.util.httpresourcetree: [sentinel] Attaching <synapse.replication.http.ReplicationRestResource object at 0x7fa71aeac990> to path b'/_synapse/replication'
[   12.713878] synapse[987]: twisted: [sentinel] SynapseSite starting on '/run/matrix-synapse/main_replication.sock'
[   12.714548] synapse_homeserver[987]: Error during startup:
[   12.718559] synapse[987]: synapse.app._base: [sentinel] Error during startup
Traceback (most recent call last):
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 258, in wrapper
    await cb(*args, **kwargs)
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/homeserver.py", line 370, in start
    await _base.start(hs)
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 594, in start
    hs.start_listening()
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/homeserver.py", line 258, in start_listening
    self._listener_http(self.config, listener)
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/homeserver.py", line 147, in _listener_http
    ports = listen_http(
            ^^^^^^^^^^^^
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 441, in listen_http
    ports = listen_unix(
            ^^^^^^^^^^^^
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 388, in listen_unix
    cast(Port, reactor.listenUNIX(path, factory, backlog, mode, wantPID))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/gmygp534ydqbs1iw63090m9vixkcydrq-python3-3.11.7-env/lib/python3.11/site-packages/twisted/internet/posixbase.py", line 265, in listenUNIX
    p.startListening()
  File "/nix/store/gmygp534ydqbs1iw63090m9vixkcydrq-python3-3.11.7-env/lib/python3.11/site-packages/twisted/internet/unix.py", line 387, in startListening
    if not self.lockFile.lock():
           ^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/gmygp534ydqbs1iw63090m9vixkcydrq-python3-3.11.7-env/lib/python3.11/site-packages/twisted/python/lockfile.py", line 157, in lock
    symlink(str(os.getpid()), self.name)
FileNotFoundError: [Errno 2] No such file or directory: '987' -> b'/run/matrix-synapse/main_replication.sock.lock'
22:59:54
@hexa:lossy.networkhexa *
[   12.712200] synapse[987]: synapse.util.httpresourcetree: [sentinel] Attaching <synapse.replication.http.ReplicationRestResource object at 0x7fa71aeac990> to path b'/_synapse/replication'
[   12.713878] synapse[987]: twisted: [sentinel] SynapseSite starting on '/run/matrix-synapse/main_replication.sock'
[   12.714548] synapse_homeserver[987]: Error during startup:
[   12.718559] synapse[987]: synapse.app._base: [sentinel] Error during startup
Traceback (most recent call last):
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 258, in wrapper
    await cb(*args, **kwargs)
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/homeserver.py", line 370, in start
    await _base.start(hs)
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 594, in start
    hs.start_listening()
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/homeserver.py", line 258, in start_listening
    self._listener_http(self.config, listener)
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/homeserver.py", line 147, in _listener_http
    ports = listen_http(
            ^^^^^^^^^^^^
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 441, in listen_http
    ports = listen_unix(
            ^^^^^^^^^^^^
  File "/nix/store/gxma1wp6xc25vp8lza0bkhm30abrl1l1-matrix-synapse-1.100.0/lib/python3.11/site-packages/synapse/app/_base.py", line 388, in listen_unix
    cast(Port, reactor.listenUNIX(path, factory, backlog, mode, wantPID))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/gmygp534ydqbs1iw63090m9vixkcydrq-python3-3.11.7-env/lib/python3.11/site-packages/twisted/internet/posixbase.py", line 265, in listenUNIX
    p.startListening()
  File "/nix/store/gmygp534ydqbs1iw63090m9vixkcydrq-python3-3.11.7-env/lib/python3.11/site-packages/twisted/internet/unix.py", line 387, in startListening
    if not self.lockFile.lock():
           ^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/gmygp534ydqbs1iw63090m9vixkcydrq-python3-3.11.7-env/lib/python3.11/site-packages/twisted/python/lockfile.py", line 157, in lock
    symlink(str(os.getpid()), self.name)
FileNotFoundError: [Errno 2] No such file or directory: '987' -> b'/run/matrix-synapse/main_replication.sock.lock'
22:59:58
@hexa:lossy.networkhexabecause that is what I see on mine23:00:42
@hexa:lossy.networkhexanvm, I can't type correctly23:01:39
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/28617223:11:14
4 Feb 2024
@hexa:lossy.networkhexahttps://github.com/NixOS/nix/issues/757817:20:13
5 Feb 2024
@hexa:lossy.networkhexathat was a fun ride16:11:02
@hexa:lossy.networkhexalet's not do it again soon.16:11:09
@dandellion:dodsorf.asDandellion Wow I just caught up..

That's crazy. Good job everyone involved!
23:44:49
6 Feb 2024
@ma27:nicht-so.sexyma27I'll do my best to do a review today btw!08:45:11
7 Feb 2024
@risson:lama-corp.spacerisson changed their profile picture.22:47:28
10 Feb 2024
@raspher:nixos.devraspher joined the room.16:52:28
@raspher:nixos.devraspher changed their display name from Szymon Scholz to raspher.20:50:12
14 Feb 2024
@raspher:nixos.devraspher set a profile picture.01:30:43
20 Feb 2024
@sumner:nevarro.spaceSumner EvansI keep having this issue where Element decides that it can't write to the database anymore (claiming it's out of disk space), and says it needs to reload, and when it does it comes up with "Missing Session Data". I definitely have enough free disk space (200+ GB), so it's not actually that. Any ideas of what it might actually be?15:20:26
@sumner:nevarro.spaceSumner Evans(Element also seems to have forgotten how to send notifications as well, so not sure what's going on there either)15:22:44
@florian:wolkenplanet.deFlorian
In reply to @sumner:nevarro.space
I keep having this issue where Element decides that it can't write to the database anymore (claiming it's out of disk space), and says it needs to reload, and when it does it comes up with "Missing Session Data". I definitely have enough free disk space (200+ GB), so it's not actually that. Any ideas of what it might actually be?
I have no idea what's happening there, but I also repeatedly stumbled into that problem.
15:29:51
@hexa:lossy.networkhexaelement-web or element-desktop?20:06:31
@hexa:lossy.networkhexae.g. firefox has limited local storage per site20:07:18
@sumner:nevarro.spaceSumner Evanselement desktop. Just happened to me twice today.20:12:13
@sumner:nevarro.spaceSumner EvansI have a feeling it has to do with the large number of keys that my account has, but it's really stupid that it just blows up20:14:49
23 Feb 2024
@janejasperous:one.ems.host@janejasperous:one.ems.host left the room.16:35:54
@lehmanator:tchncs.deSam Lehman joined the room.20:05:05
4 Mar 2024
@hexa:lossy.networkhexahow does synapse merge the extraConfigFiles?21:47:43
@hexa:lossy.networkhexaI have an OIDC provider set up, and that is basically an object within a list21:48:01
@hexa:lossy.networkhexato I have to keep the whole oidc provider section in an extraConfigFile21:48:18
@hexa:lossy.networkhexa * do I have to keep the whole oidc provider section in an extraConfigFile21:48:30

Show newer messages


Back to Room ListRoom Version: 4