Bug 655851 - package install on remote clients failing
Summary: package install on remote clients failing
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Jeff Ortel
QA Contact: Preethi Thomas
URL:
Whiteboard:
: 655102 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-22 14:32 UTC by Preethi Thomas
Modified: 2011-07-15 19:30 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-05 20:12:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2010-11-22 14:32:58 UTC
Description of problem:
Package install on remote clients seem to be not happening.

The task just goes on with 
[root@preethi ~]# pulp-admin package install -n zsh --consumerid=10.16.79.198
Created task id: 158727a8-f646-11df-b78c-002564a85a58
...


1. I have a local & remote client
2. Remote client is registered and bound to the the repo with pulp-client consumer

3. on the server if I do a consumer list

its is show as

[root@preethi ~]# pulp-admin consumer list
+------------------------------------------+
            Consumer Information
+------------------------------------------+

Id                 	10.16.79.198             
Description        	None                     
Subscribed Repos   	/pulp/api/consumers/10.16.79.198/repoids/
Additional info    	{}                       


Id                 	preethi.userys.redhat.com
Description        	None                     
Subscribed Repos   	/pulp/api/consumers/preethi.userys.redhat.com/repoids/
Additional info    	{}                     


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Preethi Thomas 2010-11-22 15:26:52 UTC
[root@preethi ~]# rpm -qa |grep pulp
pulp-common-0.0.108-1.fc13.noarch
pulp-client-0.0.108-1.fc13.noarch
pulp-0.0.108-1.fc13.noarch

[root@preethi ~]# rpm -qa |grep gofer
gofer-0.1-1.fc13.noarch
gofer-lib-0.1-1.fc13.noarch

Comment 2 Pradeep Kilambi 2010-11-22 15:30:31 UTC
The reason this was happening on pulp-qe and pulp-qe-client is because your client messaging was pointing to localhost..

change /etc/gofer/agent.conf to point to your server instead of localhost and restart gofer.

Comment 3 dgao 2010-11-23 14:23:06 UTC
After making the modification to /etc/gofer/agent.conf, the package install on remote client is successful. However the client does not report this, instead it continues to hang indefinitely. 

Tailing the log reveals that the pkg install request is sent to gofer but a reply was never sent back to the client. 

Restarting gofer does not alleviate this issue. 
Package install was verified w/ rpm -qi

Comment 4 Jeff Ortel 2010-12-06 16:11:48 UTC
(In reply to comment #3)
> After making the modification to /etc/gofer/agent.conf, the package install on
> remote client is successful. However the client does not report this, instead
> it continues to hang indefinitely. 

Hang how?  Does it continue to print the (..)?

Comment 5 Preethi Thomas 2010-12-06 16:40:39 UTC
Yes,I think what David means it continues to print .... indefinitely  (he is in class this week.)

Comment 6 Jeff Ortel 2011-01-05 20:12:14 UTC
I can't reproduce, closing.

It may have been environmental, timing, fixed inadvertently with changes to gofer and/or tasking subsystem in pulp.  Or, it still may exist. 

We'll keep an eye out for it.

Comment 7 Jeff Ortel 2011-01-05 20:14:32 UTC
*** Bug 655102 has been marked as a duplicate of this bug. ***


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