From owner-freebsd-bugs@freebsd.org Tue Oct 10 14:37:09 2017 Return-Path: Delivered-To: freebsd-bugs@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 DA131E33B24 for ; Tue, 10 Oct 2017 14:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AEA9984AE3 for ; Tue, 10 Oct 2017 14:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v9AEb9hT066397 for ; Tue, 10 Oct 2017 14:37:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222902] local_unbound interfering with port version and other problems Date: Tue, 10 Oct 2017 14:37:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: joeb1@a1poweruser.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 14:37:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222902 Bug ID: 222902 Summary: local_unbound interfering with port version and other problems Product: Base System Version: 11.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: joeb1@a1poweruser.com 1. local_unbound is executing /usr/sbin/unbound and when the port version of unbound is installed the /usr/sbin/unbound is still being used causing a crossover mixture between local_unbound version of unbound and the ports version of unbound. Solution is to complete the renaming of all the unbound components to be prefixed with "local_" like it should have been done in the first place.=20 IE: man, conf, bin modules, lib modules. Examples; This file /usr/sbin/local-unbound-setup should be renamed to /usr/sbin/local_unbound-setup, and /usr/sbin/unbound renamed to /usr/sbin/local_unbound. 2. The usage of local_unbound is integrated with other OS functions. There = is no documentation explaining their interaction. A simple man page explaining= the customized local_unbound setup configuration and the interaction between=20 /etc/resolv.conf, /libexec/resolvconf/unbound, /usr/sbin/local-unbound-setup and the resolvconf command would go a long way to make it more user friendl= y. 3. local_unbound is at version 1.5.10 and the current upstream version available is 1.6.7. Time to upgrade the local_unbound version to be current. 4. As currently configured local_unbound is forced to use the ISP DNS serve= rs retrieved from /etc/resolv.conf. unbound comes with a built-in "root-zone" function which negates the need for a "forward-zone:" section all together.= The current local_unbound configuration should be changed to deploy unbound's built-in "root-zone" function. --=20 You are receiving this mail because: You are the assignee for the bug.=