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.
bash completion for umount doesn't work
looking at the bash-completion script for umount, i see
if [[ $OSTYPE == *linux* ]]; then
. "$BASH_SOURCE.linux"
return
fi
which tries to source /usr/share/bash-completion/completions/umount.linux
but that file does not exist.
I see it exists on the github page for bash-completion... so I am not sure how it went missing in rhel.
Comment 2Siteshwar Vashisht
2017-02-14 11:49:04 UTC
umount.linux is intentionally removed from being included in the package. I am still not sure why it is not included, because umount command is listed in the RFE at https://bugzilla.redhat.com/show_bug.cgi?id=810343#c15
The source package for bash-completion has a file 'script_list' that contains list of files that are not included in final package.
Comment 4Siteshwar Vashisht
2017-02-14 11:51:27 UTC
Another dumb simple bug fix that still isn't finished. What is the hold up? Do people not use the command line any more? I don't understand how other people haven't complained about this...
Updates in RHEL are driven by requests of our customers. If you are a customer of Red Hat, please contact product support and let them know about this bug.
(In reply to Kamil Dudka from comment #7)
> Updates in RHEL are driven by requests of our customers. If you are a
> customer of Red Hat, please contact product support and let them know about
> this bug.
I am now a paying customer with both RHEL subscriptions and a RHEL Developer Support (Professional) subscription. I contacted support but it doesn't seem to have helped, I just keep getting told they are "negotiating the SLA for next update for 1 more month."... for over 4 months now.
Comment 10Siteshwar Vashisht
2019-08-01 10:36:13 UTC
> I am now a paying customer with both RHEL subscriptions and a RHEL Developer Support (Professional) subscription. I contacted support but it doesn't seem to have helped, I just keep getting told they are "negotiating the SLA for next update for 1 more month."... for over 4 months now.
I will consider fixing this in RHEL 7.8.
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:1069
bash completion for umount doesn't work looking at the bash-completion script for umount, i see if [[ $OSTYPE == *linux* ]]; then . "$BASH_SOURCE.linux" return fi which tries to source /usr/share/bash-completion/completions/umount.linux but that file does not exist. I see it exists on the github page for bash-completion... so I am not sure how it went missing in rhel.