<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user">
    <title>gmane.comp.sysutils.chef.user</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10336"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10329"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10328"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10321"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10340">
    <title>issues with postgres 9.2 with postgresql cookbook</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10340</link>
    <description>&lt;pre&gt;Having some issues with the postgresql cookbook.

Using:
postgresql-cookbook 3.0.0
ubuntu 12.04 on vagrant (but I can replicate this behaviour on a 12.04
VM in teh cloud)

The install attempts to restart the pg server nmd is suddenly very
confused about the version

Error executing action `restart` on resource 'service[postgresql]'

---- Begin output of /etc/init.d/postgresql restart ----
STDOUT: * Restarting PostgreSQL 9.2 database server
[2013-05-24T11:05:41+00:00] FATAL:
Chef::Exceptions::EnclosingDirectoryDoesNotExist:
template[/etc/postgresql/9.1/main/postgresql.conf] (postgresql::server
line 60) had an error:
Chef::Exceptions::EnclosingDirectoryDoesNotExist: Parent directory
/etc/postgresql/9.1/main does not exist.


My recipe is basically:
------------------------------------------------------------
node.set['postgresql']['version'] = "9.2"
node.set['postgresql']['enable_pgdg_apt'] = true

include_recipe "postgresql::apt_pgdg_postgresql"
include_recipe "postgresql::server"
----------------------------&lt;/pre&gt;</description>
    <dc:creator>Toby Hede</dc:creator>
    <dc:date>2013-05-25T04:46:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10339">
    <title>Re: Re: Re: Re: Knife Bootstrap Hanging</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10339</link>
    <description>&lt;pre&gt;Never mind I had a typo, I'm trying the chef-full now.

Thanks!

On Fri, May 24, 2013 at 9:11 PM, Jay Perry &amp;lt;bosoxjay&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Jay Perry</dc:creator>
    <dc:date>2013-05-25T01:20:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10338">
    <title>Re: Re: Re: Re: Knife Bootstrap Hanging</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10338</link>
    <description>&lt;pre&gt;Hi AJ,

Where do I get the chef-full template from?  I tried using chef-full in the
bootstrap options but it fails.

Thanks,
Jay

On Fri, May 24, 2013 at 9:04 PM, AJ Christensen &amp;lt;aj&amp;lt; at &amp;gt;junglist.gen.nz&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Jay Perry</dc:creator>
    <dc:date>2013-05-25T01:11:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10337">
    <title>Re: Re: Re: Knife Bootstrap Hanging</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10337</link>
    <description>&lt;pre&gt;Something to consider maybe is to try using the omnibus installer for
Chef. The template is 'chef-full'. You'll get a fully installed Chef
to /opt with no conflicts with your system state. [0]

Cheers,

AJ

[0] omnibus chef/chef server install page: http://www.opscode.com/chef/install

On 25 May 2013 12:49, Jay Perry &amp;lt;bosoxjay&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>AJ Christensen</dc:creator>
    <dc:date>2013-05-25T01:04:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10336">
    <title>Re: Re: Knife Bootstrap Hanging</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10336</link>
    <description>&lt;pre&gt;Hi AJ,

I am using the centos5-gem template.  I was able to figure out what it was
hanging on though, see the code
here&amp;lt;https://github.com/opscode/chef/blob/master/lib/chef/knife/bootstrap/centos5-gems.erb#L25&amp;gt;.
 When running the command by hand on the remote system it was prompting for
several gems to overwrite.  This is probably because when the box was first
created I ran 'gem install chef' but then removed it but the other
dependencies weren't removed thus when the bootstrap ran it was continually
prompting to override but not displaying it to the user except the first
one.  This caused the run to hang.  I managed to get by it by running the
'gem update' manually then running the bootstrap again.

Thanks,
Jay

On Fri, May 24, 2013 at 8:29 PM, AJ Christensen &amp;lt;aj&amp;lt; at &amp;gt;junglist.gen.nz&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Jay Perry</dc:creator>
    <dc:date>2013-05-25T00:49:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10335">
    <title>Re: Knife Bootstrap Hanging</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10335</link>
    <description>&lt;pre&gt;Which bootstrap template are you using? Can you please show the full
command issued and debug output from Knife Bootstrap by enabling the
Very Verbose flags (-VV)

Cheers,

AJ

On 25 May 2013 11:44, JayP &amp;lt;bosoxjay&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>AJ Christensen</dc:creator>
    <dc:date>2013-05-25T00:29:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10334">
    <title>Knife Bootstrap Hanging</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10334</link>
    <description>&lt;pre&gt;Hi,

I am trying to bootstrap a node but it keeps hanging at this point no matter
what I enter in afterwards.

my.server
my.server rake's executable "rake" conflicts with /usr/bin/rake
my.server Overwrite the executable? [yN]

Any ideas as to why this might be hanging?  I am running in double verbose mode
but it doesn't tell me anything else.  Is there any place I can look on the
remote server for additional debugging?  

Thanks in advance,
Jay

