Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Install #2

Open
mhs-student-01 opened this issue Mar 2, 2016 · 0 comments
Open

Error on Install #2

mhs-student-01 opened this issue Mar 2, 2016 · 0 comments

Comments

@mhs-student-01
Copy link

================================================================================
Error executing action run on resource 'execute[chef-server-ctl install opscode-manage]'
================================================================================

       Mixlib::ShellOut::ShellCommandFailed
       ------------------------------------
       Expected process to exit with [0], but received ''
       ---- Begin output of chef-server-ctl install opscode-manage ----
       STDOUT: 
       STDERR: 
       ---- End output of chef-server-ctl install opscode-manage ----
       Ran chef-server-ctl install opscode-manage returned 

       Resource Declaration:
       ---------------------
       # In /tmp/kitchen/cookbooks/chef-server12/definitions/install_feature.rb

         4:   execute "chef-server-ctl install #{name}" do
         5:     not_if { ::Dir.exist?("/opt/#{name}") }
         6:     notifies :run, "execute[#{name}-ctl reconfigure]", :immediately
         7:   end
         8: 

       Compiled Resource:
       ------------------
       # Declared in /tmp/kitchen/cookbooks/chef-server12/definitions/install_feature.rb:4:in `block in from_file'

       execute("chef-server-ctl install opscode-manage") do
         params {:name=>"opscode-manage"}
         action [:run]
         retries 0
         retry_delay 2
         default_guard_interpreter :execute
         command "chef-server-ctl install opscode-manage"
         backup 5
         returns 0
         declared_type :execute
         cookbook_name :"chef-server12"
         recipe_name "_install_server"
         not_if { #code block }
       end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant