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:
/usr/bin/faillog missing from shadow-utils in 6.2
Version-Release number of selected component (if applicable):
Red Hat Enterprise Linux Server release 6.0 (Santiago)
How reproducible:
always
Steps to Reproduce:
1. Update RHEL6 to 6.2 from 6.0 - unsure if the problem exists in 6.1
2
3.
Actual results:
/usr/bin/faillog missing
Expected results:
/usr/bin/faillog provided by shadow-utils package
Additional info:
----> 6.0
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.0 (Santiago)
# ls -lrth /usr/bin/faillog
-rwxr-xr-x. 1 root root 14K Jul 20 2010 /usr/bin/faillog
# yum provides /usr/bin/faillog
Loaded plugins: refresh-packagekit, rhnplugin
2:shadow-utils-4.1.4.2-8.el6.i686 : Utilities for managing accounts and shadow
: password files
Repo : rhel-i386-server-6
Matched from:
Filename : /usr/bin/faillog
# rpm -ql shadow-utils| grep '/usr/bin/faillog'
/usr/bin/faillog
----> 6.2
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
# ls -lrth /usr/bin/faillog
ls: cannot access /usr/bin/faillog: No such file or directory
# yum provides /usr/bin/faillog
Loaded plugins: rhnplugin
2:shadow-utils-4.1.4.2-8.el6.i686 : Utilities for managing accounts and shadow
: password files
Repo : rhel-i386-server-6
Matched from:
Filename : /usr/bin/faillog
# rpm -ql shadow-utils | grep '/usr/bin/faillog'
<returns nothing>
----> Other info
- There is a /usr/bin/faillock in 6.2 provided by pam - has this replaced faillog?
Correction - 'faillock' is found at /sbin/faillock, not /usr/bin/faillock...
# yum provides /sbin/faillock
Loaded plugins: rhnplugin
pam-1.1.1-10.el6.x86_64 : An extensible library which provides authentication
: for applications
Repo : rhel-x86_64-server-6
Matched from:
Filename : /sbin/faillock
faillog command was removed in 6.1.
Please see:
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=675168
Advisory: RHBA-2011:0790-1
...
* Previously, the pam_tally.so module was used to write to /var/log/faillog.
Since the module is no longer shipped, the faillog application that reads that
file became obsolete. This update removes faillog from Red Hat Enterprise Linux
6. (BZ#675168)
....
Description of problem: /usr/bin/faillog missing from shadow-utils in 6.2 Version-Release number of selected component (if applicable): Red Hat Enterprise Linux Server release 6.0 (Santiago) How reproducible: always Steps to Reproduce: 1. Update RHEL6 to 6.2 from 6.0 - unsure if the problem exists in 6.1 2 3. Actual results: /usr/bin/faillog missing Expected results: /usr/bin/faillog provided by shadow-utils package Additional info: ----> 6.0 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.0 (Santiago) # ls -lrth /usr/bin/faillog -rwxr-xr-x. 1 root root 14K Jul 20 2010 /usr/bin/faillog # yum provides /usr/bin/faillog Loaded plugins: refresh-packagekit, rhnplugin 2:shadow-utils-4.1.4.2-8.el6.i686 : Utilities for managing accounts and shadow : password files Repo : rhel-i386-server-6 Matched from: Filename : /usr/bin/faillog # rpm -ql shadow-utils| grep '/usr/bin/faillog' /usr/bin/faillog ----> 6.2 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.2 (Santiago) # ls -lrth /usr/bin/faillog ls: cannot access /usr/bin/faillog: No such file or directory # yum provides /usr/bin/faillog Loaded plugins: rhnplugin 2:shadow-utils-4.1.4.2-8.el6.i686 : Utilities for managing accounts and shadow : password files Repo : rhel-i386-server-6 Matched from: Filename : /usr/bin/faillog # rpm -ql shadow-utils | grep '/usr/bin/faillog' <returns nothing> ----> Other info - There is a /usr/bin/faillock in 6.2 provided by pam - has this replaced faillog?