Description of problem: dnf update of ssd-common resulted in errors from service restarts
Version-Release number of selected component (if applicable): 2.4.2-2.fc33.x86_64
How reproducible: unknown if it happens again; presumeably the next dnf update would have similar results
Steps to Reproduce:
1. dnf update
2. watch output
3.
Actual results: I get the following messages
Running scriptlet: sssd-common-2.4.2-2.fc33.x86_64 207/307
Failed to try-restart sssd-autofs.service: Operation refused, unit sssd-autofs.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status sssd-autofs.service' for details.
Failed to try-restart sssd-nss.service: Operation refused, unit sssd-nss.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status sssd-nss.service' for details.
Failed to try-restart sssd-pac.service: Operation refused, unit sssd-pac.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status sssd-pac.service' for details.
Failed to try-restart sssd-pam.service: Operation refused, unit sssd-pam.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status sssd-pam.service' for details.
Failed to try-restart sssd-ssh.service: Operation refused, unit sssd-ssh.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status sssd-ssh.service' for details.
Failed to try-restart sssd-sudo.service: Operation refused, unit sssd-sudo.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status sssd-sudo.service' for details.
I followed the suggestion for a couple of these failures. Here's what it said:
● sssd-autofs.service - SSSD AutoFS Service responder
Loaded: loaded (/usr/lib/systemd/system/sssd-autofs.service; indirect; vendor preset: disabled)
Active: inactive (dead)
Docs: man:sssd.conf(5)
● sssd-sudo.service - SSSD Sudo Service responder
Loaded: loaded (/usr/lib/systemd/system/sssd-sudo.service; indirect; vendor preset: disabled)
Active: inactive (dead)
Docs: man:sssd.conf(5)
man:sssd-sudo(5)
Expected results: update of sssd-common happens without extra messages
Additional info:
Hi, thank you for the bug report. This issue required a fix in specfile that was delivered with sssd-2.5.0-1 in Fedora 33. But the change will take effect when upgrading to the next version.