Unbound-users Digest, Vol 22, Issue 7

Hi,
Thanks for your information.
Here are the result of “systemctl cat unbound”

/lib/systemd/system/unbound.service

[Unit]
Description=Unbound DNS server
Documentation=man:unbound(8)
After=network.target
Before=nss-lookup.target
Wants=nss-lookup.target

[Service]
Type=notify
Restart=on-failure
EnvironmentFile=-/etc/default/unbound
ExecStartPre=-/usr/lib/unbound/package-helper chroot_setup
ExecStartPre=-/usr/lib/unbound/package-helper root_trust_anchor_update
ExecStart=/usr/sbin/unbound -d $DAEMON_OPTS
ExecReload=/usr/sbin/unbound-control reload
PIDFile=/run/unbound.pid

[Install]
WantedBy=multi-user.target

And I Install & Upgrade Unbound follow this Instructions:
https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html#building-from-source-compiling

Thanks

Hi,
Thanks for your information.
Here are the result of "systemctl cat unbound"

[...]

And I Install & Upgrade Unbound follow this Instructions:
https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html#building-from-source-compiling

OK. So your system is still (trying) to use the default, outdated, unbound, while you are trying to configure the new, updated, unbound that you installed from source...

You could do one of the following:
1. Reinstall using some updated linux distribution (you didn't mention, AFAICR, which distribution/version you are using).

2. Keep whatever you have but uninstall your distributions' unbound, so that you only have the one you installed from source.
This might require some additional effort, as you will then have to make sure systemd runs the service from the non-distribution unit file.

3. Find an updated package for your distribution, something that will *replace* the one you have.

Good luck..
.. any maybe reconsider what you are trying to accomplish. Why do you (think you) need RPZ? :slight_smile:

[...]

Hi,
Thank you so much.
I’ve been resolved this issue.
I remove all install with Unbound & reinstall with the latest version follow with the instructions:

wget https://www.nlnetlabs.nl/downloads/unbound/unbound-1.13.2.tar.gz

tar -xzvf unbound-1.13.2.tar.gz

cd unbound-1.13.2

./configure --with-conf-file=/var/unbound/etc/unbound.conf

make

make install

vi /usr/lib/systemd/system/unbound.service