> Mike DeMarco wrote:
> > Just installed Build 72 and booted it up. I was
> getting X display errors stating it could not open
> the display on localhost:0. Sure enough netstat -a
> shows no listener on port 6000 then I noticed that
> Xorg has -nolisten tcp set. The x11-server xml file
> for svc is set to:
> 
> Why are you forcing your X connection to slow down?
>   Just
> t the display to :0 and get the faster Unix domain
> sockets
> instead of forcing the additional overhead of the TCP
> stack.
> 
> > <propval name='tcp_listen' type='boolean'
> >                  value='true' />
> > 
> > So how is the -nolisten option being set? 
> 
> Secure-by-Default sets it for you.   (I thought it
> was in a
> profile, but don't see it there - you can see it set
> in the
> /usr/sbin/netservices script.)
> 
> -- 
> -Alan Coopersmith-
> -           [EMAIL PROTECTED]
> Sun Microsystems, Inc. - X Window System
> em Engineering
> _______________________________________________
> opensolaris-discuss mailing list
> [email protected]

Thanks I was able to track down some links that pointed me in that direction. 
I would think that svccfg -s x11-server setprop options/tcp_listen = true would 
modify the x11-server.xml but in that file it was always true.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to