Bug 965669 - CLI: subscription-manager identity shows -1 when unregistered
Summary: CLI: subscription-manager identity shows -1 when unregistered
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: subscription-manager
Version: 5.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: IDM QE LIST
URL:
Whiteboard:
: 965666 (view as bug list)
Depends On:
Blocks: rhsm-rhel510 rhsm-rhel70
TreeView+ depends on / blocked
 
Reported: 2013-05-21 13:54 UTC by Sharath Dwaral
Modified: 2015-03-23 01:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
No description necessary
Clone Of:
Environment:
Last Closed: 2013-09-30 23:09:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:1332 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2013-09-30 22:49:24 UTC

Description Sharath Dwaral 2013-05-21 13:54:34 UTC
Description of problem:
When the system is not registered to any candlepin server and we run subscription-manager identity stdout shows -1

Version-Release number of selected component (if applicable):
# rpm -qa | egrep "subscription-manager|python-rhsm"
subscription-manager-gui-1.8.7-1.git.76.63f57ff.el5
python-rhsm-1.8.11-1.git.1.7236cc2.el5
subscription-manager-migration-1.8.7-1.git.76.63f57ff.el5
subscription-manager-1.8.7-1.git.76.63f57ff.el5
subscription-manager-migration-data-1.11.3.1-1.git.1.78afd75.el5
subscription-manager-firstboot-1.8.7-1.git.76.63f57ff.el5


How reproducible:
Always

Steps to Reproduce:
 System in unregistered state

 # subscription-manager identity
This system is not yet registered. Try 'subscription-manager register --help' for more information.
-1

# echo $?
255


Actual results:
This system is not yet registered. Try 'subscription-manager register --help' for more information.
-1

Expected results:
"-1"  Should not be displayed

Additional info:

Comment 1 Sharath Dwaral 2013-05-21 14:19:05 UTC
Also appears when the system is unregistered and you unregister it again

system unregistered

# subscription-manager unregister
This system is currently not registered.
1
[root@dhcp129-152 entitlement]# echo $1
                             <<<< blank


Same version as above

Expected Result:

1 should not appear and there should be a return value

Comment 2 Sharath Dwaral 2013-05-21 14:53:11 UTC
Another scenario

Registering with wrong creds

# subscription-manager register
Username: testuser1
Password: 
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Invalid Credentials
-1
[root@dhcp129-152 entitlement]# echo $1
                                 <<<<< blank

Comment 3 RHEL Program Management 2013-05-21 15:22:22 UTC
This request was evaluated by Red Hat Product Management for inclusion
in a Red Hat Enterprise Linux release.  Product Management has
requested further review of this request by Red Hat Engineering, for
potential inclusion in a Red Hat Enterprise Linux release for currently
deployed products.  This request is not yet committed for inclusion in
a release.

Comment 4 Bryan Kearney 2013-05-24 19:10:26 UTC
*** Bug 965666 has been marked as a duplicate of this bug. ***

Comment 5 Bryan Kearney 2013-05-25 12:59:58 UTC
Fixed in 

commit cdc5d128b628fc3fed07d2d3259bf73a5cb90abf
Author: Adrian Likins <alikins>
Date:   Tue May 21 12:09:28 2013 -0400

Comment 6 Sharath Dwaral 2013-06-05 13:47:43 UTC
Version:
# rpm -qa | egrep "subscription-manager|python-rhsm"
subscription-manager-firstboot-1.8.9-1.git.4.bc35701.el5
subscription-manager-migration-data-1.11.3.1-1.git.1.78afd75.el5
python-rhsm-1.8.12-1.git.0.d747a65.el5
subscription-manager-1.8.9-1.git.4.bc35701.el5
subscription-manager-gui-1.8.9-1.git.4.bc35701.el5
subscription-manager-migration-1.8.9-1.git.4.bc35701.el5

# subscription-manager clean
All local data removed

# subscription-manager unregister
System has been unregistered.


Scenario 1:

# subscription-manager identity
This system is not yet registered. Try 'subscription-manager register --help' for more information.
# echo $?
255

Scenario 2:

# subscription-manager unregister
This system is currently not registered.
# echo $?
1

Scenario 3:

# subscription-manager register
Username: test
Password: 
Invalid Credentials
# echo $?
255

Verified

Comment 8 errata-xmlrpc 2013-09-30 23:09:39 UTC
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/RHBA-2013-1332.html


Note You need to log in before you can comment on or make changes to this bug.