RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1158578 - unregister on atomic causes rhsmd traceback in get_compliance_status
Summary: unregister on atomic causes rhsmd traceback in get_compliance_status
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: William Poteat
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel71
TreeView+ depends on / blocked
 
Reported: 2014-10-29 16:51 UTC by Adrian Likins
Modified: 2015-03-05 13:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-05 13:15:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0502 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2015-03-05 16:20:39 UTC

Description Adrian Likins 2014-10-29 16:51:30 UTC
Description of problem:
On an atomic system, after being registered, and attach --auto. 

Then 'subscription-manager unregister' causes a traceback from
rhsmd to be logged



Version-Release number of selected component (if applicable):
subscription-manager-1.13.7-1.el7.x86_64

2014-10-29 16:46:23,334 [DEBUG] subscription-manager @certdirectory.py:216 - Installed product IDs: ['69', '272']
2014-10-29 16:46:23,334 [DEBUG] subscription-manager @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2014-10-29 16:46:23,883 [INFO] rhsmd @rhsmd:216 - rhsmd started
2014-10-29 16:46:23,887 [INFO] rhsmd @rhsmd:170 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.update_status called with status = 0
2014-10-29 16:46:23,888 [DEBUG] rhsmd @identity.py:131 - Loading consumer info from identity certificates.
2014-10-29 16:46:23,888 [DEBUG] rhsmd @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2014-10-29 16:46:23,888 [INFO] rhsmd @rhsmd:130 - D-Bus signal com.redhat.SubscriptionManager.EntitlementStatus.entitlement_status_changed emitted
2014-10-29 16:46:23,905 [DEBUG] rhsmd @certdirectory.py:216 - Installed product IDs: ['69', '272']
2014-10-29 16:46:23,905 [DEBUG] rhsmd @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2014-10-29 16:46:23,906 [DEBUG] rhsmd @profile.py:97 - Loading current RPM profile.
2014-10-29 16:46:23,934 [INFO] rhsmd @connection.py:679 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = True
2014-10-29 16:46:23,934 [INFO] rhsmd @connection.py:690 - Connection Built: host: subscription.rhn.stage.redhat.com, port: 443, handler: /subscription
2014-10-29 16:46:23,935 [DEBUG] rhsmd @connection.py:466 - Making request: GET /subscription/consumers/None/compliance
2014-10-29 16:46:31,548 [DEBUG] rhsmd @connection.py:489 - Response: status=401
2014-10-29 16:46:31,550 [DEBUG] subscription-manager @dbus_interface.py:59 - Failed to update rhsmd
2014-10-29 16:46:31,550 [ERROR] subscription-manager @dbus_interface.py:60 - org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/libexec/rhsmd", line 177, in update_status
    self.entitlement_status_changed_reason(get_compliance_status())
  File "/usr/libexec/rhsmd", line 97, in get_compliance_status
    result.update({"system_status": (status['status'], "")})
TypeError: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
  File "/usr/share/rhsm/subscription_manager/dbus_interface.py", line 56, in _update
    ignore_reply=self.has_main_loop)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/libexec/rhsmd", line 177, in update_status
    self.entitlement_status_changed_reason(get_compliance_status())
  File "/usr/libexec/rhsmd", line 97, in get_compliance_status
    result.update({"system_status": (status['status'], "")})
TypeError: 'NoneType' object has no attribute '__getitem__'

Comment 3 xingge 2014-11-03 08:04:35 UTC
This bug is not only happens on atomic system but also happens on normal RHEL7.1 newest build 20141029.0. I list the /var/log/rhsm/rhsm.log when error happens.

2014-11-03 15:12:39,958 [DEBUG] rhsmd @connection.py:466 - Making request: GET /subscription/consumers/None/compliance
2014-11-03 15:12:42,252 [DEBUG] rhsmd @connection.py:489 - Response: status=401
2014-11-03 15:12:42,255 [DEBUG] subscription-manager @dbus_interface.py:59 - Failed to update rhsmd
2014-11-03 15:12:42,255 [ERROR] subscription-manager @dbus_interface.py:60 - org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/libexec/rhsmd", line 177, in update_status
    self.entitlement_status_changed_reason(get_compliance_status())
  File "/usr/libexec/rhsmd", line 97, in get_compliance_status
    result.update({"system_status": (status['status'], "")})
TypeError: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
  File "/usr/share/rhsm/subscription_manager/dbus_interface.py", line 56, in _update
    ignore_reply=self.has_main_loop)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/libexec/rhsmd", line 177, in update_status
    self.entitlement_status_changed_reason(get_compliance_status())
  File "/usr/libexec/rhsmd", line 97, in get_compliance_status
    result.update({"system_status": (status['status'], "")})
TypeError: 'NoneType' object has no attribute '__getitem__'

2014-11-03 15:12:42,258 [DEBUG] subscription-manager @utils.py:285 - No virt-who pid file, not attempting to restart
2014-11-03 15:33:23,510 [ERROR] rhsmcertd-worker @rhsmcertd-worker:43 - Either the consumer is not registered or the certificates are corrupted. Certificate update using daemon failed.

Comment 4 William Poteat 2014-11-26 16:15:44 UTC
fixed by commit e3b6516ed3a7e1e382a38746bb2f7e1dc190679d

