Created attachment 350841 [details] ss Description of problem: This bug *may* only be specific to the proxy webui installer. not sure.. 7/3 build created in a new org. 1. webui install proxy 530 2. go to history 3. click on Run an arbitrary script scheduled by 4. click raw out put.. get blank page.. I *should* get the output of the script. on another system.. I run a remote command w/ just "ls" and I can see the remote output. This bug *may* only be specific to the proxy webui installer. not sure.. putting on sat530-triage so dev can look, and punt if needed :)
I do confirm this behavior. The page is blank for this action: 1) #!/bin/sh chown root.apache /etc/sysconfig/rhn/systemid chmod 640 /etc/sysconfig/rhn/systemid 2) #!/bin/sh for service in jabberd squid httpd; do /sbin/chkconfig --add $service if [ "$1" = "1" ] ; then # first install /sbin/chkconfig --level 345 $service on fi done 3) #!/bin/sh /usr/sbin/rhn-proxy restart Coincidentally those action do not produce any output. So Filtered output on the same page is blank. And raw output is blank (blank page) as well. Actions which produce some output (like removing packages) has correct output in Filtered output and on Raw output as well. NOT A BUG
Err. Item 3 (proxy restart) should not be listed in comment #2. It produce output. On Filtered output and on raw output.