Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 735452

Summary: MRG Packages in EC2 repos appear to be inconsistent
Product: Red Hat Enterprise Linux 6 Reporter: William Henry <whenry>
Component: relengAssignee: Jay Greguske <jgreguske>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.1CC: dmach, jgreguske, kbidarka, sghai, tsanders
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-11 21:10:14 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 William Henry 2011-09-02 16:57:18 UTC
Description of problem:

When pushing an image to EC2 using CloudForms I had a problem having MRG Messaging packages installed. It looks like there is a mixture of MRG 1.3 and MRG 2.0 packages up there.

From the ImageFactory log:

Error: Package: python-qpid-qmf-0.10-10.el6.x86_64 (rhui-us-west-rhel-server-updates)
Requires: python-qpid = 0.10
Available: python-qpid-0.7.946106-12.el6.noarch (rhui-us-west-rhel-server-releases)
python-qpid = 0.7.946106-12.el6
Error: Package: qpid-tools-0.10-5.el6.noarch (rhui-us-west-rhel-server-updates)
Requires: python-qpid >= 0.10
Available: python-qpid-0.7.946106-12.el6.noarch (rhui-us-west-rhel-server-releases)
python-qpid = 0.7.946106-12.el6

2011-09-02 12:08:34,690 DEBUG imagefactory.BuildJob.BuildAdaptor pid(16769) Message: Raising event with agent handler (<ImageFactoryAgent(Thread-1, initial)>), changed status from PUSHING to FAILED

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


How reproducible:


The Template I was using:
    <template>
    <name>rhel6_1_x86_64-qpid</name>
    <os>
    <name>RHEL-6</name>
    <version>1</version>
    <arch>x86_64</arch>
    <install type='url'>
    <url>http://ra-ns1.cloud.lab.eng.bos.redhat.com/ks/dist/ks-rhel-x86_64-server-6-6.1</url>
    </install>
    </os>
    <packages>
    <package name="qpid-cpp-server"/>
    <package name="qpid-cpp-client-devel"/>
    <package name="qpid-tools"/>
    </packages>
    <files>
    <file name="/var/www/html/index.html" type="raw"> WGH test page </file>
    </files>
    <commands>
    <command name="start qpid"> /sbin/chkconfig qpidd on 2>&amp;1 > /root/qpidd.log </command>
    </commands>
    <description>RHEL 6.1 MRG template</description>
    </template>

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Jay Greguske 2011-10-11 21:10:14 UTC
Fixed a long time ago. There were misconceptions about how content was delivered from the RHUI as well that confused things.