&lt;/pre&gt;</description>
    <dc:creator>JayP</dc:creator>
    <dc:date>2013-05-24T23:44:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10333">
    <title>Cookbook Releases - End of School Edition! 5/24/2013</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10333</link>
    <description>&lt;pre&gt;Ohai Chefs,

It's the end of the school year already for a lot of folks, at least in
the USA. This is the list of cookbook releases for the past week.

Enjoy!


## application v2.0.4:

### Bug

- [COOK-2812]: application cookbook doesn't allow to specify a block
  as `restart_command`

## application_php v1.1.2:

### Bug

- [COOK-2833]: Typo fix: codeigniter instead of codeignitor
- [COOK-2914]: Foodcritic failures in Cookbooks

## application_python v1.2.4:

### Bug

- [COOK-2747]: celerycam configuration is not suitable for multiple
  node celery installation
- [COOK-2766]: pip does not use `deploy_key` in  django ressource of
  `application_python`

## application_ruby v1.1.4:

### Sub-task

- [COOK-2806]: Including `passenger_apache2::mod_rails` does not enable
  passenger

## ark 0.2.2:

Update the README to reflect the requirement for Chef 11 to use the
ark resource (`use_inline_resources`).

Making this a release so it will also appear on the community site
page.

Previously, in release 0.2.0:

### Bu&lt;/pre&gt;</description>
    <dc:creator>Joshua Timberman</dc:creator>
    <dc:date>2013-05-24T22:57:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10332">
    <title>Re: Re: gem install knife-azure errors</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10332</link>
    <description>&lt;pre&gt;Try using bundler to install knife-azure (and dependencies).

$ cat &amp;gt; Gemfile
source 'https://rubygems.org'
gem 'knife-azure'
^D
$ bundle install

Cheers,

AJ

On 25 May 2013 01:27, Ashutosh Narayan &amp;lt;aashutoshnarayan&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>AJ Christensen</dc:creator>
    <dc:date>2013-05-24T22:48:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10331">
    <title>Re: Re: Re: Re: Re: Re: Re: Cookbook Versioning Policy</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10331</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>markmaxey&lt; at &gt;verizon.net</dc:creator>
    <dc:date>2013-05-24T22:22:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10330">
    <title>Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10330</link>
    <description>&lt;pre&gt;

If I was doing this, I'd use Berkshelf.  I would create a Berksfile to
declare the cookbooks I was using.  The process to deploy updated cookbooks
would be:
 1) run "berks install" to copy them into a local directory
 2) created a tarball of the directory
 3) upload the tarball to S3
This can be trivially scripted.


Zac
&lt;/pre&gt;</description>
    <dc:creator>Zac Stevens</dc:creator>
    <dc:date>2013-05-24T22:09:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10329">
    <title>Re: Re: Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10329</link>
    <description>&lt;pre&gt;I'm going to throw in my 2c here...

On Fri, May 24, 2013 at 9:33 PM, Morgan Blackthorne &amp;lt;stormerider&amp;lt; at &amp;gt;gmail.com&amp;gt;
 wrote:


Even as someone who has mostly used Chef in a client/server environment, I
don't think it's fair to describe OpsWorks as crippled.  It's old, sure,
but it's useful today - though I think Amazon are being incredibly
disingenuous in claiming that you can go ahead and use the community
cookbooks with it.

I looked at it for a project recently and decided that the older Chef
version would be an irritation, but not a deal-breaker.