Comment 7 John Sefler 2014-12-15 18:05:22 UTC
(In reply to xingge from comment #3)
> This bug is not only happens on atomic system but also happens on normal
> RHEL7.1 newest build 20141029.0.

Agreed.  I can also reproduce the failure as follows....

[root@jsefler-os7 ~]# subscription-manager version
server type: This system is currently not registered.
subscription management server: 0.9.26.4-1
subscription management rules: 5.11
subscription-manager: 1.13.7-1.el7
python-rhsm: 1.13.6-1.el7
[root@jsefler-os7 ~]# 
[root@jsefler-os7 ~]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com:443/subscription --username=stage_test_12
Password: 
The system has been registered with ID: 38f43347-1410-43ce-a5a0-863896609431 
[root@jsefler-os7 ~]# 
[root@jsefler-os7 ~]# subscription-manager unregister
System has been unregistered.
[root@jsefler-os7 ~]# 


[root@jsefler-os7 ~]# tail -f /var/log/rhsm/rhsm.log
2014-12-15 13:02:36,973 [DEBUG] subscription-manager @connection.py:466 - Making request: DELETE /subscription/consumers/38f43347-1410-43ce-a5a0-863896609431
2014-12-15 13:02:37,476 [DEBUG] subscription-manager @connection.py:489 - Response: status=204
2014-12-15 13:02:37,479 [INFO] subscription-manager @managerlib.py:775 - Successfully un-registered.
2014-12-15 13:02:37,480 [DEBUG] subscription-manager @managerlib.py:821 - Removing identity cert: /etc/pki/consumer/key.pem
2014-12-15 13:02:37,480 [DEBUG] subscription-manager @managerlib.py:821 - Removing identity cert: /etc/pki/consumer/cert.pem
2014-12-15 13:02:37,481 [DEBUG] subscription-manager @identity.py:131 - Loading consumer info from identity certificates.
2014-12-15 13:02:37,481 [DEBUG] subscription-manager @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2014-12-15 13:02:37,482 [INFO] subscription-manager @cache.py:86 - Deleting cache: /var/lib/rhsm/cache/installed_products.json
2014-12-15 13:02:37,483 [INFO] subscription-manager @cache.py:86 - Deleting cache: /var/lib/rhsm/facts/facts.json
2014-12-15 13:02:37,483 [INFO] subscription-manager @cache.py:86 - Deleting cache: /var/lib/rhsm/cache/entitlement_status.json
2014-12-15 13:02:37,487 [INFO] subscription-manager @managerlib.py:846 - Cleaned local data
2014-12-15 13:02:37,489 [DEBUG] subscription-manager @base_action_client.py:85 - running lib: <subscription_manager.entcertlib.EntCertActionInvoker object at 0x2e97750>
2014-12-15 13:02:37,489 [INFO] subscription-manager @entcertlib.py:131 - certs updated:
Total updates: 0
Found (local) serial# []
Expected (UEP) serial# []
Added (new)
  <NONE>
Deleted (rogue):
  <NONE>
2014-12-15 13:02:37,493 [DEBUG] subscription-manager @base_action_client.py:85 - running lib: <subscription_manager.content_action_client.ContentActionClient object at 0x2e97410>
2014-12-15 13:02:37,494 [DEBUG] subscription-manager @base_action_client.py:85 - running lib: <subscription_manager.repolib.RepoActionInvoker object at 0x2e97a50>
2014-12-15 13:02:37,500 [INFO] subscription-manager @repolib.py:207 - repos updated: Repo updates

Total repo updates: 0
Updated
    <NONE>
Added (new)
    <NONE>
Deleted
    <NONE>
2014-12-15 13:02:37,503 [DEBUG] subscription-manager @certdirectory.py:216 - Installed product IDs: ['69']
2014-12-15 13:02:37,504 [DEBUG] subscription-manager @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2014-12-15 13:02:37,852 [INFO] rhsmd @rhsmd:216 - rhsmd started
2014-12-15 13:02:37,868 [INFO] rhsmd @rhsmd:170 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.update_status called with status = 0
2014-12-15 13:02:37,975 [DEBUG] rhsmd @identity.py:131 - Loading consumer info from identity certificates.
2014-12-15 13:02:37,976 [DEBUG] rhsmd @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2014-12-15 13:02:37,976 [INFO] rhsmd @rhsmd:130 - D-Bus signal com.redhat.SubscriptionManager.EntitlementStatus.entitlement_status_changed emitted
2014-12-15 13:02:37,988 [DEBUG] rhsmd @certdirectory.py:216 - Installed product IDs: ['69']
2014-12-15 13:02:37,989 [DEBUG] rhsmd @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2014-12-15 13:02:37,991 [DEBUG] rhsmd @profile.py:97 - Loading current RPM profile.
2014-12-15 13:02:38,243 [INFO] rhsmd @connection.py:679 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False
2014-12-15 13:02:38,243 [INFO] rhsmd @connection.py:690 - Connection Built: host: subscription.rhn.stage.redhat.com, port: 443, handler: /subscription
2014-12-15 13:02:38,247 [DEBUG] rhsmd @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2014-12-15 13:02:38,248 [DEBUG] rhsmd @connection.py:466 - Making request: GET /subscription/consumers/None/compliance
2014-12-15 13:02:38,562 [DEBUG] rhsmd @connection.py:489 - Response: status=401
2014-12-15 13:02:38,566 [DEBUG] subscription-manager @dbus_interface.py:59 - Failed to update rhsmd
2014-12-15 13:02:38,567 [ERROR] subscription-manager @dbus_interface.py:60 - org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/libexec/rhsmd", line 177, in update_status
    self.entitlement_status_changed_reason(get_compliance_status())
  File "/usr/libexec/rhsmd", line 97, in get_compliance_status
    result.update({"system_status": (status['status'], "")})
TypeError: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
  File "/usr/share/rhsm/subscription_manager/dbus_interface.py", line 56, in _update
    ignore_reply=self.has_main_loop)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/libexec/rhsmd", line 177, in update_status
    self.entitlement_status_changed_reason(get_compliance_status())
  File "/usr/libexec/rhsmd", line 97, in get_compliance_status
    result.update({"system_status": (status['status'], "")})
