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 1726287 - change in message when passphrase is provided to cryptsetup in RHEL-7.6
Summary: change in message when passphrase is provided to cryptsetup in RHEL-7.6
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: cryptsetup
Version: 7.6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Ondrej Kozina
QA Contact: guazhang@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1711360
TreeView+ depends on / blocked
 
Reported: 2019-07-02 13:47 UTC by Rupesh Girase
Modified: 2023-09-07 20:12 UTC (History)
10 users (show)

Fixed In Version: cryptsetup-2.0.3-6.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-31 20:05:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:1130 0 None None None 2020-03-31 20:05:17 UTC

Description Rupesh Girase 2019-07-02 13:47:06 UTC
Description of problem:

change in message when passphrase is provided to cryptsetup in RHEL-7.6

Version-Release number of selected component (if applicable):

cryptsetup-2.0.3-3.el7.x86_64
cryptsetup-libs-2.0.3-3.el7.x86_64
cryptsetup-python-2.0.3-3.el7.x86_64

How reproducible: 

Always


Steps to Reproduce:

1. Create file using dd and use it to create loop device

$ dd if=/dev/urandom of=/opt/cntdb/data/secure.img bs=100M count=0 seek=1
$ losetup /dev/loop0 /opt/cntdb/data/secure.img

2. Setup luks format device using cryptsetup

$ cryptsetup -q -y luksFormat /dev/loop0
Enter passphrase for /dev/loop0:
Verify passphrase:


3. Opens  the  LUKS  device 

$ cryptsetup luksOpen /dev/loop0 encrypted
Enter passphrase for /dev/loop0:
                    ^^^^^^^^^^^^

Actual results:

Message prints the loop device name "/dev/loop0" when passphrase is provided

Expected results: 

It should print the name of backing file name as below.


$ cryptsetup luksOpen /dev/loop0 encrypted
Enter passphrase for /opt/cntdb/data/secure.img:
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^

Additional info:

We see expected result in older version RHEL-7.4

[root@rhel7-debuginfo-2 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.4 (Maipo)
[root@rhel7-debuginfo-2 ~]# rpm -qa | grep crypt
cryptsetup-1.7.4-3.el7.x86_64
 
[root@rhel7-debuginfo-2 ~]# cryptsetup luksOpen /dev/loop0 encrypted
Enter passphrase for /opt/cntdb/data/secure.img: -----------> prompt for mount point

Comment 5 guazhang@redhat.com 2019-09-11 04:07:20 UTC
Hello

# cryptsetup -q -y luksFormat /dev/loop0p1
Enter passphrase for /dev/loop0p1: 
Verify passphrase: 
]# cryptsetup luksOpen /dev/loop0p1 encryp
Enter passphrase for /dev/loop0p1: 
# lsblk
NAME                        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
loop0                         7:0    0    15G  0 loop  
└─loop0p1                   259:0    0   9.3G  0 loop  
  └─encryp                  253:7    0   9.3G  0 crypt 


so move to verified

Comment 11 errata-xmlrpc 2020-03-31 20:05:15 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://access.redhat.com/errata/RHBA-2020:1130


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