[Open-scap] OpenSCAP Error, Missing Library?

Anthony Davis Anthony.Davis at bbc.co.uk
Wed Apr 24 08:32:07 UTC 2013


________________________________________
From: Przemek Klosowski [przemek.klosowski at nist.gov]
Sent: 23 April 2013 18:08
To: Anthony Davis
Cc: open-scap-list at redhat.com
Subject: Re: [Open-scap] OpenSCAP Error, Missing Library?

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

---

Hi,

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

Kind Regards

Tony


-----------------------------
http://www.bbc.co.uk
This e-mail (and any attachments) is confidential and
may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in
error, please delete it from your system.
Do not use, copy or disclose the
information in any way nor act in reliance on it and notify the sender
immediately.
Please note that the BBC monitors e-mails
sent or received.
Further communication will signify your consent to
this.
-----------------------------




More information about the Open-scap-list mailing list