Re: dhcpcd "misses" IPv4 renew, starts requesting every minute
Roy Marples
Thu May 21 16:23:09 2020
On 21/05/2020 02:36, Jeff Kletsky wrote:
Thanks, moved to master
Makes my life easier to support :)
/usr/local/etc/dhcpcd$ git diff HEAD^
diff --git a/dhcpcd.service b/dhcpcd.service
index 0b21f99..abc1e6a 100644
--- a/dhcpcd.service
+++ b/dhcpcd.service
@@ -7,6 +7,8 @@ Documentation=man:dhcpcd(8)
Type=forking
ExecStart=/usr/local/sbin/dhcpcd
Restart=always
+StandardOutput=null
+StandardError=null
[Install]
WantedBy=multi-user.target
https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6ddd035d2d3258e4a14aa352f331997a1054e278
You can now remove the StandardOutput/Error redirect and add -qq as arguments to
the ExecStart directive.
I'd like to say this "proves" that the issue has been resolved somewhere since
9.0.2, but I'll definitely keep my eyes on both the packets and the logs.
(Yes, I'm willing to make further tests as well)
Glad it's been magically fixed for you!
Roy
Archive administrator: postmaster@marples.name