I think you will also need to enable the x11-server listener as well.
$ svccfg -s x11-server listprop options/tcp_listen
options/tcp_listen boolean false
$ pfexec svccfg -s x11-server setprop options/tcp_listen = true
$ svccfg -s x11-server listprop options/tcp_listen
options/tcp_listen boolean true
You may need to restart the window manager.
Andrew
On 12/ 3/10 05:21 PM, Randy Jones wrote:
On 12/03/10 10:55, Mariela Ortega wrote:
How can i configure solaris 11 to bring back GUI's from another
solaris 10 servers? or to use the system remetly with exceed or
xwin-32? or XDMCP?
i used the setenv display and the ssy but nothing works, i get the
following error
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
java.lang.InternalError: Can't connect to X11 window server using
'archive.dfrc.nasa.gov:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown
Source)
at java.awt.Window.init(Unknown
The display you are attempting to connect to has to be setup to allow
connections from other hosts. You use xhost for this. Something like
this:
xhost +ipAddressOfRemoteClient
or
xhost +NameofRemoteClient
see "man xhost"
--
Andrew Watkins * Birkbeck College
http://notallmicrosoft.blogspot.com/
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org