There is an issue with the db_password. If it contains a '#' it will be truncated at that point.
It took me awhile to figure out that the
database password was getting truncated in
/usr/share/rhn/common/rhnConfig.py (spacewalk 0.8) starting at line 483.
I have included a patch that will only exclude lines from rhn.conf if the line
begins with a #.
I ran into this problem during spacewalk-setup. When rhn-satellite-activate
gets called is when the error occurs.
-Eric
fix_rhn_config_db_passwd-0.8.patch
Description: Binary data
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
