-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.6, rhel-10.0
-
No
-
Low
-
rhel-swm
-
0
-
Dev ack
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
When updating some packages, such as the glibc, the needs-restarting -s command instructs to restart a number of services, including dbus-broker:
# yum -y reinstall glibc # dnf needs-restarting -s [...] systemd-udevd.service user@0.service dbus-broker.service <<<<<<< systemd-journald.service ovs-vswitchd.service [...]
This is problematic, because restarting dbus-broker leads to breaking system logins and other components, such as firewalld (tracked by RHEL-94927), as explained in RHEL-94912 for systemd-logind.
IMHO, when a reboot is required (e.g. because of glibc update), the dnf needs-restarting -s command should not list the services to restart, but tell to reboot the system instead.
- relates to
-
RHEL-94912 Opening sessions hangs for 120 seconds after restarting dbus service
-
- New
-
-
RHEL-94927 firewalld service fails when dbus service is restarted
-
- Planning
-