Date: Mon, 26 Sep 2011 15:32:12 +0200 From: Julien Cigar <jcigar@ulb.ac.be> To: freebsd-questions@freebsd.org Subject: Re: Error: servname not supported for ai_socktype Message-ID: <4E807EDC.6080101@ulb.ac.be> In-Reply-To: <CABkOqFYR5x2_5Brsa088Q9oK31dQKT2JakodVT%2BPJ-9dZej9bQ@mail.gmail.com> References: <CABkOqFYR5x2_5Brsa088Q9oK31dQKT2JakodVT%2BPJ-9dZej9bQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------010905020407040501090205 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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] > -------------- cel...@FreebsdEsca.Workgroup v2.3.3 > ---- **** ----- > --- * *** * -- [Configuration] > -- * - **** --- . broker: amqp://rab...@127.0.0.1:5672/FreebsdEsca > - ** ---------- . loader: djcelery.loaders.DjangoLoader > - ** ---------- . logfile: [stderr]@INFO > - ** ---------- . concurrency: 1 > - ** ---------- . events: OFF > - *** --- * --- . beat: OFF > -- ******* ---- > --- ***** ----- [Queues] > -------------- . celery: exchange:celery (direct) > binding:celery > [Tasks] > . 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 | grep 5672 > amqp 5672/tcp > amqp 5672/udp > amqp 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. --------------010905020407040501090205--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E807EDC.6080101>