Bug 76033

Summary: Bug in up2date-3.0.7-1 breaks scheduled package list refresh
Product: [Retired] Red Hat Linux Reporter: Andrew Minter <agm>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED CURRENTRELEASE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: agm, gafton, mihai.ibanescu, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-20 14:54:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Minter 2002-10-15 22:28:37 UTC
Description of problem:
Package list refresh scheduled via RHN fails

Version-Release number of selected component (if applicable):
up2date-3.0.7-1

How reproducible:
Always

Steps to Reproduce:
1. Schedule a package list refresh via RHN
2. Wait for the scheduled action to take place
3. Action fails!

Actual Results - RHN reports the following (and does not update package list):

The current action status is: Failed
The client picked up this action on 2002-10-15 23:21:28
The client reported completion on execution on 2002-10-15 23:21:30
Client execution returned code 20 (Error refreshing package list)

Expected Results - RHN should report:

The current action status is: Completed
The client picked up this action on 2002-10-16 00:09:08
The client reported completion on execution on 2002-10-16 00:09:26
Client execution returned code 0 (rpmlist refreshed)

Additional info:

The file /usr/share/rhn/actions/packages.py has an error at line 280:

It says:
        rhnPackageProfile.updatePackageProfile()
                  ^^^^^^^
                  Wrong package name

It should read:

        rhnPackageInfo.updatePackageProfile()

Comment 1 Adrian Likins 2002-10-18 22:10:38 UTC
should be fixed in 3.0.11

Comment 2 Matt Jamison 2003-05-20 14:54:59 UTC
closing bug.