Giter VIP home page Giter VIP logo

Comments (2)

holms avatar holms commented on May 25, 2024

is this repo still maintainable?
on a completely fresh machine under Ubuntu

~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.3 LTS
Release:        12.04
Codename:       precise
================================================================================
Error executing action `enable` on resource 'service[logstash_beaver]'
================================================================================


Chef::Exceptions::Exec
----------------------
/usr/sbin/update-rc.d logstash_beaver defaults returned 1, expected 0


Resource Declaration:
---------------------
# In /var/chef/cache/cookbooks/logstash/recipes/beaver.rb

207:   service "logstash_beaver" do
208:     supports :restart => true, :reload => false, :status => true
209:     action [:enable, :start]
210:   end
211: 



Compiled Resource:
------------------
# Declared in /var/chef/cache/cookbooks/logstash/recipes/beaver.rb:207:in `from_file'

service("logstash_beaver") do
  action [:enable, :start]
  supports {:restart=>true, :reload=>false, :status=>true}
  retries 0
  retry_delay 2
  service_name "logstash_beaver"
  pattern "logstash_beaver"
  startup_type :automatic
  cookbook_name "logstash"
  recipe_name "beaver"
end



  * service[logstash_beaver] action restart
================================================================================
Error executing action `restart` on resource 'service[logstash_beaver]'
================================================================================


Errno::ENOENT
-------------
No such file or directory - /etc/init.d/logstash_beaver restart


Resource Declaration:
---------------------
# In /var/chef/cache/cookbooks/logstash/recipes/beaver.rb

207:   service "logstash_beaver" do
208:     supports :restart => true, :reload => false, :status => true
209:     action [:enable, :start]
210:   end
211: 



Compiled Resource:
------------------
# Declared in /var/chef/cache/cookbooks/logstash/recipes/beaver.rb:207:in `from_file'

service("logstash_beaver") do
  action [:enable, :start]
  supports {:restart=>true, :reload=>false, :status=>true}
  retries 0
  retry_delay 2
  service_name "logstash_beaver"
  pattern "logstash_beaver"
  startup_type :automatic
  cookbook_name "logstash"
  recipe_name "beaver"
end



[2013-11-20T12:22:25+00:00] ERROR: Running exception handlers
[2013-11-20T12:22:25+00:00] ERROR: Exception handlers complete
[2013-11-20T12:22:25+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 21 resources updated
[2013-11-20T12:22:25+00:00] ERROR: Chef::Exceptions::MultipleFailures
[2013-11-20T12:22:25+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Connection to logstash-client closed.
make: *** [node_logstash-client] Error 1

from chef-logstash.

holms avatar holms commented on May 25, 2024

ok seems to be dublicate: #158

from chef-logstash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.