Results 166 comments of Roy Marples

Very much so! We can see that bond0 is not UP. So if you reboot and have no IP, does dhcpcd start to work if you do `ip link set...

I think the real question is what brought the interface DOWN? We can see from your initial logs that dhcpcd (or something else) does indeed bring the interface up and...

Generally the last action on interface setup is an up. dhcpcd doesn't know what the last action is, so if something takes it down something else needs to bring it...

Well, that's really all the information dhcpcd has. It needs a LL address to work. If there is none present during startup then it will add one. But it still...

You can start them with the `/etc/dhcpcd-exit.hook` script. See `dhcpcd-run-hooks (8)` for details.

Hurd is not a supported OS. At a minimum it would need an equivalent of `if-bsd.c` being ported.

dhcpcd-9 already supports sandbox techniques for FreeBSD (capsicum), OpenBSD (pledge) and Linux (seccomp). This means that the root owned process doesn't directly handle any input from anything other than non...

Could you post an example message containing this please?

Thanks for the example. Could you submit a PR for review please? From the looks of the patch, it's concatenating the options together so the end result is `option125="ac114102ac114101"` yes?

Silly question - is this for inside or outside the container?