OPNsense Forum

English Forums => 25.1, 25.4 Production Series => Topic started by: privateer_42 on June 12, 2025, 03:19:41 PM

Title: kea-DHCPv4 not starting in 25.1.8
Post by: privateer_42 on June 12, 2025, 03:19:41 PM
kea-DHCPv4 not starting in 25.1.8 after reboot or by hand.
wrong pass to start:

ERROR [kea-dhcp4.dhcp4.0x11506ac12000] DHCP4_INIT_FAIL failed to initialize Kea server: configuration error using file '/usr/local/etc/kea/kea-dhcp4.conf': 'socket-name' is invalid: invalid path specified: '/var/run', supported path is '/var/run/kea'

ERROR [kea-dhcp4.dhcp4.0x11506ac12000] DHCP4_CONFIG_LOAD_FAIL configuration error using file: /usr/local/etc/kea/kea-dhcp4.conf, reason: 'socket-name' is invalid: invalid path specified: '/var/run', supported path is '/var/run/kea'

ERROR [kea-dhcp4.dhcp4.0x11506ac12000] DHCP4_PARSER_COMMIT_FAIL parser failed to commit changes: 'socket-name' is invalid: invalid path specified: '/var/run', supported path is '/var/run/kea'

Title: Re: kea-DHCPv4 not starting in 25.1.8
Post by: Monviech (Cedrik) on June 12, 2025, 03:31:15 PM
https://www.reddit.com/r/opnsense/comments/1l9l8sj/opnsense_2518_released/

The new upstream release of KEA has some issues, there's a hotfix coming soon.
Title: Re: kea-DHCPv4 not starting in 25.1.8
Post by: franco on June 12, 2025, 03:32:51 PM
Either

# opnsense-patch https://github.com/opnsense/core/commit/c8c75971618

or update to 25.1.8_1 hotfix.


Cheeers,
Franco
Title: Re: kea-DHCPv4 not starting in 25.1.8
Post by: mik on June 12, 2025, 03:50:14 PM
Oh wow.
Title: Re: kea-DHCPv4 not starting in 25.1.8
Post by: privateer_42 on June 12, 2025, 03:59:05 PM
KEA-DHCPv4 working as expected after update to 25.1.8_1

thanks for very fast fix!