Red Hat Bugzilla – Bug 1251516
traceback on removing an import cert from 'my subs in gui'
Last modified: 2016-11-03 16:26:53 EDT
Description of problem: subscription-manager import --cert importable_cert.pem start 'subscription-manager-gui', go to 'my subs', select the subscription, and click the 'remove' button, then yes to confirm dialog, then: [subscription-manager (master u=)]$ sudo PYTHONPATH=src/ bin/subscription-manager-gui Traceback (most recent call last): File "/home/adrian/src/subscription-manager/src/subscription_manager/gui/mysubstab.py", line 153, in _on_unsubscribe_prompt_response self.backend.entcertlib.delete([serial]) AttributeError: 'Backend' object has no attribute 'entcertlib' Version-Release number of selected component (if applicable): upstream github master a7a6165b57da7c6014e7c8b22dd363a6ffdda3c4
deferring to rhel-7.3.0 due to schedule and severity
PR up at https://github.com/candlepin/subscription-manager/pull/1454
master commit 026fc8677cb974a36646b199f2fa2aed24167b7a
Do not see any trace back backend while removing a imported cert [root@dhcp35-77 ~]# subscription-manager version server type: This system is currently not registered. subscription management server: 0.9.51.15-1 subscription management rules: 5.15.1 subscription-manager: 1.17.10-1.el7 python-rhsm: 1.17.6-1.el7 [root@dhcp35-77 ~]# subscription-manager register --auto-attach Registering to: subscription.rhn.stage.redhat.com:443/subscription Username: qa@redhat.com Password: The system has been registered with ID: da53273e-a0f9-468a-a032-28940197bb6e Installed Product Current Status: Product Name: Red Hat Enterprise Linux Server Status: Subscribed Product Name: Red Hat Enterprise Linux Server - Extended Update Support Status: Subscribed [root@dhcp35-77 ~]# cat /etc/pki/entitlement/1734063576043498531.pem >> cert.pem [root@dhcp35-77 ~]# cat /etc/pki/entitlement/1734063576043498531-key.pem >> cert.pem [root@dhcp35-77 ~]# subscription-manager import --cert /root/cert.pem Error: You may not import certificates into a system that is registered to a subscription management service. [root@dhcp35-77 ~]# subscription-manager clean All local data removed [root@dhcp35-77 ~]# subscription-manager import --cert /root/cert.pem Successfully imported certificate cert.pem [root@dhcp35-77 ~]# [root@dhcp35-77 ~]# subscription-manager-gui [root@dhcp35-77 ~]#
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/RHSA-2016-2592.html