On Mon, Apr 08, 2002 at 02:58:37PM -0500, Juan M. Courcoul wrote:
[snip: errors I'll try to fix tomorrow by installing Darwin 1.4.x
(again :( ) and try to reproduce these problems ]
> Both the server and the X11 client start up and communicate ok. After
> running a test against a fully-patched Win2K Prof. machine, the scan
> finishes without apparent errors, but nessus.dump contains:
>
> > nasl:pcap.c : No free bpf
> > ERROR : Could not find/open the pcap for interface en0
> > 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.
-- Renaud