Hide Forgot
Description of problem: On systemadm may use stop and start button on NetworkManager.service but ActiveState, UnitState don't change Version-Release number of selected component (if applicable): yum info systemd Loaded plugins: langpacks, presto, refresh-packagekit Installed Packages Name : systemd Arch : x86_64 Version : 26 Release : 1.fc15 Size : 2.1 M Repo : installed From repo : fedora Summary : A System and Service Manager URL : http://www.freedesktop.org/wiki/Software/systemd License : GPLv2+ Description : systemd is a system and service manager for Linux, compatible with : SysV and LSB init scripts. systemd provides aggressive : parallelization capabilities, uses socket and D-Bus activation for : starting services, offers on-demand starting of daemons, keeps : track of processes using Linux cgroups, supports snapshotting and : restoring of the system state, maintains mount and automount : points and implements an elaborate transactional dependency-based : service control logic. It can work as a drop-in replacement for : sysvinit. yum info systemd-gtk Loaded plugins: langpacks, presto, refresh-packagekit Installed Packages Name : systemd-gtk Arch : x86_64 Version : 26 Release : 1.fc15 Size : 161 k Repo : installed From repo : fedora Summary : Graphical frontend for systemd URL : http://www.freedesktop.org/wiki/Software/systemd License : GPLv2+ Description : Graphical front-end for systemd. How reproducible: run on terminal su -c 'systemadm' Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This happens because systemadm is waiting for UnitNew, UnitRemoved messages which are not sent immediately after the unit is stopped, but only after some time. In my testing, the message is actually sent on the next 'systemctl status ...'.
Please disregard my comment above. Systemadm is also waiting for PropertiesChanged, which are fired over dbus immediately, but for some reason it is not receiving them: on_unit_changed is never called.
Is this still an issue or can the bug be closed?
Closing this bug feel free to reopen it if this is still an issue with the latest release of systemd thanks.