The service rstatd is in package rusers-server
Posts Tagged ‘rhel’
Which package contains rstatd for Red Hat Enterprise Linux 5.5
Posted by Emerson Takahashi on October 26, 2011
Posted in Linux | Tagged: linux, rhel, rstatd | Leave a Comment »
End of life information about HP-UX, Solaris, AIX and Linux
Posted by Emerson Takahashi on July 30, 2010
If you need to know the if a release of an Unix operating system is still supported by the vendor, check these links for information
End of life information about HP-UX (PDF)
End of life information about Solaris
End of life information about AIX
Posted in AIX, HP-UX, Solaris | Tagged: aix, eol, hp-ux, linux, rhel, solaris, suse | Leave a Comment »
Linux denying user access after reseting password
Posted by Emerson Takahashi on April 8, 2010
Depending of how you configured your Linux server, the Pluggable Authentication Module (PAM) won’t let you login.
To check the login attempts to see if it needs to be reset type faillog -u <username>
root@linux:~ # faillog -u username
Username Failures Maximum Latest
<username> 15 0
Reset the counter with the -r flag
root@linux:~ # /usr/bin/faillog -r username
Username Failures Maximum Latest
<username> 0 0
If you’re root but is not managing to become a user with su, you also need to reset the login counter
root@linuxserver ~ # su – username
su: incorrect passwordroot@linux:~ # /sbin/pam_tally —-user username —-reset
User <username> (685) had 36root@linux:~ # su – username
username@linux:~ $
Posted in Linux | Tagged: faillog, linux, pam_tally, redhat, rhel, unlock | Leave a Comment »