| 24 May 2021 |
0x76 | Just running REINDEX (VERBOSE) DATABASE <synapse db>; and VACUUM FULL VERBOSE; in postgres reclaimed ~50% for me (12->6GB) | 21:04:38 |
| panacea joined the room. | 21:51:53 |
andi- | In reply to @victor:xirion.net Just running REINDEX (VERBOSE) DATABASE <synapse db>; and VACUUM FULL VERBOSE; in postgres reclaimed ~50% for me (12->6GB) How long did that freeze your synapse? | 22:05:49 |
Sandro | 36 GB -> 32 GB | 22:21:44 |
Sandro | each command took me about 5 minutes | 22:23:14 |
Sandro | I think. I didn't add up all the seconds | 22:23:24 |
rmcgibbo | If anyone could take a look at 124255, I think that's a really important package (python3Packages.scikit-learn) to get un-broken and the contributors have been through a lot of hurdles to get the PR this far. | 22:37:10 |
Sandro | In reply to @rmcgibbo:matrix.org If anyone could take a look at 124255, I think that's a really important package (python3Packages.scikit-learn) to get un-broken and the contributors have been through a lot of hurdles to get the PR this far. https://github.com/nixOS/nixpkgs/pull/124255 | 22:40:13 |
rmcgibbo | I think it's good to go, but another review, especially on darwin, would always be valuable. | 22:41:41 |
Sandro | left a question on it | 22:43:23 |
lovesegfault | grahamc (he/him): Alright, nixos-unstable-small now contains the fix. How can I force a redeploy of the AArch builder? Do I need to make a PR bumping the channel? | 23:57:30 |
| 25 May 2021 |
@grahamc:nixos.org | just need to boop the button | 00:45:02 |
@grahamc:nixos.org | https://buildkite.com/grahamc/nix-community-aarch64-build-box/builds/328 | 00:45:48 |
Sandro | https://github.com/NixOS/nixpkgs/pull/116367 got recently merged, so we should probably utilize python aliases when removing python packages. hexa dotlambda | 02:11:36 |
Sandro | (just wanted to make sure this is known) | 02:12:09 |
colemickens 🏳️🌈 | Sandro: have you looped back to the rust uutils-coreutils stdenv pr? | 02:21:32 |
colemickens 🏳️🌈 | seems like some of the lister blockers were resolved | 02:21:38 |
Sandro | nope | 02:21:44 |
Sandro | thanks for the hint up | 02:22:04 |
| fzakaria joined the room. | 02:24:32 |
fzakaria | xpost from NixOS channel:
A colleague just ran into the /etc/protocols problem with libsocket.
I'm curious why nixos/nixpkgs takes the stance of libredirect (LD_PRELOAD) rather than patching libsocket to point to a /nix/store path?
Would such a patch be welcomed or have I not thought about it enough. | 02:25:03 |
fzakaria | * A colleague just ran into the /etc/protocols problem with libsocket.
I'm curious why nixos/nixpkgs takes the stance of libredirect (LD_PRELOAD) rather than patching libsocket to point to a /nix/store path?
Would such a patch be welcomed or have I not thought about it enough. | 02:25:37 |
Sandro | You don't know by chance in which file this is done? I had some trouble finding it. If I would know it I could tell you maybe something more or find out why it is done like this. | 02:26:22 |
Sandro | in theory if it does not break something else it could be done | 02:27:03 |
fzakaria | https://ftp.gnu.org/old-gnu/Manuals/glibc-2.2.3/html_node/libc_313.html
https://github.com/bminor/glibc/blob/595c22ecd8e87a27fd19270ed30fdbae9ad25426/resolv/netdb.h#L47 | 02:31:16 |
fzakaria | I would think that glibc should be patched much in the same way I think it does it for LOCALES? | 02:31:58 |
Sandro | I was more looking for the file in nixpkgs | 02:33:35 |
Sandro | you mean something similar to https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/glibc/nix-locale-archive.patch ? | 02:34:26 |
Sandro | thats way out of my reach. | 02:34:54 |
Sandro | I was searching for a package libsocket first but that does not exist 😂 | 02:35:10 |