26 Jan 2024 |
hexa | I'd rather not do it 🙂 | 16:51:17 |
Dandellion | I can do it | 16:51:27 |
1 Feb 2024 |
hexa | 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 | Dandellion? | 21:52:23 |
h7x4 | I think he's a bit busy with FOSDEM atm, but I'll give him an irl ping | 22:19:01 |
Dandellion | ah, sorry, no. I didnt have a chance. I was hoping to do it thursday but other things came up! | 22:27:04 |
hexa | hm ok | 22:29:59 |
hexa | I'll whip something up then | 22:30:02 |
hexa | h7x4: is your PR tested/working? | 22:58:53 |
hexa | [ 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 | * [ 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 | because that is what I see on mine | 23:00:42 |
hexa | nvm, I can't type correctly | 23:01:39 |
hexa | https://github.com/NixOS/nixpkgs/pull/286172 | 23:11:14 |
4 Feb 2024 |
hexa | https://github.com/NixOS/nix/issues/7578 | 17:20:13 |
5 Feb 2024 |
hexa | that was a fun ride | 16:11:02 |
hexa | let's not do it again soon. | 16:11:09 |
Dandellion | Wow I just caught up..
That's crazy. Good job everyone involved! | 23:44:49 |
6 Feb 2024 |
ma27 | I'll do my best to do a review today btw! | 08:45:11 |
7 Feb 2024 |
| risson changed their profile picture. | 22:47:28 |
10 Feb 2024 |
| raspher joined the room. | 16:52:28 |
| raspher changed their display name from Szymon Scholz to raspher. | 20:50:12 |
14 Feb 2024 |
| raspher set a profile picture. | 01:30:43 |
20 Feb 2024 |
Sumner Evans | 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? | 15:20:26 |
Sumner 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 | 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 | element-web or element-desktop? | 20:06:31 |
hexa | e.g. firefox has limited local storage per site | 20:07:18 |
Sumner Evans | element desktop. Just happened to me twice today. | 20:12:13 |
Sumner Evans | I 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 up | 20:14:49 |