Description of problem: rhn_check seems to have a bug that does not allow scheduled package list refreshes to be completed. Version-Release number of selected component (if applicable): I have up2date-3.0.7-1. I seem to remember older versions working. How reproducible: Always Steps to Reproduce: 1. Shedule package list refresh from rhn web interface 2. run rhn_check on computer by hand 3. Get message "ERROR: refreshing remote package list for System Profile" Actual results: ERROR: refreshing remote package list for System Profile Expected results: Package list uploaded to rhn Additional info: Fix by changing line 280 in packages.py from rhnPackageProfile.updatePackageProfile() to rhnPackageInfo.updatePackageProfile()
This is fixed in all currently supported releases.