Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 1998 12:11:29 -0400 (EDT)
From:      Satya Devireddy <satya@dspsoft.com>
To:        Peng ZhengWen <zhwpeng@stc.sh.cn>
Cc:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: How to config bpf?
Message-ID:  <Pine.BSF.4.02A.9809091207380.10781-100000@srv.kapmail.com>
In-Reply-To: <01BDDBFF.24020EE0@ws2.stc.sh.cn>

next in thread | previous in thread | raw e-mail | index | archive | help
>   I add pseudo driver bpfilter in kernel config file and rebuild my custom kernel without errors.But the arpwatch program always reports it can not configure the /dev/bpf0.What is the reason?How to solve it?
>   My operating system is FreeBSD 2.2.5.

Check if you have a device created in /dev/

ls -altr /dev/bpf*

if not,
login as root,

cd /dev
sh MAKEDEV bpf0

then try your program.

-Satya


-----------------
Satya Devireddy	   
satya@dspsoft.com 


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.BSF.4.02A.9809091207380.10781-100000>