Results 171 comments of Roy Marples

Well a generic set option would likely be binary or ASCII only. The definition files are for decoding, not encoding.

I think this is more of dhcpcd logging to syslog(3). The arch systemd service script disables syslog, but the NM plugin does not. I guess some options would be to...

> Do you think this kind of data needs to be fully logged anywhere when not debugging? My immediate reaction was yes absolutely. All other DHCP clients log IP addresses...

It's also split by address family. You could do `dhcpcd -n -4 eth0` and then `dhcpcd --release eth0` would give the same error. This was actually fixed in e337bd7ce4a8 and...

Yes it will. The important thing is that the error you describe above will not happen anymore.

Yes, I just need the time and other things have priority at the moment.

@guyyur can you test this please to ensure it's fixed for you?

-w only waits until an address can be used. DNS is only one facet of setup (albeit more important than most others) Looks to me like you have a few...

`man 8 dhcpcd-run-hooks` Also, look at the supplied `20-resolv.conf` hook as it shows how to test if we got a DNS server from either DHCP, DHCPv6 or Router Advertisement. The...

``` Call: dhcpcd -d -U getpwnam: No such file or directory Family not specified. Please use -4 or -6. ``` Family not specificed means dhcpcd is trying to read a...