1760540 Members
2839 Online
108894 Solutions
New Discussion юеВ

Session Time out Error

 
SOLVED
Go to solution
prasathc_1
Frequent Advisor

Session Time out Error

Hi All

I am connecting a UNIX box via Reflection X,
After connecting this every 60 seconds it's giving error message and gets LOGOUT, i don't know what could be the reson.
The ERROR as follows

Shell will time out in 60 seconds.
sh: Timed out waiting for input.
logout root
Connection closed.

Can you pls help me in this regard.

Thanks in Advance
If u fail to plan, U plan to fail
3 REPLIES 3
U.SivaKumar_2
Honored Contributor
Solution

Re: Session Time out Error

Hi,
Log in to the unix box as root.
#vi /etc/profile
and this line
export TMOUT=0
Log out and log in again.

Hope your problem is solved.

regards,
U.SivaKumar
Innovations are made when conventions are broken
prasathc_1
Frequent Advisor

Re: Session Time out Error

Hi Siva

Thanks for the soluation, actually "TMOUT" the word was not in /etc/profile. it's in /.profile.

Once again Thanks.
Prasath C
If u fail to plan, U plan to fail
U.SivaKumar_2
Honored Contributor

Re: Session Time out Error

Hi,
IF you have done the change in .profile it will
affect only the current user setting. But if you want this TMOUT=0 setting for all the users in your server, you have put that line in
/etc/profile.

regards,
U.SivaKumar
Innovations are made when conventions are broken