From owner-freebsd-questions@freebsd.org Sun Aug 13 14:12:09 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E738D94A36 for ; Sun, 13 Aug 2017 14:12:09 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 14FCE7034F for ; Sun, 13 Aug 2017 14:12:08 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id BBCF4622C3 for ; Sun, 13 Aug 2017 10:02:46 -0400 (EDT) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VnjiWlrtedUM for ; Sun, 13 Aug 2017 10:02:43 -0400 (EDT) Received: from webmail.harte-lyne.ca (inet04.hamilton.harte-lyne.ca [216.185.71.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPSA id 22526622A5 for ; Sun, 13 Aug 2017 10:02:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harte-lyne.ca; s=dkim_hll; t=1502632963; bh=jPFXMYikkAtzHAIn9NpT2TGU9wQxg+B5x904g5QlKqM=; h=Date:Subject:From:To:Reply-To; b=rtITtogbEwX2lRNerctk2kdIWsdfeJ/+ICz0emgt/yTfcOq6/YXcjXEOnEP2ok2H6 y1F6/0MOhrHssdMJgjqt6reBU/HmfniFIpcU0YL/yelkonYr0uWHx1Bn4CxMpSFwE1 At4HyoqezzVpzprrSB+yZp1ldJJWig6iYgvtHwuYm6/TrbGuMGlT7oqBfPShIqwKza Rb4YiGlGeznauBfmRlQVV3PRx5Im8a3QS6ZXdpgHJ0903yjRijZ5QzFpU1ftI2t7XS SSd4jdlPNyri734bniEEgiBQtzWSMnux7lQ2W3i1RAO2sBxwPK+z/Sf4oMnDFcOBev 9DCxYts7HwO5A== Received: from 216.185.71.22 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Sun, 13 Aug 2017 10:02:43 -0400 Message-ID: Date: Sun, 13 Aug 2017 10:02:43 -0400 Subject: FreeBSD-11 - local_unbound logging From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.22-5.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 14:12:09 -0000 I am trying to get logging information out of unbound on my workstation in an effort to determine why it stop resolving. I am not getting the configuration right and I cannot see any reason why what I am doing should not be accepted. My logging configuration file is /var/unbound/conf.d/logging.conf. Its contents are: /v/u/c/logging.conf 1 # unbound logging configuration 2 # mount -t devfs devfs /etc/unbound/dev 3 server: 4 use-syslog: no 5 logfile: log/unbound.log 6 verbosity: 3 I have mounted the dev fs using 'mount -t devfs devfs /etc/unbound/dev' which results in: devfs on /var/unbound/dev (devfs, local, multilabel). I do not get any errors from unbound-checkconf and the local_unbound service starts but there is no logfile created; at least none where I expect it to be (/var/unbound/log/unbound.log). What am I missing? -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3