Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
17 Aug 2022
Problem
A daemon software keep exiting and user wants to trace each time the new process
Solution
use strace to check process behaivor
strace -p `ps -ef | grep mysqld | grep -v grep | grep -v tail | awk '{print $2}'`
Attachment: commands.txt
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →