Dan

Results 75 comments of Dan

Duplicate of https://github.com/landley/toybox/pull/412

I need to look at this again at some point.

I might have just missed the version string when I copied to GitHub, I'll check that tomorrow morning.

@yeazelm I've edited my top comment, the file does indeed specify `version = 3` at the top.

I think maybe I have got a little further by removing `enabled = true` - now the error is: ``` thar-be-settings[2084]: Restart command failed - 'netdog write-resolv-conf': Unable to read...

The error above was with `eno1`, I can try again with a MAC address. The output scrolls pretty fast so I'm not sure how much more I can transcribe but...

By recording the screen and stepping through the footage I can see the following sequence of messages, I've removed some I don't think are relevant: ``` [ OK ] Started...

I noticed that [`net.ifnames=0` is set for the VMware variants](https://github.com/bottlerocket-os/bottlerocket/blob/1.17.x/variants/vmware-k8s-1.24/Cargo.toml#L25) so the interface name wouldn't be `eno1`, unfortunately `eth0` and the MAC address aren't working either.

I guess we can say that static IP addressing for the VMware variant is just not possible. That's very disappointing for us, since we won't be in a position to...

I removed the netdog line from the kernel parameters in the Cargo.toml, built a new variant and then tried to deploy from that new OVA with the net.toml file. The...