| 12 Oct 2022 |
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 |
@v:meowy.tech | In reply to @whentze:matrix.org 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 It would also be cool if such a command could then be integrated with something like nix-diff to show what changes between derivations | 08:10:24 |
Wanja Hentze | yep :) that's towards the end of the article | 08:10:40 |
Wanja Hentze | we don't have that yet, but we have a somewhat decent substitute in colmena apply dry-activate; doesn't tell you the actual diff, but tells you what would get restarted etc. | 08:11:30 |