Bug #5020
closedPulp is not picking up the events when syncing a repo
Description
One is unable to synchronize a repository (the status is always "Pending") due to misconfiguration of pulp. The traceback produced is:
$ cat /var/log/pulp/pulp.log
[...]
14-04-01 12:15:57,119 qpid.messaging:WARNING: recoverable error[attempt 3]: Connection hostname 'localhost' does not match names from peer certificate: ['<hostname>', u'<hostname>']
2014-04-01 12:15:57,119 qpid.messaging:WARNING: sleeping 4 seconds
2014-04-01 12:16:01,123 qpid.messaging:WARNING: trying: localhost:5671
2014-04-01 12:16:01,133 qpid.messaging:WARNING: recoverable error[attempt 4]: Connection hostname 'localhost' does not match names from peer certificate: ['<hostname>', u'<hostname>']
[...]
The correct pulp configuration should be done in /etc/pulp/server.conf:
url: ssl://localhost:5671 ==> url: ssl://<hostname>:5671
Updated by Ivan Necas over 10 years ago
- Category set to Installer
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Priority changed from Normal to High
Updated by Ivan Necas over 10 years ago
- Status changed from Ready For Testing to Closed
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13