[chef] Re: Re: Chef 0.10.4 Released!


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef] Re: Re: Chef 0.10.4 Released!
  • Date: Fri, 12 Aug 2011 10:30:52 -0700

On Fri, Aug 12, 2011 at 9:47 AM, Aaron Abramson 
< >
 wrote:
> I just did an apt-get update / apt-get upgrade and it broke.
>
> Is there a recommended way to upgrade from 0.10.2 to 0.10.4 when using the 
> prescribed apt methods?

This should work.

> Setting up chef-solr (0.10.4-1) ...
> Creating user "chef" ...
> Error: {user_already_exists,<<"chef">>}
> dpkg: error processing chef-solr (--configure):
>  subprocess installed post-installation script returned error exit status 2

This is http://tickets.opscode.com/browse/CHEF-2296, which should have
been fixed. I tested an upgrade myself and it worked okay.

Can you please run:

rabbitmqctl list_users
and
rabbitmqctl list_users | grep -x "^chef" 1>/dev/null ; echo $?

And provide the output?

The workaround is deleting the chef user in rabbitmq

sudo rabbitmqctl delete_user chef

Then continue apt with 'sudo apt-get install -f'



Archive powered by MHonArc 2.6.16.

§