Hi, i think there is a problem with the actual (0.4) package of spacewalk-config when i try to uninstall this package i get the following message: error reading information on service satellite-httpd: No such file or directory error: %preun(spacewalk-config-0.4.24-1.el5.noarch) scriptlet failed, exit status 1 the command "rpm -q spacewalk-config --scripts" show the following: preuninstall scriptlet (using /bin/sh): # This section can be removed after 0.4 has been released if [ $1 = 0 ] ; then /sbin/service satellite-httpd stop >/dev/null 2>&1 /sbin/chkconfig --del satellite-httpd fi postuninstall scriptlet (using /bin/sh): # This section can be removed after 0.4 has been released if [ "x$1" == "x0" ] ; then perl -i -ne 'print unless /satellite-httpd\.pid/' /etc/logrotate.d/httpd fi at the end. i think this part is making the uninstall problem. for now "rpm -e spacewalk-config --nodeps --nopreun" solved the problem for me. regarding the comment in the uninstall scriptlet they should be removed, if i'm not wrong :)
Fixed in Spacewalk repo, commit 582245cd7301655bfeae66398c9e279462388955.
With spacewalk-config-0.5.2-1 available, moving ON_QA.
Removing bug 482838 blocks bug 484231.
Spacewalk 0.5 released.
Spacewalk 0.5 has been released for long time ago.