You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: prog 'FileOpenRawExit': failed to load: -22
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: failed to load object './/sysmonEBPFkern5.6-_core.o'
Apr 17 06:45:48 vm sysmon[2279532]: Telemetry failed to start: eBPF object could not be loaded
To Reproduce
we installed a naked ubuntu 24.04 LTS on hyper-v with the following kernel:
6.11.0-1012-azure Command correction in SysmonForLinux/Readme #12~24.04.1-Ubuntu SMP
installing sysmon leads to the mentioned error.
we were even able to upgrade an existing 22.04 LTS (with working sysmon) and reproduce the same issue after upgrade
Logs
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: prog 'FileOpenRawExit': failed to load: -22
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: failed to load object './/sysmonEBPFkern5.6-_core.o'
Apr 17 06:45:48 vm sysmon[2279532]: Telemetry failed to start: eBPF object could not be loaded
Expected behavior
sysmon should be started
Additional context
by accident i found out that when starting sysmon with -bpf sysmonEBPFkern5.6-_core.o it is starting! without bpf set explicitley it does not!
Describe the bug
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: prog 'FileOpenRawExit': failed to load: -22
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: failed to load object './/sysmonEBPFkern5.6-_core.o'
Apr 17 06:45:48 vm sysmon[2279532]: Telemetry failed to start: eBPF object could not be loaded
To Reproduce
6.11.0-1012-azure Command correction in SysmonForLinux/Readme #12~24.04.1-Ubuntu SMP
installing sysmon leads to the mentioned error.
Sysmon version
1.3.5
Distro/kernel version
PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
6.11.0-1012-azure #12~24.04.1-Ubuntu SMP
Sysmon configuration
will send it later
Logs
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: prog 'FileOpenRawExit': failed to load: -22
Apr 17 06:45:48 vm sysmon[2279738]: libbpf: failed to load object './/sysmonEBPFkern5.6-_core.o'
Apr 17 06:45:48 vm sysmon[2279532]: Telemetry failed to start: eBPF object could not be loaded
Expected behavior
sysmon should be started
Additional context
by accident i found out that when starting sysmon with
-bpf sysmonEBPFkern5.6-_core.oit is starting! without bpf set explicitley it does not!