Hi.
A fresh Katello build. A fresh CentOS 5 build, then an install of
katello-agent and subscription manager (from
https://fedorapeople.org/groups/katello/releases/yum/2.3/client/RHEL/5/x86_64/)
. But I find Katello can't talk to the client as goferd is unable to start.
/var/log/messages:
Sep 14 15:29:58 ptnoc51 goferd: [INFO][Thread-1] gofer.rmi.store:116 -
Using: /var/lib/gofer/messaging/pending/builtin
Sep 14 15:29:58 ptnoc51 goferd: [INFO][MainThread] gofer.agent.plugin:610 -
plugin:builtin loaded using: /usr/share/gofer/plugins/builtin.py
Sep 14 15:29:58 ptnoc51 goferd: [INFO][Thread-2] gofer.rmi.store:116 -
Using: /var/lib/gofer/messaging/pending/katelloplugin
Sep 14 15:29:58 ptnoc51 goferd: [INFO][MainThread] gofer.agent.plugin:610 -
plugin:katelloplugin loaded using: /usr/lib/gofer/plugins/katelloplugin.py
Sep 14 15:29:58 ptnoc51 goferd: [INFO][MainThread] rhsm.connection:661 -
Using certificate authentication: key = /etc/pki/consumer/key.pem, cert =
/etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False
Sep 14 15:29:58 ptnoc51 goferd: [INFO][MainThread] rhsm.connection:674 -
Connection Built: host: katello.server, port: 443, handler: /rhsm
Sep 14 15:29:59 ptnoc51 goferd: [INFO][MainThread] katelloplugin:170 -
Using /etc/rhsm/ca/katello-default-ca.pem as the ca cert for qpid connection
Sep 14 15:29:59 ptnoc51 goferd: [INFO][MainThread] rhsm.connection:661 -
Using certificate authentication: key = /etc/pki/consumer/key.pem, cert =
/etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False
Sep 14 15:29:59 ptnoc51 goferd: [INFO][MainThread] rhsm.connection:674 -
Connection Built: host: katello.server, port: 443, handler: /rhsm
Sep 14 15:29:59 ptnoc51 goferd: [INFO][MainThread] katelloplugin:344 -
reporting: {'enabled_repos': {'repos': [{'baseurl':
['https://katello.server/pulp/repos/Default_Organization/Library/custom/CentOS5/EPEL'],
'repositoryid': 'Default_Organization_CentOS5_EPEL'}, {'baseurl':
['https://katello.server/pulp/repos/Default_Organization/Library/custom/CentOS5/KatelloAgent'],
'repositoryid': 'Default_Organization_CentOS5_KatelloAgent'}, {'baseurl':
['https://katello.server/pulp/repos/Default_Organization/Library/custom/CentOS5/OS'],
'repositoryid': 'Default_Organization_CentOS5_OS'}, {'baseurl':
['https://katello.server/pulp/repos/Default_Organization/Library/custom/CentOS5/Updates'],
'repositoryid': 'Default_Organization_CentOS5_Updates'}]}}
Not much there, so I have an strace log from goferd if desired.
If I replace my 'Katello-Agent' repo (for CentOS 5 clients) with the 2.2
repo (
https://fedorapeople.org/groups/katello/releases/yum/2.2/client/RHEL/5/x86_64/)it
works!