Gather an strace for the cbdaemon
book
Article ID: 291643
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To generate an strace output for the cbdaemon process for troubleshooting purposes.
Environment
- EDR Sensor: 6.x and higher
- Linux: All Supported Versions
Resolution
- Get the PID of the cbdaemon process:
# ps -ef | grep cbdaemon
- Run:
# strace -f -p <PID> -o strace.out
...where <PID> is the PID of the cbdaemon process from step 1
- Reproduce the issue being observed (if applicable)
- Press Ctrl-c to cancel after the reproducing the issue
Additional Information
The strace package is required to run these steps.
Feedback
thumb_up
Yes
thumb_down
No