Anyone have any idea as to why setroubleshootd would be dominating the system:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2371 root 25 0 1884m 1.8g 4100 R 100.2 44.7 680:06.40 setroubleshootd
Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life Insurance Co. Phone: (254)761-6649 1200 Wooded Acres Dr. Fax: (254)741-5777 Waco, Texas 76710
_____________________________________________________ This message contains information which is privileged and confidential and is solely for the use of the intended recipient. If you are not the intended recipient, be aware that any review, disclosure, copying, distribution, or use of the contents of this message is strictly prohibited. If you have received this in error, please destroy it immediately and notify us at PrivacyAct@ailife.com.
On Wed, Jun 3, 2009 at 6:32 PM, Frank M. Ramaekers FRamaekers@ailife.com wrote:
Anyone have any idea as to why setroubleshootd would be dominating the system:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2371 root 25 0 1884m 1.8g 4100 R 100.2 44.7 680:06.40 setroubleshootd
strace -p And see what it is doing?
Didi
Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life Insurance Co. Phone: (254)761-6649 1200 Wooded Acres Dr. Fax: (254)741-5777 Waco, Texas 76710
This message contains information which is privileged and confidential and is solely for the use of the intended recipient. If you are not the intended recipient, be aware that any review, disclosure, copying, distribution, or use of the contents of this message is strictly prohibited. If you have received this in error, please destroy it immediately and notify us at PrivacyAct@ailife.com. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, Jun 3, 2009 at 6:32 PM, Frank M. Ramaekers wrote:
Anyone have any idea as to why setroubleshootd would be dominating the system:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2371 root 25 0 1884m 1.8g 4100 R 100.2 44.7 680:06.40 setroubleshootd
strace -p And see what it is doing?
does this strace command exist in centos 5.x?
replies below...
----- Original Message ----
From: Ralph Angenendt ra+centos@br-online.de To: centos@centos.org Sent: Saturday, June 13, 2009 2:46:40 PM Subject: Re: [CentOS] setrubleshootd dominating
Linux Advocate wrote:
strace -p And see what it is doing?
does this strace command exist in centos 5.x?
Yes. And in 4 and in 3 and in 2.1 - did you look before asking?
Ralph
yes i did.
[root@fwg man1]# strace -p -bash: strace: command not found [root@fwg man1]# strace -bash: strace: command not found
mayb i have to install something? will check.