From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id D9BD1BC6B for ; Mon, 2 Apr 2007 19:29:48 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l32HTmrC029536 for ; Mon, 2 Apr 2007 19:29:48 +0200 Received: by ug-out-1314.google.com with SMTP id k3so992ugf for ; Mon, 02 Apr 2007 10:29:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=I0CmUBkkj5CCQsB7T0PItRmQn5XBEtnl5Yi9uFB4fZztIfhazojjbpbE3OVxdiLmo0gHH4p6VQNc+NshysqCQOxjbWDK1pyMVVT0qQjkBVy6npDppmCT32V26gTWWyN4xZ26G7MOGue4rYlswDvc5obcRHWI08tTkpz+yo+1W94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=DrsA+dKeTP7wksOs9D52Iqw051p39uqB37dRZ/G6P49kMh91nRJkirptQwPUsvyDbbwoYvjOhU0lbekMUQtw3tsuyo7LsxCV7b0Wxm0gFkFPOZW9auau6ADfBgFP2oXKxfpEGneQ7Qhx9W8/EC9QzcC1ywM5UPkCtbJWrN6LPbM= Received: by 10.82.167.5 with SMTP id p5mr8170550bue.1175534988001; Mon, 02 Apr 2007 10:29:48 -0700 (PDT) Received: from ?192.168.1.34? ( [81.33.210.112]) by mx.google.com with ESMTP id z33sm8452783ikz.2007.04.02.10.29.38; Mon, 02 Apr 2007 10:29:46 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <7373212D-5736-4D2A-BB67-BEB7F818F56F@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Caml List From: Joel Reymont Subject: ocamlnet servers fail to start on Mac OSX Date: Mon, 2 Apr 2007 18:29:38 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 46113D8C.001 on concorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at concorde with ID 46113D8C.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlnet:01 osx:01 netcgi:01 workload:01 continually:98 unix:01 unix:01 exception:01 problem:05 apr:06 linux:06 examples:07 examples:07 function:08 bind:08 I'm tried to bring up examples/cgi/netcgi2-plex/netplex and got a bunch of messages like this, plus a runaway server continually forking itself. [Mon Apr 2 17:30:51 2007] [netplex.controller] [crit] Exception in workload manager, function adjust: Unix.Unix_error(15, "socketpair", "") I also got Unix.Unix_error(49, "", "") when trying to start the nethttpd server example. Error 49 is "Cannot bind to an address", I believe. There's no problem running the examples on Linux. Thanks, Joel -- http://wagerlabs.com/