Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
I'm not sure what the issue is, but not all of our Subscription Names display properly when shown at the default 80 character terminal size from list --available or --consumed.
For example, --available when registered to Hosted, SKU RV0116512 displays as:
Subscription Name: 60-day Supported Red Hat Enterprise Virtualization for S
ervers
(8 Sockets) Evaluation
Most other Subscription Names if they need more room properly drop to the next line, and are indented to be even with the start of the Subscription Name.
So SKU RV0116512 should show as:
Subscription Name: 60-day Supported Red Hat Enterprise Virtualization for
Servers (8 Sockets) Evaluation
Version-Release number of selected component (if applicable):
SKU RV0116512 shows this way in subscription-manager-1.0.2 and 1.1.2-1.git
When registered to stage as stacking-stage to the admin org, none of the SKUs display properly in --consumed or --available. SKU RH014909F3 isn't indented properly when (Up to 4 guests) is displayed on a 2nd line (using --consumed).
SKU RH0197181 has the "ts)" from "(1-2 sockets)" drop down a line, and is not indented.
SKU RH101594 is split across 3 lines and incorrectly indented. "(Up " is on its own line, unindented, and "to 1 guest)" is properly indented on a 3rd line.
SKU RH014909F3 is also split across 3 lines and incorrectly indented. "(Up " is again on a 2nd line by itself, incorrectly indented, and "to 4 guests" is properly indented on a 3rd line. This differs from the behavior noted above using --consumed to display the same SKU, the string is split differently in --available.
Additional info:
Not sure if this is in fact a subscription-manager issue or something wrong with the subscription names, since many subscriptions do show properly.
commit c75dffe47d7ecd2167152829f112521d36bbc005
Author: Bryan Kearney <bkearney>
Date: Wed Oct 31 14:35:20 2012 -0400
864177: Add the count for the first word in calculating where to break the line
Created attachment 646555[details]
formatting for subscription names based on stty
[root@rhsm-accept-rhel6 ~]# rpm -q subscription-manager
subscription-manager-1.1.8-1.el6.x86_64
See attached screenshot
list --available works Grrrreat! on long sub names for various stty cols sizes
list --consumed fails
list --installed also fails
Moving back to ASSIGNED.
commit 10cf879e403cf088b19246685e31b089a7ee1119
Author: Bryan Kearney <bkearney>
Date: Fri Nov 16 15:46:05 2012 -0500
864177: Apply the new name wrapping logic to installed and consumed paths of the list command.
Created attachment 648829[details]
formatting for long Subscription Names, Product Names, and Provides on a 45 column wide stty
Verified Version...
[root@jsefler-6 ~]# rpm -q subscription-manager
subscription-manager-1.1.10-1.el6.x86_64
See attached screenshot that shows a much nicer wrapping of the Subscription Name, Product Name, and Provides in the subscription-manager list [--available|--consumed|--installed]
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-0350.html
Description of problem: I'm not sure what the issue is, but not all of our Subscription Names display properly when shown at the default 80 character terminal size from list --available or --consumed. For example, --available when registered to Hosted, SKU RV0116512 displays as: Subscription Name: 60-day Supported Red Hat Enterprise Virtualization for S ervers (8 Sockets) Evaluation Most other Subscription Names if they need more room properly drop to the next line, and are indented to be even with the start of the Subscription Name. So SKU RV0116512 should show as: Subscription Name: 60-day Supported Red Hat Enterprise Virtualization for Servers (8 Sockets) Evaluation Version-Release number of selected component (if applicable): SKU RV0116512 shows this way in subscription-manager-1.0.2 and 1.1.2-1.git When registered to stage as stacking-stage to the admin org, none of the SKUs display properly in --consumed or --available. SKU RH014909F3 isn't indented properly when (Up to 4 guests) is displayed on a 2nd line (using --consumed). SKU RH0197181 has the "ts)" from "(1-2 sockets)" drop down a line, and is not indented. SKU RH101594 is split across 3 lines and incorrectly indented. "(Up " is on its own line, unindented, and "to 1 guest)" is properly indented on a 3rd line. SKU RH014909F3 is also split across 3 lines and incorrectly indented. "(Up " is again on a 2nd line by itself, incorrectly indented, and "to 4 guests" is properly indented on a 3rd line. This differs from the behavior noted above using --consumed to display the same SKU, the string is split differently in --available. Additional info: Not sure if this is in fact a subscription-manager issue or something wrong with the subscription names, since many subscriptions do show properly.