setaOffice

Unix Intelligence Gathering

Posts Tagged ‘rhel’

Which package contains rstatd for Red Hat Enterprise Linux 5.5

Posted by Emerson Takahashi on October 26, 2011

The service rstatd is in package rusers-server

https://access.redhat.com/kb/docs/DOC-51169

Posted in Linux | Tagged: , , | 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

End of life information about Red Hat Enterprise Linux

End of life information about Suse Linux Enterprise

Posted in AIX, HP-UX, Solaris | Tagged: , , , , , , | 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 password

root@linux:~ # /sbin/pam_tally —-user username —-reset
User <username> (685) had 36

root@linux:~ # su – username
username@linux:~ $

Posted in Linux | Tagged: , , , , , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.

Join 244 other followers