From owner-freebsd-stable@freebsd.org Wed May 1 08:09:40 2019 Return-Path: Delivered-To: freebsd-stable@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 4AC821599430 for ; Wed, 1 May 2019 08:09:40 +0000 (UTC) (envelope-from mw@wipp.bayern) Received: from virgo.wipp.bayern (virgo.wipp.bayern [IPv6:2a01:4f8:141:5249::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD9FF6AA45 for ; Wed, 1 May 2019 08:09:39 +0000 (UTC) (envelope-from mw@wipp.bayern) Received: from [IPv6:2a02:8106:209:e43c:e9c1:f8c5:a63f:21eb] (unknown [IPv6:2a02:8106:209:e43c:e9c1:f8c5:a63f:21eb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mw@wipp.bayern) by virgo.wipp.bayern (Postfix) with ESMTPSA id 0A9DCAEBAA; Wed, 1 May 2019 10:09:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wipp.bayern; s=dkim201411; t=1556698170; bh=Wk91GJQBsUFXI0aJ7CIHKjPSRoFArvru+FQK6XBUmnI=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=MfJ/I+dFpcV4+DxEiR22GYkZSiouKusimaZ5BzKDERg+4crS6NiwSs6y1/u0hEzY5 YdPbi/mc4vGpxDjZNlEyGIfyfCUBYGXxFn9kpafZ2TyrbxjEmikuYgEWo5gHfzev2O DY5gFyeS8012Q6M8Kw6V7bwSqNHtTDjwtTeQuQ+E= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.101.2 at gemini.wipp.bayern Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: Issues starting unbound on boot From: Markus Wipp X-Mailer: iPhone Mail (16E227) In-Reply-To: <20190430220220.GC74417@server.rulingia.com> Date: Wed, 1 May 2019 10:09:27 +0200 Cc: Markus Wipp , "freebsd-stable@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <9108FAC6-6F7F-42AE-8F1E-829EBFF04397@wipp.bayern> References: <9E319697-B182-49ED-AB44-F3BBC87EEE1B@bluebird-ag.com> <20190430220220.GC74417@server.rulingia.com> To: Peter Jeremy X-Rspamd-Queue-Id: CD9FF6AA45 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.945,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2019 08:09:40 -0000 > On 1. May 2019, at 00:02, Peter Jeremy wrote: >=20 >> On 2019-Apr-30 19:44:36 +0000, Markus Wipp wrote= : >> I currently face an issue, where I don=E2=80=99t know further on why this= happens and what I could do about it. >> I hope that this is the correct list to ask my question. If not please le= t me know where else I might try my luck. >> I installed unbound from ports, configured it and can start / stop it fro= m command line with service unbound start without any problems. >> But whenever I reboot the machine it just doesn=E2=80=99t get started. Th= e only information I was able to find out so far can be found in /var/log/me= ssages: >> root: /etc/rc: WARNING: failed to start unbound >=20 > I have seen unbound fail to start for a variety of reasons but in all case= s, it has > written a useful hint to the console. Can you confirm that it's not writi= ng anything > to your console. Are you able to share your configuration? >=20 > --=20 > Peter Jeremy Hi Peter, many thanks to you! By looking at the console output I was able to determine= that the interface/up I bound unbound to was not yet available during the b= oot process (it was tun0 for my VPN). After finding this cause it was just a= matter of ensuring tun0 gets created and configured as cloned interface. So now everything works as it should! Thanks again to all! Have a nice day! Markus=20=