dhcpcd-10.0.2-1 is failing to acquire an address and continuously litters /var/log/66/dhcpcd-custom/current with the following over and over again:
2023-09-25 14:42:25.109708889 dhcpcd-10.0.2 starting
2023-09-25 14:42:25.109740950 *** buffer overflow detected ***: terminated
2023-09-25 14:42:25.114559134 dhcpcd is not running
2023-09-25 14:42:26.111070272 dhcpcd-10.0.2 starting
2023-09-25 14:42:26.111109195 *** buffer overflow detected ***: terminated
2023-09-25 14:42:26.116266029 dhcpcd is not running
2023-09-25 14:42:27.112661647 dhcpcd-10.0.2 starting
2023-09-25 14:42:27.112702053 *** buffer overflow detected ***: terminated
2023-09-25 14:42:27.117996717 dhcpcd is not running
Workaround is to downgrade to 10.0.1-2.
My /etc/66/service/dhcpcd-custom follows:
[main]
@type = classic
@version = 0.2.0
@description = "dhcpcd daemon"
@user = ( root )
@options = ( log env )
[start]
@build = auto
@execute = ( execl-cmdline -s { dhcpcd ${cmd_args} } )
[stop]
@build = auto
@execute = ( execl-cmdline -s { dhcpcd ${cmd_args_stop} } )
[environment]
cmd_args=!--hostname --ipv4only --nobackground eno1
cmd_args_stop=!--exit eno1
I also detected some weirdness in the repositories since a couple of days ago, but that may be unrelated:
:: Starting full system upgrade...
warning: dbus: local (1.14.10-2) is newer than obcore (1.14.10-1)
warning: grub: local (2:2.12rc1-2) is newer than obcore (2:2.12rc1-1)
warning: libcap: local (2.69-2) is newer than obcore (2.69-1)
warning: libldap: local (2.6.6-2) is newer than obcore (2.6.6-1)
warning: libp11-kit: local (0.25.0-3) is newer than obcore (0.25.0-2)
warning: libusb: local (1.0.26-3) is newer than obcore (1.0.26-2)
warning: p11-kit: local (0.25.0-3) is newer than obcore (0.25.0-2)
warning: qt5-base: local (5.15.10+kde+r158-2) is newer than obextra (5.15.10+kde+r158-1)
warning: util-linux: local (2.39.2-2) is newer than obcore (2.39.2-1)
warning: util-linux-libs: local (2.39.2-2) is newer than obcore (2.39.2-1)
resolving dependencies...
Anyone else having similar issues?