Bug 697351
Summary: | Telstra: RHEL 6 Client Entitlement Fails | ||
---|---|---|---|
Product: | Red Hat Update Infrastructure for Cloud Providers | Reporter: | Chris Morgan <cmorgan> |
Component: | Tools | Assignee: | Jay Dobies <jason.dobies> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.0 | CC: | mmj, sghai, tsanders |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-05-31 12:58:30 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 688298 |
Description
Chris Morgan
2011-04-18 01:23:16 UTC
commit 290a8b310bf9ccf0521f28cfe37aa7b935a5bab2 Author: Jay Dobies <jason.dobies> Date: Mon May 9 15:24:51 2011 -0400 697351 - Auxiliary key is no longer used rhui-2.0/tools/etc/rhui/templates/client-repo-template.repo Fixed in 2.0.23. Verified in rh-rhui-tools 2.0.26 build. path to Auxiliary key has been removed from "/etc/rhui/templates/client-repo-template.repo" Now "client-repo-template.repo" file looks like: LABEL!] name=!NAME! mirrorlist=file:///etc/yum.repos.d/!MIRRORLIST! enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release sslverify=1 sslclientkey=/etc/pki/entitlement/key.pem sslclientcert=/etc/pki/entitlement/product/content.crt sslcacert=/etc/pki/entitlement/ca.crt I tried yum install and its working fine. Downloading Packages: zsh-4.3.10-4.1.el6.x86_64.rpm | 2.1 MB 00:01 warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY rhel-server-6-releases/gpgkey | 6.3 kB 00:00 ... Importing GPG key 0xFD431D51 "Red Hat, Inc. (release key 2) <security>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Is this ok [y/N]: y Importing GPG key 0x2FA658E0 "Red Hat, Inc. (auxiliary key) <security>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Is this ok [y/N]: y Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : zsh-4.3.10-4.1.el6.x86_64 1/1 Installed: zsh.x86_64 0:4.3.10-4.1.el6 moving to release pending closing out, product released |