From owner-freebsd-questions Tue Jan 7 7:32:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B69637B401 for ; Tue, 7 Jan 2003 07:32:12 -0800 (PST) Received: from east.ath.cx (catv-50622a7a.nyircatv.broadband.hu [80.98.42.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A065E43E4A for ; Tue, 7 Jan 2003 07:32:10 -0800 (PST) (envelope-from witch@kronos.HomeUnix.com) X-Complaints-To: abuse@kronos.homeunix.com X-SMTP-Authenticated: CRAM-MD5 X-Message-Flag: Ditch the crappy mail client and get a real one! Received: from slave.kronos.homeunix.com (lpldd5x4ka94x13w@slave.kronos.homeunix.com [10.1.1.1]) (authenticated bits=0) by east.ath.cx (8.12.7/8.12.7) with ESMTP id h07FW6RI092515 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Tue, 7 Jan 2003 16:32:06 +0100 (CET) (envelope-from witch@slave.east.ath.cx) Received: from slave.east.ath.cx (localhost [127.0.0.1]) by slave.kronos.homeunix.com (8.12.7/8.12.7) with ESMTP id h07FW6OS019330 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 7 Jan 2003 16:32:06 +0100 (CET) (envelope-from witch@slave.east.ath.cx) X-Authentication-Warning: slave.east.ath.cx: Host localhost [127.0.0.1] claimed to be slave.east.ath.cx Received: (from witch@localhost) by slave.east.ath.cx (8.12.7/8.12.6/Submit) id h07FW1Wm019328; Tue, 7 Jan 2003 16:32:01 +0100 (CET) Date: Tue, 7 Jan 2003 16:32:01 +0100 (CET) From: Andrew Prewett Reply-To: Andrew Prewett To: FreeBSD Questions Subject: Re: tcpdump problem In-Reply-To: Message-ID: <20030107162829.H14422@slave.east.ath.cx> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Jan 8 Brendan Kosowski wrote: > > I am running FreeBSD 3.4 with the GENERIC kernel which has > the line "pseudo-device bpfilter 1" uncommented in the config. I also > re-built and re-installed GENERIC just to be sure. > > /dev/bpf0 has "rw" permissions for the owner (root). There are no other > bpf devices in /dev. > > When I su to root and run tcpdump, I get the message > "tcpdump: /dev/bpf1: No such file or directory". > > Can anyone help? Maybe /dev/bpf0 already in use by another process. The simplest solution is to rebuild the kernel with increased number of devices, like `pseudo-device bpfilter 4'. -andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message