[chef] Re: Re: Re: Re: Deploying server under CentOS


Chronological Thread 
  • From: Albert Llop < >
  • To: " " < >
  • Subject: [chef] Re: Re: Re: Re: Deploying server under CentOS
  • Date: Fri, 9 Jul 2010 18:21:06 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; b=nxEMawDB3CFUaGjc9rdekqEhY5/FJqxC+B54DTeqgJ5nzRxEJWvp5p0P5bVdxoajub jLMz83kKTXrWYfc+wQGU4DxQFRFWaMzwRCk6bkJF7Rt8ts2uogI0ioU2aUXMhhDQGDHC Pju/w79NhZTnv28tzk0gVlg8/KevXN/Sn3PiA=

I finally got it all working today (kind of). Will try to write the problems 
I've had (next week though) and see if I was doing something wrong and if I 
contribute with something.

Thanks for the help!

--
{ :sent_from => "iPhone" }

On 09/07/2010, at 16:53, Joshua Timberman 
< >
 wrote:

> Hello!
> 
> On Jul 9, 2010, at 1:01 AM, Albert Llop wrote:
> 
>> I amanged to have chef server working on CentOS up to 8.16 aswell, but 9.6 
>> has just been completely impossible. I've managed to update it all, launch 
>> all the services, but there's no way in hell I can get to log in to the 
>> webui admin.
>
>> Will try to get an ubuntu virtual machine working to save me some hassle 
>> in the future, and if I can't (or the boss doesn't approve, which could be 
>> :P) will try Paul's tips! Thanks a lot!!
> 
> 
> The RPMs currently install the Chef software as RubyGems, so you should be 
> able to update the gems. The fun part is, the chef-server gems depend on 
> merb 1.1, which depends on bundler, which depends on RubyGems 1.3.6+. So 
> first, update RubyGems:
> 
> sudo gem update --system
> 
> (unlike debian/ubuntu, you can actually do this on CentOS :)).
> 
> Then update the gems by installing them by name:
> 
> sudo gem install chef chef-server-api chef-solr
> 
> Finally, restart the services.
> 
> for i in server solr solr-indexer
> do 
>  sudo service chef-$i restart
> done
> 
> I just performed this update on a centos 5 test system and it worked, in 
> that the client was able to run, and save, to the chef server. I didn't 
> test any cookbooks, though.
> 
> -- 
> Opscode, Inc
> Joshua Timberman, Senior Solutions Engineer
> C: 720.334.RUBY E: 
> 
> 



Archive powered by MHonArc 2.6.16.

§