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 1682943 - lost a space between sentences due to an implicit string join
Summary: lost a space between sentences due to an implicit string join
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: subscription-manager
Version: 8.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: Red Hat subscription-manager QE Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-02-25 21:43 UTC by John Sefler
Modified: 2021-11-10 07:49 UTC (History)
3 users (show)

Fixed In Version: subscription-manager-1.28.15-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-09 19:37:12 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github candlepin subscription-manager pull 2484 0 None closed 1682943: add space to message to separate 2 sentences 2021-04-29 09:57:28 UTC
Red Hat Product Errata RHBA-2021:4390 0 None None None 2021-11-09 19:37:24 UTC

Description John Sefler 2019-02-25 21:43:13 UTC
Description of problem:

In the following commit, the following string containing two sentences lost the white space between the two sentences.

https://github.com/candlepin/subscription-manager/commit/8bb1c8958628115f4396a7cf5b6f97e15f624289


Please put back the white space between the sentences because this string was explicitly introduced as part of the solution to RFE Bug 1354667 and consider marking this string for translation since it can been seen on the subscription-manager command line as well as rhsm.log.


Before...
"Unable to make a connection using SSL client certificate. Please review proxy configuration and connectivity."

After...
"Unable to make a connection using SSL client certificate.Please review proxy configuration and connectivity."



Version-Release number of selected component (if applicable):
[root@kvm-01-guest02 ~]# rpm -q python3-subscription-manager-rhsm
python3-subscription-manager-rhsm-1.23.8-31.el8.x86_64


Steps to Reproduce:
[root@kvm-01-guest02 ~]# rpm -ql python3-subscription-manager-rhsm | grep connection.py
/usr/lib64/python3.6/site-packages/rhsm/connection.py

[root@kvm-01-guest02 ~]# grep -C2 "Please review" /usr/lib64/python3.6/site-packages/rhsm/connection.py
                                raise RestlibException(response['status'],
                                                       ("Unable to make a connection using SSL client certificate."
                                                        "Please review proxy configuration and connectivity."),
                                                       response.get('headers'))

Comment 3 RHEL Program Management 2021-02-01 07:37:24 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.

Comment 6 Tiffany Merry 2021-03-09 20:16:50 UTC
https://github.com/candlepin/subscription-manager/pull/2483

I accidentally added the space into the subscription-manager-1.28 branch and in this pull request I added a comment stating as much.  If whoever reviews this wants me to remove the comment, please just let me know.

Comment 7 Tiffany Merry 2021-03-09 21:07:45 UTC
pull request for the same change to the master branch
https://github.com/candlepin/subscription-manager/pull/2484

Comment 9 Archana Pandey 2021-04-22 14:22:47 UTC
pre-verifying on subscription-manager-1.28.15-1.el8.x86_64:

verification steps:

[root@hpe-dl380pgen8-02-vm-3 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: Unknown
subscription management rules: Unknown
subscription-manager: 1.28.15-1.el8
[root@hpe-dl380pgen8-02-vm-3 ~]# 
[root@hpe-dl380pgen8-02-vm-3 ~]# rpm -q python3-subscription-manager-rhsm
python3-subscription-manager-rhsm-1.28.15-1.el8.x86_64

[root@hpe-dl380pgen8-02-vm-3 ~]# rpm -qa --changelog subscription-manager | grep 1682943
- 1682943: put a blank space back into a comment to separate two sentences
- 1682943: put a blank space back into a comment to separate two sentences
[root@hpe-dl380pgen8-02-vm-3 ~]#

[root@hpe-dl380pgen8-02-vm-3 ~]# rpm -ql python3-subscription-manager-rhsm | grep connection.py
/usr/lib64/python3.6/site-packages/rhsm/connection.py

[root@hpe-dl380pgen8-02-vm-3 ~]# grep -C2 "Please review" /usr/lib64/python3.6/site-packages/rhsm/connection.py
                                raise RestlibException(response['status'],
                                                       ("Unable to make a connection using SSL client certificate. "
                                                        "Please review proxy configuration and connectivity."),    ^- fixed
                                                       response.get('headers'))

 

Verified : lost white space between the two sentences has been restored.

Comment 13 Rehana 2021-05-17 10:53:16 UTC
Verifying on :
===========

# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 3.2.18-1
subscription management rules: 5.41
subscription-manager: 1.28.16-1.el8

# rpm -qa --changelog subscription-manager | grep 1682943
- 1682943: put a blank space back into a comment to separate two sentences
- 1682943: put a blank space back into a comment to separate two sentences

# rpm -ql python3-subscription-manager-rhsm | grep connection.py
/usr/lib64/python3.6/site-packages/rhsm/connection.py

# grep -C2 "Please review" /usr/lib64/python3.6/site-packages/rhsm/connection.py
 raise RestlibException(response['status'],
   ("Unable to make a connection using SSL client certificate. " <<-- ^^space has been added back                                               
   "Please review proxy configuration and connectivity."),
response.get('headers'))

Based on the above observation , moving the bug to verified!!

Comment 16 errata-xmlrpc 2021-11-09 19:37:12 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 (subscription-manager bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2021:4390


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