[chef] Re: Re:


Chronological Thread 
  • From: Karl Rossing < >
  • To:
  • Subject: [chef] Re: Re:
  • Date: Thu, 17 Sep 2009 13:54:22 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ra/Pnk7OGI7NQINqdit0FqoVIJuSfA0yNxhoeYDhtaPCyj9+I3Z0aRjvmXWJ5NATHd TCQuexY+NZLJZPzFuBG5u9SAUXyeC8myjjnEF1w7/lEPbi/lbOxZKIsmC1THL1B5hr1g LYNukQTnLm5rOYBM4qG0ZbzqaQK7ibFE2ZlIw=

On Thu, Sep 17, 2009 at 1:26 PM, Joshua Timberman 
< >
 wrote:
> I created a symlink on my system, solaris2 to solaris2.11, and chef ran
> successfully.

Thanks! That got me further than before!


# ./chef-solo \-c \/solo.rb \-j \/chef.json \-r
/home/karlr/Downloads/chef/bootstrap-latest.tar.gz
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/mixin/command.rb:157:in
`run_command': tar zxvfC /tmp/chef-solo/recipes.tgz /tmp/chef-solo
returned 1, expected 0 (Chef::Exceptions::Exec)
---- Begin output of tar zxvfC /tmp/chef-solo/recipes.tgz /tmp/chef-solo ----
STDOUT: STDERR: tar: z: unknown function modifier
Usage: tar {c|r|t|u|x}[BDeEFhilmnopPqTvw@/[0-7]][bfk][X...]
[blocksize] [tarfile] [size] [exclude-file...] {file | -I include-file
| -C directory file}...---- End output of tar zxvfC
/tmp/chef-solo/recipes.tgz /tmp/chef-solo ----
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/mixin/command.rb:133:in
`chdir'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/mixin/command.rb:133:in
`run_command'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/application/solo.rb:166:in
`reconfigure'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/application.rb:55:in
`run'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/bin/chef-solo:26
        from ./chef-solo:19:in `load'
        from ./chef-solo:19

Solaris tar does not recognize -z. GNU tar is available as gtar or in
this case, solaris has gnu utils in /usr/gnu/bin

# export PATH=/usr/gnu/bin:$PATH
# ./chef-solo \-c \/solo.rb \-j \/chef.json \-r
/home/karlr/Downloads/chef/bootstrap-latest.tar.gz
[Thu, 17 Sep 2009 13:53:04 -0500] INFO: Starting Chef Solo Run
/tmp/chef-solo/cookbooks/ruby/recipes/default.rb:45:in `from_file':
undefined method `each' for nil:NilClass (NoMethodError)
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/cookbook.rb:139:in
`load_recipe'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/recipe.rb:79:in
`include_recipe'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/recipe.rb:64:in
`each'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/recipe.rb:64:in
`include_recipe'
        from 
/tmp/chef-solo/cookbooks/passenger_apache2/recipes/default.rb:26:in
`from_file'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/cookbook.rb:139:in
`load_recipe'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/recipe.rb:79:in
`include_recipe'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/recipe.rb:64:in
`each'
         ... 16 levels...
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/lib/chef/application.rb:57:in
`run'
        from 
/usr/local/chef/lib/ruby/gems/1.8/gems/chef-0.7.10/bin/chef-solo:26
        from ./chef-solo:19:in `load'
        from ./chef-solo:19



Archive powered by MHonArc 2.6.16.

§