[Open-scap] OpenSCAP Error, Missing Library?

Przemek Klosowski przemek.klosowski at nist.gov
Fri Apr 26 15:24:11 UTC 2013


On 04/24/2013 04:32 AM, Anthony Davis wrote:

> Thanks for helping with this, this is actually very interesting to learn. so here is the output of the lsof
>
> [root at server ~]# ls -l /proc/5232/fd/6
> lrwx------ 1 root root 64 Apr 24 09:29 /proc/5232/fd/6 -> socket:[32890]
> [root at server ~]# lsof | grep 32890
> oscap     5232      root    6u     unix 0xffff8101352bb740      0t0      32890 socket
> probe_env 5259      root    6u     unix 0xffff8101352bb740      0t0      32890 socket
> probe_una 5302      root    6u     unix 0xffff8101352bb740      0t0      32890 socket
> probe_rpm 5343      root    6u     unix 0xffff8101352bb740      0t0      32890 socket
> probe_pro 5348      root    6u     unix 0xffff8101352bb740      0t0      32890 socket

OK, then it's one of those processes. strace -p 5259, strace -p 5302, 
etc. The tricky part is that if it's blocked in a syscall (rather than 
bogged down in a fast loop), it already happened earlier so it won't be 
shown. I am really curious what is causing all that---be sure to let us 
know when you figure it out.




More information about the Open-scap-list mailing list