Why not Hosted Chef?  For one thing, it can be painfully slow in some
regions.  My experience in ap-southeast-1 last year was not especially
positive.  For another, it's not free.  Though I think the pricing is
reasonable, cost sensitivities in bootstrapped projects make it a hard sell
(particularly when the quality of service is less that awesome).
Why not Open Source Chef?  Not necessarily any cheaper than Hosted (if
you're running it on AWS), and it's something &lt;/pre&gt;</description>
    <dc:creator>Zac Stevens</dc:creator>
    <dc:date>2013-05-24T21:55:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10328">
    <title>Re: Nagios cookbook NRPE LWRP</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10328</link>
    <description>&lt;pre&gt;This is actually simpler than I thought. The problem was that the LWRP was
manually setting "new_resource.updated_by_last_action(true)", so it was
always being flagged as updated. When in reality, simply removing that
allows the file provider to properly flag whether or not the resource has
been updated.

--
~*~ StormeRider ~*~

"Every world needs its heroes [...] They inspire us to be better than we
are. And they protect from the darkness that's just around the corner."

(from Smallville Season 6x1: "Zod")

On why I hate the phrase "that's so lame"... http://bit.ly/Ps3uSS


On Tue, May 21, 2013 at 8:49 AM, Morgan Blackthorne
&amp;lt;stormerider&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Morgan Blackthorne</dc:creator>
    <dc:date>2013-05-24T21:54:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10327">
    <title>Re: Re: Re: Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10327</link>
    <description>&lt;pre&gt;*nod* In theory, OpsWorks is great. In practice... losing the ability to
reliably use the vast amount of community cookbooks is a pretty strong
negative.

--
~*~ StormeRider ~*~

"Every world needs its heroes [...] They inspire us to be better than we
are. And they protect from the darkness that's just around the corner."

(from Smallville Season 6x1: "Zod")

On why I hate the phrase "that's so lame"... http://bit.ly/Ps3uSS


On Fri, May 24, 2013 at 1:52 PM, Liam Kirsher &amp;lt;liamk&amp;lt; at &amp;gt;numenet.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Morgan Blackthorne</dc:creator>
    <dc:date>2013-05-24T20:58:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10326">
    <title>Re: Fwd: New version available for the application cookbook</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10326</link>
    <description>&lt;pre&gt;Cary,

There seems to be a CHANGELOG.md on the github repository. That should have
the information you want.

Example:
https://github.com/opscode-cookbooks/application/blob/master/CHANGELOG.md

-
Kannan.


On Sat, May 25, 2013 at 12:04 AM, kindsol &amp;lt;kindsol2&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Kannan Manickam</dc:creator>
    <dc:date>2013-05-24T20:55:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10325">
    <title>Re: Re: Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10325</link>
    <description>&lt;pre&gt;There's no specific reason -- I'm just trying to find the quickest way
to setup deployment infrastructure.  OpsWorks looked like it would be
easy to set up, and integrated with all the other AWS services.
However, now that I'm aware of the chef version issue... not so much.
So, I'm setting up a Hosted Chef account now.
I'm sure I'll have more questions, though. Thanks for you help!

On May 20th AWS mentioned they were upgrading chef to version 11, but
there was no mention of /when/ that would be accomplished.

On 05/24/2013 01:33 PM, Morgan Blackthorne wrote:

&lt;/pre&gt;</description>
    <dc:creator>Liam Kirsher</dc:creator>
    <dc:date>2013-05-24T20:52:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10324">
    <title>Re: Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10324</link>
    <description>&lt;pre&gt;I don't know your requirements, but I do have to ask; is there a specific
reason you're looking at using OpsWorks instead of running Hosted Chef or
an Open Source Chef server? Until AWS upgrades OpsWorks to Chef 11, I think
it's a bit crippled, personally.

--
~*~ StormeRider ~*~

"Every world needs its heroes [...] They inspire us to be better than we
are. And they protect from the darkness that's just around the corner."

(from Smallville Season 6x1: "Zod")

On why I hate the phrase "that's so lame"... http://bit.ly/Ps3uSS


On Fri, May 24, 2013 at 1:11 PM, Liam Kirsher &amp;lt;liamk&amp;lt; at &amp;gt;numenet.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Morgan Blackthorne</dc:creator>
    <dc:date>2013-05-24T20:33:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10323">
    <title>Re: Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10323</link>
    <description>&lt;pre&gt;Okay, I see the requirements are listed on the cookbook page.

On 05/24/2013 01:11 PM, Liam Kirsher wrote:

&lt;/pre&gt;</description>
    <dc:creator>Liam Kirsher</dc:creator>
    <dc:date>2013-05-24T20:14:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10322">
    <title>Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10322</link>
    <description>&lt;pre&gt;Noah,

Thanks for mentioning that! 
Is there any way to know which cookbooks work with OpsWorks and which
don't?  These are the ones I think I need:

(Along with other cookbooks they require, I guess.)

Thanks again.


On 05/23/2013 06:25 PM, Noah Kantrowitz wrote:

&lt;/pre&gt;</description>
    <dc:creator>Liam Kirsher</dc:creator>
    <dc:date>2013-05-24T20:11:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10321">
    <title>Re: Re: AWS OpsWorks custom</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10321</link>
    <description>&lt;pre&gt;Thanks, Peter!  That looks like what  was looking for.

Is the mirror a mirror of the master branch, or can you specify
different branches?
The repo is not a fork, I gather.

I may give this a try, although someone else made a comment that
OpsWorks version of Chef is old and does not support many of the opscode
community cookbooks.
So, I may have to come up with a different plan.

Liam


On 05/23/2013 06:20 PM, Peter Donald wrote:

&lt;/pre&gt;</description>
    <dc:creator>Liam Kirsher</dc:creator>
    <dc:date>2013-05-24T19:58:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10320">
    <title>Re: New version available for the application cookbook</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.chef.user/10320</link>
    <description>&lt;pre&gt;Ohai,

As Mike indicated, it isn't easy to get the latest changes for an arbitrary cookbook update. For now the best bet is to go to the source tab on the cookbook and view the CHANGELOG.md, at least for Opscode's cookbooks. Given that ~15% of the total cookbooks on the site are maintained by Opscode, it's hard to speak to the hundreds of other cookbooks.

That said, I'll send an email later today with all the cookbook changes from releases this week, which is the latest release CHANGELOG.md entry for each one.

Cheers,
Joshua

[0]: if they don't have it currently, they will when they get a new release

On May 24, 2013, at 12:34 PM, kindsol &amp;lt;kindsol2&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Joshua Timberman</dc:creator>
    <dc:date>2013-05-24T19:10:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.sysutils.chef.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.sysutils.chef.user</link>
  </textinput>
</rdf:RDF>
