Description of problem: Version-Release number of selected component (if applicable): yum info initscripts Loaded plugins: langpacks, presto, refresh-packagekit Installed Packages Name : initscripts Arch : x86_64 Version : 9.30 Release : 2.fc15 Size : 5.4 M Repo : installed From repo : fedora Summary : The inittab file and the /etc/init.d scripts URL : http://fedorahosted.org/releases/i/n/initscripts/ License : GPLv2 and GPLv2+ Description : The initscripts package contains the basic system scripts used to : boot your Red Hat or Fedora system, change runlevels, and shut the : system down cleanly. Initscripts also contains the scripts that : activate and deactivate most network interfaces. How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: !K80sssd,!K87irqbalance,!S99single orphaned links Expected results: w/o orphaned links Additional info:
S99single is fixed in initscripts git. sssd/irqbalance are upgrade issues in those packages. Depending on what versions you upgrade through, it may not be reasonably fixable. Were you running various beta/pre-releases? In any case, assigning to sssd.
I'm not sure how to go about removing the K80sssd file. SSSD in Fedora 15 is now using systemd, so I don't have any interface that I'm aware of to know whether there is an init.d symlink present that I would have to remove (and I'm not sure whether it's sane to just 'rm -f /etc/rc.*/K80sssd' in %post.
I'm not touch initscripts anywhere.Supose from upgrade this issue is present.
Stephen - you'd need to add: /sbin/chkconfig --del sssd at the end of the %triggerun that you have on the earlier version, in order to remove the old links. Obviously, this would only help new upgrades; it wouldn't do anything on systems that already have the dangling links. diff --git a/sssd.spec b/sssd.spec index 4463adf..0b7294c 100644 --- a/sssd.spec +++ b/sssd.spec @@ -278,7 +278,7 @@ fi if /sbin/chkconfig --level 5 sssd ; then /bin/systemctl --no-reload enable sssd.service >/dev/null 2>&1 || : fi - +/sbin/chkconfig --del sssd >/dev/null 2>&1 || : %postun
sssd-1.5.7-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/sssd-1.5.7-3.fc15
Ok but remain !K87irqbalance,!S99single.
(In reply to comment #7) > Ok but remain !K87irqbalance,!S99single. Those are separate bugs against different components. You need to open two other bugs, one against the 'irqbalance' component and one against the 'initscripts' component. This bug is tracking the SSSD fix.
Yes tnx of lot.
As stated, the initscripts one is already fixed in upstream source, it just hasn't been packaged yet.
Package sssd-1.5.7-3.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sssd-1.5.7-3.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/sssd-1.5.7-3.fc15 then log in and leave karma (feedback).
Package sssd-1.5.8-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sssd-1.5.8-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/sssd-1.5.8-1.fc15 then log in and leave karma (feedback).
sssd-1.5.8-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.