Bug 492597 - rhel 4 clients do not list out upgradable packages
Summary: rhel 4 clients do not list out upgradable packages
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Solaris
Version: 530
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: John Matthews
QA Contact: wes hayutin
URL: systems/details/packages/upgradeableL...
Whiteboard:
Depends On:
Blocks: 456985
TreeView+ depends on / blocked
 
Reported: 2009-03-27 16:14 UTC by wes hayutin
Modified: 2009-09-10 20:34 UTC (History)
2 users (show)

Fixed In Version: sat530
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-10 20:34:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description wes hayutin 2009-03-27 16:14:30 UTC
Description of problem:

on 3/23 build

recreate:
1. register rhel 4 client
2. software packages, upgradable
lists no packages

will update bug more in a bit

Comment 1 John Matthews 2009-03-27 21:01:39 UTC
Not able to reproduce this with latest ISO.

Yet I confirmed this behavior was broken on grandprix earlier.


On grandprix's case package_arch_id data was null for all packages from a rhel 4.7 client.  That limited PackageManager.upgradable() to return 0 packages.

select count(*) from rhnServerPackage where server_id = 'XXXXXXX' and package_arch_id is not null;

this would return 0



when running this on a different install (still looking at the same rhel 47 client) I see package_arch_id data is available

select count(*) from rhnServerPackage where server_id = '1000010617' and package_arch_id is not null;
  COUNT(*)
----------
       359

Comment 2 Brandon Perkins 2009-03-31 16:12:39 UTC
Wes, are you able to reproduce this?

Comment 3 wes hayutin 2009-04-07 13:23:29 UTC
moving to on_qa to test for a reproducible scenario

Comment 4 wes hayutin 2009-04-09 16:32:14 UTC
tested 3 rhel4 clients 2 work 1 does not..
I'm guessing the one box is fubar'd 
I'll keep an eye out for this..

verified

Comment 5 John Sefler 2009-08-31 16:22:08 UTC
Verified on staged (Satellite-5.3.0-RHEL5-re20090724.0) with updates from Aug 20, 2009

system > Software > Packages > Upgrade is properly listing upgradable packages

moving to RELEASE_PENDING

Comment 6 Brandon Perkins 2009-09-10 20:34:53 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHEA-2009-1434.html


Note You need to log in before you can comment on or make changes to this bug.