| 12 Oct 2022 |
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 |
Wanja Hentze | plain nix-diff on entire system derivations tends to be to noisy, the information content is often not any better | 08:16:21 |
Wanja Hentze | * plain nix-diff on entire system derivations tends to be to noisy, the information content is often not any better than "yes change/no change" | 08:16:29 |
Wanja Hentze | * plain nix-diff on entire system derivations tends to be too noisy, the information content is often not any better than "yes change/no change" | 08:31:38 |
| 13 Oct 2022 |
roshan | byteio.in 🌷 | In reply to @ronixx:matrix.org oooh i sent wrong message i wanted to say im not using password login in my vm Zhaofeng Li: | 03:31:23 |
Zhaofeng Li | In reply to @ronixx:matrix.org Zhaofeng Li: Then you need to set a password for root | 04:18:31 |
@rendakuenthusiast:imperishable.name | 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 yeah this would be very useful | 04:38:03 |