On Sun, 7 Mar 2004, Marc Aurele La France wrote:

> Redirected to devel@
> 
> On Sun, 7 Mar 2004, Peter Breitenlohner wrote:
> 
> > Dear XFree86 maintainers,
> 
> > I fully understand that XFree86 has to support IPv6. The current
> > implementation has, however, a serious flaw: when compiled with IPv6 support
> > (which is the default for most linux/gnu systems) the progams implicitly
> > assume that IPv6 is supported by the kernel. In our case that is not so, and
> > in order to get things working I had to
> >     #define BuildIPv6               NO
> > in xc/config/cf/host.def, thereby permanantly disabling IPv6 support.
> 
> > It would be extremely helpful if one could compile XFree86 with IPv6
> > support, but then disable IPv6 at runtime via configuration files
> > (resources) and/or command line options (in order to avoid various
> > timeouts), and the programs should automatically fall back to IPv4 in case
> > IPv6 is not supported by the kernel.

There isn't a config file option (if no-one else adds one I might)
but there is the command line switch "-nolisten inet6".

This switch gets rid of the messages
  _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
  _XSERVTransOpen: transport open failed for inet6/ard:0
  _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
which I otherwise get on my RedHat 6.2 machine, so I think it is
disabling inet6 on this machine.

Does this solve your problem ?

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to