Date: Tue, 17 Feb 1998 14:39:28 -0500 (EST) From: "Joe \"Marcus\" Clarke" <marcus@miami.edu> To: spork <spork@super-g.com> Cc: questions@FreeBSD.ORG Subject: Re: dumb bpfilter question Message-ID: <Pine.OSF.3.96.980217143839.6091A-100000@jaguar.ir.miami.edu> In-Reply-To: <Pine.BSF.3.96.980217141654.1947B-100000@super-g.inch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
You need to do a ./MAKEDEV from the /dev directory for each bpfilter configured in your kernel. For you, do: ./MAKDEV bpf0 bpf1 in the /dev dir On Tue, 17 Feb 1998, spork wrote: > Hi, > > I'm playing with my home machine again, and tcpdump/trafshow are both > giving me the ol': > > root@oozing [/usr/home/spork]# tcpdump > tcpdump: /dev/bpf0: Device not configured > > In my kernel I have: > ... > pseudo-device pty 16 > #pseudo-device gzip # Exec gzipped a.out's > pseudo-device bpfilter 2 > > Am I staring at a glaring spelling error that refuses to reveal itself to > me? Looking in /dev: > > root@oozing [/usr/home/spork]# ls -al /dev/bpf0 > crw------- 1 root wheel 23, 0 Feb 13 11:24 /dev/bpf0 > > And for reference: > > root@oozing [/usr/home/spork]# uname -a > FreeBSD oozing.discharge.org 2.2-980211-SNAP FreeBSD 2.2-980211-SNAP #0: > Fri Feb 13 00:10:02 EST 1998 > spork@oozing.discharge.org:/usr/src/sys/compile/OOZING i386 > > What am I missing? > > Charles Sprickman > spork@super-g.com > ---- > "I'm not a prophet or a stone-age man > Just a mortal with potential of a superman > I'm living on" -DB > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.980217143839.6091A-100000>