Dave Anderson

Results 191 comments of Dave Anderson

_Edited - danderson made confused sounding noises because he wasn't looking at the project name for this bug_

Oh, er. Sorry, I'm just _massively_ confused and thought that this was a bug for MetalLB, my other side-project. Oops. Yeah, an interface selector sounds reasonable. I'm vaguely surprised it's...

I've forgotten how most of pixiecore works, but two ways of doing this: - cmdline flag only, which gets resolved and translated into `Server.Address` in pixiecore.go - Add a `Server.Interface`...

Yeah, that sounds like a good idea. What does the PXE spec say about that response, does it just expedite exiting the PXE ROM? If it does something other than...

In API mode, each request to the ipxe endpoint translates to exactly one request to the upstream API server. Pixiecore does not do any caching at all, because caching would...

Okay, I've added some timing logging to the ipxe codepath. Please reproduce the slow boot using the latest code, and add `--debug` to the commandline to see the timing data....

Hmm, interesting. Looking at the logs (the first set, where the machine is trying to boot autonomously), Pixiecore never progresses past the ProxyDHCP stage when you boot autonomously. Your API...

Does the network have another DHCP server offering network configuration? In a packet capture, you should see both a normal DHCPOFFER with network configuration, and a ProxyDHCP response from Pixiecore...

No changes on my end, the status is still: to debug this further, I would need access to one of these machines so that I can quickly iterate on a...

Thanks, I'll get in touch. I'm particularly intrigued by the Supermicro systems, because I know for a fact that a friend is booting brand new Supermicros with Pixiecore just fine......