Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: (there are no BPF devices)



Tnx for replying Dennis,

unfortunately that's the problem
# ls /dev/bpf*
/dev/bpf  /dev/bpf0

and
# ifconfig pflog0
pflog0: flags=41<UP,RUNNING> mtu 33192

and for instance
# ps aux | grep pflogd
#
# /etc/rc.d/pflogd start
Starting pflogd.
# ps aux | grep pflogd
#
# tail -3 /var/log/messages
......
Oct 30 07:25:21 raspi1 pflogd[3139]: Failed to initialize: pflog0:
(there are no BPF devices)
Oct 30 07:25:21 raspi1 pflogd[3139]: Exiting, init failure


because both are complaining for it ... pflogd and tcpdump. And the
latter not only on the pflog0 interface:
# tcpdump -nettt -i usmsc0
tcpdump: (there are no BPF devices)

I've never seen such an error before.



On Wed, 2013-10-30 at 15:29 -0400, Dennis Ferguson wrote:
> On 30 Oct, 2013, at 11:55 , ASV <asv%inhio.eu@localhost> wrote:
> > Hi there,
> > 
> > every time I try to tcpdump I get the following: 
> > tcpdump: (there are no BPF devices)
> > 
> > I've tried on the normal interface, which is perfectly working, and on
> > the pflog0 to monitor the firewall activity (pflog0 exist and is
> > active).
> > 
> > I didn't find much around, any idea?
> 
> Type
> 
>    ls /dev/bpf*
> 
> If it doesn't find anything do this
> 
>     cd /dev
>     ./MAKEDEV bpf
> 
> and see if that fixes it.
> 
> Dennis Ferguson




Home | Main Index | Thread Index | Old Index