norainfallduckdog
New Member
The link gives Unbound version 1.19.2 https://unbound.docs.nlnetlabs.nl/e...lation.html#installing-with-a-package-manager
sudo apt update
sudo apt install unbound
minty@minty:~$ unbound -V
Version 1.19.2
Configure line: --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --with-pythonmodule --with-pyunbound --enable-subnet --enable-dnstap --enable-systemd --enable-cachedb --with-libhiredis --with-libnghttp2 --with-chroot-dir= --with-dnstap-socket-path=/run/dnstap.sock --disable-rpath --with-pidfile=/run/unbound.pid --with-libevent --enable-tfo-client --with-rootkey-file=/usr/share/dns/root.key --enable-tfo-server
Linked libs: libevent 2.1.12-stable (it uses epoll), OpenSSL 3.0.13 30 Jan 2024
Linked modules: dns64 python cachedb subnetcache respip validator iterator
TCP Fastopen feature available
BSD licensed, see LICENSE in source package for details.
Report bugs to [email protected] or https://github.com/NLnetLabs/unbound/issues
------
When building from source/Compiling https://unbound.docs.nlnetlabs.nl/e...tallation.html#building-from-source-compiling the version is 1.22.0
minty@minty:~/unbound-1.22.0$ unbound -V
Version 1.22.0
Configure line:
Linked libs: mini-event internal (it uses select), OpenSSL 3.0.13 30 Jan 2024
Linked modules: dns64 respip validator iterator
BSD licensed, see LICENSE in source package for details.
Report bugs to [email protected] or https://github.com/NLnetLabs/unbound/issues
------
Looking to see the status of Unbound and then starting the service, the below errors are displayed:
minty@minty:~/unbound-1.22.0$ systemctl status unbound
Unit unbound.service could not be found.
minty@minty:~/unbound-1.22.0$ sudo systemctl start unbound
Failed to start unbound.service: Unit unbound.service not found.
The directions are not clear https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html.
Working on 1 page at a time and this first page doesn't say much.
It doesn't say what to do when seeing Failed to start unbound.service: Unit unbound.service not found.
sudo apt update
sudo apt install unbound
minty@minty:~$ unbound -V
Version 1.19.2
Configure line: --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --with-pythonmodule --with-pyunbound --enable-subnet --enable-dnstap --enable-systemd --enable-cachedb --with-libhiredis --with-libnghttp2 --with-chroot-dir= --with-dnstap-socket-path=/run/dnstap.sock --disable-rpath --with-pidfile=/run/unbound.pid --with-libevent --enable-tfo-client --with-rootkey-file=/usr/share/dns/root.key --enable-tfo-server
Linked libs: libevent 2.1.12-stable (it uses epoll), OpenSSL 3.0.13 30 Jan 2024
Linked modules: dns64 python cachedb subnetcache respip validator iterator
TCP Fastopen feature available
BSD licensed, see LICENSE in source package for details.
Report bugs to [email protected] or https://github.com/NLnetLabs/unbound/issues
------
When building from source/Compiling https://unbound.docs.nlnetlabs.nl/e...tallation.html#building-from-source-compiling the version is 1.22.0
minty@minty:~/unbound-1.22.0$ unbound -V
Version 1.22.0
Configure line:
Linked libs: mini-event internal (it uses select), OpenSSL 3.0.13 30 Jan 2024
Linked modules: dns64 respip validator iterator
BSD licensed, see LICENSE in source package for details.
Report bugs to [email protected] or https://github.com/NLnetLabs/unbound/issues
------
Looking to see the status of Unbound and then starting the service, the below errors are displayed:
minty@minty:~/unbound-1.22.0$ systemctl status unbound
Unit unbound.service could not be found.
minty@minty:~/unbound-1.22.0$ sudo systemctl start unbound
Failed to start unbound.service: Unit unbound.service not found.
The directions are not clear https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html.
Working on 1 page at a time and this first page doesn't say much.
It doesn't say what to do when seeing Failed to start unbound.service: Unit unbound.service not found.