| 7 Oct 2022 |
| @v:meowy.tech changed their display name from v to vā. | 08:13:11 |
Zhaofeng Li | In reply to @whentze:matrix.org Hey, does anybody know what the semantics are when I set both meta.nixpkgs and meta.nodeNixpkgs? The docs don't really say: https://colmena.cli.rs/unstable/reference/meta.html#nixpkgs nodeNixpkgs is used to evaluate the node configs, but meta.nixpkgs.lib is still used for evaluating meta itself and other stuff which is why it's still required. | 13:53:01 |
Zhaofeng Li | I agree that this isn't ideal and can be confusing (there was even a PR a while ago trying to remove the dependency) | 13:54:43 |
Wanja Hentze | ah, those semantics are fine actually :) | 14:06:58 |
Wanja Hentze | (in my opinion) | 14:07:08 |
Wanja Hentze | I was just worried that meta.nixpkgs would take precendence maybe and override my carefully written meta.nodeNixpkgs | 14:08:02 |
| 9 Oct 2022 |
Winter (she/her) | I have 2 nodes, and when running colmena build, the progress indicator displays 2 running, 1 succeeded when the 2 builds are running, but the eval has succeeded. (I assume that's what it's saying succeeded?) Is this intentional? It seems confusing. | 17:47:53 |
Winter (she/her) | * I have 2 nodes, and when running colmena build, the progress indicator displays 2 running, 1 succeeded when the 2 builds are running, but the eval has succeeded. (I assume that's what it's saying succeeded?) Is this intentional? It's confusing š
| 17:48:05 |
Winter (she/her) | When one of the nodes finishes building, it jumps to 1 running, 1 succeeded. | 17:48:39 |
Winter (she/her) | Smells like a bug | 17:48:44 |
Zhaofeng Li | Yeah, it does look like a bug. Need to take a look at the job management part. | 18:25:33 |
Winter (she/her) | I'm on latest master btw | 18:37:40 |
Winter (she/her) | (as of when I sent that message, anyways) | 18:37:56 |
Winter (she/her) | can get commit hash later if that helps | 18:38:10 |
Winter (she/her) | though i doubt it's changed since then | 18:38:16 |
| manny joined the room. | 19:53:08 |
| 11 Oct 2022 |
Linux Hackerman | Hm, is anybody else using toString in their secret definitions? lazy-trees breaks that. Just a heads-up. | 11:32:16 |
Linux Hackerman | * Hm, is anybody else using Flakes and toString in their secret definitions? lazy-trees breaks that. Just a heads-up. | 11:33:56 |
Linux Hackerman | I currently have keyCommand = ["gpg" "--decrypt" ((toString ../secrets) + "/${if value.shared then "shared" else config.networking.hostName}/${name}.gpg")]; in my secrets module. | 11:34:13 |
Linux Hackerman | (also just a general recommendation: try out lazy-trees and look for unintended regressions -- the one I just mentioned is an intended one -- because there will probably be more...) | 11:39:18 |
| 12 Oct 2022 |
roshan | byteio.in š· |  Download image.png | 01:38:09 |
roshan | byteio.in š· | After deploying my services through colmena after 24-30 hours my server don't respond anything ( everything get stopped ) even i m unable to ssh to it but server is in running state | 01:38:12 |
roshan | byteio.in š· |  Download image.png | 01:38:34 |
roshan | byteio.in š· | everytime i have to manually restart my server and re-applying colmena. Can someone tell me what's the issue | 01:40:08 |
roshan | byteio.in š· | Services i m running
1 Docker container
1 Nginx Server | 01:41:25 |
Zhaofeng Li | In reply to @ronixx:matrix.org After deploying my services through colmena after 24-30 hours my server don't respond anything ( everything get stopped ) even i m unable to ssh to it but server is in running state Try the serial console on Oracle Cloud? | 01:49:00 |
roshan | byteio.in š· |  Download image.png | 01:58:00 |
Zhaofeng Li | Looks like they didn't get the memo about the RSA deprecation. Add -o KexAlgorithms +ssh-rsa? | 02:00:34 |
roshan | byteio.in š· |  Download image.png | 02:11:52 |
roshan | byteio.in š· | this upper ss of Cloud Shell connection | 02:17:23 |