Since we've gotten rid of the 'rhn-satellite' init script, the webUI's restart no longer works. Currently it still calls /usr/sbin/rhn-satellite-restart-silent (we did this do to an issue in java that caused bad things if the command was outputting data). This script still calls '/etc/init.d/rhn-satellite restart' which no longer exists. We should just change the rhn-satellite-restart-silent script to call '/sbin/rhn-satellite restart'.
actually, it's not rhn-satellite-restart-client, its: /sbin/rhn-sat-restart-silent
actually, this is working fine. Not sure what i was seeing..