Colin McInnes
Colin McInnes
@zacknewman What version of dhcpcd?
Can you check what log level the DHCPv4/v6 messages are printing at? This should filter out all debug level messages just in case they're being enabled somehow. ``` journalctl -u...
Running 10.3.0, I replaced --debug with --quiet in my setup, and I'm not seeing anything after the initial lease for IPv4 and IPv6. I'm also running in managed mode. Can...
@zacknewman Did you try the journalctl command to filter out debug level messages? That will help us track down what is going on here. `journalctl -u dhcpcd* -p info`
@zacknewman is there a way to filter out the debug messages when checking the log? What I'm trying to determine here is whether OpenBSD has done some patching to force...