1832920 Members
2982 Online
110048 Solutions
New Discussion

Login account dead.

 
SOLVED
Go to solution
Kenny Chau
Trusted Contributor

Login account dead.

Dear all,

When I type "who", I got the following results:
uxadm pts/ta Oct 16 10:59
opr pts/tc Oct 5 17:41

When I type "ps -t pts/tc", I got the following:
$ ps -t pts/tc
PID TTY TIME COMMAND

Is there any way to kill this dead login in this machine beside rebooting the server?

Thanks very much.
Kenny
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: Login account dead.

I think it has to do with your wtmp or btmp file.
Live Free or Die
zhoufeilong
Occasional Advisor

Re: Login account dead.

Hi Kenny:
I think uxadm is a system user.
You must use root to display its UID.
#ps -t pts/tc
Not "$ps -t pts/tc".
Hell Leader
Michael Tully
Honored Contributor
Solution

Re: Login account dead.

Have a look at the following document, it should fix your problem. There is no need to reboot your server.

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6058bf0d178624316e/screen=ckiDisplayDocument?docId=200000054599385

HTH
-Michael
Anyone for a Mutiny ?
Kenny Chau
Trusted Contributor

Re: Login account dead.

Thanks Michael,

This document helps me to delete the dead login. However, the step 4 had hanged for a long time and I had broken this process and amend the command "fwtmp -ic /tmp/utmp.binary" and skip step 5.

Anyway, thanks for your help and information.
Kenny