[Open-scap] OpenSCAP Error, Missing Library?

Przemek Klosowski przemek.klosowski at nist.gov
Tue Apr 23 17:08:17 UTC 2013


On 04/23/2013 12:29 PM, Anthony Davis wrote:

> Process hangs:
>
> [pid  3240]      0.000356 wait4(3261, 0x7fff4c86fa3c, WNOHANG, NULL) = 0
> [pid  3240]      0.000265 select(7, [6], NULL, NULL, NULL
>
> LS:
>
> [root at server ~]# ls -l /proc/3240/fd/6
> lrwx------ 1 root root 64 Apr 23 17:22 /proc/3240/fd/6 -> socket:[26058]
>
> So i guess that shows the inode number? But what can I do with that info to furthure debug the problem?

Sorry if it feels like being led on a goose chase---but I think we're 
getting to the bottom of it. Now you need to find out what is at the 
other end of that socket; either look at strace to find where the socket 
is opened, or find it in the output of 'lsof':

lsof | grep 26058




More information about the Open-scap-list mailing list