!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

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

Load older messages


SenderMessageTime
26 Jan 2024
@hexa:lossy.networkhexaawesome16:46:23
@hexa:lossy.networkhexafeel free to keep me in the loop and request my review where needed16:46:51
@ma27:nicht-so.sexyma27 are we talking about nixos-matrix-modules or the nixos upstream module?
in case of the latter: anything you want me to do?
(and regarding reviews, feel free to ping me as well :))
16:47:12
@hexa:lossy.networkhexaextending the listenerType in the nixpkgs module16:47:51
@hexa:lossy.networkhexa * extending the listenerType in the nixpkgs module is what is needed16:47:56
@dandellion:dodsorf.asDandellionIn this case we were talking about nixos-matrix-modules, but we can probably upstream it fairly easily. The type is similar16:48:46
@hexa:lossy.networkhexahttps://github.com/NixOS/nixos-org-configurations/pull/336 fwiw16:49:55
@ma27:nicht-so.sexyma27anybody interested in doing that? otherwise I can.16:49:55
@hexa:lossy.networkhexaadditional eyes welcome16:50:10
@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

Show newer messages


Back to Room ListRoom Version: 4