Operating System - HP-UX
1830471 Members
2711 Online
110005 Solutions
New Discussion

X-client keeps disconnecting

 
abhay kumar_3
New Member

X-client keeps disconnecting

I am using HP-UX 11.11.B.

My X-term client keeps disconnecting occasionally. If I use plain old TELNET, I dont have that problem.

any ideas ?

abhay
5 REPLIES 5
Hakan Aribas
Valued Contributor

Re: X-client keeps disconnecting

Hi,

Long time ago, I have the same problem (I'm using X-Manager 2.0). I don't remember how to fix this problem, but I think we checked the settings of firewalls between out PCs and Unix servers.
Alessandro Pilati
Esteemed Contributor

Re: X-client keeps disconnecting

Hi Abhay,
try to launch xterm with "-l" and "-lf FILENAME" to turn logging on and check the FILENAME log file when your xterm disconnects again.

Rgds,
Alex

if you don't try, you'll never know if you are able to
Arunvijai_4
Honored Contributor

Re: X-client keeps disconnecting

Did you check X server log and xterm log files ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor

Re: X-client keeps disconnecting

Is .profile is sourced while doing X apps?? You can set source profile=true in .dtprofile file. In .profile file you can set TMOUT=0

Also is firewall between?? If yes it can do so.
There is no substitute to HARDWORK
Muthukumar_5
Honored Contributor

Re: X-client keeps disconnecting

It is because of your shell is getting timed out. A setting in shell of,

TMOUT If set to a value greater than zero, the shell
terminates if a command is not entered within the
prescribed number of seconds after issuing the PS1
prompt.

Check out /etc/profile or .profile file. Change TMOUT to 0 as,

export TMOUT 0

Some one put in /etc/profile for this with value so that change it regardingly.

hth.
Easy to suggest when don't know about the problem!