From owner-freebsd-security@FreeBSD.ORG Sun Feb 20 03:49:15 2011 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F3FB106564A for ; Sun, 20 Feb 2011 03:49:15 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D59638FC15 for ; Sun, 20 Feb 2011 03:49:14 +0000 (UTC) Received: by qyk27 with SMTP id 27so224367qyk.13 for ; Sat, 19 Feb 2011 19:49:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=Jyv4mokBQTZ4qfZ4+snC8q/A1KHZQV6+3bGPG5DCUWM=; b=cxNTL8a5OaA4PMSMDCaVdvUqqcv0A60PTXAx8Yc/oo4qtqdMoI4RU6I4IC7WLCCMVy qELO0R654XVni/pRkGdReQxHbe6817WbwaN2iokwdHSbOYAqJXu+65ovjrVHi5A9+MWN nSN1zLIItlxOteqkwKCnmOcLTRCiEwqkaQFl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=E1ocEkxJ5Dxmm/wNORasJuN7xbl+YlvFWoxbdwkNfyyRU8H/mVh+7p/hlZs3ZNhsWB /LswCouxDFawzDvfGdAdXdjNvJRcnNIysOFP6LTUrHa/UNGVbCIClAEYfsx255L3mJYA rcMy4874W9KcOsG0dVU/szpj1rqiALMLOMtKw= Received: by 10.224.45.66 with SMTP id d2mr1944803qaf.48.1298172279878; Sat, 19 Feb 2011 19:24:39 -0800 (PST) Received: from disbatch.dataix.local (adsl-99-119-129-202.dsl.klmzmi.sbcglobal.net [99.119.129.202]) by mx.google.com with ESMTPS id nb15sm2744892qcb.14.2011.02.19.19.24.36 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 Feb 2011 19:24:38 -0800 (PST) Sender: "J. Hellenthal" Date: Sat, 19 Feb 2011 22:24:27 -0500 From: jhell To: gahn Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd security Subject: nessus would not compile under 8.1 (fwd) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 03:49:15 -0000 This is expiring code... maybe it has finally hit its match and you should refer to the nessus.org for further information about newer available versions and also Reply-To: ports@freebsd.org instead as this is not a security issue. -- jhell ---------- Forwarded message ---------- Date: Fri, 18 Feb 2011 15:17:28 From: gahn To: freebsd security Subject: nessus would not compile under 8.1 hi gurus: tried to install nessus and it would not compile: ===> Configuring for nessus-libraries-2.2.9_1 ******************************************************** * W a r n i n g * * * * Nessus needs Berkeley Packet Filter (bpf). * * To use nessus, your kernel must be rebuilt with bpf, * * and make bpf devices on /dev directory. * * * * Be sure to build as many bpf devices as you need. * * For more info on this read files/README.BPF * ******************************************************** *** Error code 1 Stop in /usr/ports/security/nessus-libraries. *** Error code 1 Stop in /usr/ports/security/nessus-libnasl. *** Error code 1 my bpf is enabled in kernel: user@host:/usr/ports/security/nessus:$ ls -al /dev/bpf* crw------- 1 root wheel 0, 24 Feb 18 12:36 /dev/bpf lrwxr-xr-x 1 root wheel 3 Feb 18 12:36 /dev/bpf0 -> bpf and i could not find this README>BPF: user@host:/usr/ports/security/nessus:$ more files/README.BPF files/README.BPF: No such file or directory my tcpdump and tshark work fine so it should not be bpf issue. any ideas? thanks