Skip to content

dhcpcd core dumps on FreeBSD 15-RELEASE #565

@athanp

Description

@athanp

Dhcpcd (even with the latest #555 patch) not works on FreeBSD 15-RELEASE. It fails with the following errors.
The most worrying thing is that older versions (10.2.4) do not work either on 15R.

dhcpcd[1414]: main: control_open: Connection refused
dhcpcd[1417]: read_config: /usr/local/etc/dhcpcd.conf: Invalid argument
dhcpcd[1417]: SIOCSRTRFLUSH_IN6 22: Invalid argument
dhcpcd[1417]: SIOCSPFXFLUSH_IN6: Invalid argument

My production configuration that worked flawlessly for years

quiet
ipv6only
noipv6rs
release
background
vendorclassid
slaac private

clientid
allowinterfaces ng0
nohook test,hostname,resolv.conf,ntp.conf

option interface_mtu
option classless_static_routes
require dhcp_server_identifier

interface ng0
  ipv6rs
  ia_pd 1/::/56 bridge0/0/64

P.S. I'm seriously considering whether it's time to build dhcpcd binary with --disable-privsep, as it seems to cause more problems than it solves, at least on FreeBSD...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions