Project

General

Profile

Actions

Bug #5020

closed

Pulp is not picking up the events when syncing a repo

Added by Jiří Mikulka about 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Installer
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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

Actions

Also available in: Atom PDF