OPNsense Forum

English Forums => 25.1, 25.4 Production Series => Topic started by: pholt on May 08, 2025, 03:59:43 PM

Title: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: pholt on May 08, 2025, 03:59:43 PM
I just applied the 25.1.6 update, and the option to see Kea DHCPv4 leases seems to have disappeared.
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: franco on May 08, 2025, 04:15:41 PM
Indeed, small typo overlaps the menu:

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


Cheers,
Franco
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: pholt on May 08, 2025, 04:22:18 PM
Thank you! How do I apply this? Or should I just wait for the next release?
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: Patrick M. Hausen on May 08, 2025, 04:24:54 PM
Quote from: pholt on May 08, 2025, 04:22:18 PMHow do I apply this?

Log in to a command line via SSH. Become root. Copy & paste the command.

@franco: worked like a charm, thanks. Now the service state detection, please ;-)
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: pholt on May 08, 2025, 04:27:04 PM
Thank you both. I typed before thinking. The answer was self-evident. Worked perfectly.
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: franco on May 08, 2025, 04:27:54 PM
> Now the service state detection, please ;-)

To double check: control agent not running (not enabled)?


Cheers,
Franco
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: roast on May 08, 2025, 04:30:03 PM
Quote from: Patrick M. Hausen on May 08, 2025, 04:24:54 PM
Quote from: pholt on May 08, 2025, 04:22:18 PMHow do I apply this?

Log in to a command line via SSH. Become root. Copy & paste the command.

@franco: worked like a charm, thanks. Now the service state detection, please ;-)

What command do I run to fix this?
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: franco on May 08, 2025, 04:34:35 PM
The command behind the prompt indicator "#" called opnsense-patch followed by the commit URL for clarity :)
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: Patrick M. Hausen on May 08, 2025, 04:39:39 PM
Quote from: roast on May 08, 2025, 04:30:03 PMWhat command do I run to fix this?

opnsense-patch https://github.com/opnsense/core/commit/f674d3d14a8

"opnsense-patch" *is* the command to run.
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: Flyinace2000 on May 08, 2025, 04:40:19 PM
Quote from: franco on May 08, 2025, 04:34:35 PMThe command behind the prompt indicator "#" called opnsense-patch followed by the commit URL for clarity :)

Should look like this:



(https://i.imgur.com/HM0u33U.png)
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: roast on May 08, 2025, 04:50:56 PM
Quote from: franco on May 08, 2025, 04:34:35 PMThe command behind the prompt indicator "#" called opnsense-patch followed by the commit URL for clarity :)

*** oooffffff, I'm embarassed, I followed the link to github, didn't even clue into the prompt indicator!

TY
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: Flyinace2000 on May 08, 2025, 04:53:34 PM
Quote from: roast on May 08, 2025, 04:50:56 PM
Quote from: franco on May 08, 2025, 04:34:35 PMThe command behind the prompt indicator "#" called opnsense-patch followed by the commit URL for clarity :)

*** oooffffff, I'm embarassed, I followed the link to github, didn't even clue into the prompt indicator!

TY

I did the same thing.  No worries :-)
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: Patrick M. Hausen on May 08, 2025, 05:01:32 PM
Quote from: franco on May 08, 2025, 04:27:54 PMTo double check: control agent not running (not enabled)?

Nope. Control agent disabled, DHCPv6 disabled. Only DHCPv4.
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: franco on May 08, 2025, 05:14:54 PM
Yeah ok issue is clear and there is a test patch in your thread to avoid exposure here until it hits master ;)
Title: Re: Leases for Kea DHCPv4 have disappeared in 25.1.6
Post by: franco on May 08, 2025, 05:28:21 PM
This one for the service visibility:

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

Hotfix 25.1.6_2 coming later today. But keep in mind both issues are mostly cosmetic.


Cheers,
Franco