Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 1998 02:05:30 +0100
From:      Stefan Bethke <Stefan.Bethke@Hanse.DE>
To:        rauld@crude.rrc.state.tx.us, freebsd-ports@FreeBSD.ORG
Subject:   Re: isc-dhcp1.0
Message-ID:  <l03102800b0fc1c662b63@[193.174.9.163]>
In-Reply-To: <34D65FDA.71E7D81C@crude.rrc.state.tx.us>

next in thread | previous in thread | raw e-mail | index | archive | help
At 18:08 Uhr -0600 02.02.1998, Raul de la Garza wrote:
>i am getting the following error, any clues?
>
>freebsd version 2.1.7 (this is a remote production unit is not readily
>upgrade-able to 2.2 or higher)

>ns# Can't find free bpf: Device not configured
>dhcpd: exiting.

Your kernel doesn't include Berkeley Packet Filter (bpf) support. Add a
line line the following to your kernel configuration file and rebuild your
kernel:

pseudo-device   bpfilter     4

(you might need to change the "4" to at least the number of all network
interfaces you want dhcpd to respond on, but I'm not sure of this; a single
bpf might suffice.

Also, do this as root:
# cd /dev
# ./MAKEDEV bpf0 bpf1 bpf2 bpf3 [and so on]

>you should #define
>BROKEN_FREEBSD_BPF
>in site.h and recompile.

Might well be correct. I don't remember doing that, but it is more than a
year ago I build isc-dhcpd...

Hope this helps,
Stefan

--
Stefan Bethke   <Stefan.Bethke@Hanse.DE>
Hamburg, Germany





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?l03102800b0fc1c662b63>