<div dir="ltr"><div>Just upgraded my pulp server from 2.3 to 2.4 on CentOS 6. Used the upgrade steps and now I can view my repos, but can't update them. Any help would be appreciated. I disabled qpid auth per install instructions and ran the ssl config script to setup SSL for qpid.<br><br>When I run something like the following, I get:<br><br># pulp-admin rpm repo publish run --repo-id myrepo<br>+----------------------------------------------------------------------+<br>                      Publishing Repository [repo]<br>+----------------------------------------------------------------------+<br><br>An internal error occurred on the Pulp server:<br><br>RequestException: POST request<br>on /pulp/api/v2/repositories/cpt/actions/publish/ failed with 500 - Unhandled<br>Exception<br><br></div><br>Looking through the logs I see the following errors. It seems like the pulp clients are still trying to use sasl auth to connect to qpid.<br><div><div><br>Sep  3 23:34:12 myhost pulp: celery.worker.consumer:ERROR: consumer: Cannot connect to qpid://guest@myhost:5671//: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found.<br>Sep  3 23:34:12 myhost pulp: celery.worker.consumer:ERROR: Trying again in 6.00 seconds...<br>Sep  3 23:34:12 myhost pulp: celery.worker.consumer:ERROR:<br>Sep  3 23:34:15 myhost python: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: celery.worker.consumer:ERROR: consumer: Cannot connect to qpid://guest@myhost:5671//: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found.<br>Sep  3 23:34:15 myhost pulp: celery.worker.consumer:ERROR: Trying again in 8.00 seconds...<br>Sep  3 23:34:15 myhost pulp: celery.worker.consumer:ERROR:<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost python: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: pulp.server.async.scheduler:ERROR: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found<br>Sep  3 23:34:15 myhost python: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: celery.beat:ERROR: beat: Connection error: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found. Trying again in 10.0 seconds...<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR: Traceback (most recent call last):<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/middleware/exception.py", line 44, in __call__<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return self.app(environ, start_response)<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/middleware/postponed.py", line 42, in __call__<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return self.app(environ, start_response)<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/web/application.py", line 279, in wsgi<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     result = self.handle_with_processors()<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/application.py", line 29, in _handle_with_processors<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return process(self.processors)<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/application.py", line 26, in process<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return p(lambda: process(processors))<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/web/application.py", line 566, in processor<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return handler()<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/application.py", line 26, in <lambda><br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return p(lambda: process(processors))<br><br>In /etc/pulp/server.conf I have:<br><br>[messaging]<br>url: ssl://myhost:5671<br>auth_enabled: false<br>cacert: /etc/pki/pulp/qpid/ca.crt<br>clientcert: /etc/pki/pulp/qpid/client.crt<br><br>[tasks]<br>broker_url: qpid://myhost:5671/<br>celery_require_ssl: true<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></div><div>Again, any help appreciated!<br><br>Mark<br></div></div></div>