### Verification done Resolute ### wesley@r0-unbound:~$ sudo apt install unbound/resolute-proposed Selected version '1.24.2-1ubuntu2.2' (Ubuntu:26.04/resolute-proposed [amd64]) for 'unbound' Installing: unbound
Installing dependencies: dns-root-data libevent-2.1-7t64 libhiredis1.1.0 libprotobuf-c1 Summary: Upgrading: 0, Installing: 5, Removing: 0, Not Upgrading: 5 Download size: 1248 kB Space needed: 4540 kB / 96.6 GB available Continue? [Y/n] Y Get:1 http://archive.ubuntu.com/ubuntu resolute/main amd64 dns-root-data all 2025080400build1 [6022 B] Get:2 http://archive.ubuntu.com/ubuntu resolute/main amd64 libevent-2.1-7t64 amd64 2.1.12-stable-10build2 [145 kB] Get:3 http://archive.ubuntu.com/ubuntu resolute/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu4 [41.9 kB] Get:4 http://archive.ubuntu.com/ubuntu resolute/universe amd64 libprotobuf-c1 amd64 1.5.1-1ubuntu2 [22.0 kB] Get:5 http://archive.ubuntu.com/ubuntu resolute-proposed/universe amd64 unbound amd64 1.24.2-1ubuntu2.2 [1033 kB] Fetched 1248 kB in 2s (672 kB/s) Selecting previously unselected package dns-root-data. (Reading database ... 51627 files and directories currently installed.) Preparing to unpack .../dns-root-data_2025080400build1_all.deb ... Unpacking dns-root-data (2025080400build1) ... Selecting previously unselected package libevent-2.1-7t64:amd64. Preparing to unpack .../libevent-2.1-7t64_2.1.12-stable-10build2_amd64.deb ... Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10build2) ... Selecting previously unselected package libhiredis1.1.0:amd64. Preparing to unpack .../libhiredis1.1.0_1.2.0-6ubuntu4_amd64.deb ... Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu4) ... Selecting previously unselected package libprotobuf-c1:amd64. Preparing to unpack .../libprotobuf-c1_1.5.1-1ubuntu2_amd64.deb ... Unpacking libprotobuf-c1:amd64 (1.5.1-1ubuntu2) ... Selecting previously unselected package unbound. Preparing to unpack .../unbound_1.24.2-1ubuntu2.2_amd64.deb ... Unpacking unbound (1.24.2-1ubuntu2.2) ... Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10build2) ... Setting up libprotobuf-c1:amd64 (1.5.1-1ubuntu2) ... Setting up dns-root-data (2025080400build1) ... Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu4) ... Setting up unbound (1.24.2-1ubuntu2.2) ... Created symlink '/etc/systemd/system/multi-user.target.wants/unbound.service' → '/usr/lib/systemd/system/unbound.service'. Created symlink '/etc/systemd/system/unbound.service.wants/unbound-resolvconf.service' → '/usr/lib/systemd/system/unbound-resolvconf.service'. Processing triggers for man-db (2.13.1-1build1) ... Processing triggers for libc-bin (2.43-2ubuntu2.3) ... Scanning processes... Scanning candidates... Restarting services... Service restarts being deferred: /etc/needrestart/restart.d/dbus.service systemctl restart networkd-dispatcher.service systemctl restart systemd-logind.service systemctl restart unattended-upgrades.service No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. wesley@r0-unbound:~$ sudo systemctl restart unbound.service wesley@r0-unbound:~$ systemctl list-units --failed UNIT LOAD ACTIVE SUB DESCRIPTION ● console-getty.service loaded failed failed Console Getty Legend: LOAD → Reflects whether the unit definition was properly loaded. ACTIVE → The high-level unit activation state, i.e. generalization of SUB. SUB → The low-level unit activation state, values depend on unit type. 1 loaded units listed. wesley@r0-unbound:~$ systemctl status unbound.service ● unbound.service - Unbound DNS server Loaded: loaded (/usr/lib/systemd/system/unbound.service; enabled; preset: enabled) Active: active (running) since Thu 2026-08-06 08:12:28 CDT; 24s ago Invocation: acbebf1dece34bb5a6be6c9332fbccd7 Docs: man:unbound(8) Process: 5295 ExecStartPre=/usr/libexec/unbound-helper chroot_setup (code=exited, status=0/SUCCESS) Process: 5298 ExecStartPre=/usr/libexec/unbound-helper root_trust_anchor_update (code=exited, status=0/SUCCESS) Main PID: 5301 (unbound) Tasks: 1 (limit: 75173) Memory: 7.9M (peak: 9M) CPU: 57ms CGroup: /system.slice/unbound.service └─5301 /usr/sbin/unbound -d -p Aug 06 08:12:28 r0-unbound systemd[1]: Starting unbound.service - Unbound DNS server... Aug 06 08:12:28 r0-unbound (unbound)[5301]: unbound.service: Referenced but unset environment variable evaluates to an empty string: DAEMON_OPTS Aug 06 08:12:28 r0-unbound unbound[5301]: [5301:0] notice: init module 0: validator Aug 06 08:12:28 r0-unbound unbound[5301]: [5301:0] notice: init module 1: iterator Aug 06 08:12:28 r0-unbound unbound[5301]: [5301:0] info: start of service (unbound 1.24.2). Aug 06 08:12:28 r0-unbound systemd[1]: Started unbound.service - Unbound DNS server. wesley@r0-unbound:~$ systemctl status unbound-resolvconf.service ● unbound-resolvconf.service - Unbound asyncronous resolvconf update helper Loaded: loaded (/usr/lib/systemd/system/unbound-resolvconf.service; enabled; preset: enabled) Active: active (exited) since Thu 2026-08-06 08:12:28 CDT; 44s ago Invocation: c07fec63767d42db870d2d52ae5e933f Process: 5303 ExecStart=/usr/libexec/unbound-helper resolvconf_start (code=exited, status=0/SUCCESS) Main PID: 5303 (code=exited, status=0/SUCCESS) Mem peak: 2.9M CPU: 19ms Aug 06 08:12:28 r0-unbound systemd[1]: Started unbound-resolvconf.service - Unbound asyncronous resolvconf update helper. wesley@r0-unbound:~$ apt policy unbound unbound: Installed: 1.24.2-1ubuntu2.2 Candidate: 1.24.2-1ubuntu2.2 Version table: *** 1.24.2-1ubuntu2.2 100 100 http://archive.ubuntu.com/ubuntu resolute-proposed/universe amd64 Packages 100 /var/lib/dpkg/status 1.24.2-1ubuntu2.1 500 500 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages 500 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages 1.24.2-1ubuntu2 500 500 http://archive.ubuntu.com/ubuntu resolute/universe amd64 Packages ### Verification done Resolute ### ** Tags removed: verification-needed-resolute ** Tags added: verification-done-resolute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078599 Title: unbound-resolvconf.service fails with systemd-resolved To manage notifications about this bug go to: https://bugs.launchpad.net/unbound/+bug/2078599/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
