Bug 866995
Summary: | server version is "Unknown" when registered to a katello/cfse/sam server | |||
---|---|---|---|---|
Product: | [Retired] Subscription Asset Manager | Reporter: | John Sefler <jsefler> | |
Component: | katello | Assignee: | Bryan Kearney <bkearney> | |
Status: | CLOSED ERRATA | QA Contact: | Og Maciel <omaciel> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 1.3 | CC: | adprice, bkearney, jomara, lzap, omaciel, tkolhar, tomckay | |
Target Milestone: | rc | |||
Target Release: | 1.3 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 867563 (view as bug list) | Environment: | ||
Last Closed: | 2013-02-21 19:18:18 UTC | Type: | Bug | |
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: | 816564, 867563, 872333 |
Description
John Sefler
2012-10-16 13:56:23 UTC
This is solely on the katello side. Fixed in master at 2f643b81c784ca878e11c64b5cc8333027742793 + skip_before_filter :require_user ^ this broke katello "ping" controller, fixing: https://github.com/Katello/katello/pull/919 Also we put community bugs to MODIFIED state. https://engineering.redhat.com/trac/systemengine/wiki/BugzillaProcess#StateFlowForCommunityBugs But I have been thinking about using ON_DEV because if we decide to give it ack, it seems to be more proper state than MODIFIED. Branch: refs/heads/master Home: https://github.com/Katello/katello Commit: 52621d6a7109db428c37277b6923466a7b4fd415 https://github.com/Katello/katello/commit/52621d6a7109db428c37277b6923466a7b4fd415 Author: Lukas Zapletal <lzap+git> Date: 2012-10-25 (Thu, 25 Oct 2012) *** Bug 872333 has been marked as a duplicate of this bug. *** [root@qeclient02 ~]# subscription-manager version Usage: subscription-manager MODULE-NAME [MODULE-OPTIONS] [--help] Primary Modules: list List subscription and product information for this machine refresh Pull the latest subscription data from the server register register the client to RHN release Configure what os release to use subscribe Subscribe the registered machine to a specified product unregister unregister the client from RHN unsubscribe Unsubscribe the machine from all or specific subscriptions Other Modules (Please consult documentation): clean Remove all local consumer and subscription data without affecting the server config List, set, or remove the configuration parameters in use by this machine. environments Display the environments available for a user facts Work with the current facts for this machine identity Display the identity certificate for this machine or request a new one import Import certificates which were provided outside of the tool orgs Display the orgs against which a user can register a system redeem Attempt to redeem a subscription for a preconfigured machine repos List the repos which this machine is entitled to use service-level Manage service levels for this system. This client has subscription-manager-0.99.19.4-1.el6_3.x86_64 but it does not have a *version* parameter. What am I missing? VERIFIED : # rpm -qa | grep katello katello-configure-1.2.3-1h.el6_3.noarch katello-headpin-all-1.2.6-1h.el6_3.noarch katello-glue-candlepin-1.2.6-1h.el6_3.noarch katello-cli-1.2.4-1h.el6_3.noarch katello-selinux-1.2.1-1h.el6_3.noarch katello-cli-common-1.2.4-1h.el6_3.noarch katello-headpin-1.2.6-1h.el6_3.noarch katello-common-1.2.6-1h.el6_3.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-certs-tools-1.2.1-1h.el6_3.noarch # subscription-manager register --username admin --password admin --org ACME_Corporation --environment DEV --autosubscribe --force The system has been registered with id: ff93b357-dddd-4a21-ab80-c55a082fa6b9 Installed Product Current Status: Product Name: Red Hat Enterprise Linux Server Status: Subscribed # subscription-manager version server type: Red Hat Subscription Management subscription management server: 1.2.6-1h.el6_3-Headpin subscription-manager: 1.1.4-1.el6 python-rhsm: 1.1.4-1.el6 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0544.html |