From owner-freebsd-questions@FreeBSD.ORG Sat Sep 24 21:48:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD067106564A for ; Sat, 24 Sep 2011 21:48:55 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0B08FC12 for ; Sat, 24 Sep 2011 21:48:54 +0000 (UTC) Received: by eyg7 with SMTP id 7so3700612eyg.13 for ; Sat, 24 Sep 2011 14:48:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=/bblgGpwY7G5nlnMsIbtWDSQ5N3RZP1RpTtfZrQZNGg=; b=AKcL7IUoHA/q4SHZ1LfFOXdmQPf8b4bKETvmtv5VRK9TDz4BVONM8Lq0YLw6a2vwxJ 9uNpMpmARh5Rczq+XchIQzilpYhkCC93/KFMUHQOujmYjf/bSUA7abWrFqOb0cQXpqIS nhvhoHTnDLzmUEnsJcoQgspLO/PUhIA9JsODM= Received: by 10.213.2.206 with SMTP id 14mr556497ebk.77.1316899499525; Sat, 24 Sep 2011 14:24:59 -0700 (PDT) Received: from [127.0.0.1] (dhcp-077-251-216-229.chello.nl. [77.251.216.229]) by mx.google.com with ESMTPS id z54sm44738681eef.2.2011.09.24.14.24.58 (version=SSLv3 cipher=OTHER); Sat, 24 Sep 2011 14:24:59 -0700 (PDT) Message-ID: <4E7E4A9D.70901@gmail.com> Date: Sat, 24 Sep 2011 23:24:45 +0200 From: Andrei Brezan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E7BEA42.4020004@a1poweruser.com> <4E7CFA99.9000801@centurytel.net> In-Reply-To: <4E7CFA99.9000801@centurytel.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Trying to build Nessus 4 from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 21:48:55 -0000 On 23/09/2011 23:31, Michael D. Norwick wrote: > Good Day > > Trying to build /usr/ports/security/nessus on FreeBSD 9-beta2 with > ports updated via - portsnap fetch update - completed 09/22/2011. The > result from #>make; > > ===> Applying FreeBSD patches for nessus-libraries-2.2.9_1 > ===> nessus-libraries-2.2.9_1 depends on executable: bison - found > ===> nessus-libraries-2.2.9_1 depends on package: libtool>=2.4 - found > ===> 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 > > Stop in /usr/ports/security/nessus. > > From an earlier post on freebsd-questions I added; > > # Historically X depended on this, but version 4.3.0 doesn't seem to > anymore > #link ttyv0 vga > > # Commonly used by many ports > #link acd0 cdrom > > # Allow a user in the wheel group to query the smb0 device > #perm smb0 0660 > > # Allow members of group operator to cat things to the speaker > #own speaker root:operator > #perm speaker 0660 > > own bpf0 root:bpf > perm bpf0 0640 > own bpf1 root:bpf > perm bpf1 0640 > own bpf2 root:bpf > perm bpf2 0640 > own bpf3 root:bpf > perm bpf3 0640 > own bpf4 root:bpf > perm bpf4 0640 > > to /etc/devfs.conf. But I still get; > > crw-r----- 1 root bpf 0, 11 Sep 22 21:14 bpf > lrwxr-xr-x 1 root wheel 3 Sep 22 21:14 bpf0 -> bpf > crw-rw-rw- 1 root wheel 0, 49 Sep 22 21:14 bpsm0 > > in /dev after rebooting. Do I require a statement in rc.conf or > loader.conf to activate more bpf devices? Am I editing the right file > the wrong way? The proper handbook chapter escapes me right now. > > Previous to trying to build nessus from ports I built a new kernel > with - device bpf enabled. > > Thank You, > Michael > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" I would suggest to get the package from tenable.com and install it via pkg_add. That's how it worked for me but on FreeBSD 8.2-stable. Might worth a shot. Regards, -- Andrei Brezan email