[rabbitmq-discuss] rabbitmq fails on start

Jeff Hinrichs jeffh at delasco.com
Wed Jun 29 19:14:56 BST 2011


Just for giggles, after I ran the one liner, I created a rabbitmq.config
file (there wasn't one before, as it hadn't been necessary) and populated it
with your

 [
   {rabbit, [{tcp_listeners, [{"0.0.0.0", 5672}]}]}
 ].

I then fired up  rabbitmq and it started up without error.


hmmm.

-Jeff



On Wed, Jun 29, 2011 at 1:10 PM, Jeff Hinrichs <jeffh at delasco.com> wrote:

> [jlh at hydra ~]$ erl -noinput  -eval 'io:format("~p~n",
> [inet:listen_options([{port,10000}, inet6, {ip, {0,0,0,0,0,0,0,0}}],
> inet6)]), halt().'
> {ok,{listen_opts,{0,0,0,0,0,0,0,0},10000,5,-1,[{active,true}]}}
> [jlh at hydra ~]$
>
>
> Best,
>
> -Jeff
>
>
>
>
> On Wed, Jun 29, 2011 at 12:00 PM, Simon MacMullen <simon at rabbitmq.com>wrote:
>
>> erl -noinput  -eval 'io:format("~p~n", [inet:listen_options([{port,**10000},
>> inet6, {ip, {0,0,0,0,0,0,0,0}}], inet6)]), halt().'
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110629/02e476e4/attachment.htm>


More information about the rabbitmq-discuss mailing list