Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VNC session problem on AIX

65 views
Skip to first unread message

Weiping He

unread,
Feb 18, 2008, 12:21:46 PM2/18/08
to
Hello:

I have this annoying problem with vnc on AIX boxes.
The vnc session will die (lose x window capacity) after around 12 hours
also.
I found this message in ~/.dt/errorlog:

Workspace manager: I/O error on display::aix-d091:2.0


I have tried these methods, none of them works.
1. Disable screen saver in $HOME/.Xdefaults
2. Remove non-exist fonts path in vncserver script
3. Set "connection time out" to zero in vncserver script.
4. Use newer version from IBM website. vnc-3.3.3r2-5.aix5.1.ppc.rpm
5. disable Automatic logout by setting TMOUT=0.


Can somebody give me a suggestion?

Thank you for your help.


The xstartup script:


PATH=$PATH:/usr/dt/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/openwin/bin
if [ -f /usr/dt/bin/Xsession ]
then
export XSTATION=1 DTXSERVERLOCATION=local
xset s off
Xsession &
else
xrdb $HOME/.Xdefaults
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
mwm &
fi


sjm

unread,
Feb 19, 2008, 4:58:25 AM2/19/08
to
On 18 Feb, 17:21, "Weiping He" <w...@microstrategy.com> wrote:
> Hello:
>
> I have this annoying problem with vnc on AIX boxes.
> The vnc session will die (lose x window capacity) after around 12 hours
> also.
> I found this message in ~/.dt/errorlog:
>

Hmm, if the error is there it would appear that you're using CDE to
manage the session - is that correct? I don't have this problem with
the window managers that I use (mwm, twm, Gnome ...). Have you tried
one of those?

0 new messages