| 18 Oct 2024 |
Arian | It supports both bios and uefi with this image | 15:12:44 |
@AleXoundOS:matrix.org | In reply to @arianvp:matrix.org It supports both bios and uefi with this image (Sorry for bothering. Just wanted to be sure.) | 15:13:37 |
Arian | It's a good question to ask :) | 15:15:10 |
@AleXoundOS:matrix.org | The AWS CLI command at https://nixos.github.io/amis/ is misleading. There are 2 consecutive --filter options used. However, when I tested only the last one is being applied. This works instead:
aws ec2 describe-images --owners 427812963091 --filters 'Name=name,Values=nixos/24.05*' 'Name=architecture,Values=arm64'
| 15:27:25 |
@AleXoundOS:matrix.org | * The AWS CLI command at https://nixos.github.io/amis/ is misleading. There are 2 consecutive --filter options used. However, when I tested only the last one is being applied. This works instead:
aws ec2 describe-images --owners 427812963091 \
--filters 'Name=name,Values=nixos/24.05*' 'Name=architecture,Values=arm64'
| 15:27:41 |
@AleXoundOS:matrix.org | * The AWS CLI command at https://nixos.github.io/amis/ is misleading. There are 2 consecutive --filter options used. However, when I tested only the last one is being applied. This works instead:
aws ec2 describe-images --owners 427812963091 \
--filters 'Name=name,Values=nixos/24.05*' 'Name=architecture,Values=arm64'
| 15:27:51 |
Arian | Oh that's a typo then! Can you send a PR? | 16:10:35 |
| Tristan joined the room. | 19:44:10 |
| 20 Oct 2024 |
| @sielicki:matrix.org joined the room. | 03:23:14 |
@sielicki:matrix.org |  Download image.png | 03:24:16 |
@sielicki:matrix.org | logged into matrix after months and had some messages, which never reached my phone notifications, directing me towards this channel to discuss ENA distribution. apologies all for being out of touch. | 03:25:35 |
@sielicki:matrix.org | really exciting to see the ongoing work here | 03:25:55 |
@sielicki:matrix.org | we should package https://github.com/amazonlinux/amazon-ec2-net-utils at some point | 03:34:17 |
commiterate | Yup, have it on the shortlist here: https://github.com/NixOS/amis/issues/137#issuecomment-2334838405 | 04:24:24 |
commiterate | This one should be a pretty easy lift like amazon-ec2-utils which also provides udev rules but for device mappings. | 04:26:36 |
commiterate | I got a meeting with the EIC team (talking with the PM, 2 managers, and 1 principal engineer) for adopting the EIC OpenSSH AuthorizedKeys rewrite next week.
The principal engineer also seems to be involved with Image Builder. My conversations with the Image Builder PM kind of fizzled out, though they seemed relatively new to the team as well. I'll see if I can get the principal engineer to consider expanded VM/snapshot import support in Image Builder + CloudFormation. | 04:39:55 |
@sielicki:matrix.org | outside of a module that looks for conflicts in the configuration versus what the systemd generator would produce, yeah, I think this is just patchShebangs and done | 07:20:14 |
commiterate | Redacted or Malformed Event | 07:35:16 |
commiterate | likely a few substituteInPlace patches as well since there's some hardcoded binary paths in the udev rules | 07:37:16 |
@sielicki:matrix.org | took me a sec to find context on this^ but massive kudos on the eic rewrite, that's completely and totally awesome | 07:37:47 |
@sielicki:matrix.org | Arian: are you in NA timezones? please ping me tomorrow, let's talk about efa/ena kmods and/or the amazonlinux kernel | 07:40:56 |
commiterate | I believe they're in Berlin | 07:41:38 |
commiterate | * I believe they're in Berlin from their GitHub profile | 07:41:46 |
@sielicki:matrix.org | ah, nice. I'll try in my morning, then. | 07:42:26 |
@sielicki:matrix.org | you have any low-hanging fruit that I can help out on tomorrow while I have free time? | 07:49:58 |
Arian | We already package amazon-ec2-utils udev rules afaik | 09:29:01 |
commiterate | amazon-ec2-utils is packaged, amazon-ec2-net-utils isn't | 20:15:45 |
commiterate | * amazon-ec2-utils is packaged, amazon-ec2-net-utils isn't | 20:18:24 |
| 21 Oct 2024 |
| nh2 joined the room. | 04:00:51 |
nh2 | Arian: Could you help me out with https://github.com/NixOS/nixpkgs/issues/307519 ? | 04:11:09 |