Bug 207748

Summary: 10.3-RC1 unbound-control-setup utility is missing from media.
Product: Base System Reporter: David.Boyd49
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Not A Bug    
Severity: Affects Some People CC: amd64, des, peter
Priority: ---    
Version: 10.3-BETA2   
Hardware: amd64   
OS: Any   

Description David.Boyd49 2016-03-06 15:24:20 UTC
10.3-RC1 unbound-control-setup utility is missing from media.
Comment 1 David.Boyd49 2016-03-08 00:25:15 UTC
Glen Barber informed me that this utility "unbound-control-setup" was removed by a previous revision to current.

The manual pages for unbound-control and unbound.conf still have references to unbound-control-setup.  Perhaps they should be removed?

Thanks.
Comment 2 Peter Wemm freebsd_committer freebsd_triage 2016-03-10 20:21:49 UTC
Yeah, the removal was unfortunate as remote control was still quite usable. However, the previous import introduced a number of syntax errors to the script that would have needed to be fixed.

I personally switched the freebsd.org cluster machines to using "control-interface: /var/run/local_unbound.ctl" (which doesn't require unbound-control-setup) and all is fine.
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2016-08-11 07:42:01 UTC
The script was removed because the standard configuration now uses a local socket, which does not require additional setup, instead of a TCP socket.