Renaud Deraison wrote:
> On Mon, Apr 08, 2002 at 02:58:37PM -0500, Juan M. Courcoul wrote:
>>>nasl:pcap.c : No free bpf
>>>ERROR : Could not find/open the pcap for interface en0
>>>
>
> MacOS X has extremely few bpf's in /dev by default. While there's an
> attempt to overcome this (by waiting for some time for free bpfs instead
> of returning right away), there's no silver bullet.
>
> Try to reduce the number of hosts/plugins executed in parralell, and try
> again, the errors should go away.
Thanks, checking it out there are only four (4!) bpf's available. I've
started a discussion thread on Apple's support groups on how to increase
this to a decent amount.
The workaround would be
max_checks = 4
even though the manfile says "max_threads", right ? Or should I also
reduce the "max_hosts" ?
JMC