[chef] Re: Problem installing chef server on Ubuntu 10.04 LTS


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef] Re: Problem installing chef server on Ubuntu 10.04 LTS
  • Date: Mon, 14 Nov 2011 07:24:13 -0500

On Fri, Nov 11, 2011 at 2:56 AM, Sam Hamilton 
< >
 wrote:
> {error_logger,{{2011,11,11},{1,44,44}},"Protocol: ~p: register error: 
> ~p~n",["inet_tcp",{{badmatch,{error,duplicate_name}},[{inet_tcp_dist,listen,1},{net_kernel,start_protos,4},{net_kernel,start_protos,3},{net_kernel,init_node,2},{net_kernel,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}]}^M

It looks like rabbitmq didn't start because it was already running (or
something else was using its port). It should be running on port 5672.
You could run 'sudo netstat -lnp | grep 5672' to see what program is
running on that port. Perhaps did you install rabbitmq from source
previously on this system, and then try to install the debian packages
over the top?

When you find this process you could kill it and then run 'sudo
apt-get install -f' to continue the apt installation.

I strongly recommend choosing either an entirely apt based
installation or a source based installation, at least until you're
more familiar with the infrastructure that Chef utilizes to implement
a service oriented architecture.

Bryan



Archive powered by MHonArc 2.6.16.

§