!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

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

Load older messages


SenderMessageTime
26 Jan 2024
@hexa:lossy.networkhexaI'd rather not do it 🙂16:51:17
@dandellion:dodsorf.asDandellionI can do it16:51:27
1 Feb 2024
@hexa:lossy.networkhexa
In reply to @dandellion:dodsorf.as
I can do it
hey, did you have time to look into that?
16:54:57
3 Feb 2024
@hexa:lossy.networkhexa Dandellion? 21:52:23
@h7x4:nani.wtfh7x4I think he's a bit busy with FOSDEM atm, but I'll give him an irl ping22:19:01
@dandellion:dodsorf.asDandellion ah, sorry, no. I didnt have a chance. I was hoping to do it thursday but other things came up! 22:27:04
@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

Show newer messages


Back to Room ListRoom Version: 4