Secure Global Desktop Software 4.2 don't work with Suse 9.0

Hello,

I install Secure Global Desktop Software 4.2 and the Security pack on a Suse 9.0 Professional and it does not work.

When I try to load the xclock application, I have a message

"Error: Can't open display:

Connection to <hostname> closed."

Where is the problem? Is the Suse 9.0 supported ?

Thanks a lot

Nicolas

[380 byte] By [Nicolas_Scaut] at [2007-11-25 22:00:37]
# 1
I actually have SGD 4.2 running on SUSE right now. I think it is a problem with your SSH settings. Did you enabled X11Forwarding?
rssieber at 2007-7-5 1:27:37 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

Hello

Thanks for the response. You use the same version (9.0 Pro) ?

Yes i enbale it :

"X11Forwarding yes" in my /etc/ssh/sshd_config

Here is the complete log :

Last login: Thu Feb 23 10:08:39 2006 from ariel.province.namur.be

Have a lot of fun...

ariel:~ # exec /bin/sh

sh-2.05b# [ -f /bin/ksh ] && exec /bin/ksh

sh-2.05b# set +o emacs ; set +o gmacs ; set +o vi

sh: set: gmacs: invalid option name

sh-2.05b#

Configuring your environment...

LD_LIBRARY_PATH=/usr/lib; export LD_LIBRARY_PATH

sh-2.05b# ALTDISPLAY=<host>:10; export ALTDISPLAY

sh-2.05b# TTA_UID="`LANG=C LC_ALL=C id | sed 's/.*uid=\([0-9][0-9]*\).*/\1/'`"; export TTA_UID

sh-2.05b# TTA_USERNAME='.../_ens/o=Tarantella System Objects/cn=Administrator'; export TTA_USERNAME

sh-2.05b# TTA_PRIMARY_DNSNAME='<host>'; export TTA_PRIMARY_DNSNAME

sh-2.05b# TTA_PE_ID=''; export TTA_PE_ID

sh-2.05b# TTA_CLIENT_IPADDR='<client_ip>'; export TTA_CLIENT_IPADDR

sh-2.05b# TERM=''; export TERM

sh-2.05b# TTA_PEERDNSNAME='<host>'; export TTA_PEERDNSNAME

sh-2.05b# TTA_EXTDNSNAME='<host>'; export TTA_EXTDNSNAME

sh-2.05b# if [ -f /etc/ttaprinter.conf ]; then . /etc/ttaprinter.conf; export LPDEST; fi

Starting the application...

sh-2.05b# if [ -x /usr/bin/X11/xclock ]; then echo "Found"; else echo "Not available"; fi

Found

sh-2.05b#

Connected

Error: Can't open display:

Connection to <host> closed.

Thanks

Nicolas_Scaut at 2007-7-5 1:27:37 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3
check also ssh_config (the clienT) it also must have X11 enabledLook into /etc/sysconfig/ssh and set options to "-4", This will disable IPV6 for sshd.Do you have xauth on your box? also sometimes missing.
TAB at 2007-7-5 1:27:37 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 4
Set: ForwardX11 yesin /etc/ssh/ssh_configrestart SSH daemonrcsshd restart
Linuxdoctor at 2007-7-5 1:27:37 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 5
Hi,try also (if you have still probs):emacs -nw /etc/ssh/sshd_configX11DisplayOffset 100regardsDanny
danny70437 at 2007-7-5 1:27:37 > top of Java-index,Desktop,Sun Secure Global Desktop Software...