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:
I was trying to update all packages on newly registered node of rhel6.1. Packages were updated and system updated to rhel6.2 level.
However when I triggered "Update All" from UI, nothing happens on UI ( No notification and even no notification when package updation completes.
On otherside I got request timeout in pulp.log. I tried this two times and observed same behaviour.
Version-Release number of selected component (if applicable):
katello-0.1.206-1.el6.noarch
pulp-0.0.263-1.el6.noarch
How reproducible:
always
Steps to Reproduce:
1. sync a rhel6.2 product on server
1. Register a rhel6.1 node using rhsm with katello server
2. Subscribe a rhel6.2 product
3. install katello-agent on client node
4. Trigger "Update All" from systems
Actual results:
All Packages updated successfully on client node, however no notification generated on UI. And a request time out error in pulp.log
Expected results:
There should be no error in logs and there should be some notification on UI for end user when the update completes.
Additional info:
pulp.log says:
================
[root@dhcp201-102 ~]# tail -f /var/log/pulp/pulp.log
2012-02-01 16:15:28,746 28254:140557584148224: gofer.rmi.policy:INFO: policy:139 sent (25b0621a-ae35-47e6-ba3f-d746863471d6):
{
"classname": "Packages",
"kws": {},
"args": [
null
],
"method": "update",
"cntr": null
}
2012-02-01 16:25:29,442 28254:140557584148224: pulp.server.tasking.task:ERROR: task:474 Task failed: Task da4ea9c0-4cc1-11e1-a271-52540079a8d0: ConsumerApi.__updatepackages(25b0621a-ae35-47e6-ba3f-d746863471d6, None, )
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/pulp/server/tasking/task.py", line 420, in run
result = self.callable(*self.args, **self.kwargs)
File "/usr/lib/python2.6/site-packages/pulp/server/api/consumer.py", line 509, in __updatepackages
return packages.update(names)
File "/usr/lib/python2.6/site-packages/gofer/rmi/stub.py", line 72, in __call__
return self.stub._send(request, opts)
File "/usr/lib/python2.6/site-packages/gofer/rmi/stub.py", line 133, in _send
return self.__send(request, options)
File "/usr/lib/python2.6/site-packages/gofer/rmi/stub.py", line 164, in __send
any=opts.any)
File "/usr/lib/python2.6/site-packages/gofer/rmi/policy.py", line 144, in send
return self.__getreply(sn, reader)
File "/usr/lib/python2.6/site-packages/gofer/rmi/policy.py", line 183, in __getreply
raise RequestTimeout(sn, 1)
RequestTimeout: ('0ddb9e16-5762-4c33-950c-684870a6a41e', 1)
This bug was closed because of a lack of activity. If you feel this bug should be reconsidered for attention please feel free to re-open the bug with a comment stating why it should be reconsidered.
Description of problem: I was trying to update all packages on newly registered node of rhel6.1. Packages were updated and system updated to rhel6.2 level. However when I triggered "Update All" from UI, nothing happens on UI ( No notification and even no notification when package updation completes. On otherside I got request timeout in pulp.log. I tried this two times and observed same behaviour. Version-Release number of selected component (if applicable): katello-0.1.206-1.el6.noarch pulp-0.0.263-1.el6.noarch How reproducible: always Steps to Reproduce: 1. sync a rhel6.2 product on server 1. Register a rhel6.1 node using rhsm with katello server 2. Subscribe a rhel6.2 product 3. install katello-agent on client node 4. Trigger "Update All" from systems Actual results: All Packages updated successfully on client node, however no notification generated on UI. And a request time out error in pulp.log Expected results: There should be no error in logs and there should be some notification on UI for end user when the update completes. Additional info: pulp.log says: ================ [root@dhcp201-102 ~]# tail -f /var/log/pulp/pulp.log 2012-02-01 16:15:28,746 28254:140557584148224: gofer.rmi.policy:INFO: policy:139 sent (25b0621a-ae35-47e6-ba3f-d746863471d6): { "classname": "Packages", "kws": {}, "args": [ null ], "method": "update", "cntr": null } 2012-02-01 16:25:29,442 28254:140557584148224: pulp.server.tasking.task:ERROR: task:474 Task failed: Task da4ea9c0-4cc1-11e1-a271-52540079a8d0: ConsumerApi.__updatepackages(25b0621a-ae35-47e6-ba3f-d746863471d6, None, ) Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/pulp/server/tasking/task.py", line 420, in run result = self.callable(*self.args, **self.kwargs) File "/usr/lib/python2.6/site-packages/pulp/server/api/consumer.py", line 509, in __updatepackages return packages.update(names) File "/usr/lib/python2.6/site-packages/gofer/rmi/stub.py", line 72, in __call__ return self.stub._send(request, opts) File "/usr/lib/python2.6/site-packages/gofer/rmi/stub.py", line 133, in _send return self.__send(request, options) File "/usr/lib/python2.6/site-packages/gofer/rmi/stub.py", line 164, in __send any=opts.any) File "/usr/lib/python2.6/site-packages/gofer/rmi/policy.py", line 144, in send return self.__getreply(sn, reader) File "/usr/lib/python2.6/site-packages/gofer/rmi/policy.py", line 183, in __getreply raise RequestTimeout(sn, 1) RequestTimeout: ('0ddb9e16-5762-4c33-950c-684870a6a41e', 1)