Description of problem: Selecting Events from any systems you get 500 Error Internal Server Error Version-Release number of selected component (if applicable): Spacewalk 1.9 How reproducible: Select any registered system click on "Events" tab see error 500. Steps to Reproduce: 1.click an any system 2.click events tab 3. Actual results: Interanl Server Error 500 Expected results: to see events page Additional info: Runing spacewalk 1.9 on CentOS 6.4 x86_64
Hey Casey, I tried to visit /network/systems/details/history/pending.pxt page always for 4 different systems on 3 different Spacewalk servers and the page displayed just fine. Do you see anything interesting in the apache logs?
in /var/log/httpd/ssl_error_log I see [error] [client x.x.x.x] Could not parse acl statement 'valid-user'' at /usr/share/perl5/vendor_perl/PXT/ACL.pm line 90 \n, referer: https://x.x.x.x/rhn/systems/details/Overview.do?sid=1000010001
What version of mod_perl do you have installed and what OS do you run your Spacewalk server on?
mod_perl-2.0.4-10.el6.x86_64 running on CentOS 6.4. I started with CentOS 6.3 and spacewalk 1.8 and upgraded to CentOS 6.4 and spacewalk 1.9
Having the same issue with Scientific Linux 6.4, I upgraded from 6.2 and Spacewalk 1.8. Could not parse acl statement 'valid-user'; at /usr/share/perl5/vendor_perl/PXT/ACL.pm line 90. mod_perl-2.0.4-10.el6.x86_64
I did see in spacewalk-grail: * Fri Feb 08 2013 Michael Mraka <michael.mraka> 1.9.15-1 - $reqs was always equal $passes - acl is the only one supported type now - removed unused valid-user type
So found my issue.... sigh rpmconf -ospacewalk-config I had edited my zz-spacewalk-www.conf for Spacewalk Proxy support, works now.
Bill thanks for the pointer. I reverted back to my zz-spacewalk-www.conf I had before the upgrade. Now it is working. The old conf has require acl_user_authenticated() new file has require valid-user.
valid-user was removed in spacewalk/config/etc/httpd/conf.d/zz-spacewalk-www.conf by commit 5e81aade2a5697a0e526d19ea2d692698ccdc042 Closing as NOTABUG
This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug.