| 16 Apr 2023 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | colmena = someMagicFunctions config.nixosConfigurations | 21:24:32 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | 🤣 | 21:24:41 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | Although I don't think it's possible for me | 21:24:54 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | Maybe the desire to sleep is too strong. I found a better way of writing when I just flipped through the document, and now it works normally! | 21:39:23 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | https://github.com/zhaofengli/colmena/issues/60#issuecomment-1510496861 | 21:46:12 |
| Yuddite G changed their profile picture. | 23:09:31 |
| 18 Apr 2023 |
| pinpox changed their display name from pinpox to !bing. | 06:02:48 |
| pinpox changed their display name from !bing to pinpox. | 06:03:30 |
dantefromhell | How can I troubleshooting connection issue during the Waiting for reboot phase when applying changes with colmena apply switch --verbose --reboot?
the machine in question (raspberry pi) has successfully rebooted - I can SSH into it.
| 08:10:10 |
| Chinchilla Washington changed their display name from Chinchilla Optimal to not-chinchilla-optimal. | 08:26:33 |
@yuka:yuka.dev | Hi,
I'm running the following command
colmena build --nix-option builders "ssh-ng://... x86_64-linux - 16 16" --nix-option max-jobs 0 --nix-option builders-use-substitutes true
but everything is being built locally. what am I doing wrong?
| 10:29:56 |
@yuka:yuka.dev | (on 0.4.0-pre, 0.3.2 does not have --nix-option) | 10:31:10 |
raphi | hm, colmena build --nix-option max-jobs 0 is enough to reproduce this for me - it should always fail, but it does start building stuff | 11:03:45 |
raphi |  Download image.png | 11:07:36 |
raphi | the option doesn't seem to get propagated to nix-store | 11:07:45 |
| 19 Apr 2023 |
| Chinchilla Washington changed their display name from not-chinchilla-optimal to chinchilla optional. | 00:18:41 |
void | is there a way to invoke deployment.privilegeEscalationCommand in interactive mode? | 01:03:04 |
void | morph used ask-pass I guess but in colmena I can't seem to achieve with sudo in the docs. | 01:03:28 |
void | * morph used ask-pass I guess but in colmena I can't seem to achieve with the sudo in the docs. | 01:03:32 |
void | [void@fermat:~/flakes]$ colmena build --on @x86
warning: Git tree '/home/void/flakes' is dirty
[INFO ] Using flake: git+file:///home/void/flakes
[INFO ] Enumerating nodes...
[INFO ] Selected 7 out of 8 hosts.
🕐 0s
🕐 0s
🕐 0s
🕐 0s 1 running
🕐 0s 1 running
🕑 0s 1 running
🕑 0s 1 running
🕒 0s 1 running
🕒 0s 1 running
```
| 01:03:55 |
void | also in emasc shell without -v it is no fun. | 01:04:06 |
void | * $ colmena build --on @x86
warning: Git tree '/home/void/flakes' is dirty
[INFO ] Using flake: git+file:///home/void/flakes
[INFO ] Enumerating nodes...
[INFO ] Selected 7 out of 8 hosts.
🕐 0s
🕐 0s
🕐 0s
🕐 0s 1 running
🕐 0s 1 running
🕑 0s 1 running
🕑 0s 1 running
🕒 0s 1 running
🕒 0s 1 running
```
| 01:04:16 |
void | kinda scrolling ascii art ;P | 01:04:30 |
void | * $ colmena build --on @x86
[INFO ] Enumerating nodes...
[INFO ] Selected 7 out of 8 hosts.
🕐 0s
🕐 0s
🕐 0s
🕐 0s 1 running
🕐 0s 1 running
🕑 0s 1 running
🕑 0s 1 running
🕒 0s 1 running
🕒 0s 1 running
```
| 01:04:49 |
void | * also in emacs shell without -v it is no fun. | 01:05:09 |
void |
su: must be run from a terminal
Key upload failed: Child process exited with error code: 1
| 01:15:01 |
void | I get this one with ["su" "-"]; | 01:15:15 |
void |
| sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
| sudo: a password is required
| Key upload failed: Child process exited with error code: 1
| Failed: Child process exited with error code: 1
| 01:18:17 |
void | this one with sudo -H -- | 01:18:22 |
void | Zhaofeng Li: any ideas? ^^^ | 09:05:46 |