TypeError: 'NoneType' object has no attribute '__getitem__'

2014-12-15 13:02:38,570 [DEBUG] subscription-manager @utils.py:285 - No virt-who pid file, not attempting to restart

Comment 8 John Sefler 2014-12-15 18:46:02 UTC
Verifying Version...

[root@jsefler-os7 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.9.26.4-1
subscription management rules: 5.11
subscription-manager: 1.13.12-1.el7
python-rhsm: 1.13.8-1.el7
[root@jsefler-os7 ~]# 
[root@jsefler-os7 ~]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com:443/subscription --username=stage_test_12
Password: 
The system has been registered with ID: 01e24a78-8e07-46da-9827-cf1e71c81718 
[root@jsefler-os7 ~]# 
[root@jsefler-os7 ~]# subscription-manager  unregister
System has been unregistered.
[root@jsefler-os7 ~]# 


[root@jsefler-os7 ~]# tail -f /var/log/rhsm/rhsm.log
2014-12-15 13:37:29,385 [INFO] rhsmd @rhsmd:302 - rhsmd started
2014-12-15 13:37:29,401 [INFO] rhsmd @rhsmd:211 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.update_status called with status = 0
2014-12-15 13:37:29,509 [DEBUG] rhsmd @identity.py:131 - Loading consumer info from identity certificates.
2014-12-15 13:37:29,510 [DEBUG] rhsmd @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2014-12-15 13:37:29,510 [INFO] rhsmd @rhsmd:178 - D-Bus signal com.redhat.SubscriptionManager.EntitlementStatus.entitlement_status_changed emitted
2014-12-15 13:37:29,551 [DEBUG] subscription-manager @dbus_interface.py:60 - Failed to update rhsmd
2014-12-15 13:37:29,551 [ERROR] subscription-manager @dbus_interface.py:61 - org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Traceback (most recent call last):
  File "/usr/share/rhsm/subscription_manager/dbus_interface.py", line 57, in _update
    self.validity_iface.emit_status(ignore_reply=self.has_main_loop)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
2014-12-15 13:37:29,553 [DEBUG] subscription-manager @utils.py:285 - No virt-who pid file, not attempting to restart


Moving back to NEW/FailedQA
The traceback has changed and appears to be the same issue as https://bugzilla.redhat.com/show_bug.cgi?id=884285#c10

Comment 10 William Poteat 2015-01-15 19:41:01 UTC
master commit d38e4e58c709a45021307ffa60ae5926c09182b7

Comment 14 Shwetha Kallesh 2015-01-20 10:01:54 UTC
Verified!!

[root@dhcp35-236 ~]# subscription-manager version
server type: This system is currently not registered.
subscription management server: 0.9.37-1
subscription management rules: 5.13
subscription-manager: 1.13.16-1.el7
python-rhsm: 1.13.10-1.el7



No traceback seen on a normal RHEL7.1 machine


[root@dhcp35-236 ~]# subscription-manager register --org admin --force
Username: admin
Password: 
The system has been registered with ID: 554d85cc-aa41-4be0-9998-c92ed26777db 
[root@dhcp35-236 ~]# subscription-manager unregister
System has been unregistered.

[root@dhcp35-236 ~]# tail -f /var/log/rhsm/rhsm.log
2015-01-20 04:48:21,741 [DEBUG] rhsmd:13897 @cert_sorter.py:194 - expired entitled products: []
2015-01-20 04:48:21,741 [DEBUG] rhsmd:13897 @cert_sorter.py:195 - partially entitled products: []
2015-01-20 04:48:21,741 [DEBUG] rhsmd:13897 @cert_sorter.py:196 - unentitled products: [u'69']
2015-01-20 04:48:21,741 [DEBUG] rhsmd:13897 @cert_sorter.py:197 - future products: []
2015-01-20 04:48:21,741 [DEBUG] rhsmd:13897 @cert_sorter.py:198 - partial stacks: []
2015-01-20 04:48:21,741 [DEBUG] rhsmd:13897 @cert_sorter.py:199 - entitlements valid until: None
2015-01-20 04:48:21,742 [ERROR] rhsmd:13897 @cache.py:212 - Bad certificate at /etc/rhsm/ca/candlepin-ca.pem
2015-01-20 04:48:21,742 [WARNING] rhsmd:13897 @cache.py:218 - Unable to reach server, using cached status.
2015-01-20 04:48:21,742 [INFO] rhsmd:13897 @rhsmd:230 - emit_PropertiesChanged called, changed properties: {'Status': u'invalid', 'Entitlements': {u'69': (u'Red Hat Enterprise Linux Server', 'not_subscribed', u'Not supported by a valid subscription.')}, 'Version': '1.0'}
2015-01-20 04:48:21,742 [INFO] rhsmd:13897 @rhsmd:238 - PropertiesChanged called
2015-01-20 04:54:19,456 [DEBUG] subscription-manager:14108 @plugins.py:569 - loaded plugin modules: []
2015-01-20 04:54:19,456 [DEBUG] subscription-manager:14108 @plugins.py:570 - loaded plugins: {}
2015-01-20 04:54:19,456 [DEBUG] subscription-manager:14108 @identity.py:131 - Loading consumer info from identity certificates.
2015-01-20 04:54:19,485 [DEBUG] subscription-manager:14108 @profile.py:97 - Loading current RPM profile.
2015-01-20 04:54:19,544 [INFO] subscription-manager:14108 @managercli.py:348 - Client Versions: {'python-rhsm': '1.13.10-1.el7', 'subscription-manager': '1.13.16-1.el7'}
2015-01-20 04:54:19,545 [INFO] subscription-manager:14108 @connection.py:682 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False
2015-01-20 04:54:19,545 [INFO] subscription-manager:14108 @connection.py:693 - Connection Built: host: 10.70.1.100, port: 8443, handler: /candlepin
2015-01-20 04:54:19,545 [INFO] subscription-manager:14108 @connection.py:689 - Using no auth
2015-01-20 04:54:19,545 [INFO] subscription-manager:14108 @connection.py:693 - Connection Built: host: 10.70.1.100, port: 8443, handler: /candlepin
2015-01-20 04:54:19,557 [DEBUG] subscription-manager:14108 @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: candlepin-ca.pem, 10.pem, candlepin-stage.pem, redhat-uep.pem
2015-01-20 04:54:19,557 [DEBUG] subscription-manager:14108 @connection.py:469 - Making request: GET /candlepin/
2015-01-20 04:54:19,565 [DEBUG] subscription-manager:14108 @connection.py:492 - Response: status=200
2015-01-20 04:54:19,566 [DEBUG] subscription-manager:14108 @connection.py:709 - Server supports the following resources:
2015-01-20 04:54:19,566 [DEBUG] subscription-manager:14108 @connection.py:710 - {'': '/', 'guestids': '/consumers/{consumer_uuid}/guestids', 'cdn': '/cdn', 'content_overrides': '/consumers/{consumer_uuid}/content_overrides', 'hypervisors': '/hypervisors', 'serials': '/serials', 'deleted_consumers': '/deleted_consumers', 'consumers': '/consumers', 'migrations': '/migrations', 'content': '/content', 'entitlements': '/entitlements', 'statistics/generate': '/statistics/generate', 'status': '/status', 'jobs': '/jobs', 'users': '/users', 'subscriptions': '/subscriptions', 'rules': '/rules', 'distributor_versions': '/distributor_versions', 'consumertypes': '/consumertypes', 'pools': '/pools', 'atom': '/atom', 'owners': '/owners', 'roles': '/roles', 'admin': '/admin', 'events': '/events', 'products': '/products', 'activation_keys': '/activation_keys', 'crl': '/crl'}
2015-01-20 04:54:19,567 [DEBUG] subscription-manager:14108 @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: candlepin-ca.pem, 10.pem, candlepin-stage.pem, redhat-uep.pem
2015-01-20 04:54:19,567 [DEBUG] subscription-manager:14108 @connection.py:469 - Making request: GET /candlepin/status
2015-01-20 04:54:19,578 [DEBUG] subscription-manager:14108 @connection.py:492 - Response: status=200
2015-01-20 04:54:19,579 [INFO] subscription-manager:14108 @managercli.py:359 - Server Versions: {'rules-version': '5.13', 'candlepin': '0.9.37-1', 'server-type': 'Red Hat Subscription Management'}
2015-01-20 04:54:19,579 [INFO] subscription-manager:14108 @managercli.py:324 - self.identity: <Identity, name=dhcp35-236.lab.eng.blr.redhat.com, uuid=554d85cc-aa41-4be0-9998-c92ed26777db, consumer=consumer: name="dhcp35-236.lab.eng.blr.redhat.com", uuid=554d85cc-aa41-4be0-9998-c92ed26777db>
2015-01-20 04:54:19,580 [DEBUG] subscription-manager:14108 @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: candlepin-ca.pem, 10.pem, candlepin-stage.pem, redhat-uep.pem
2015-01-20 04:54:19,580 [DEBUG] subscription-manager:14108 @connection.py:469 - Making request: DELETE /candlepin/consumers/554d85cc-aa41-4be0-9998-c92ed26777db
2015-01-20 04:54:19,754 [DEBUG] subscription-manager:14108 @connection.py:492 - Response: status=204
2015-01-20 04:54:19,754 [INFO] subscription-manager:14108 @managerlib.py:789 - Successfully un-registered.
2015-01-20 04:54:19,755 [DEBUG] subscription-manager:14108 @managerlib.py:835 - Removing identity cert: /etc/pki/consumer/key.pem
2015-01-20 04:54:19,755 [DEBUG] subscription-manager:14108 @managerlib.py:835 - Removing identity cert: /etc/pki/consumer/cert.pem
2015-01-20 04:54:19,755 [DEBUG] subscription-manager:14108 @identity.py:131 - Loading consumer info from identity certificates.
2015-01-20 04:54:19,755 [DEBUG] subscription-manager:14108 @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2015-01-20 04:54:19,756 [INFO] subscription-manager:14108 @cache.py:86 - Deleting cache: /var/lib/rhsm/cache/installed_products.json
2015-01-20 04:54:19,756 [INFO] subscription-manager:14108 @cache.py:86 - Deleting cache: /var/lib/rhsm/facts/facts.json
2015-01-20 04:54:19,756 [INFO] subscription-manager:14108 @cache.py:86 - Deleting cache: /var/lib/rhsm/cache/entitlement_status.json
2015-01-20 04:54:19,757 [INFO] subscription-manager:14108 @managerlib.py:860 - Cleaned local data
2015-01-20 04:54:19,757 [DEBUG] subscription-manager:14108 @base_action_client.py:85 - running lib: <subscription_manager.entcertlib.EntCertActionInvoker object at 0x2c56050>
2015-01-20 04:54:19,757 [INFO] subscription-manager:14108 @entcertlib.py:131 - certs updated:
Total updates: 0
Found (local) serial# []
Expected (UEP) serial# []
Added (new)
  <NONE>
Deleted (rogue):
  <NONE>
2015-01-20 04:54:19,758 [DEBUG] subscription-manager:14108 @base_action_client.py:85 - running lib: <subscription_manager.content_action_client.ContentActionClient object at 0x2c561d0>
2015-01-20 04:54:19,759 [DEBUG] subscription-manager:14108 @base_action_client.py:85 - running lib: <subscription_manager.repolib.RepoActionInvoker object at 0x2c56710>
2015-01-20 04:54:19,760 [DEBUG] subscription-manager:14108 @__init__.py:85 - Searching for content of type: yum
2015-01-20 04:54:19,760 [INFO] subscription-manager:14108 @repolib.py:270 - repos updated: Repo updates

Total repo updates: 0
Updated
    <NONE>
Added (new)
    <NONE>
Deleted
    <NONE>
2015-01-20 04:54:19,761 [DEBUG] subscription-manager:14108 @certdirectory.py:216 - Installed product IDs: ['69']
2015-01-20 04:54:19,761 [DEBUG] subscription-manager:14108 @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2015-01-20 04:54:19,764 [DEBUG] subscription-manager:14108 @utils.py:285 - No virt-who pid file, not attempting to restart
2015-01-20 04:54:19,851 [INFO] rhsmd:14110 @rhsmd:302 - rhsmd started
2015-01-20 04:54:19,854 [INFO] rhsmd:14110 @rhsmd:211 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.update_status called with status = 0
2015-01-20 04:54:19,889 [DEBUG] rhsmd:14110 @identity.py:131 - Loading consumer info from identity certificates.
2015-01-20 04:54:19,889 [DEBUG] rhsmd:14110 @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2015-01-20 04:54:19,889 [INFO] rhsmd:14110 @rhsmd:178 - D-Bus signal com.redhat.SubscriptionManager.EntitlementStatus.entitlement_status_changed emitted
2015-01-20 04:54:19,890 [INFO] rhsmd:14110 @rhsmd:226 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.emit_status called 
2015-01-20 04:54:19,893 [DEBUG] rhsmd:14110 @certdirectory.py:216 - Installed product IDs: ['69']
2015-01-20 04:54:19,893 [DEBUG] rhsmd:14110 @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2015-01-20 04:54:19,894 [DEBUG] rhsmd:14110 @profile.py:97 - Loading current RPM profile.
2015-01-20 04:54:19,952 [INFO] rhsmd:14110 @connection.py:682 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False
2015-01-20 04:54:19,952 [INFO] rhsmd:14110 @connection.py:693 - Connection Built: host: 10.70.1.100, port: 8443, handler: /candlepin
2015-01-20 04:54:19,953 [ERROR] rhsmd:14110 @cache.py:212 - Bad certificate at /etc/rhsm/ca/candlepin-ca.pem
2015-01-20 04:54:19,953 [ERROR] rhsmd:14110 @cache.py:215 - Server unreachable, registered, but no cache exists.
2015-01-20 04:54:19,953 [INFO] rhsmd:14110 @rhsmd:230 - emit_PropertiesChanged called, changed properties: {'Status': 'System is not registered.', 'Version': '1.0'}
2015-01-20 04:54:19,953 [INFO] rhsmd:14110 @rhsmd:238 - PropertiesChanged called

Comment 17 William Poteat 2015-01-20 20:37:56 UTC
Feature reverted for 7.1.

Comment 19 John Sefler 2015-01-21 15:34:49 UTC
Verification after feature revert from comment 17...

[root@jsefler-os7 ~]# rpm -q subscription-manager
subscription-manager-1.13.17-1.el7.x86_64
[root@jsefler-os7 ~]# 
[root@jsefler-os7 ~]# rpm -q subscription-manager --changelog | head -5
* Tue Jan 20 2015 William Poteat <wpoteat> 1.13.17-1
- Revert "884285: Needs to maintain loop for dbus calls" (alikins)
- Revert "1159266: rhsm-icon -i fails with "TypeError: 'NoneType' object has no attribute '__getitem__'""
- Revert "Send list of compliance reasons on dbus"


[root@jsefler-os7 ~]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com:443/subscription --username=stage_test_12
Password: 
The system has been registered with ID: b2772ffa-7e10-4c11-b753-2b992795123b 
[root@jsefler-os7 ~]# subscription-manager unregister
System has been unregistered.



[root@jsefler-os7 ~]# tail -f /var/log/rhsm/rhsm.log
2015-01-21 10:21:19,440 [INFO] subscription-manager @connection.py:671 - Using basic authentication as: stage_test_12
2015-01-21 10:21:19,441 [INFO] subscription-manager @connection.py:693 - Connection Built: host: subscription.rhn.stage.redhat.com, port: 443, handler: /subscription
2015-01-21 10:21:19,460 [DEBUG] subscription-manager @hwprobe.py:554 - cpu info: {'cpu.cpu(s)': 1, 'cpu.core(s)_per_socket': 1, 'cpu.thread(s)_per_core': 1, 'cpu.topology_source': 'kernel /sys cpu sibling lists', 'cpu.cpu_socket(s)': 1}
2015-01-21 10:21:19,467 [DEBUG] subscription-manager @hwprobe.py:773 - Running 'virt-what'
2015-01-21 10:21:19,488 [DEBUG] subscription-manager @hwprobe.py:777 - virt-what stdout: kvm

2015-01-21 10:21:19,489 [DEBUG] subscription-manager @hwprobe.py:778 - virt-what stderr: 
2015-01-21 10:21:19,489 [INFO] subscription-manager @hwprobe.py:766 - virt.is_guest: True
2015-01-21 10:21:19,489 [INFO] subscription-manager @hwprobe.py:767 - virt.host_type: kvm
2015-01-21 10:21:19,496 [INFO] subscription-manager @hwprobe.py:822 - virt.uuid: 531dd3fe-ea13-4523-b50c-a9855e7bf304
2015-01-21 10:21:19,498 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:19,498 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/users/stage_test_12/owners
2015-01-21 10:21:20,433 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:20,435 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:20,436 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/
2015-01-21 10:21:20,710 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:20,711 [DEBUG] subscription-manager @connection.py:709 - Server supports the following resources:
2015-01-21 10:21:20,712 [DEBUG] subscription-manager @connection.py:710 - {'': '/', 'guestids': '/consumers/{consumer_uuid}/guestids', 'cdn': '/cdn', 'content_overrides': '/consumers/{consumer_uuid}/content_overrides', 'hypervisors': '/hypervisors', 'serials': '/serials', 'deleted_consumers': '/deleted_consumers', 'consumers': '/consumers', 'migrations': '/migrations', 'content': '/content', 'entitlements': '/entitlements', 'consumertypes': '/consumertypes', 'status': '/status', 'jobs': '/jobs', 'users': '/users', 'subscriptions': '/subscriptions', 'rules': '/rules', 'distributor_versions': '/distributor_versions', 'statistics/generate': '/statistics/generate', 'pools': '/pools', 'atom': '/atom', 'owners': '/owners', 'roles': '/roles', 'admin': '/admin', 'events': '/events', 'products': '/products', 'activation_keys': '/activation_keys', 'crl': '/crl'}
2015-01-21 10:21:20,713 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:20,714 [DEBUG] subscription-manager @connection.py:469 - Making request: POST /subscription/consumers?owner=7298829
2015-01-21 10:21:22,791 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:22,795 [DEBUG] subscription-manager @cache.py:110 - Wrote cache: /var/lib/rhsm/cache/installed_products.json
2015-01-21 10:21:22,796 [INFO] subscription-manager @managerlib.py:75 - Consumer created: {'consumer_name': 'jsefler-os7.usersys.redhat.com', 'uuid': 'b2772ffa-7e10-4c11-b753-2b992795123b'}
2015-01-21 10:21:22,796 [DEBUG] subscription-manager @utils.py:285 - No virt-who pid file, not attempting to restart
2015-01-21 10:21:22,796 [DEBUG] subscription-manager @identity.py:131 - Loading consumer info from identity certificates.
2015-01-21 10:21:22,798 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:22,798 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/status
2015-01-21 10:21:23,087 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:23,089 [INFO] subscription-manager @managercli.py:358 - Server Versions: {'rules-version': '5.12', 'candlepin': '0.9.26.7-1', 'server-type': 'Red Hat Subscription Management'}
2015-01-21 10:21:23,090 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:23,090 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/
2015-01-21 10:21:23,426 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:23,427 [DEBUG] subscription-manager @connection.py:709 - Server supports the following resources:
2015-01-21 10:21:23,427 [DEBUG] subscription-manager @connection.py:710 - {'': '/', 'guestids': '/consumers/{consumer_uuid}/guestids', 'cdn': '/cdn', 'content_overrides': '/consumers/{consumer_uuid}/content_overrides', 'hypervisors': '/hypervisors', 'serials': '/serials', 'deleted_consumers': '/deleted_consumers', 'consumers': '/consumers', 'migrations': '/migrations', 'content': '/content', 'entitlements': '/entitlements', 'consumertypes': '/consumertypes', 'status': '/status', 'jobs': '/jobs', 'users': '/users', 'subscriptions': '/subscriptions', 'rules': '/rules', 'distributor_versions': '/distributor_versions', 'statistics/generate': '/statistics/generate', 'activation_keys': '/activation_keys', 'atom': '/atom', 'owners': '/owners', 'roles': '/roles', 'admin': '/admin', 'events': '/events', 'products': '/products', 'pools': '/pools', 'crl': '/crl'}
2015-01-21 10:21:23,427 [INFO] subscription-manager @cache.py:381 - Server does not support packages, skipping profile upload.
2015-01-21 10:21:23,428 [DEBUG] subscription-manager @cache.py:110 - Wrote cache: /var/lib/rhsm/facts/facts.json
2015-01-21 10:21:23,428 [INFO] subscription-manager @cache.py:138 - Checking current system info against cache: /var/lib/rhsm/cache/installed_products.json
2015-01-21 10:21:23,429 [INFO] subscription-manager @cache.py:155 - No changes.
2015-01-21 10:21:23,429 [INFO] subscription-manager @cache.py:138 - Checking current system info against cache: /var/lib/rhsm/cache/installed_products.json
2015-01-21 10:21:23,429 [INFO] subscription-manager @cache.py:155 - No changes.
2015-01-21 10:21:23,429 [DEBUG] subscription-manager @certdirectory.py:216 - Installed product IDs: ['100000000000006', '1000000000000023', '100000000000011', '213412341237', '27060', '69', '917571', '1', '37069', '37068', '37080', '37065', '37067', '37060', '37062', '100000000000060', '100000000000005', '100000000000002', '100000000000003', '100000000000000', '100000000000001', '213412341236', '100000000000069', '213412341234', '213412341235', '100000000000020', '32060', '88888', '900', '98121', '37090', '37091', '801', '806', '37070']
2015-01-21 10:21:23,430 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:23,431 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/consumers/b2772ffa-7e10-4c11-b753-2b992795123b/compliance
2015-01-21 10:21:23,866 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:23,870 [DEBUG] subscription-manager @cache.py:272 - Started thread to write cache: /var/lib/rhsm/cache/entitlement_status.json
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:193 - valid entitled products: []
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:194 - expired entitled products: []
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:195 - partially entitled products: []
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:196 - unentitled products: ['100000000000060', '1000000000000023', '100000000000011', '27060', '69', '917571', '1', '37069', '37068', '213412341237', '37065', '37067', '37060', '37062', '100000000000006', '100000000000005', '100000000000002', '100000000000003', '100000000000000', '100000000000001', '213412341236', '100000000000069', '213412341234', '213412341235', '100000000000020', '37080', '32060', '88888', '900', '98121', '37090', '37091', '801', '806', '37070']
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:197 - future products: []
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:198 - partial stacks: []
2015-01-21 10:21:23,871 [DEBUG] subscription-manager @cert_sorter.py:199 - entitlements valid until: None
2015-01-21 10:21:24,027 [INFO] rhsmd @rhsmd:226 - rhsmd started
2015-01-21 10:21:24,035 [INFO] rhsmd @rhsmd:181 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.update_status called with status = 1
2015-01-21 10:21:24,084 [DEBUG] rhsmd @identity.py:131 - Loading consumer info from identity certificates.
2015-01-21 10:21:24,088 [INFO] rhsmd @rhsmd:149 - D-Bus signal com.redhat.SubscriptionManager.EntitlementStatus.entitlement_status_changed emitted


2015-01-21 10:21:38,146 [DEBUG] subscription-manager @plugins.py:569 - loaded plugin modules: []
2015-01-21 10:21:38,146 [DEBUG] subscription-manager @plugins.py:570 - loaded plugins: {}
2015-01-21 10:21:38,146 [DEBUG] subscription-manager @identity.py:131 - Loading consumer info from identity certificates.
2015-01-21 10:21:38,187 [DEBUG] subscription-manager @profile.py:97 - Loading current RPM profile.
2015-01-21 10:21:38,305 [INFO] subscription-manager @managercli.py:347 - Client Versions: {'python-rhsm': '1.13.10-1.el7', 'subscription-manager': '1.13.17-1.el7'}
2015-01-21 10:21:38,305 [INFO] subscription-manager @connection.py:682 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False
2015-01-21 10:21:38,306 [INFO] subscription-manager @connection.py:693 - Connection Built: host: subscription.rhn.stage.redhat.com, port: 443, handler: /subscription
2015-01-21 10:21:38,306 [INFO] subscription-manager @connection.py:689 - Using no auth
2015-01-21 10:21:38,306 [INFO] subscription-manager @connection.py:693 - Connection Built: host: subscription.rhn.stage.redhat.com, port: 443, handler: /subscription
2015-01-21 10:21:38,322 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:38,322 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/
2015-01-21 10:21:38,600 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:38,601 [DEBUG] subscription-manager @connection.py:709 - Server supports the following resources:
2015-01-21 10:21:38,601 [DEBUG] subscription-manager @connection.py:710 - {'': '/', 'guestids': '/consumers/{consumer_uuid}/guestids', 'cdn': '/cdn', 'content_overrides': '/consumers/{consumer_uuid}/content_overrides', 'hypervisors': '/hypervisors', 'serials': '/serials', 'deleted_consumers': '/deleted_consumers', 'consumers': '/consumers', 'migrations': '/migrations', 'content': '/content', 'entitlements': '/entitlements', 'consumertypes': '/consumertypes', 'status': '/status', 'jobs': '/jobs', 'users': '/users', 'subscriptions': '/subscriptions', 'rules': '/rules', 'distributor_versions': '/distributor_versions', 'statistics/generate': '/statistics/generate', 'activation_keys': '/activation_keys', 'atom': '/atom', 'owners': '/owners', 'roles': '/roles', 'admin': '/admin', 'events': '/events', 'products': '/products', 'pools': '/pools', 'crl': '/crl'}
2015-01-21 10:21:38,602 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:38,603 [DEBUG] subscription-manager @connection.py:469 - Making request: GET /subscription/status
2015-01-21 10:21:38,892 [DEBUG] subscription-manager @connection.py:492 - Response: status=200
2015-01-21 10:21:38,893 [INFO] subscription-manager @managercli.py:358 - Server Versions: {'rules-version': '5.12', 'candlepin': '0.9.26.7-1', 'server-type': 'Red Hat Subscription Management'}
2015-01-21 10:21:38,894 [INFO] subscription-manager @managercli.py:323 - self.identity: <Identity, name=jsefler-os7.usersys.redhat.com, uuid=b2772ffa-7e10-4c11-b753-2b992795123b, consumer=consumer: name="jsefler-os7.usersys.redhat.com", uuid=b2772ffa-7e10-4c11-b753-2b992795123b>
2015-01-21 10:21:38,895 [DEBUG] subscription-manager @connection.py:420 - Loaded CA certificates from /etc/rhsm/ca/: jsefler-f14-7candlepin.pem, candlepin-stage.pem, redhat-uep.pem, jsefler-f14-candlepin.pem, jsefler-os-candlepin.pem, jsefler-os7candlepin.pem
2015-01-21 10:21:38,895 [DEBUG] subscription-manager @connection.py:469 - Making request: DELETE /subscription/consumers/b2772ffa-7e10-4c11-b753-2b992795123b
2015-01-21 10:21:44,806 [DEBUG] subscription-manager @connection.py:492 - Response: status=204
2015-01-21 10:21:44,808 [INFO] subscription-manager @managerlib.py:789 - Successfully un-registered.
2015-01-21 10:21:44,809 [DEBUG] subscription-manager @managerlib.py:835 - Removing identity cert: /etc/pki/consumer/key.pem
2015-01-21 10:21:44,809 [DEBUG] subscription-manager @managerlib.py:835 - Removing identity cert: /etc/pki/consumer/cert.pem
2015-01-21 10:21:44,809 [DEBUG] subscription-manager @identity.py:131 - Loading consumer info from identity certificates.
2015-01-21 10:21:44,810 [DEBUG] subscription-manager @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2015-01-21 10:21:44,811 [INFO] subscription-manager @cache.py:86 - Deleting cache: /var/lib/rhsm/cache/installed_products.json
2015-01-21 10:21:44,811 [INFO] subscription-manager @cache.py:86 - Deleting cache: /var/lib/rhsm/facts/facts.json
2015-01-21 10:21:44,811 [INFO] subscription-manager @cache.py:86 - Deleting cache: /var/lib/rhsm/cache/entitlement_status.json
2015-01-21 10:21:44,812 [INFO] subscription-manager @managerlib.py:860 - Cleaned local data
2015-01-21 10:21:44,812 [DEBUG] subscription-manager @base_action_client.py:85 - running lib: <subscription_manager.entcertlib.EntCertActionInvoker object at 0x21fb710>
2015-01-21 10:21:44,813 [INFO] subscription-manager @entcertlib.py:131 - certs updated:
Total updates: 0
Found (local) serial# []
Expected (UEP) serial# []
Added (new)
  <NONE>
Deleted (rogue):
  <NONE>
2015-01-21 10:21:44,814 [DEBUG] subscription-manager @base_action_client.py:85 - running lib: <subscription_manager.content_action_client.ContentActionClient object at 0x21fb3d0>
2015-01-21 10:21:44,814 [DEBUG] subscription-manager @base_action_client.py:85 - running lib: <subscription_manager.repolib.RepoActionInvoker object at 0x21fba10>
2015-01-21 10:21:44,838 [DEBUG] subscription-manager @__init__.py:85 - Searching for content of type: yum
2015-01-21 10:21:44,839 [INFO] subscription-manager @repolib.py:270 - repos updated: Repo updates

Total repo updates: 0
Updated
    <NONE>
Added (new)
    <NONE>
Deleted
    <NONE>
2015-01-21 10:21:44,841 [DEBUG] subscription-manager @certdirectory.py:216 - Installed product IDs: ['100000000000006', '1000000000000023', '100000000000011', '213412341237', '27060', '69', '917571', '1', '37069', '37068', '37080', '37065', '37067', '37060', '37062', '100000000000060', '100000000000005', '100000000000002', '100000000000003', '100000000000000', '100000000000001', '213412341236', '100000000000069', '213412341234', '213412341235', '100000000000020', '32060', '88888', '900', '98121', '37090', '37091', '801', '806', '37070']
2015-01-21 10:21:44,841 [DEBUG] subscription-manager @cert_sorter.py:126 - Unregistered, skipping server compliance check.
2015-01-21 10:21:45,011 [INFO] rhsmd @rhsmd:226 - rhsmd started
2015-01-21 10:21:45,017 [INFO] rhsmd @rhsmd:181 - D-Bus interface com.redhat.SubscriptionManager.EntitlementStatus.update_status called with status = 0
2015-01-21 10:21:45,065 [DEBUG] rhsmd @identity.py:131 - Loading consumer info from identity certificates.
2015-01-21 10:21:45,065 [DEBUG] rhsmd @identity.py:143 - Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem'
2015-01-21 10:21:45,065 [INFO] rhsmd @rhsmd:149 - D-Bus signal com.redhat.SubscriptionManager.EntitlementStatus.entitlement_status_changed emitted
2015-01-21 10:21:45,073 [DEBUG] subscription-manager @utils.py:285 - No virt-who pid file, not attempting to restart


VERIFIED:  The offending dbus tracebacks are clean in subscription-manager-1.13.17-1

Comment 21 errata-xmlrpc 2015-03-05 13:15:57 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.

https://rhn.redhat.com/errata/RHBA-2015-0502.html


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