Dave Anderson

Results 191 comments of Dave Anderson

Pausing until after winter break, but once the uint64 representation change is merged, I may put together a draft PR to see what this would look like, and figure out...

I suppose we could keep `.Map` and `.Unmap` to support explicit translation from mapped to unmapped, for those few applications where it matters. For As16... Hmm. I think I would...

So, I think there's two general categories of "bare metal" clusters we could consider supporting. First, "bare metal" meaning virtualized on-premises. This shouldn't be _too_ hard to support. Libvirt and...

Another motivating example for this: I just implemented pieces of BGP in Go for a project of mine. Since I'm speaking BGP to someone else, I need both parsing and...

Huh, TIL the `sanboot` command can boot straight to ISOs, apparently. I have many questions. The main one is how portable this is going to be. What ISO are you...

Yeah, not supporting ipxe scripts was a deliberate design decision. In fact, pixiecore started out using syslinux as the intermediate bootloader, and was later able to switch to ipxe transparently,...

Do you want a single ipxe script for all machines you're booting? i.e. if `sudo pixiecore --ipxe-script=my/ipxe.script` works, is that enough for your needs?

Gotcha, we'll do it via API then.

Yeah, I screwed up a push at one point and mangled the history. The branches are now protected so I don't make that mistake again. Sorry about that. The issues...

That error comes from the stdlib's syscall package. I haven't dug deeper yet, but go.universe.tf/netboot/dhcp4 is the package that does the most complex/unusual low-level socket operations (using golang.org/x/net/ipv4), so I...