From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 13:56:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E285E106566B for ; Mon, 26 Sep 2011 13:56:40 +0000 (UTC) (envelope-from vikashjin@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id A07838FC0C for ; Mon, 26 Sep 2011 13:56:40 +0000 (UTC) Received: by yxk36 with SMTP id 36so5472538yxk.13 for ; Mon, 26 Sep 2011 06:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=eiO9d+pVSxtqVDHY49S2D+P7OAW/65zjJ91h9fFoOFg=; b=LcClknN7E2kCpdybHD9uc5OU2VGMD5yCJayXwlf5NhsB5Yu1AR3AUgbu2lbmua5xB8 mj5X2hqRFEq4RSOgQK1l4V7HehCqV57va0dkWnivPGh4fWgHUJsdTjCd0FxQTnNiXe+2 ONofCUr5gQyiytlG+elP7dFUVQxa/gES1GzJE= MIME-Version: 1.0 Received: by 10.100.129.4 with SMTP id b4mr3267878and.163.1317045398327; Mon, 26 Sep 2011 06:56:38 -0700 (PDT) Received: by 10.100.228.7 with HTTP; Mon, 26 Sep 2011 06:56:38 -0700 (PDT) In-Reply-To: <4E807EDC.6080101@ulb.ac.be> References: <4E807EDC.6080101@ulb.ac.be> Date: Mon, 26 Sep 2011 19:26:38 +0530 Message-ID: From: Vikash Jain To: Julien Cigar , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Error: servname not supported for ai_socktype X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 13:56:41 -0000 Hi Julien/All, It didn't helped. I had builded kernel with support for POSIX Semaphores. I added the following line while building: options P1003_1B_SEMAPHORES # POSIX-style semaphores - Vikash On Mon, Sep 26, 2011 at 7:02 PM, Julien Cigar wrote: > try to $> kldload aio > > On 09/26/2011 14:50, Vikash Jain wrote: >> >> Hi, >> >> While running celeryd on my freebsd system, i am getting >> error"servname not supported for ai_socktype". Can somebody help me >> out with this? >> >> python manage.py celeryd -l info >> >> [2011-09-26 00:49:42,540: WARNING/MainProcess] >> =A0-------------- cel...@FreebsdEsca.Workgroup v2.3.3 >> ---- **** ----- >> --- * *** =A0* -- [Configuration] >> -- * - **** --- =A0 . broker: =A0 =A0 =A0amqp://rab...@127.0.0.1:5672/Fr= eebsdEsca >> - ** ---------- =A0 . loader: =A0 =A0 =A0djcelery.loaders.DjangoLoader >> - ** ---------- =A0 . logfile: =A0 =A0 [stderr]@INFO >> - ** ---------- =A0 . concurrency: 1 >> - ** ---------- =A0 . events: =A0 =A0 =A0OFF >> - *** --- * --- =A0 . beat: =A0 =A0 =A0 =A0OFF >> -- ******* ---- >> --- ***** ----- [Queues] >> =A0-------------- =A0 . celery: =A0 =A0 =A0exchange:celery (direct) >> binding:celery >> [Tasks] >> =A0 . celery_test.tasks.MyTask >> [2011-09-26 00:49:42,567: INFO/PoolWorker-1] child process calling >> self.run() >> [2011-09-26 00:49:42,577: WARNING/MainProcess] >> cel...@FreebsdEsca.Workgroup has started. >> [2011-09-26 00:49:42,582: ERROR/MainProcess] Consumer: Connection >> Error: [Errno 9] servname not supported for ai_socktype. Trying again >> in 2 seconds... >> >> OS: FreeBSD6.3 >> Python version: 2.7 >> >> I am able to connect to 127.0.0.1 5672 through telnet. >> >> My /etc/services i have configured these ports for the brooker (RabbitMQ= ). >> [vikashj@FreebsdEsca ~]$ cat /etc/services =A0| grep 5672 >> amqp =A0 =A0 =A0 =A0 =A0 =A0 5672/tcp >> amqp =A0 =A0 =A0 =A0 =A0 =A0 5672/udp >> amqp =A0 =A0 =A0 =A0 =A0 =A0 5672/sctp >> [vikashj@FreebsdEsca ~]$ >> >> - Vikash J >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > > -- > No trees were killed in the creation of this message. > However, many electrons were terribly inconvenienced. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >