<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div><span>THANK YOU EVERY BODY<br></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span>It works!</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span>I took my time to check a full uninstall 2.3 client and 2.4 client install plus a repo bind and package install</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span>Thanks a
 lot</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span>Henri<br></span></div><div><br></div>  <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 10pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Jeff Ortel <jortel@redhat.com><br> <b><span style="font-weight: bold;">To:</span></b> Henri Jubin <hjubin27@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b> "pulp-list@redhat.com" <pulp-list@redhat.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, September 9, 2014 7:58 PM<br> <b><span style="font-weight:
 bold;">Subject:</span></b> Re: [Pulp-list] Pulp 2.4 unable to bind repo<br> </font> </div> <div class="y_msg_container"><br>This is likely the issue.  The auth_enabled must be "True".  What's <br>happening is, the agent is requiring the messages to be signed by the <br>server and they are not.  When auth_enabled is: False, they signature in <br>the message is (None).<br><br>On 09/09/2014 04:04 AM, Henri Jubin wrote:<br>> Hello,<br>> The varisble is set as :<br>><br>> auth_enabled: False<br>><br>> Here comes de server.conf file:<br>><br>> # =========================<br>> # Pulp Server Configuration<br>> # =========================<br>><br>> # This settings in this file are all commented by default, and the<br>> commented settings show the<br>> # default values that Pulp will choose if not specified here.<br>><br>> # -- Common Configuration<br>>
 -----------------------------------------------------<br>><br>> # = Database =<br>> #<br>> # Controls the behavior of MongoDB under Pulp's usage.<br>> #<br>> # name: name of the database to use<br>> # seeds: comma-separated list of hostname:port of database replica seed<br>> hosts<br>> # operation_retries: number of retries on database operations to<br>> #     perform before giving up and reporting an error<br>> #<br>> # Authentication - If the username and the password keys have values<br>> provided,<br>> # the pulp server will attempt to authenticate to the MongoDB server.  The<br>> # username and password provided here will be used to authenticate with the<br>> # database specified in the name field.<br>> #<br>> # username: The user name to use for authenticating to the MongoDB server<br>> # password: The password to use for authenticating to the MongoDB server<br>> #
 replica_set: uncomment and set this value to the name of replica set<br>> configured<br>> #     in MongoDB, if one is in use<br>><br>> [database]<br>> # name: pulp_database<br>> # seeds: localhost:27017<br>> # operation_retries: 2<br>> # username: admin<br>> # password: admin<br>> # replica_set: replica_set_name<br>><br>><br>> # = Server =<br>> #<br>> # Controls general Pulp web server behavior.<br>> #<br>> # server_name:      hostname the admin client and consumers should use<br>> when accessing<br>> #                   the server; if not specified, this is defaulted to<br>> the server's hostname<br>> # default_login:    default admin username of the Pulp server; this user<br>> will be<br>> #                   the first time the server is started<br>> #
 default_password: default password for admin when it is first created;<br>> this<br>> #                   should be changed once the server is operational<br>> # debugging_mode:   boolean; toggles Pulp's debugging capabilities<br>> # log_level:        The desired logging level. Options are: CRITICAL,<br>> ERROR, WARNING, INFO, DEBUG,<br>> #                   and NOTSET. Pulp will default to INFO.<br>> [server]<br>> # server_name: server_hostname<br>> server_name: pulp-srv2<br>> # key_url: /pulp/gpg<br>> # ks_url: /pulp/ks<br>> # default_login: admin<br>> # default_password: admin<br>> default_login: admin<br>> default_password: admin<br>> # debugging_mode: false<br>> log_level: DEBUG<br>><br>><br>> # = Authentication =<br>> #<br>> # Keys used for message
 authentication.<br>> #<br>> # rsa_key:<br>> #   The RSA private key used for authentication.<br>> # rsa_pub:<br>> #   The RSA public key used for authentication.<br>><br>> [authentication]<br>> # rsa_key = /etc/pki/pulp/rsa.key<br>> # rsa_pub = /etc/pki/pulp/rsa_pub.key<br>><br>><br>> # = Security =<br>> #<br>> # Controls aspects of the Pulp web server security.<br>> #<br>> # For production installations, it is recommended that a new CA<br>> certificate be<br>> # generated for the signing of user and consumer certificates and configured<br>> # using the following properties.<br>> #<br>> # cacert: full path to the CA certificate that will be used to sign consumer<br>> #     and admin identification certificates; this must match the value of<br>> #     SSLCACertificateFile in /etc/httpd/conf.d/pulp.conf<br>> #<br>> # cakey: path to the private key for
 the above CA certificate<br>> #<br>> # ssl_ca_certificate: full path to the CA certificate used to sign the Pulp<br>> #     server's SSL certificate; consumers will use this to verify the<br>> #     Pulp server's SSL certificate during the SSL handshake<br>> #<br>> # user_cert_expiration: number of days a user certificate is valid<br>> #<br>> # consumer_cert_expiration: number of days a consumer certificate is valid<br>> #<br>><br>> [security]<br>> # cacert: /etc/pki/pulp/ca.crt<br>> # cakey: /etc/pki/pulp/ca.key<br>> # ssl_ca_certificate: /etc/pki/pulp/ssl_ca.crt<br>> # user_cert_expiration: 7<br>> # consumer_cert_expiration: 3650<br>> # serial_number_path: /var/lib/pulp/sn.dat<br>><br>><br>> # -- Advanced Configuration<br>> ---------------------------------------------------<br>><br>> # = Consumer History =<br>> #<br>> # Controls the storage of recorded
 consumer events.<br>> #<br>> # lifetime: number of days to store consumer events; events older<br>> #     than this will be purged; set to -1 to disable<br>><br>> [consumer_history]<br>> # lifetime: 180<br>><br>><br>> # = Data Reaping =<br>> #<br>> # Controls the frequency in which reporting data is automatically<br>> removed from<br>> # the database. Database entries that exceed the given thresholds will be<br>> # deleted from the database when the reaper runs.<br>> #<br>> # reaper_interval: float; time in days between checks for old data in<br>> #     the database<br>> #<br>> # archived_calls: float; time in days to store archived calls<br>> #<br>> # consumer_history: float; time in days to store consumer history events<br>> #<br>> # repo_sync_history: float; time in days to store repository sync<br>> history events<br>> #<br>> # repo_publish_history:
 float; time in days to store repository publish<br>> history<br>> #     events<br>> #<br>> # repo_group_publish_history: float; time in days to store repository group<br>> #     publish history events<br>> #<br>> # task_status_history: float; time in days to store task status history<br>> in the db<br>> # task_result_history: float; time in days to store task results history<br>><br>> [data_reaping]<br>> # reaper_interval: 0.25<br>> # archived_calls: 0.5<br>> # consumer_history: 60<br>> # repo_sync_history: 60<br>> # repo_publish_history: 60<br>> # repo_group_publish_history: 60<br>> # task_status_history: 7<br>> # task_result_history: 3<br>><br>><br>> # = LDAP =<br>> #<br>> # Uncomment the below section with appropriate values to use an external<br>> LDAP<br>> # server for user authentication.<br>> #<br>> # enabled: boolean; controls whether or not
 LDAP authentication is enabled<br>> #<br>> # uri: url of LDAP server<br>> #<br>> # base: location in the directory from which the LDAP search begins<br>> #<br>> # tls: boolean; controls whether or not to use TLS security<br>> #<br>> # default_role: Id of the role to assign LDAP users to by default. This is<br>> #     optional. This role must first be created on the Pulp server. If<br>> #     default_role is not set or doesn't exist, LDAP users are given same<br>> #     default permissions as local users.<br>> #<br>> # filter: directive to set more restrictive LDAP filter to limit the LDAP<br>> #     users who can authenticate to Pulp<br>><br>> # Deprecated! Please use apache's mod_authnz_ldap to do<br>> preauthentication. See<br>> # pulp's user guide for details.<br>> # [ldap]<br>> # enabled: true # are you sure? This has been deprecated.<br>> # uri:
 ldap://localhost<br>> # base: dc=localhost<br>> # tls: no<br>> # default_role: <role-id><br>> # filter: (gidNumber=200)<br>><br>><br>> # = OAuth =<br>> #<br>> # Uncomment the below section with appropriate values to use OAuth<br>> # authentication.<br>> #<br>> # enabled: boolean; controls whether OAuth authentication is enabled<br>> #<br>> # oauth_key: string; key to enable OAuth style authentication<br>> #<br>> # oauth_secret: string; shared secret that can be used for OAuth style<br>> #     authentication<br>><br>> [oauth]<br>> # enabled: true<br>> enabled: 0<br>> # oauth_key:<br>> # oauth_secret:<br>><br>><br>> # = Messaging =<br>> #<br>> # Controls Pulp's configuration of broker settings for communicating to<br>> the Consumer Agent.<br>> #<br>> # url: the url used to contact the broker. This setting uses the form:<br>> #<br>> # 
        <protocol>://<host>:<port>/<virtual-host><br>> #<br>> #     Or to use a username and password:<br>> #<br>> #         <protocol>://<user>:<password>@<host>:<port>/<virtual-host><br>> #<br>> #     Supported <protocol>  values are 'tcp' or 'ssl' depending on if<br>> SSL should be used or not.<br>> #     The <virtual-host> is optional, and is only applicable to RabbitMQ<br>> broker environments.<br>> #<br>> #     The default broker string is 'tcp://localhost:5672'.<br>> #<br>> # transport: The type of broker you are connecting to. The default is<br>> 'qpid'. For RabbitMQ,<br>> #     'rabbitmq' should be used.<br>> #<br>> # cacert: Absolute path to PEM encoded CA certificate file, used by Pulp<br>> to validate the identity<br>> # 
    of the broker using SSL. The default is '/etc/pki/qpid/ca/ca.crt'.<br>> #<br>> # clientcert: Absolute path to PEM encoded file containing both the<br>> private key and<br>> #     certificate Pulp should present to the broker to be authenticated<br>> by the broker. The default<br>> #     is '/etc/pki/qpid/client/client.pem'.<br>> #<br>> # auth_enabled:<br>> #     Message authentication enabled flag. The default is 'true' which<br>> enables authentication.<br>> #     To disable authentication, use 'false'.<br>> #<br>> # topic_exchange: The name of the exchange to use. The exchange must be<br>> a topic exchange. The<br>> #     default is 'amq.topic', which is a default exchange that is<br>> guaranteed to exist on a Qpid<br>> #     broker. This setting is a string, and therefore includes the<br>> single quotes.<br>> #<br>><br>>
 [messaging]<br>> url: tcp://pulp-srv2:5672<br>> # transport: qpid<br>> # auth_enabled: true<br>> auth_enabled: False<br>> # cacert: /etc/pki/qpid/ca/ca.crt<br>> # clientcert: /etc/pki/qpid/client/client.pem<br>> cacert: /etc/pki/pulp/ca.crt<br>> clientcert: /etc/pki/pulp/pulp-srv2.pem<br>> # topic_exchange: 'amq.topic'<br>><br>><br>> # = Asynchronous Tasks =<br>> #<br>> # Controls Pulp's Celery settings. These settings are used by the Pulp<br>> Server and Pulp Workers to<br>> # perform asynchronous, server-side task work such as syncing,<br>> publishing, or deletion of content.<br>> # Communication between these different components occurs through the<br>> broker.<br>> #<br>> # broker_url: A URL to a broker that Celery can use to queue tasks. For<br>> example, to configure<br>> #     Celery with a Qpid backend, set broker_url to:<br>> #<br>> #       
  qpid://<username>:<password>@<hostname>:<port>/<br>> #<br>> #     For RabbitMQ you can use the following broker_url style:<br>> #<br>> #         amqp://<username>:<password>@<hostname>:<port>/<vhost><br>> #<br>> # celery_require_ssl: Require SSL if set to 'true', otherwise do not<br>> require SSL. The default is<br>> #     'false'.<br>> #<br>> # cacert: The absolute path to the PEM encoded CA Certificate allowing<br>> identity validation of the<br>> #     message bus. The default is '/etc/pki/pulp/qpid/ca.crt'.<br>> #<br>> # keyfile: The absolute path to the keyfile used for authentication to<br>> the message bus. This is the<br>> #     private key that corresponds with the certificate. The default<br>> value is<br>> #     '/etc/pki/pulp/qpid/client.crt'. Sometimes the key is
 kept in the<br>> same file as the<br>> #     certificate it corresponds with, and the default assumes this is<br>> the case.<br>> #<br>> # certfile: The absolute path to the PEM encoded certificate used for<br>> authentication to the message<br>> #     bus. The default value is '/etc/pki/pulp/qpid/client.crt'.<br>> #<br>><br>> [tasks]<br>> broker_url: qpid://pulp-srv2/<br>> celery_require_ssl: false<br>> # cacert: /etc/pki/pulp/qpid/ca.crt<br>> # keyfile: /etc/pki/pulp/qpid/client.crt<br>> # certfile: /etc/pki/pulp/qpid/client.crt<br>><br>><br>> # = Email =<br>> #<br>> # Settings that allow the system to send email. It is recommended that<br>> # the system relay through a local MTA on the machine. Pulp does not<br>> retry in<br>> # case of error, so it is important to have a real MTA available locally.<br>> #<br>> # If there is a need to test email sending, it
 is recommended to run this:<br>> #   $ python -m smtpd -n -c DebuggingServer localhost:1025<br>> # which will write each message to stdout.<br>> #<br>> # host: host name of the MTA pulp should relay through<br>> #<br>> # port: destination port to connect on<br>> #<br>> # from: the "From" address of each email the system sends<br>> #<br>> # enabled: boolean controls whether or not emails will be sent<br>><br>> [email]<br>> # host: localhost<br>> # port: 25<br>> # from: <a ymailto="mailto:no-reply@your.domain" href="mailto:no-reply@your.domain">no-reply@your.domain</a><br>> # enabled: false<br>> ============================================================================================<br>><br>> ------------------------------------------------------------------------<br>> *From:* Jeff Ortel <<a ymailto="mailto:jortel@redhat.com"
 href="mailto:jortel@redhat.com">jortel@redhat.com</a>><br>> *To:* Henri Jubin <<a ymailto="mailto:hjubin27@yahoo.com" href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a>><br>> *Cc:* "<a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a>" <<a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a>><br>> *Sent:* Monday, September 8, 2014 8:18 PM<br>> *Subject:* Re: [Pulp-list] Pulp 2.4 unable to bind repo<br>><br>> Hey Henri,<br>><br>> What value do you have for [messaging] "auth_enabled" in server.conf?<br>><br>> -jeff<br>><br>> On 09/08/2014 03:06 AM, Henri Jubin wrote:<br>>  > Sorry if this message is repeated.  I just did not saw it in the list.<br>>  ><br>>  ><br>>  > Brian,<br>>  > Thanks for your quick reply first.<br>>  > To
 all:<br>>  > The client and server are fresh installations.<br>>  > I dis any way the "...update --keys" without sucess.<br>>  ><br>>  > I  have 50 systems waiting in 2.3 for the update.  But until my short<br>>  > collection of non regression tests works i am stuck.<br>>  > The "repository binding" is blocking every thing and i dont see where<br>>  > the problem is.<br>>  > Regards<br>>  > Henri<br>>  ><br>>  > ------------------------------------------------------------------------<br>>  > *From:* Brian Bouterse <<a ymailto="mailto:bbouters@redhat.com" href="mailto:bbouters@redhat.com">bbouters@redhat.com</a> <mailto:<a ymailto="mailto:bbouters@redhat.com" href="mailto:bbouters@redhat.com">bbouters@redhat.com</a>>><br>>  > *To:* Henri Jubin <<a ymailto="mailto:hjubin27@yahoo.com"
 href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a> <mailto:<a ymailto="mailto:hjubin27@yahoo.com" href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a>>><br>>  > *Cc:* <a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a> <mailto:<a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a>><br>>  > *Sent:* Friday, September 5, 2014 1:57 PM<br>>  > *Subject:* Re: [Pulp-list] Pulp 2.4 unable to bind repo<br>>  ><br>>  > Hi Henri. I'm not 100% on the root cause of your problem, but it looks<br>>  > like the AMQP message that tells the client to bind is being received<br>>  > but rejected. Could it be that this is an upgrade from a previous<br>>  > version to pulp 2.4? If so, then it sounds like you need to run<br>>  > "pulp-consumer update --keys"
 which exchanges the keys used to verify<br>>  > the integrity of the AMQP messages. This is discussed some in the<br>>  > upgrade guide as part of the release notes [0]. Hopefully this is<br>>  > helpful. If it is not, please write back.<br>>  ><br>>  > [0]:<br>>  ><br>> <a href="http://pulp-user-guide.readthedocs.org/en/latest/release-notes/2.4.x.html#upgrade-instructions-for-2-3-x-2-4-0" target="_blank">http://pulp-user-guide.readthedocs.org/en/latest/release-notes/2.4.x.html#upgrade-instructions-for-2-3-x-2-4-0</a><br>>  ><br>>  > -Brian<br>>  ><br>>  ><br>>  > ----- Original Message -----<br>>  >  > From: "Henri Jubin" <<a ymailto="mailto:hjubin27@yahoo.com" href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a><br>> <mailto:<a ymailto="mailto:hjubin27@yahoo.com"
 href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a>> <mailto:<a ymailto="mailto:hjubin27@yahoo.com" href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a><br>> <mailto:<a ymailto="mailto:hjubin27@yahoo.com" href="mailto:hjubin27@yahoo.com">hjubin27@yahoo.com</a>>>><br>>  >  > To: <a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a> <mailto:<a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a>><br>> <mailto:<a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a> <mailto:<a ymailto="mailto:pulp-list@redhat.com" href="mailto:pulp-list@redhat.com">pulp-list@redhat.com</a>>><br>>  >  > Sent: Friday, September 5, 2014 5:57:55 AM<br>>  >  > Subject: [Pulp-list] Pulp 2.4 unable to bind repo<br>>  > 
 ><br>>  >  > Hello every body.<br>>  >  > Please any help will be appreciated. Thanks in advance<br>>  >  ><br>>  >  > I am completly stuck and after 3 days of tries and retries i still<br>>  > having the<br>>  >  > following error when running :<br>>  >  ><br>>  >  > [<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a> <mailto:<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a>> <mailto:<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a><br>> <mailto:<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a>>> ~]# pulp-admin rpm consumer<br>>  > bind --consumer-id=pulp-cli2<br>>  >  > --repo-id=pulp-t1<br>>  >  > This
 command may be exited via ctrl+c without affecting the request.<br>>  >  ><br>>  >  > [-]<br>>  >  > Waiting to begin...<br>>  >  ><br>>  >  > [-]<br>>  >  > Running...<br>>  >  ><br>>  >  > Task Failed<br>>  >  ><br>>  >  > Please see the Pulp server logs for details.<br>>  >  ><br>>  >  > I got the following logs:<br>>  >  ><br>> ________________________________________________________________________<br>>  >  ><br>>  ><br>> ===========================================================================<br>>  >  > server calls.log<br>>  >  ><br>>  ><br>>
 ===========================================================================<br>>  >  ><br>>  >  > 2014-09-05 11:50:41,500 - INFO - POST request to<br>>  >  > /pulp/api/v2/consumers/pulp-cli2/bindings/ with parameters<br>>  > {"notify_agent":<br>>  >  > true, "binding_config": {}, "repo_id": "pulp-t1", "distributor_id":<br>>  >  > "yum_distributor"}<br>>  >  > 2014-09-05 11:50:41,501 - INFO - Response status : 202<br>>  >  ><br>>  >  > 2014-09-05 11:50:41,506 - INFO - Response body :<br>>  >  > {<br>>  >  > "spawned_tasks": [<br>>  >  > {<br>>  >  > "exception": null,<br>>  >  > "task_type": null,<br>>  >  > "_href":
 "/pulp/api/v2/tasks/0b717374-3910-4386-b95d-2b21ffd9b17b/",<br>>  >  > "task_id": "0b717374-3910-4386-b95d-2b21ffd9b17b",<br>>  >  > "tags": [<br>>  >  > "pulp:consumer:pulp-cli2",<br>>  >  > "pulp:repository:pulp-t1",<br>>  >  > "pulp:repository_distributor:yum_distributor",<br>>  >  > "pulp:action:agent_bind"<br>>  >  > ],<br>>  >  > "finish_time": null,<br>>  >  > "_ns": "task_status",<br>>  >  > "start_time": null,<br>>  >  > "traceback": null,<br>>  >  > "spawned_tasks": [],<br>>  >  > "progress_report": {},<br>>  >  > "queue": "agent",<br>>  >  > "state": "waiting",<br>>  >  > "result": null,<br>>  >  > "error":
 null,<br>>  >  > "_id": {<br>>  >  > "$oid": "540987714ff5d7131f523991"<br>>  >  > },<br>>  >  > "id": "540987714ff5d7131f523991"<br>>  >  > }<br>>  >  > ],<br>>  >  > "result": {<br>>  >  > "notify_agent": true,<br>>  >  > "repo_id": "pulp-t1",<br>>  >  > "consumer_actions": [<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "350d7e7b-b11e-4d10-ae2a-c95fd5e6ce81",<br>>  >  > "timestamp": 1409821278.018405<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id":
 "20274ea0-7e45-4ecd-af45-3d8d1fa78463",<br>>  >  > "timestamp": 1409821321.167793<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "f820d43a-664e-44b3-96b6-b0f3722a9a27",<br>>  >  > "timestamp": 1409821420.360724<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "2750b5e5-6027-4396-93a3-18b6f258403e",<br>>  >  > "timestamp": 1409822072.1848819<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "d26013c4-e614-4444-b605-321dadb78617",<br>>  > 
 > "timestamp": 1409822139.2087121<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "25a38349-44c1-4420-8946-7fe2933002f2",<br>>  >  > "timestamp": 1409822863.5793681<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  > > "id": "a17831dd-08f4-4d3a-abca-f74b5bfa6be2",<br>>  >  > "timestamp": 1409837267.905148<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "e6cc30c5-56ba-43e2-85ea-20b95c764772",<br>>  >  > "timestamp": 1409837400.0039749<br>>  >  >
 },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "0a75b473-7efc-49bc-8b09-5545a734e829",<br>>  >  > "timestamp": 1409837871.694628<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "1552511a-8b86-432c-9a46-0c8dee5be8cb",<br>>  >  > "timestamp": 1409837940.824223<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "d8302e09-10bd-4b07-ad00-2d951ee11225",<br>>  >  > "timestamp": 1409838341.1885209<br>>  >  > },<br>>  >  > {<br>>  >  >
 "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "b08e091f-7841-435e-99fe-65d64df26688",<br>>  >  > "timestamp": 1409839073.477845<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "6834fd6e-8b64-4170-b699-f7cd224c5a71",<br>>  >  > "timestamp": 1409840494.1436059<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "80efaff3-1707-4430-91f7-2dbf1418448d",<br>>  >  > "timestamp": 1409840653.0096099<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status":
 "failed",<br>>  >  > "id": "8c30819f-ac58-4deb-b1e5-004d364b7259",<br>>  >  > "timestamp": 1409840853.9674389<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "3f5b8260-610d-4538-8c32-2b6911a52c8d",<br>>  >  > "timestamp": 1409904447.373436<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "60c3eb48-f7cd-487c-8455-fa817e24adeb",<br>>  >  > "timestamp": 1409905494.2881739<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id":
 "7a3b6624-bb16-4bad-901b-d38aa14d3174",<br>>  >  > "timestamp": 1409905757.772377<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "010ae821-0308-4bc2-9142-d7167ebf9a4e",<br>>  >  > "timestamp": 1409905938.5015111<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "675aa45e-8228-4f35-8029-de7451f56f6b",<br>>  >  > "timestamp": 1409907159.6529069<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  > > "id": "763b4130-8a72-4383-bc1d-6cac075ab9e8",<br>>  >  >
 "timestamp": 1409907343.9925661<br>>  >  > },<br>>  >  > {<br>>  >  > "action": "bind",<br>>  >  > "status": "failed",<br>>  >  > "id": "0598fe12-8800-48f3-8536-f595753ad58f",<br>>  >  > "timestamp": 1409908257.9649429<br>>  >  > }<br>>  >  > ],<br>>  >  > "_ns": "consumer_bindings",<br>>  >  > "_id": {<br>>  >  > "$oid": "54082a5d4ff5d706b271d0c5"<br>>  >  > },<br>>  >  > "consumer_id": "pulp-cli2",<br>>  >  > "deleted": false,<br>>  >  > "binding_config": {},<br>>  >  > "distributor_id": "yum_distributor",<br>>  >  > "id": "54082a5d4ff5d706b271d0c5"<br>>  >  > },<br>>  >  > "error":
 null<br>>  >  > }<br>>  >  ><br>>  >  > 2014-09-05 11:50:42,770 - INFO - GET request to<br>>  >  > /pulp/api/v2/tasks/0b717374-3910-4386-b95d-2b21ffd9b17b/ with<br>> parameters<br>>  >  > None<br>>  >  > 2014-09-05 11:50:42,771 - INFO - Response status : 200<br>>  >  ><br>>  >  > 2014-09-05 11:50:42,773 - INFO - Response body :<br>>  >  > {<br>>  >  > "exception": null,<br>>  >  > "task_type": null,<br>>  >  > "_href": "/pulp/api/v2/tasks/0b717374-3910-4386-b95d-2b21ffd9b17b/",<br>>  >  > "task_id": "0b717374-3910-4386-b95d-2b21ffd9b17b",<br>>  >  > "tags": [<br>>  >  > "pulp:consumer:pulp-cli2",<br>>  >  > "pulp:repository:pulp-t1",<br>> 
 >  > "pulp:repository_distributor:yum_distributor",<br>>  >  > "pulp:action:agent_bind"<br>>  >  > ],<br>>  >  > "finish_time": "2014-09-05T09:50:41Z",<br>>  >  > "_ns": "task_status",<br>>  >  > "start_time": null,<br>>  >  > "traceback": null,<br>>  >  > "spawned_tasks": [],<br>>  >  > "progress_report": {},<br>>  >  > "queue": "agent",<br>>  >  > "state": "error",<br>>  >  > "result": null,<br>>  >  > "error": null,<br>>  >  > "_id": {<br>>  >  > "$oid": "540987714ff5d7131f523991"<br>>  >  > },<br>>  >  > "id": "540987714ff5d7131f523991"<br>>  >  > }<br>>  >  ><br>>  >  ><br>> 
 >  ><br>>  >  ><br>>  ><br>> ===========================================================================<br>>  >  > /var/log/messages<br>>  >  ><br>>  ><br>> ===========================================================================<br>>  >  > Sep 5 11:49:24 pulp-srv2 root: @@@@ HJ Fri Sep 5 11:49:24 CEST 2014<br>>  >  > Sep 5 11:49:24 pulp-srv2 root: ====== prep initdump pulp<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Attempting<br>>  >  > Database connection with seeds = localhost:27017<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Connection<br>>  >  > Arguments: {'max_pool_size': 10}<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp:
 pulp.server.db.connection:INFO:<br>> Database<br>>  >  > connection established with: seeds = localhost:27017, name =<br>>  > pulp_database<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Attempting<br>>  >  > Database connection with seeds = localhost:27017<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Connection<br>>  >  > Arguments: {'max_pool_size': 10}<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Database<br>>  >  > connection established with: seeds = localhost:27017, name =<br>>  > pulp_database<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Attempting<br>>  >  > Database connection with seeds =
 localhost:27017<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Connection<br>>  >  > Arguments: {'max_pool_size': 10}<br>>  >  > Sep 5 11:49:25 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Database<br>>  >  > connection established with: seeds = localhost:27017, name =<br>>  > pulp_database<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Attempting<br>>  >  > Database connection with seeds = localhost:27017<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Connection<br>>  >  > Arguments: {'max_pool_size': 10}<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Database<br>>  >  > connection established with: seeds =
 localhost:27017, name =<br>>  > pulp_database<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Attempting<br>>  >  > Database connection with seeds = localhost:27017<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Connection<br>>  >  > Arguments: {'max_pool_size': 10}<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Database<br>>  >  > connection established with: seeds = localhost:27017, name =<br>>  > pulp_database<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>>
 Attempting<br>>  >  > Database connection with seeds = localhost:27017<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_file_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Connection<br>>  >  > Arguments: {'max_pool_size': 10}<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_install_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.server.db.connection:INFO:<br>> Database<br>>  >  > connection established with: seeds = localhost:27017, name =<br>>  > pulp_database<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:
 pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_file_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_install_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_file_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2
 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_install_distributor for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  > > plugin yum_distributor for types:<br>>  >  ><br>>  ><br>> rpm,srpm,drpm,erratum,package_group,package_category,distribution,yum_repo_metadata_file<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin export_distributor for types:<br>>  >  > rpm,srpm,drpm,erratum,distribution,package_category,package_group<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin iso_distributor for types: iso<br>>  >  > Sep 5 11:49:26 pulp-srv2
 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin group_export_distributor for types:<br>>  >  > rpm,srpm,drpm,erratum,distribution,package_category,package_group<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_importer for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_importer for types:<br>>  >  ><br>>  ><br>> distribution,drpm,erratum,package_group,package_category,rpm,srpm,yum_repo_metadata_file,package_environment<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin iso_importer for types: iso<br>>  >  > Sep 5
 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_whole_repo_profiler for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_profiler for types: rpm,erratum<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum for types: rpm<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin rhui for types: rpm<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: AMQP<br>>  >  > broker configured:<br>>  >  ><br>>  ><br>>
 {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  >  ><br>>  ><br>>
 {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: Task<br>>  >  > reply handler, started.<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: AMQP<br>>  >  > reply handler started<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:<br>> pulp.server.webservices.application:INFO:<br>>  >  > *************************************************************<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:<br>>  > pulp.server.webservices.application:INFO: The<br>>  >  > Pulp server has been successfully initialized<br>>  >  > Sep 5 11:49:26
 pulp-srv2 pulp:<br>> pulp.server.webservices.application:INFO:<br>>  >  > *************************************************************<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_distributor for types:<br>>  >  ><br>>  ><br>> rpm,srpm,drpm,erratum,package_group,package_category,distribution,yum_repo_metadata_file<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin export_distributor for types:<br>>  >  > rpm,srpm,drpm,erratum,distribution,package_category,package_group<br>>  >  > Sep 5 11:49:26 pulp-srv2
 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin iso_distributor for types: iso<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin group_export_distributor for types:<br>>  >  > rpm,srpm,drpm,erratum,distribution,package_category,package_group<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_distributor for types:<br>>  >  ><br>>  ><br>> rpm,srpm,drpm,erratum,package_group,package_category,distribution,yum_repo_metadata_file<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin export_distributor for types:<br>>  >  >
 rpm,srpm,drpm,erratum,distribution,package_category,package_group<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin iso_distributor for types: iso<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin group_export_distributor for types:<br>>  >  > rpm,srpm,drpm,erratum,distribution,package_category,package_group<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_importer for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_importer for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:
 pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_importer for types:<br>>  >  ><br>>  ><br>> distribution,drpm,erratum,package_group,package_category,rpm,srpm,yum_repo_metadata_file,package_environment<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin iso_importer for types: iso<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_importer for types:<br>>  >  ><br>>  ><br>> distribution,drpm,erratum,package_group,package_category,rpm,srpm,yum_repo_metadata_file,package_environment<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_whole_repo_profiler for
 types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_profiler for types: rpm,erratum<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin iso_importer for types: iso<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin puppet_whole_repo_profiler for types: puppet_module<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum for types: rpm<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum_profiler for types: rpm,erratum<br>>  >  > Sep 5
 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin rhui for types: rpm<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin yum for types: rpm<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp: pulp.plugins.loader.manager:INFO:<br>> Loaded<br>>  >  > plugin rhui for types: rpm<br>>  >  > Sep 5 11:49:26 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: AMQP<br>>  >  > broker configured:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  >
 pulp.server.agent.direct.services:INFO: AMQP<br>>  >  > broker configured:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  > 
 ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: Task<br>>  >  > reply handler, started.<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: AMQP<br>>  >  > reply handler started<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>> pulp.server.webservices.application:INFO:<br>>  >  > *************************************************************<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  > pulp.server.webservices.application:INFO: The<br>>  >  > Pulp server has been successfully initialized<br>> 
 >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>> pulp.server.webservices.application:INFO:<br>>  >  > *************************************************************<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  >
 pulp.server.agent.direct.services:INFO: Task<br>>  >  > reply handler, started.<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: AMQP<br>>  >  > reply handler started<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>> pulp.server.webservices.application:INFO:<br>>  >  > *************************************************************<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:<br>>  > pulp.server.webservices.application:INFO: The<br>>  >  > Pulp server has been successfully initialized<br>>  > > Sep 5 11:49:27 pulp-srv2 pulp:<br>> pulp.server.webservices.application:INFO:<br>>  >  > *************************************************************<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp:
 gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:49:27 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  > connecting:<br>>  >  ><br>>  ><br>> {pulp-srv2:5672}:|transport=TCP|host=pulp-srv2|port=5672|cacert=/etc/pki/pulp/ca.crt|clientcert=/etc/pki/pulp/pulp-srv2.pem|userid=None|password=None|vhost=None<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp: gofer.transport.qpid.broker:INFO:<br>>  >  > {pulp-srv2:5672} connected to AMQP<br>> 
 >  > Sep 5 11:50:41 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: Task<br>>  >  > RMI (rejected)<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp: pulp.server.agent.direct.services:INFO:<br>>  >  > Rejected<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: sn :<br>>  >  > 84e6d063-06c1-4a69-87c4-15c1e982ae75<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: origin<br>>  >  > : d368573a-ba6f-43c0-8aa4-26157b3520b2<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp:<br>>  > pulp.server.agent.direct.services:INFO: user<br>>  >  > data : {'action': 'bind', 'repo_id': 'pulp-t1', 'distributor_id':<br>>  >  > 'yum_distributor', 'task_id':
 '0b717374-3910-4386-b95d-2b21ffd9b17b',<br>>  >  > 'consumer_id': 'pulp-cli2'}<br>>  >  > Sep 5 11:50:41 pulp-srv2 pulp: pulp.server.agent.direct.services:INFO:<br>>  >  > rejected<br>>  >  ><br>>  >  ><br>>  >  ><br>>  ><br>> ===========================================================================<br>>  >  > /var/log/httpd/**<br>>  >  ><br>>  ><br>> ===========================================================================<br>>  >  > List : /var/log/httpd/access_log<br>>  >  ><br>>  ><br>> ___________________________________________________________________________<br>>  >  > List : /var/log/httpd/error_log<br>>  >  ><br>>  ><br>>
 ___________________________________________________________________________<br>>  >  > [Fri Sep 05 11:49:24 2014] [notice] suEXEC mechanism enabled (wrapper:<br>>  >  > /usr/sbin/suexec)<br>>  >  > [Fri Sep 05 11:49:24 2014] [notice] Digest: generating secret for<br>> digest<br>>  >  > authentication ...<br>>  >  > [Fri Sep 05 11:49:24 2014] [notice] Digest: done<br>>  >  > [Fri Sep 05 11:49:24 2014] [notice] Apache/2.2.15 (Unix) DAV/2<br>> PHP/5.3.3<br>>  >  > mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_wsgi/3.4 Python/2.6.6<br>> configured --<br>>  >  > resuming normal operations<br>>  >  > [Fri Sep 05 11:50:41 2014] [error]<br>>  >  > /usr/lib/python2.6/site-packages/pulp/server/db/connection.py:140:<br>>  >  > DeprecationWarning: The safe
 parameter is deprecated. Please use write<br>>  >  > concern options instead.<br>>  >  > [Fri Sep 05 11:50:41 2014] [error] return method(*args, **kwargs)<br>>  >  > List : /var/log/httpd/ssl_access_log<br>>  >  ><br>>  ><br>> ___________________________________________________________________________<br>>  >  > 195.13.103.102 - - [05/Sep/2014:11:50:41 +0200] "POST<br>>  >  > /pulp/api/v2/consumers/pulp-cli2/bindings/ HTTP/1.1" 202 3504<br>>  >  > 195.13.103.102 - - [05/Sep/2014:11:50:42 +0200] "GET<br>>  >  > /pulp/api/v2/tasks/0b717374-3910-4386-b95d-2b21ffd9b17b/ HTTP/1.1"<br>>  > 200 585<br>>  >  > List : /var/log/httpd/ssl_error_log<br>>  >  ><br>>  ><br>>
 ___________________________________________________________________________<br>>  >  > List : /var/log/httpd/ssl_request_log<br>>  >  ><br>>  ><br>> ___________________________________________________________________________<br>>  >  > [05/Sep/2014:11:50:41 +0200] 195.13.103.102 SSLv3 DHE-RSA-AES256-SHA<br>>  > "POST<br>>  >  > /pulp/api/v2/consumers/pulp-cli2/bindings/ HTTP/1.1" 3504<br>>  >  > [05/Sep/2014:11:50:42 +0200] 195.13.103.102 SSLv3<br>> DHE-RSA-AES256-SHA "GET<br>>  >  > /pulp/api/v2/tasks/0b717374-3910-4386-b95d-2b21ffd9b17b/ HTTP/1.1" 585<br>>  >  > [<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a> <mailto:<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a>> <mailto:<a ymailto="mailto:root@pulp-srv2"
 href="mailto:root@pulp-srv2">root@pulp-srv2</a><br>> <mailto:<a ymailto="mailto:root@pulp-srv2" href="mailto:root@pulp-srv2">root@pulp-srv2</a>>> ~]#<br>>  >  ><br>>  >  ><br>>  >  > _______________________________________________<br>>  >  > Pulp-list mailing list<br>>  >  > <a ymailto="mailto:Pulp-list@redhat.com" href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a> <mailto:<a ymailto="mailto:Pulp-list@redhat.com" href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a>><br>> <mailto:<a ymailto="mailto:Pulp-list@redhat.com" href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a> <mailto:<a ymailto="mailto:Pulp-list@redhat.com" href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a>>><br>>  >  > <a href="https://www.redhat.com/mailman/listinfo/pulp-list"
 target="_blank">https://www.redhat.com/mailman/listinfo/pulp-list</a><br>>  ><br>>  ><br>>  ><br>>  ><br>>  > _______________________________________________<br>>  > Pulp-list mailing list<br>>  > <a ymailto="mailto:Pulp-list@redhat.com" href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a> <mailto:<a ymailto="mailto:Pulp-list@redhat.com" href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a>><br>>  > <a href="https://www.redhat.com/mailman/listinfo/pulp-list" target="_blank">https://www.redhat.com/mailman/listinfo/pulp-list</a><br>>  ><br>><br>><br><br><br></div> </div> </div>  </div></body></html>