Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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.
Description of problem:
[u'ERROR with rpm_check_debug vs depsolve:', 'python-nss >= 0.16 is needed by ipa-python-3.0.0-47.el6_7.2.x86_64', 'dracut-kernel >= 004-388.el6 is needed by kernel-2.6.32-642.el6.x86_64', u'Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%206&component=yum']
Version-Release number of selected component (if applicable):
Satellite 6.2.2
How reproducible:
Attempting to install all errata for satellite client
Steps to Reproduce:
1. login to Satellite UI
2. Content view contains(RHEL6 & Satellite-tools)
3. Apply errata filter:
--- Filter security errata: June 30, 2016 – Dec 31, 2017
--- Filter all Bug/Enhancments: Nov, 9, 2010 - Dec 31, 2017
Actual results:
{"pulp_tasks"=>
[{"exception"=>nil,
"task_type"=>nil,
"_href"=>"/pulp/api/v2/tasks/7920867b-b870-481f-8c3f-26b231546994/",
"task_id"=>"7920867b-b870-481f-8c3f-26b231546994",
"tags"=>
["pulp:consumer:4ed89c20-68ee-44d1-85a1-781ff8e7b481",
"pulp:action:unit_install"],
"finish_time"=>"2016-10-31T22:36:06Z",
"_ns"=>"task_status",
"start_time"=>"2016-10-31T22:35:27Z",
"traceback"=>nil,
"spawned_tasks"=>[],
"progress_report"=>{},
"queue"=>"agent.dq",
"state"=>"finished",
"worker_name"=>"agent",
"result"=>
{"reboot"=>{"scheduled"=>false, "details"=>{}},
"details"=>
{"rpm"=>
{"details"=>
{"message"=>
"[u'ERROR with rpm_check_debug vs depsolve:', 'python-nss >= 0.16 is needed by ipa-python-3.0.0-47.el6_7.2.x86_64', 'dracut-kernel >= 004-388.el6 is needed by kernel-2.6.32-642.el6.x86_64', u'Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%206&component=yum']",
"trace"=>
"Traceback (most recent call last):\n\n File \"/usr/lib/python2.6/site-packages/pulp/agent/lib/dispatcher.py\", line 61, in install\n _report = handler.install(conduit, units, dict(options))\n\n File \"/usr/lib/python2.6/site-packages/pulp_rpm/handlers/rpm.py\", line 100, in install\n details = pkg.install(names)\n\n File \"/usr/lib/python2.6/site-packages/pulp_rpm/handlers/rpmtools.py\", line 161, in install\n yb.processTransaction()\n\n File \"/usr/lib/python2.6/site-packages/pulp_rpm/handlers/rpmtools.py\", line 606, in processTransaction\n YumBase.processTransaction(self, callback, rpmDisplay=display)\n\n File \"/usr/lib/python2.6/site-packages/yum/__init__.py\", line 5039, in processTransaction\n self._doTestTransaction(callback,display=rpmTestDisplay)\n\n File \"/usr/lib/python2.6/site-packages/yum/__init__.py\", line 5113, in _doTestTransaction\n raise Errors.YumRPMCheckError,retmsgs\n\nYumRPMCheckError: [u'ERROR with rpm_check_debug vs depsolve:', 'python-nss >= 0.16 is needed by ipa-python-3.0.0-47.el6_7.2.x86_64', 'dracut-kernel >= 004-388.el6 is needed by kernel-2.6.32-642.el6.x86_64', u'Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%206&component=yum']\n"},
"succeeded"=>false}},
"succeeded"=>false,
"num_changes"=>0},
"error"=>nil,
"_id"=>{"$oid"=>"5817d3b492bfee6937519e61"},
"id"=>"5817d3b492bfee6937519e61"}],
"poll_attempts"=>{"total"=>21, "failed"=>1},
"client_accepted"=>"2016-10-31 16:35:33 -0700"}
Expected results:
Apply all the selected errata without issue.
Additional info:
Hi John,
This bugzilla looks like a duplicate of bug 1152515. The issue raised by that bugzilla is that Satellite 6 does not currently support dependency resolution when publishing the content views with filters.
In addition, depending on the filters that you added, you may need an additional one. For example, if they are 'include' filters, you may also require a package 'include' filter to with 'Include all RPMs with no errata' selected. Without it, you could be missing core packages that never had errata associated.
If the issue you are raising is around dep solving, I'd recommend that we close this one as a duplicate of bug 1152515. Does this sound reasonable?