lsb_release -rd Description: Fedora release 39 (Thirty Nine) Release: 39 ls -al /usr/lib/sysusers.d/unbound* -rw-r--r-- 1 root root 66 Nov 1 20:00 /usr/lib/sysusers.d/unbound.sysusers rpm -q --whatprovides /usr/lib/sysusers.d/unbound.sysusers unbound-libs-1.19.0-1.fc39.x86_64 cat /usr/lib/sysusers.d/unbound.sysusers u unbound - "Unbound DNS resolver" /var/lib/unbound /sbin/nologin systemd-analyze cat-config sysusers.d/ | grep unbound (empty) reading, https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html that config file name must be, /etc/sysusers.d/*.conf /run/sysusers.d/*.conf /usr/lib/sysusers.d/*.conf verifying mv /usr/lib/sysusers.d/unbound.sysusers /usr/lib/sysusers.d/unbound.sysusers.conf systemd-analyze cat-config sysusers.d/ | grep unbound # /usr/lib/sysusers.d/unbound.sysusers.conf u unbound - "Unbound DNS resolver" /var/lib/unbound /sbin/nologin Reproducible: Always
on a clean install, unbound uid/gid are NOT created/installed; causes perms failures after install/launch dnf list --installed "unbound" "unbound-utils" Error: No matching Packages to list id unbound id: ‘unbound’: no such user grep unbound /etc/passwd (empty) grep unbound /etc/group (empty) dnf install unbound ... Running transaction Preparing : 1/1 Installing : unbound-utils-1.19.0-1.fc39.x86_64 1/2 Installing : unbound-1.19.0-1.fc39.x86_64 2/2 warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: group unbound does not exist - using root warning: user unbound does not exist - using root warning: group unbound does not exist - using root ... /usr/lib/tmpfiles.d/unbound.conf:1: Failed to resolve user 'unbound': No such process ... dnf list --installed "unbound" "unbound-utils" unbound.x86_64 1.19.0-1.fc39 @updates unbound-utils.x86_64 1.19.0-1.fc39 @updates id unbound id: ‘unbound’: no such user grep unbound /etc/passwd (empty) grep unbound /etc/group (empty) systemd-analyze cat-config sysusers.d/ | grep unbound (empty)
Fixed by commit f3b35b2d [1], in unbound-1.19.0-5.fc40. 1. https://src.fedoraproject.org/rpms/unbound/c/f3b35b2ddde6229b0c212eb3d33a64e28f1f3d89
FEDORA-2024-41435d541d has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-41435d541d
FEDORA-2024-41435d541d has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-41435d541d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-41435d541d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-41435d541d has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.