| 9 Oct 2022 |
Winter (she/her) | though i doubt it's changed since then | 18:38:16 |
| manny joined the room. | 19:53:08 |
| 11 Oct 2022 |
@linus:schreibt.jetzt | Hm, is anybody else using toString in their secret definitions? lazy-trees breaks that. Just a heads-up. | 11:32:16 |
@linus:schreibt.jetzt | * Hm, is anybody else using Flakes and toString in their secret definitions? lazy-trees breaks that. Just a heads-up. | 11:33:56 |
@linus:schreibt.jetzt | 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 |
@linus:schreibt.jetzt | (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 |
roshan | byteio.in 🌷 | Also tried create local connection option and entered my public key then connecting thorugh ssh | 02:18:00 |
roshan | byteio.in 🌷 |  Download image.png | 02:18:04 |
roshan | byteio.in 🌷 |  Download image.png | 02:30:33 |
roshan | byteio.in 🌷 | why this is asking for password ? i have enabled password in vm only using ssh | 02:30:59 |
Zhaofeng Li | In reply to @ronixx:matrix.org why this is asking for password ? i have enabled password in vm only using ssh This is equivalent to using a serial console locally on the machine. | 02:55:06 |
roshan | byteio.in 🌷 | In reply to @ronixx:matrix.org why this is asking for password ? i have enabled password in vm only using ssh oooh i sent wrong message i wanted to say im not using password login in my vm | 03:47:09 |
roshan | byteio.in 🌷 | Only ssh im using then how can i check ? | 03:47:45 |
roshan | byteio.in 🌷 | * Only ssh im using then how can i check then ? | 05:15:57 |
@rendakuenthusiast:imperishable.name | https://www.tweag.io/blog/2022-10-11-stable-narhashes/ <- is there a way to do this with colmena? | 05:24:27 |
Wanja Hentze | In reply to @rendakuenthusiast:imperishable.name https://www.tweag.io/blog/2022-10-11-stable-narhashes/ <- is there a way to do this with colmena? Hey, yes there is, but we kind of bolted it on top :D | 08:03:31 |
Wanja Hentze | (I'm from bevuta, tweag built the thing in the blog with/for us) | 08:03:58 |
Wanja Hentze | Very roughly what you can do is:
colmena build --keep-result
- for each node you just built, ask the real node what its system nar hash is
- now compare those hashes to what you built
| 08:06:52 |
| @ronnypfannschmidt:matrix.org left the room. | 08:06:56 |
Wanja Hentze | if one were to build this into colmena (e.g. as a colmena plan subcommand - name cribbed shamelessly from terraform) it could probably perform better | 08:08:09 |