Hide Forgot
Description of problem: Currently, the following subscription-manager list commands require that the consumer be registered... # subscription-manager list Error: You need to register this system by running `register` command before using this option. # subscription-manager list --installed Error: You need to register this system by running `register` command before using this option. # subscription-manager list --consumed Error: You need to register this system by running `register` command before using this option. I believe this restriction should be lifted. These are local client operations that should not need a connection to a candlepin server. Remember that in the disconnected case, a client can import and consume an entitlement without ever being registered (from the client). Reference https://bugzilla.redhat.com/show_bug.cgi?id=712978#c7 Version-Release number of selected component (if applicable): # rpm -q subscription-manager subscription-manager-0.96.4-1.git.63.7bb4765.el6.x86_64
Agreed, should be lifted for --installed and --consumed. Fixed in subscription-manager.git: fd54aff43124b3de24746eccc9e6bf384cc10d2a
Verifying Version... [root@jsefler-onprem-62server ~]# rpm -q subscription-manager subscription-manager-0.96.4-1.git.80.a26379e.el6.x86_64 [root@jsefler-onprem-62server ~]# subscription-manager unregister This system is currently not registered. [root@jsefler-onprem-62server ~]# subscription-manager list No installed Products to list [root@jsefler-onprem-62server ~]# subscription-manager list --installed No installed Products to list [root@jsefler-onprem-62server ~]# subscription-manager list --consumed No Consumed subscription pools to list [root@jsefler-onprem-62server ~]# subscription-manager list --available Error: You need to register this system by running `register` command before using this option. [root@jsefler-onprem-62server ~]# subscription-manager list --available --all Error: You need to register this system by running `register` command before using this option. [root@jsefler-onprem-62server ~]# moving to VERIFIED
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-2011-1695.html