Email or username:

Password:

Forgot your password?
Top-level
smolwaffle

@growse
They definitely still claim not to support Ubuntu 24.04. That's the same reason why my current employer is insisting that we all migrate to Ubuntu 22.04 rather than 24.04.

I haven't looked at the actual script that checks kernel versions to see if it lists the one used in 24.04.
@mjg59

3 comments
growse ❎

@smolwaffle @mjg59 i mean, security vendor doesn't support current LTS of major OS distribution is a smell in itself...

Matthew Garrett

@smolwaffle @growse ebpf doesn't entirely abstract you from kernel internals - you still need to deal with internal API and ABI changes, so there's still some work in supporting newer kernels. It just means you'll fail to work rather than taking the entire thing down with you.

growse ❎

@mjg59 @smolwaffle fair, and arguably the important bit.

When it comes to an agent that (typically) another group is foisting on a service, "working" is not a primary concern. "Not taking the box down" is much more significant:)

Go Up