W dniu 23.09.2010 04:08, Chris Double pisze:
> 2010/9/22 Damian Dobroczyński <[email protected]>:
>> My system is
>> Ubuntu 10.04 and is sane. Did you have similar issues before? Please, help.
> 
> I get this same issue on Ubuntu 10.04. Can you share the workaround
> you did to stop the ipv6 binding?
> 
> Chris.

Sure. Put it in your ~/.factor-rc file (so that it loads during factor
start):

USING: accessors arrays kernel sequences  io.servers.connection ;
IN: io.servers.connection

<PRIVATE

: set-servers ( threaded-server -- threaded-server )
    dup dup listen-on last 1array
    [ no-ports-configured ][ (make-servers) ] if-empty
    >>servers ;

PRIVATE>

It removes ip6 address from the adresses list. In effect, no thread is
going to listen on ip6 and you have only ip4 server thread running.

D.


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to