Neil Wilson

Results 45 comments of Neil Wilson

If you don’t like the kill then the original change is fine in the bootstrap since kamal disconnects. Then the next time kamal is run, all is well. What’s the...

Turns out a HUP signal does work with sshd when it's the session lead allowing it to clean up properly.

I've added the `-n` option to the sudo call and altered the `superuser?` check so that it checks sudo can at least call the `usermod` command. That should be a...

The docker image above has been updated for anybody who wants to test out the new iteration

The 4th attempt is the default metadata version of 2009-04-04, which the code attempts to obtain a 'network' key from. And that doesn't exist as the list of top-level keys...

You’ll forgive me. I couldn’t find a 2009-04-04 version of the EC2 metadata in your test suite. Could you point me to it?

That's what I understood from the code. The integration test only exercises IMDSv2 on EC2 using the 2021-03-23 version of the metadata layout. It doesn't check the other versions of...

2016-09-02 is the oldest version that cloud-init looks and tests for. The network key itself has been available since 2011-01-01 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). This failure showed up in Noble with the status...

The workaround is to use `user-1000.slice.d` drop-ins with the same name, or later in the sequence. This may be working as designed, but is somewhat surprising and perhaps needs documenting...

The filename sequence is important as systemd appears to sort the drop-ins based on the filename, which again allows `user-.slice.d` drop-ins to override drop-ins from `user-1000.slice.d` ``` $ systemctl cat...