At 2005-04-20T08:15:20+08:00, liu jiachang wrote:

> and another problem is still some words from dhcpd, as these: dhcpd:
> unable to create icmp socket: operation not permitled

One reason could be that the device bpf(4) is not built into the
kernel you are using.  (This device is part of the GENERIC kernel, so
if you have not compiled a custom kernel, the problem is due to
something else.)  See [Handbook, 23.5.7].

> dhcpd: can't open /var/db/dhcpd.leases for append

Perhaps the file does not exist.  `dhcpd' needs this file to start ---
see dhcpd.leases(5).  Do

        touch /var/db/dhcpd.leases

before the first run of `dhcpd'.

HTH,
Raghavendra.

-- 
N. Raghavendra <[EMAIL PROTECTED]> | See mail headers for contact
Harish-Chandra Research Institute   | and OpenPGP details.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to