1834156 Members
2717 Online
110064 Solutions
New Discussion

Re: wtmp grows .....

 
SOLVED
Go to solution
f. halili
Trusted Contributor

wtmp grows .....

Hello everyone,

I ran "last" and found these lines continously coming. I see so many lines in one minute.

It's so fast that wtmp keeps on growing. Any ideas?

root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in
root remshd Thu Apr 21 18:49 still logged in


Thanks,
f. halili
derekh
4 REPLIES 4
RAC_1
Honored Contributor
Solution

Re: wtmp grows .....

fuser -u /var/adm/wtmp

What is using it so much?? You can null it out. Also check if anybody is using the system or not.

who -u
finger

Anil
There is no substitute to HARDWORK
Pete Randall
Outstanding Contributor

Re: wtmp grows .....

> /var/adm/wtmp


Pete

Pete
Henk Geurts
Esteemed Contributor

Re: wtmp grows .....

hi f
do you need remsh ?
might want to reconsider ...
it opens up your system..and creating uncontrolled behaviour...as in this case..
we dont allow remsh,rlogin or rexec on all our servers....

regards.
f. halili
Trusted Contributor

Re: wtmp grows .....

thanks !!
derekh