i'm experiencing a strange behaviour on content host list. Some, even if
connected to a content view that has several errata to apply, reports 0
erratas. Several of these hosts are running rhel 5.10 or rhel 6.6 and the
content views they're assigned contains rhel 5.11 and 6.7 respectively.
Is there a way to trigger the recalculation of erratas?
That should force a recalculation of applicability as well as upload a list of the installed packages.
Thanks,
Walden
···
----- Original Message -----
From: "Luca Lorenzetto"
To: "Foreman users"
Sent: Friday, January 15, 2016 9:14:07 AM
Subject: [foreman-users] [katello 2.3.1] Refresh errata applicability for content hosts
Hello,
i’m experiencing a strange behaviour on content host list. Some, even if
connected to a content view that has several errata to apply, reports 0
erratas. Several of these hosts are running rhel 5.10 or rhel 6.6 and the
content views they’re assigned contains rhel 5.11 and 6.7 respectively.
Is there a way to trigger the recalculation of erratas?
i just tried on one client cut it's still 0. Does this action has to
trigger some job?
Luca
···
On Fri, Jan 15, 2016 at 3:26 PM, Walden Raines wrote:
> Hey Luca,
>
> You could try running the following on the hosts:
>
> sudo yum clean all; sudo subscription-manager refresh; sudo yum repolist; sudo katello-package-upload
>
>
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)
i just tried on one client cut it’s still 0. Does this action has to
trigger some job?
Luca
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)
On /var/log/messages there's nothing useful (only puppet agent
messages). On rhsm.log there is this output http://pastebin.com/wm2zGL7g that appeared after subscription-manager
refresh
Luca
···
On Fri, Jan 15, 2016 at 4:13 PM, Sean O'Keeffe wrote:
Sean
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)
Maybe i've found the issue. On several hosts goferd has stopped (don't
know why).
Luca
···
On Fri, Jan 15, 2016 at 4:42 PM, Luca 'remix_tj' Lorenzetto wrote:
> On Fri, Jan 15, 2016 at 4:13 PM, Sean O'Keeffe wrote:
>> Luca,
>>
>> Have you installed katello-agent on the client machine? Some logs from the
>> client would be good also.
>>
>
> Yes, i've katello-agent installed:
>
> [root@pmsic3 ~]# rpm -qa | grep katello-agent
> katello-agent-2.3.1-4.el5
>
> Which logs you need?
>
> On /var/log/messages there's nothing useful (only puppet agent
> messages). On rhsm.log there is this output
> http://pastebin.com/wm2zGL7g that appeared after subscription-manager
> refresh
>
>
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)
On /var/log/messages there’s nothing useful (only puppet agent
messages). On rhsm.log there is this output http://pastebin.com/wm2zGL7g that appeared after subscription-manager
refresh
Maybe i’ve found the issue. On several hosts goferd has stopped (don’t
know why).
Luca
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)
this is the log when i restart goferd on an host. Here the service
doesn't start:
···
On Fri, Jan 15, 2016 at 5:13 PM, Sean O'Keeffe wrote:
> Can I have var/log/messages when you restart gofer ?
>
>
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)
Using certificate authentication: key = /etc/pki/consumer/key.pem,
cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure =
False
Jan 18 08:46:27 pmsic3 goferd: [INFO][MainThread] rhsm.connection:596
Connection Built: host: vlpisatel001.intranet.it, port: 443,
handler: /rhsm
Jan 18 08:46:28 pmsic3 goferd: [INFO][MainThread] katelloplugin:170 -
Using /etc/rhsm/ca/katello-default-ca.pem as the ca cert for qpid
connection
Jan 18 08:46:28 pmsic3 goferd: [INFO][MainThread] rhsm.connection:583
Using certificate authentication: key = /etc/pki/consumer/key.pem,
cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure =
False
Jan 18 08:46:28 pmsic3 goferd: [INFO][MainThread] rhsm.connection:596
···
2016-01-18 8:43 GMT+01:00 Luca 'remix_tj' Lorenzetto :
> On Fri, Jan 15, 2016 at 5:13 PM, Sean O'Keeffe wrote:
>> Can I have var/log/messages when you restart gofer ?
>>
>>
>
> Hi Sean,
>
> this is the log when i restart goferd on an host. Here the service
> doesn't start:
–
"E’ assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)