For some reason I can't get rid of these warnings no matter what I do
I installed net/isc-dhcp42-server with default options which include PARANOIA.
Here are my /etc/rc.conf related lines:
Misc:
I did deinstall and reinstall with different options, with and without PARANOIA, tried all sort of combinations in rc.conf and no luck I always get these warnings...
I see something wrong during install that I don't on my other machine which could be related
My system and ports tree are up-to-date.
Thanks for helping!
Code:
# /usr/local/etc/rc.d/isc-dhcpd restart
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $dhcpd_chuser_enable is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $dhcpd_chuser_enable is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
/usr/local/etc/rc.d/isc-dhcpd: WARNING: $paranoia is not set properly - see rc.conf(5).
I installed net/isc-dhcp42-server with default options which include PARANOIA.
Here are my /etc/rc.conf related lines:
Code:
dhcpd_enable="YES"
dhcpd_ifaces="LAN"
dhcpd_flags="-q" # command option(s)
dhcpd_conf="/usr/local/etc/dhcpd.conf" # configuration file
dhcpd_withumask="022"
dhcpd_chuser_enable="YES" # runs w/o privileges?
dhcpd_withuser="dhcpd" # user name to run as
dhcpd_withgroup="dhcpd" # group name to run as
dhcpd_chroot_enable="YES" # runs chrooted?
dhcpd_devfs_enable="YES" # use devfs if available?
dhcpd_rootdir="/var/db/dhcpd" # directory to run in
#dhcpd_includedir="" # directory with config-files to include
Code:
#make showconfig
===> The following configuration options are available for isc-dhcp42-server-4.2.6:
BIND_SYMBOLS=off: Enable BIND internal symbol table
IPV6=on: IPv6 protocol support
LDAP=off: LDAP support
LDAP_SSL=on: Support LDAP over SSL/TLS
PARANOIA=on: Enable support for chroot
Misc:
Code:
# uname -a
FreeBSD planet 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
I did deinstall and reinstall with different options, with and without PARANOIA, tried all sort of combinations in rc.conf and no luck I always get these warnings...
I see something wrong during install that I don't on my other machine which could be related
Code:
gmake[3]: Entering directory `/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.6/bind'
Configuring BIND Export libraries for DHCP.
./configure: -c: not found
Building BIND Export libraries - this takes some time.
My system and ports tree are up-to-date.
Thanks for helping!