-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 First bug that breaks the activation during spacewalk-setup has been fixed, was a change in Python relating to trying to use objects as booleans with __nonzero__. Easy to workaround in a more reliable way.
After this restarting services hangs. If you kill it and rhn-satellite restart you can see a couple failures more clearly. Issue with errors in tomcat5 boiling down to missing the apache commons SequencedHashMap collection. In el5 /var/lib/tomcat/common/lib will have a symlink to the installed collections jar in /usr/share/java. On F10 this symlink doesn't exist. Workaround is easy, just copy or symlink the jar into the common lib directory. I'm not sure how to address this properly in the long run, probably drop a symlink into /var/lib/tomcat5/webapps/rhn/WEB-INF/lib/ like we do for many other libraries. Next up is httpd refusing to start due to: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 36 of /etc/httpd/conf.d/zz-spacewalk-www.conf: Cannot load /etc/httpd/modules/mod_jk.so into server: /etc/httpd/modules/mod_jk.so: cannot open shared object file: No such file or directory It looks to me like this shouldn't even be triggering: <IfVersion >= 2.1> <IfModule !proxy_ajp_module> LoadModule proxy_ajp_module modules/mod_proxy_ajp.so </IfModule> </IfVersion> <IfVersion < 2.1> LoadModule jk_module modules/mod_jk.so </IfVersion> httpd-2.2.10-2.i386 is installed. Turns out in EL5 httpd.conf has: LoadModule version_module modules/mod_version.so In F10 this module is not loaded, adding the LoadModule allows httpd to start up fine. So there's two packaging issues to address, will file bugs. After this I tried to hit the webapp and got: java.lang.ClassNotFoundException: javax.transaction.Synchronization, probably just another missing symlink. Will pick up here next go around. Cheers, Devan - -- Devan Goodwin <[email protected]> Software Engineer Spacewalk / RHN Satellite Halifax, Canada 650.567.9039x79267 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkmgP2YACgkQAyHWaPV9my4e5wCg3Pd1gIcF3ErhFnWRAM7tJ31S EuAAn0CLekjnd932DkN800x40qExAXWz =EAw3 -----END PGP SIGNATURE----- _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
