-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Had to downgrade all our GitHub Action Runners to Ubuntu 22. Getting the following errors on Ubuntu 24.
On start up of the action:
{"level":"info","time":"2025-11-17T04:21:33Z","message":"Running Cimon in native mode"}
{"level":"debug","time":"2025-11-17T04:21:33Z","message":"Found executable path: /tmp/cimon/cimon"}
{"level":"info","time":"2025-11-17T04:21:33Z","message":"Running Cimon in dry run mode to find any errors"}
Error: failed constructing sensor controller: failed creating sensors: failed constructing process sensor: failed loading and assigning BPF objects: program process_exec_filter: load program: argument list too long: BPF program is too large. Processed 1000001 insn (12035 line(s) omitted)
Error: exit status 1
Error: The process '/usr/bin/sudo' failed with exit code 1
On shutting down of the action:
{"level":"info","time":"2025-11-17T04:21:39Z","message":"Stopping Cimon agent"}
{"level":"error","error":"failed opening pid file: open /var/run/cimon.pid: no such file or directory","time":"2025-11-17T04:21:39Z","message":"Encountered error while stopping Cimon process. Printing logs of last execution..."}
Error: cimon isn't running (missing pidfile): failed opening pid file: open /var/run/cimon.pid: no such file or directory
Error: The process '/usr/bin/sudo' failed with exit code 1
Metadata
Metadata
Assignees
Labels
No labels