| 23 Sep 2021 |
Rick (Mindavi) | Maybe try patchelf for a start, I think the hydra manual also describes that | 16:03:42 |
mbprtpmnr | In reply to @rick:matrix.ciphernetics.nl Yeah, as I said, nixpkgs is not a very good idea :) but...with fu+ how can i eval my flake system configs, is verry small ... | 16:03:41 |
Rick (Mindavi) | I don't know, maybe someone else can help with that | 16:04:41 |
mbprtpmnr | I see that Hydra can build and eval also flakes... | 16:05:40 |
das_j | patchelf is built with flakes: https://hydra.nixos.org/jobset/patchelf/master#tabs-configuration | 16:06:46 |
mbprtpmnr | I try rn... | 16:07:53 |
mbprtpmnr | Yeah, something is happening here :) | 16:11:14 |
mbprtpmnr | das_j: Thanks... https://hydra.mbprtpmnr.xyz/jobset/patchelf/patchelf#tabs-jobs | 16:12:48 |
mbprtpmnr | Works :) | 16:12:58 |
tomberek | mbprtpmnr: you most likely don't want to start building a full nixpkgs release... what you have now is much closer to what you need | 18:23:13 |
mbprtpmnr | Well, I just want to build my system flake configs... | 18:23:51 |
mbprtpmnr | But... Is something wrong here... https://hydra.mbprtpmnr.xyz/jobset/systems/systems#tabs-errors | 18:25:09 |
cransom | exit code 1, check journald as it probably crashed. | 18:36:41 |
mbprtpmnr | again, oom-kill ... | 18:37:11 |
cransom | Redacted or Malformed Event | 18:46:19 |
| Mic92 joined the room. | 18:49:36 |
Mic92 | Fixed the ldap stuff: https://github.com/NixOS/hydra/pull/1012 | 18:49:46 |
das_j | cc grahamc (he/him) | 18:49:56 |
Rick (Mindavi) | In reply to @mbprtpmnr:matrix.org again, oom-kill ... Patchelf works, but the system seems too complicated for the memory | 19:19:24 |
mbprtpmnr | Yeah, well, on my machine I have only 2GiB of RAM and is evaluated and built... | 19:21:22 |
Mic92 | In reply to @mbprtpmnr:matrix.org Yeah, well, on my machine I have only 2GiB of RAM and is evaluated and built... swap? | 19:21:45 |
mbprtpmnr | This VPS hase 1GiB of RAM... Why not? | 19:21:47 |
mbprtpmnr | In reply to @mic92:nixos.dev swap? zramd 50%... | 19:22:11 |
Mic92 | mbprtpmnr: i feel sorry for you. | 19:26:08 |
mbprtpmnr | Redacted or Malformed Event | 19:28:02 |
cransom | 1gig of ram, using just nixos-rebuild, is going to be tight, letalone evaluations/builds. | 20:01:11 |
| 24 Sep 2021 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from Rev. CornWallace III (sun/tzu) to Rev. CornWallace III (novus ordo seclorum). | 01:01:14 |
mbprtpmnr | In reply to @janne.hess:helsinki-systems.de you can do multiple parallel evals on the host, but it's always limited to one host Please, can you explain how can I enable parallel evals...? | 15:49:39 |
mbprtpmnr | * Please, can you explain how can I enable parallel evals...or how can I do that? | 15:52:22 |
cransom | afaict it does 4 parallel by default, the config option is max_concurrent_evals. https://github.com/NixOS/hydra/blob/2bb1ba22d3717f38a162e632471407f0c09923b0/src/hydra-evaluator/hydra-evaluator.cc#L111 | 15:57:27 |