Coder Social home page Coder Social logo

deploy's People

Contributors

foobar2016 avatar seedbox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

nijikokun bausa

deploy's Issues

ruTorrent

Hey!

Possible to add ruTorrent to this script? Also multiuser

Another Error on Ubuntu 14.04

A smaller error trace :

Compiled Resource:
------------------
# Declared in /root/cookbooks/seedbox/recipes/default.rb:192:in `from_file'

service("sickbeard") do
  action [:start]
  supports {:restart=>false, :reload=>false, :status=>false}
  retries 0
  retry_delay 2
  service_name "sickbeard"
  pattern "sickbeard"
  startup_type :automatic
  cookbook_name :seedbox
  recipe_name "default"
end



[2015-11-08T15:38:03+01:00] ERROR: Running exception handlers
[2015-11-08T15:38:03+01:00] ERROR: Exception handlers complete
[2015-11-08T15:38:03+01:00] FATAL: Stacktrace dumped to /root/chef-stacktrace.out
Chef Client failed. 98 resources updated
[2015-11-08T15:38:03+01:00] ERROR: service[sickbeard] (seedbox::default line 192) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of /etc/init.d/sickbeard start ----
STDOUT: Starting SickRage
/usr/bin/python2.7 already running.
STDERR:
---- End output of /etc/init.d/sickbeard start ----
Ran /etc/init.d/sickbeard start returned 1
[2015-11-08T15:38:03+01:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)

Error on Ubuntu 15.04

Hi, here is the error I got :

Compiled Resource:
------------------
# Declared in /root/cookbooks/seedbox/recipes/default.rb:226:in `from_file'

service("headphones") do
  action [:start]
  supports {:restart=>false, :reload=>false, :status=>false}
  retries 0
  retry_delay 2
  guard_interpreter :default
  service_name "headphones"
  pattern "headphones"
  cookbook_name :seedbox
  recipe_name "default"
end




Running handlers:
[2015-11-08T15:10:23+01:00] ERROR: Running exception handlers
Running handlers complete

[2015-11-08T15:10:23+01:00] ERROR: Exception handlers complete
[2015-11-08T15:10:23+01:00] FATAL: Stacktrace dumped to /root/chef-stacktrace.out
Chef Client failed. 104 resources updated in 57.392031198 seconds
[2015-11-08T15:10:23+01:00] ERROR: service[headphones] (seedbox::default line 226) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of /etc/init.d/headphones start ----
STDOUT: Starting headphones (via systemctl): headphones.service failed!
STDERR: Job for headphones.service failed. See "systemctl status headphones.service" and "journalctl -xe" for details.
---- End output of /etc/init.d/headphones start ----
Ran /etc/init.d/headphones start returned 1
[2015-11-08T15:10:23+01:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
root@vps:~#

And /root/chef-stacktrace.out :

Generated at 2015-11-08 15:10:23 +0100
Mixlib::ShellOut::ShellCommandFailed: service[headphones] (seedbox::default lin$
---- Begin output of /etc/init.d/headphones start ----
STDOUT: Starting headphones (via systemctl): headphones.service failed!
STDERR: Job for headphones.service failed. See "systemctl status headphones.ser$
---- End output of /etc/init.d/headphones start ----
Ran /etc/init.d/headphones start returned 1
/usr/lib/ruby/vendor_ruby/mixlib/shellout.rb:253:in `invalid!'
/usr/lib/ruby/vendor_ruby/mixlib/shellout.rb:239:in `error!'
/usr/lib/ruby/vendor_ruby/chef/mixin/shell_out.rb:43:in `shell_out!'
/usr/lib/ruby/vendor_ruby/chef/provider/service/init.rb:55:in `start_service'
/usr/lib/ruby/vendor_ruby/chef/provider/service.rb:90:in `block in action_start'
/usr/lib/ruby/vendor_ruby/chef/mixin/why_run.rb:52:in `call'
/usr/lib/ruby/vendor_ruby/chef/mixin/why_run.rb:52:in `add_action'
/usr/lib/ruby/vendor_ruby/chef/provider.rb:155:in `converge_by'
/usr/lib/ruby/vendor_ruby/chef/provider/service.rb:89:in `action_start'
/usr/lib/ruby/vendor_ruby/chef/provider.rb:120:in `run_action'
/usr/lib/ruby/vendor_ruby/chef/resource.rb:637:in `run_action'
/usr/lib/ruby/vendor_ruby/chef/runner.rb:49:in `run_action'
/usr/lib/ruby/vendor_ruby/chef/runner.rb:81:in `block (2 levels) in converge'
/usr/lib/ruby/vendor_ruby/chef/runner.rb:81:in `each'
/usr/lib/ruby/vendor_ruby/chef/runner.rb:81:in `block in converge'
/usr/lib/ruby/vendor_ruby/chef/resource_collection.rb:98:in `block in execute_e$
/usr/lib/ruby/vendor_ruby/chef/resource_collection/stepable_iterator.rb:116:in $
/usr/lib/ruby/vendor_ruby/chef/resource_collection/stepable_iterator.rb:116:in $
/usr/lib/ruby/vendor_ruby/chef/resource_collection/stepable_iterator.rb:85:in `$
/usr/lib/ruby/vendor_ruby/chef/resource_collection/stepable_iterator.rb:104:in $
/usr/lib/ruby/vendor_ruby/chef/resource_collection/stepable_iterator.rb:55:in `$
/usr/lib/ruby/vendor_ruby/chef/resource_collection.rb:96:in `execute_each_resou$
/usr/lib/ruby/vendor_ruby/chef/runner.rb:80:in `converge'
/usr/lib/ruby/vendor_ruby/chef/client.rb:345:in `converge'
/usr/lib/ruby/vendor_ruby/chef/client.rb:431:in `do_run'
/usr/lib/ruby/vendor_ruby/chef/client.rb:213:in `block in run'
/usr/lib/ruby/vendor_ruby/chef/client.rb:207:in `fork'
/usr/lib/ruby/vendor_ruby/chef/client.rb:207:in `run'
/usr/lib/ruby/vendor_ruby/chef/application.rb:217:in `run_chef_client'
/usr/lib/ruby/vendor_ruby/chef/application/solo.rb:221:in `block in run_applica$
/usr/lib/ruby/vendor_ruby/chef/application/solo.rb:213:in `loop'
/usr/lib/ruby/vendor_ruby/chef/application/solo.rb:213:in `run_application'
/usr/lib/ruby/vendor_ruby/chef/application.rb:67:in `run'
/usr/bin/chef-solo:24:in `<main>'

Any idea ?

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.