From owner-freebsd-ports@freebsd.org Tue Feb 20 15:16:49 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22704F0A2F1 for ; Tue, 20 Feb 2018 15:16:49 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id 901C87B5F4 for ; Tue, 20 Feb 2018 15:16:47 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (87.18.51.42) by smtp207.alice.it (8.6.060.28) id 5A8771AE00CA9FDA for freebsd-ports@freebsd.org; Tue, 20 Feb 2018 16:16:41 +0100 Received: from guardian.ventu (wilbur.aviozzano-guglielmozamboni.it [88.147.119.19]) (authenticated bits=0) by soth.ventu (8.15.2/8.15.2) with ESMTPSA id w1KFGDM9084935 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 20 Feb 2018 16:16:14 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host wilbur.aviozzano-guglielmozamboni.it [88.147.119.19] claimed to be guardian.ventu From: Andrea Venturoli Subject: net/isc-dhcp43-server won't start at boot To: freebsd-ports@freebsd.org Message-ID: <7a75b86f-0769-6c2b-19d7-aeb6de64ed40@netfence.it> Date: Tue, 20 Feb 2018 16:16:08 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.83 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 15:16:49 -0000 Hello. As per subject, on a 11.1p5, dhcpd will sometimes not start at boot. The only things I get in all.log is: > kernel: Script /usr/local/etc/rc.d/isc-dhcpd interrupted ... which will not help much in diagnosing what's wrong. In dhcpd.log I have: > dhcpd: Internet Systems Consortium DHCP Server 4.3.6 > dhcpd: Copyright 2004-2017 Internet Systems Consortium. > dhcpd: All rights reserved. > dhcpd: For info, please visit https://www.isc.org/software/dhcp/ Normally these lines would be followed by: > dhcpd: Config file: /usr/local/etc/dhcpd.conf > dhcpd: Database file: /var/db/dhcpd/dhcpd.leases > dhcpd: PID file: /var/run/dhcpd/dhcpd.pid but this does not happen. I found no dhcpd.core anywhere. Logging in and issuing "service isc-dhcpd start" will work as expected (but several other outages will have happened, before I discover this problem). Any hint? bye & Thanks av.