<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello Paul-san</div><div dir="ltr"><br></div><div dir="ltr">Thank you for your reply.</div><div dir="ltr">I was able to start up with the latest version of RHEL.</div><div dir="ltr"># rpm -q unbound<br>unbound-1.6.6-1.el7.x86_64<br># systemctl status unbound<br>-------------------<br>● unbound.service - Unbound recursive Domain Name Server<br>   Loaded: loaded (/usr/lib/systemd/system/unbound.service; enabled; vendor preset: disabled)<br>   Active: active (running) since Mon 2019-02-04 11:11:46 JST; 1min 17s ago<br> Main PID: 7582 (unbound)<br>   CGroup: /system.slice/unbound.service<br>           mq7582 /usr/sbin/unbound -d</div><div dir="ltr"> 2月 04 11:11:46 <a href="http://example.com">example.com</a> systemd[1]: Starting Unbound recursive Domain Name Server...<br> 2月 04 11:11:46 <a href="http://example.com">example.com</a> unbound-checkconf[7579]: unbound-checkconf: no errors in /etc/unbound/unbound.conf<br> 2月 04 11:11:46 <a href="http://example.com">example.com</a> systemd[1]: Started Unbound recursive Domain Name Server.<br> 2月 04 11:11:46 <a href="http://example.com">example.com</a> unbound[7582]: [7582:0] notice: init module 0: ipsecmod<br> 2月 04 11:11:46 <a href="http://example.com">example.com</a> unbound[7582]: [7582:0] notice: init module 1: validator<br> 2月 04 11:11:46 <a href="http://example.com">example.com</a> unbound[7582]: [7582:0] notice: init module 2: iterator<br> 2月 04 11:11:46 <a href="http://example.com">example.com</a> unbound[7582]: [7582:0] info: start of service (unbound 1.6.6).<br>-------------------<br>Problems like the community version did not occur.<br>Is it community version specific problem? Is it a Bug?</div><div dir="ltr">I have an additional question.<br>I set according to the following document,<br>Error (can not bind socket: Address already in use for 0.0.0.0 / fatal error: could not open ports) is output and unbound can not be started.<br>Please tell me how to resolve.</div><div dir="ltr">Setup<br><a href="https://www.nlnetlabs.nl/documentation/unbound/howto-setup/">https://www.nlnetlabs.nl/documentation/unbound/howto-setup/</a></div><div dir="ltr"># vim /etc/unbound/unbound.conf<br>-------------------<br>server:<br>     interface: 0.0.0.0<br>     interface: ::0<br>     access-control: <a href="http://192.168.0.0/16">192.168.0.0/16</a> allow<br>     access-control: ::1 allow<br>     verbosity: 1<br>-------------------<br># systemctl restart unbound<br># systemctl status unbound<br>-------------------<br>● unbound.service - Unbound recursive Domain Name Server<br>   Loaded: loaded (/usr/lib/systemd/system/unbound.service; enabled; vendor preset: disabled)<br>   Active: failed (Result: exit-code) since Mon 2019-02-04 13:51:53 JST; 17s ago<br>  Process: 4002 ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS (code=exited, status=1/FAILURE)<br>  Process: 4000 ExecStartPre=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem (code=exited, status=0/SUCCESS)<br>  Process: 3996 ExecStartPre=/usr/sbin/unbound-checkconf (code=exited, status=0/SUCCESS)<br> Main PID: 4002 (code=exited, status=1/FAILURE)</div><div dir="ltr"> 2月 04 13:51:53 <a href="http://example.com">example.com</a> systemd[1]: Starting Unbound recursive Domain Name Server...<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> unbound-checkconf[3996]: unbound-checkconf: no errors in /etc/unbound/unbound.conf<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> systemd[1]: Started Unbound recursive Domain Name Server.<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> unbound[4002]: Feb 04 13:51:53 unbound[4002:0] error: can't bind socket: Address already in use for 0.0.0.0<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> unbound[4002]: Feb 04 13:51:53 unbound[4002:0] fatal error: could not open ports<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> systemd[1]: unbound.service: main process exited, code=exited, status=1/FAILURE<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> systemd[1]: Unit unbound.service entered failed state.<br> 2月 04 13:51:53 <a href="http://example.com">example.com</a> systemd[1]: unbound.service failed.<br>-------------------</div><div dir="ltr"># tail -f /var/log/messages<br>-------------------<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> systemd: Starting Unbound recursive Domain Name Server...<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> unbound-checkconf: unbound-checkconf: no errors in /etc/unbound/unbound.conf<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> systemd: Started Unbound recursive Domain Name Server.<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> unbound: Feb 04 13:51:53 unbound[4002:0] error: can't bind socket: Address already in use for 0.0.0.0<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> unbound: Feb 04 13:51:53 unbound[4002:0] fatal error: could not open ports<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> systemd: unbound.service: main process exited, code=exited, status=1/FAILURE<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> systemd: Unit unbound.service entered failed state.<br>Feb  4 13:51:53 <a href="http://example.com">example.com</a> systemd: unbound.service failed.<br>-------------------<br></div><br><div class="gmail_quote"><div class="gmail_attr" dir="ltr">2019年2月1日(金) 23:42 Paul Wouters <<a href="mailto:paul@nohats.ca">paul@nohats.ca</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">On Fri, 1 Feb 2019, 水上ナツ via Unbound-users wrote:<br>
<br>
> I installed unbound-1.9.0rc1 from the source. Starting unbound.conf with the default, failed to start.<br>
> Is there anything that you have to set at a minimum? How can I start it?<br>
> <br>
> The following is the operation log.<br>
> ------------------------------------<br>
> # wget <a href="https://nlnetlabs.nl/downloads/unbound/unbound-1.9.0rc1.tar.gz" target="_blank" rel="noreferrer">https://nlnetlabs.nl/downloads/unbound/unbound-1.9.0rc1.tar.gz</a><br>
> # tar zxvf unbound-1.9.0rc1.tar.gz<br>
> # ./configure<br>
> # make<br>
> # make install<br>
> # rpm -q openssl-devel<br>
> openssl-devel-1.0.2k-16.el7.x86_64<br>
<br>
On RHEL systems, you can take the latest RHEL source rpm and change the<br>
version and compile the new unbound packages. Or look at the fedora<br>
source rpm which are usually newer than the packages in rhel/centos.<br>
<br>
Paul<br>
(although I have not yet tested 1.9.0rc1)<br>
</blockquote></div></div></div>