aws / opsworks-cookbooks

Chef Cookbooks for the AWS OpsWorks Service
Other
1.05k stars 1.23k forks source link

Failed to download asset opsworks-ruby2.1 for Install user space OpsWorks ruby package. #269

Closed nisevi closed 5 years ago

nisevi commented 9 years ago

I'm using Fedora 2.0 in my laptop as OS, just in case that matters. The Vm that I'm trying to build is Ubuntu 14.04 LTS. Please if I need to put some other info about the environment just tell me and I'll provide the info. When I'm running this command:

$ vagrant up

I always get this error:

Using ssh deploy key of: /home/nisevi/.ssh/id_rsa
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu1404-opsworks'...

Progress: 10%
Progress: 20%
Progress: 40%
Progress: 60%
Progress: 90%
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: processor_default_1421810732417_28760
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 80 => 8080 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Remote connection disconnect. Retrying...
    default: 
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default: 
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if its present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Mounting shared folders...
    default: /srv/dev/processor => /home/nisevi/Dropbox/Documents/05_PROJECTS/projects_brainyatom/processor
    default: /tmp/vagrant-chef-4/chef-solo-3/roles => /home/nisevi/Dropbox/Documents/05_PROJECTS/projects_brainyatom/processor/deploy/ops/opsworks-roles
    default: /tmp/vagrant-chef-4/chef-solo-1/cookbooks => /home/nisevi/Dropbox/Documents/05_PROJECTS/projects_brainyatom/opsworks-cookbooks
    default: /tmp/vagrant-chef-4/chef-solo-2/cookbooks => /home/nisevi/Dropbox/Documents/05_PROJECTS/projects_brainyatom/ba-cookbooks
==> default: Installing Chef 11.10.0 Omnibus package...
==> default: Downloading Chef 11.10.0 for ubuntu...
==> default: downloading https://www.chef.io/chef/metadata?v=11.10.0&prerelease=false&nightlies=false&p=ubuntu&pv=14.04&m=x86_64
==> default:   to file /tmp/install.sh.1136/metadata.txt
==> default: trying wget...
==> default: url    https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/x86_64/chef_11.10.0-1.ubuntu.13.04_amd64.deb
==> default: md5    2e3fdaebfbfd5f76060434849ffa88b8
==> default: sha256 41915371c414587539eba886ac028bc8196871f07932f1e772f9e7ecaecad796
==> default: yolo   true
==> default: downloaded metadata file looks valid...
==> default: downloading https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/x86_64/chef_11.10.0-1.ubuntu.13.04_amd64.deb
==> default:   to file /tmp/install.sh.1136/chef_11.10.0-1.ubuntu.13.04_amd64.deb
==> default: trying wget...
==> default: Comparing checksum with sha256sum...

==> default: WARNING: Chef-Client has not been regression tested on this O/S Distribution
==> default: WARNING: Do not use this configuration for Production Applications.  Use at your own risk.

==> default: Installing Chef 11.10.0
==> default: installing with dpkg...
==> default: Selecting previously unselected package chef.
==> default: (Reading database ... 59442 files and directories currently installed.)
==> default: Preparing to unpack .../chef_11.10.0-1.ubuntu.13.04_amd64.deb ...
==> default: Unpacking chef (11.10.0-1.ubuntu.13.04) ...
==> default: Setting up chef (11.10.0-1.ubuntu.13.04) ...
==> default: Thank you for installing Chef!
==> default: Running provisioner: shell...
    default: Running: inline script
==> default: W
==> default: : 
==> default: Duplicate sources.list entry http://security.ubuntu.com/ubuntu/ trusty-security/multiverse amd64 Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-amd64_Packages)
==> default: W
==> default: : 
==> default: Duplicate sources.list entry http://security.ubuntu.com/ubuntu/ trusty-security/multiverse i386 Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-i386_Packages)
==> default: W
==> default: : 
==> default: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-amd64_Packages)
==> default: 
==> default: W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ trusty/multiverse i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-i386_Packages)
==> default: W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ trusty-updates/multiverse amd64 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-amd64_Packages)
==> default: W: Duplicate sources.list entry http://archive.ubuntu.com/ubuntu/ trusty-updates/multiverse i386 Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_Packages)
==> default: W: You may want to run apt-get update to correct these problems
==> default: Running provisioner: chef_solo...
==> default: Detected Chef (latest) is already installed
Generating chef JSON and uploading...
==> default: Running chef-solo...
==> default: [2015-01-21T03:30:23+00:00] INFO: Forking chef instance to converge...
==> default: [2015-01-21T03:30:23+00:00] DEBUG: Fork successful. Waiting for new chef pid: 1331
==> default: [2015-01-21T03:30:23+00:00] DEBUG: Forked instance now converging
==> default: [2015-01-21T03:30:23+00:00] INFO: *** Chef 11.10.0 ***
==> default: [2015-01-21T03:30:23+00:00] INFO: Chef-client pid: 1331
==> default: [2015-01-21T03:30:27+00:00] DEBUG: Building node object for ubuntu1404-opsworks
==> default: [2015-01-21T03:30:27+00:00] DEBUG: Extracting run list from JSON attributes provided on command line
==> default: [2015-01-21T03:30:27+00:00] INFO: Setting the run_list to ["role[processor]"] from JSON
==> default: [2015-01-21T03:30:27+00:00] DEBUG: Applying attributes from json file
==> default: [2015-01-21T03:30:27+00:00] DEBUG: Platform is ubuntu version 14.04
==> default: [2015-01-21T03:30:27+00:00] INFO: Run List is [role[processor]]
==> default: [2015-01-21T03:30:27+00:00] INFO: Run List expands to [opsworks_initial_setup, mysql::client, dependencies, opsworks_ganglia::client, deploy::default, ba-processor::setup, ba-processor::deploy, sidekiq::deploy, opsworks_ganglia::configure-client]
==> default: [2015-01-21T03:30:27+00:00] INFO: Starting Chef Run for ubuntu1404-opsworks
==> default: [2015-01-21T03:30:27+00:00] INFO: Running start handlers
==> default: [2015-01-21T03:30:27+00:00] INFO: Start handlers complete.
==> default: [2015-01-21T03:30:27+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-4/chef-solo-1/cookbooks/chefignore no files will be ignored
==> default: [2015-01-21T03:30:28+00:00] WARN: found a directory vendor in the cookbook path, but it contains no cookbook files. skipping.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-4/chef-solo-2/cookbooks/chefignore no files will be ignored
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Cookbooks to compile: [:gem_support, :apache2, :mod_php5_apache2, :mysql, :nginx, :opsworks_agent_monit, :opsworks_aws_flow_ruby, :opsworks_java, :packages, :rails, :unicorn, :passenger_apache2, :php, :scm_helper, :ssh_users, :deploy, :opsworks_nodejs, :opsworks_bundler, :opsworks_rubygems, :ruby, :dependencies, :opsworks_commons, :opsworks_initial_setup, :opsworks_ganglia, :ulimit, :redisio, :"ba-processor", :sidekiq]
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook gem_support's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/gem_support/libraries/current_gem_version.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook packages's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/packages/libraries/packages.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook rails's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/rails/libraries/rails_configuration.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook scm_helper's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/scm_helper/libraries/archive.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook scm_helper's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/scm_helper/libraries/git.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook scm_helper's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/scm_helper/libraries/package.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook scm_helper's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/scm_helper/libraries/s3.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook scm_helper's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/scm_helper/libraries/svn.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook ssh_users's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ssh_users/libraries/user.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook deploy's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/libraries/escape_characters.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_nodejs's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_nodejs/libraries/nodejs_configuration.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook dependencies's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/dependencies/libraries/current_gem_version.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/activesupport_blank.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/monkey_patch_chefgem_resource.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/monkey_patch_deploy_provider.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/monkey_patch_rubygems_provider.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/opsworks_instance_agent_config_parser.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/package_info.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/predicates.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/libraries/shellout.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_initial_setup's library file: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_initial_setup/libraries/autofs.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's library file: /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/libraries/redisio.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook apache2's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/apache2/attributes/apache.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute apache2::apache
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute apache2::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook apache2's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/apache2/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file apache2::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook mod_php5_apache2's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/mod_php5_apache2/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute mod_php5_apache2::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute mod_php5_apache2::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook mod_php5_apache2's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/mod_php5_apache2/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file mod_php5_apache2::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook mysql's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/mysql/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute mysql::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook mysql's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/mysql/attributes/server.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute mysql::server
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file mysql::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook nginx's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/nginx/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute nginx::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook nginx's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/nginx/attributes/nginx.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute nginx::nginx
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file nginx::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_agent_monit's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_agent_monit/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_agent_monit::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_initial_setup::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_initial_setup::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_agent_monit::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_agent_monit's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_agent_monit/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_agent_monit::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_aws_flow_ruby's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_aws_flow_ruby/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_aws_flow_ruby::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_java's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_java/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_java::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_java::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_java's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_java/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_java::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook packages's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/packages/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute packages::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook packages's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/packages/attributes/packages.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute packages::packages
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file packages::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook rails's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/rails/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute rails::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook rails's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/rails/attributes/rails.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute rails::rails
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute deploy::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute deploy::deploy
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute deploy::logrotate
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute deploy::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute deploy::rails_stack
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file rails::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook unicorn's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/unicorn/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute unicorn::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file rails::rails, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute unicorn::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook unicorn's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/unicorn/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file unicorn::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook passenger_apache2's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/passenger_apache2/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute passenger_apache2::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook passenger_apache2's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/passenger_apache2/attributes/passenger.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute passenger_apache2::passenger
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file rails::rails, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file packages::packages, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file passenger_apache2::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook php's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/php/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute php::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute php::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook php's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/php/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file php::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook ssh_users's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ssh_users/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute ssh_users::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute ssh_users::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook ssh_users's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ssh_users/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file ssh_users::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook deploy's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook deploy's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook deploy's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/attributes/deploy.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::deploy, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook deploy's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/attributes/logrotate.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::logrotate, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook deploy's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/attributes/rails_stack.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::rails_stack, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_nodejs's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_nodejs/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_nodejs::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_nodejs's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_nodejs/attributes/opsworks_nodejs.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_nodejs::opsworks_nodejs
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file deploy::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_nodejs::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_bundler's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_bundler/attributes/bundler.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_bundler::bundler
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_bundler::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_bundler's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_bundler/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_bundler::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_rubygems's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_rubygems/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_rubygems::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_rubygems's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_rubygems/attributes/rubygems.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_rubygems::rubygems
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_rubygems::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook ruby's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ruby/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute ruby::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook ruby's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ruby/attributes/ruby.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute ruby::ruby
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_commons::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_commons::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file ruby::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook dependencies's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/dependencies/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute dependencies::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file ruby::ruby, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute dependencies::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook dependencies's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/dependencies/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file dependencies::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_commons's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_commons::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_commons's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_commons::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_initial_setup's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_initial_setup/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_initial_setup's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_initial_setup/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_ganglia's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_ganglia/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_ganglia::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_initial_setup::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file apache2::apache, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute opsworks_ganglia::customize
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook opsworks_ganglia's attribute file /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_ganglia/attributes/customize.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file opsworks_ganglia::customize, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook ulimit's attribute file /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute ulimit::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook redisio's attribute file /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute redisio::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook redisio's attribute file /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/attributes/redis_gem.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute redisio::redis_gem
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Node ubuntu1404-opsworks loading cookbook ba-processor's attribute file /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ba-processor/attributes/default.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading Attribute ba-processor::default
==> default: [2015-01-21T03:30:29+00:00] DEBUG: I am not loading attribute file redisio::default, because I have already seen it.
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's providers from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb into a provider named opsworks_commons_assets_installer defined in Chef::Provider::OpsworksCommonsAssetsInstaller
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_commons's resources from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/resources/assets_installer.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/resources/assets_installer.rb into a resource named opsworks_commons_assets_installer defined in Chef::Resource::OpsworksCommonsAssetsInstaller
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook ulimit's providers from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/providers/domain.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/providers/domain.rb into a provider named ulimit_domain defined in Chef::Provider::UlimitDomain
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook ulimit's providers from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/providers/rule.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/providers/rule.rb into a provider named ulimit_rule defined in Chef::Provider::UlimitRule
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook ulimit's resources from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/resources/domain.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/resources/domain.rb into a resource named ulimit_domain defined in Chef::Resource::UlimitDomain
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook ulimit's resources from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/resources/rule.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/resources/rule.rb into a resource named ulimit_rule defined in Chef::Resource::UlimitRule
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's providers from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/providers/install.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/providers/install.rb into a provider named redisio_install defined in Chef::Provider::RedisioInstall
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's providers from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/providers/service.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/providers/service.rb into a provider named redisio_service defined in Chef::Provider::RedisioService
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's providers from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/providers/uninstall.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/providers/uninstall.rb into a provider named redisio_uninstall defined in Chef::Provider::RedisioUninstall
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's resources from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/resources/install.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/resources/install.rb into a resource named redisio_install defined in Chef::Resource::RedisioInstall
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's resources from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/resources/service.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/resources/service.rb into a resource named redisio_service defined in Chef::Resource::RedisioService
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook redisio's resources from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/resources/uninstall.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-4/chef-solo-2/cookbooks/redisio/resources/uninstall.rb into a resource named redisio_uninstall defined in Chef::Resource::RedisioUninstall
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook apache2's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/apache2/definitions/apache_conf.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook apache2's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/apache2/definitions/apache_module.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook apache2's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/apache2/definitions/apache_site.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook apache2's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/apache2/definitions/web_app.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook nginx's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/nginx/definitions/nginx_web_app.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook opsworks_aws_flow_ruby's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_aws_flow_ruby/definitions/opsworks_aws_flow_ruby.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook unicorn's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/unicorn/definitions/unicorn_web_app.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook passenger_apache2's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/passenger_apache2/definitions/passenger_web_app.rb
==> default: [2015-01-21T03:30:29+00:00] DEBUG: Loading cookbook deploy's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/definitions/opsworks_deploy.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading cookbook deploy's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/definitions/opsworks_deploy_dir.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading cookbook deploy's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/definitions/opsworks_deploy_user.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading cookbook deploy's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/definitions/opsworks_nodejs.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading cookbook deploy's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/deploy/definitions/opsworks_rails.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading cookbook opsworks_nodejs's definitions from /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_nodejs/definitions/application_environment_file.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading cookbook ulimit's definitions from /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ulimit/definitions/user_ulimit.rb
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::sysctl via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe sysctl in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::limits via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe limits in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::remove_landscape via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe remove_landscape in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::ldconfig via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe ldconfig in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::yum_conf via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe yum_conf in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::tweak_chef_yum_dump via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe tweak_chef_yum_dump in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::setup_rhel_repos via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe setup_rhel_repos in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::package_procps via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe package_procps in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::package_ntpd via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe package_ntpd in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::package_vim via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe package_vim in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::package_sqlite via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe package_sqlite in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_initial_setup::package_screen via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe package_screen in cookbook opsworks_initial_setup
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe mysql::client via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe client in cookbook mysql
==> default: [2015-01-21T03:30:30+00:00] INFO: No db-master layer or MySQL RDS DB instance found. Skipping MySQL client package installation.
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe dependencies via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook dependencies
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe packages via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook packages
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe gem_support via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook gem_support
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe ruby via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook ruby
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_rubygems via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook opsworks_rubygems
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_bundler via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook opsworks_bundler
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_ganglia::client via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe client in cookbook opsworks_ganglia
==> default: [2015-01-21T03:30:30+00:00] INFO: No monitoring-master node found. Skipping Ganglia client setup.
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe deploy::default via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook deploy
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe dependencies via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: I am not loading dependencies, because I have already seen it.
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe ba-processor::setup via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe setup in cookbook ba-processor
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_bundler via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: I am not loading opsworks_bundler, because I have already seen it.
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe redisio::install via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe install in cookbook redisio
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe redisio::default via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook redisio
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe ulimit::default via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe default in cookbook ulimit
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe redisio::enable via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe enable in cookbook redisio
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe ba-processor::deploy via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe deploy in cookbook ba-processor
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe deploy via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: I am not loading deploy, because I have already seen it.
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Checking out source code of application processor with type other
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe sidekiq::deploy via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe deploy in cookbook sidekiq
==> default: [2015-01-21T03:30:30+00:00] WARN: Cloning resource attributes for bash[restart_sidekiq] from prior resource (CHEF-3694)
==> default: [2015-01-21T03:30:30+00:00] WARN: Previous bash[restart_sidekiq]: /tmp/vagrant-chef-4/chef-solo-2/cookbooks/ba-processor/recipes/deploy.rb:54:in `from_file'
==> default: [2015-01-21T03:30:30+00:00] WARN: Current  bash[restart_sidekiq]: /tmp/vagrant-chef-4/chef-solo-2/cookbooks/sidekiq/recipes/deploy.rb:30:in `block in from_file'
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading Recipe opsworks_ganglia::configure-client via include_recipe
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Found recipe configure-client in cookbook opsworks_ganglia
==> default: [2015-01-21T03:30:30+00:00] INFO: No monitoring-master node found. Skipping Ganglia client configuration.
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef-4/chef-solo-1/cookbooks, /tmp/vagrant-chef-4/chef-solo-2/cookbooks
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Converging node ubuntu1404-opsworks
==> default: [2015-01-21T03:30:30+00:00] INFO: Processing directory[/etc/sysctl.d] action create (opsworks_initial_setup::sysctl line 1)
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found target_mode == current_mode, not updating mode
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found target_uid == current_uid, not updating owner
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found target_gid == current_gid, not updating group
==> default: [2015-01-21T03:30:30+00:00] INFO: Processing template[/etc/sysctl.d/70-opsworks-defaults.conf] action create (opsworks_initial_setup::sysctl line 8)
==> default: [2015-01-21T03:30:30+00:00] DEBUG: touching /etc/sysctl.d/70-opsworks-defaults.conf to create it
==> default: [2015-01-21T03:30:30+00:00] INFO: template[/etc/sysctl.d/70-opsworks-defaults.conf] created file /etc/sysctl.d/70-opsworks-defaults.conf
==> default: [2015-01-21T03:30:30+00:00] DEBUG: calculating checksum of /tmp/chef-rendered-template20150121-1331-9uwjw8 to compare with 
==> default: [2015-01-21T03:30:30+00:00] DEBUG: running: diff -u /etc/sysctl.d/70-opsworks-defaults.conf /tmp/chef-rendered-template20150121-1331-9uwjw8
==> default: [2015-01-21T03:30:30+00:00] DEBUG: reading modes from /etc/sysctl.d/70-opsworks-defaults.conf file
==> default: [2015-01-21T03:30:30+00:00] DEBUG: applying mode = 644, uid = 0, gid = 0 to /tmp/chef-rendered-template20150121-1331-9uwjw8
==> default: [2015-01-21T03:30:30+00:00] DEBUG: moving temporary file /tmp/chef-rendered-template20150121-1331-9uwjw8 into place at /etc/sysctl.d/70-opsworks-defaults.conf
==> default: [2015-01-21T03:30:30+00:00] INFO: template[/etc/sysctl.d/70-opsworks-defaults.conf] updated file contents /etc/sysctl.d/70-opsworks-defaults.conf
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_mode == nil, so we are creating a new file, updating mode
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_mode == nil, so we are creating a new file, updating mode
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_uid == nil, so we are creating a new file, updating owner
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_gid == nil, so we are creating a new file, updating group
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_uid == nil, so we are creating a new file, updating owner
==> default: [2015-01-21T03:30:30+00:00] INFO: template[/etc/sysctl.d/70-opsworks-defaults.conf] owner changed to 0
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_gid == nil, so we are creating a new file, updating group
==> default: [2015-01-21T03:30:30+00:00] INFO: template[/etc/sysctl.d/70-opsworks-defaults.conf] group changed to 0
==> default: [2015-01-21T03:30:30+00:00] DEBUG: found current_mode == nil, so we are creating a new file, updating mode
==> default: [2015-01-21T03:30:30+00:00] INFO: template[/etc/sysctl.d/70-opsworks-defaults.conf] mode changed to 644
==> default: [2015-01-21T03:30:30+00:00] DEBUG: selinux utilities can not be found. Skipping selinux permission fixup.
==> default: [2015-01-21T03:30:30+00:00] INFO: Processing execute[Setting sysctl: net.core.somaxconn] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:30+00:00] INFO: execute[Setting sysctl: net.core.somaxconn] ran successfully
==> default: [2015-01-21T03:30:30+00:00] INFO: Processing execute[Setting sysctl: net.core.netdev_max_backlog] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:30+00:00] INFO: execute[Setting sysctl: net.core.netdev_max_backlog] ran successfully
==> default: [2015-01-21T03:30:30+00:00] INFO: Processing execute[Setting sysctl: net.ipv4.tcp_max_syn_backlog] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:30+00:00] INFO: execute[Setting sysctl: net.ipv4.tcp_max_syn_backlog] ran successfully
==> default: [2015-01-21T03:30:30+00:00] INFO: Processing execute[Setting sysctl: net.ipv4.tcp_fin_timeout] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:30+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:31+00:00] INFO: execute[Setting sysctl: net.ipv4.tcp_fin_timeout] ran successfully
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing execute[Setting sysctl: net.ipv4.tcp_keepalive_time] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:31+00:00] INFO: execute[Setting sysctl: net.ipv4.tcp_keepalive_time] ran successfully
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing execute[Setting sysctl: net.ipv4.tcp_max_orphans] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:31+00:00] INFO: execute[Setting sysctl: net.ipv4.tcp_max_orphans] ran successfully
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing execute[Setting sysctl: net.ipv4.tcp_tw_reuse] action run (opsworks_initial_setup::sysctl line 17)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:31+00:00] INFO: execute[Setting sysctl: net.ipv4.tcp_tw_reuse] ran successfully
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing template[/etc/security/limits.conf] action create (opsworks_initial_setup::limits line 1)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: template[/etc/security/limits.conf] checksumming file at /etc/security/limits.conf.
==> default: [2015-01-21T03:30:31+00:00] DEBUG: calculating checksum of /tmp/chef-rendered-template20150121-1331-1h3hkt9 to compare with 69ff0dea1ee42bc6eda9077627610d3181e6fa82a9a3d03e36f20d35c3dbab9e
==> default: [2015-01-21T03:30:31+00:00] DEBUG: running: diff -u /etc/security/limits.conf /tmp/chef-rendered-template20150121-1331-1h3hkt9
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/security/limits.conf] backed up to /var/chef/backup/etc/security/limits.conf.chef-20150121033031.153456
==> default: [2015-01-21T03:30:31+00:00] DEBUG: reading modes from /etc/security/limits.conf file
==> default: [2015-01-21T03:30:31+00:00] DEBUG: applying mode = 644, uid = 0, gid = 0 to /tmp/chef-rendered-template20150121-1331-1h3hkt9
==> default: [2015-01-21T03:30:31+00:00] DEBUG: moving temporary file /tmp/chef-rendered-template20150121-1331-1h3hkt9 into place at /etc/security/limits.conf
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/security/limits.conf] updated file contents /etc/security/limits.conf
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found target_mode == current_mode, not updating mode
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found target_uid == current_uid, not updating owner
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found target_gid == current_gid, not updating group
==> default: [2015-01-21T03:30:31+00:00] DEBUG: selinux utilities can not be found. Skipping selinux permission fixup.
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing package[landscape-common] action purge (opsworks_initial_setup::remove_landscape line 5)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:31+00:00] DEBUG: package[landscape-common] checking package status for landscape-common
==> default: [2015-01-21T03:30:31+00:00] DEBUG: package[landscape-common] current version is nil
==> default: [2015-01-21T03:30:31+00:00] DEBUG: package[landscape-common] candidate version is 14.01-0ubuntu3
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing package[landscape-client] action purge (opsworks_initial_setup::remove_landscape line 5)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:31+00:00] DEBUG: package[landscape-client] checking package status for landscape-client
==> default: [2015-01-21T03:30:31+00:00] DEBUG: package[landscape-client] current version is nil
==> default: [2015-01-21T03:30:31+00:00] DEBUG: package[landscape-client] candidate version is 14.01-0ubuntu3
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing template[/etc/ld.so.conf.d/opsworks-user-space.conf] action create (opsworks_initial_setup::ldconfig line 1)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: touching /etc/ld.so.conf.d/opsworks-user-space.conf to create it
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/ld.so.conf.d/opsworks-user-space.conf] created file /etc/ld.so.conf.d/opsworks-user-space.conf
==> default: [2015-01-21T03:30:31+00:00] DEBUG: calculating checksum of /tmp/chef-rendered-template20150121-1331-1xnhqg0 to compare with 
==> default: [2015-01-21T03:30:31+00:00] DEBUG: running: diff -u /etc/ld.so.conf.d/opsworks-user-space.conf /tmp/chef-rendered-template20150121-1331-1xnhqg0
==> default: [2015-01-21T03:30:31+00:00] DEBUG: reading modes from /etc/ld.so.conf.d/opsworks-user-space.conf file
==> default: [2015-01-21T03:30:31+00:00] DEBUG: applying mode = 644, uid = 0, gid = 0 to /tmp/chef-rendered-template20150121-1331-1xnhqg0
==> default: [2015-01-21T03:30:31+00:00] DEBUG: moving temporary file /tmp/chef-rendered-template20150121-1331-1xnhqg0 into place at /etc/ld.so.conf.d/opsworks-user-space.conf
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/ld.so.conf.d/opsworks-user-space.conf] updated file contents /etc/ld.so.conf.d/opsworks-user-space.conf
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_mode == nil, so we are creating a new file, updating mode
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_mode == nil, so we are creating a new file, updating mode
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_uid == nil, so we are creating a new file, updating owner
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_gid == nil, so we are creating a new file, updating group
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_uid == nil, so we are creating a new file, updating owner
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/ld.so.conf.d/opsworks-user-space.conf] owner changed to 0
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_gid == nil, so we are creating a new file, updating group
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/ld.so.conf.d/opsworks-user-space.conf] group changed to 0
==> default: [2015-01-21T03:30:31+00:00] DEBUG: found current_mode == nil, so we are creating a new file, updating mode
==> default: [2015-01-21T03:30:31+00:00] INFO: template[/etc/ld.so.conf.d/opsworks-user-space.conf] mode changed to 444
==> default: [2015-01-21T03:30:31+00:00] DEBUG: selinux utilities can not be found. Skipping selinux permission fixup.
==> default: [2015-01-21T03:30:31+00:00] INFO: Processing execute[Configure dynamic linker run-time bindings] action run (opsworks_initial_setup::ldconfig line 8)
==> default: [2015-01-21T03:30:31+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:33+00:00] INFO: execute[Configure dynamic linker run-time bindings] ran successfully
==> default: [2015-01-21T03:30:33+00:00] INFO: Processing ruby_block[enable keepcache in yum.conf] action run (opsworks_initial_setup::yum_conf line 1)
==> default: [2015-01-21T03:30:33+00:00] DEBUG: Skipping ruby_block[enable keepcache in yum.conf] due to only_if ruby block
==> default: [2015-01-21T03:30:33+00:00] INFO: Processing ruby_block[disable yum update-motd plugin] action run (opsworks_initial_setup::yum_conf line 13)
==> default: [2015-01-21T03:30:33+00:00] DEBUG: Skipping ruby_block[disable yum update-motd plugin] due to only_if ruby block
==> default: [2015-01-21T03:30:33+00:00] INFO: Processing bash[set lock timeout in Chef's yum-dump.py] action run (opsworks_initial_setup::tweak_chef_yum_dump line 2)
==> default: [2015-01-21T03:30:33+00:00] DEBUG: Skipping bash[set lock timeout in Chef's yum-dump.py] due to only_if ruby block
==> default: [2015-01-21T03:30:33+00:00] INFO: Processing package[procps] action install (opsworks_initial_setup::package_procps line 1)
==> default: [2015-01-21T03:30:33+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[procps] checking package status for procps
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[procps] current version is 1:3.3.9-1ubuntu2
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[procps] candidate version is 1:3.3.9-1ubuntu2
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[procps] is already installed - nothing to do
==> default: [2015-01-21T03:30:33+00:00] INFO: Processing package[ntp] action install (opsworks_initial_setup::package_ntpd line 3)
==> default: [2015-01-21T03:30:33+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[ntp] checking package status for ntp
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[ntp] current version is nil
==> default: [2015-01-21T03:30:33+00:00] DEBUG: package[ntp] candidate version is 1:4.2.6.p5+dfsg-3ubuntu2.14.04.1
==> default: [2015-01-21T03:30:59+00:00] INFO: Processing package[vim-nox] action install (opsworks_initial_setup::package_vim line 3)
==> default: [2015-01-21T03:30:59+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:30:59+00:00] DEBUG: package[vim-nox] checking package status for vim-nox
==> default: [2015-01-21T03:30:59+00:00] DEBUG: package[vim-nox] current version is nil
==> default: [2015-01-21T03:30:59+00:00] DEBUG: package[vim-nox] candidate version is 2:7.4.052-1ubuntu3
==> default: [2015-01-21T03:31:36+00:00] INFO: Processing package[screen] action install (opsworks_initial_setup::package_screen line 1)
==> default: [2015-01-21T03:31:36+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: [2015-01-21T03:31:36+00:00] DEBUG: package[screen] checking package status for screen
==> default: [2015-01-21T03:31:36+00:00] DEBUG: package[screen] current version is nil
==> default: [2015-01-21T03:31:36+00:00] DEBUG: package[screen] candidate version is 4.1.0~20120320gitdb59704-9
==> default: [2015-01-21T03:32:09+00:00] INFO: Processing log[downloading] action nothing (ruby::default line 32)
==> default: [2015-01-21T03:32:09+00:00] DEBUG: Skipping log[downloading] due to action :nothing
==> default: [2015-01-21T03:32:09+00:00] INFO: Processing opsworks_commons_assets_installer[Install user space OpsWorks ruby package] action install (ruby::default line 39)
==> default: [2015-01-21T03:32:09+00:00] DEBUG: Platform ubuntu version 14.04 found
==> default: sh: 1: 
==> default: /opt/aws/opsworks/current/cookbooks/../bin/downloader.sh: not found
==> default: [2015-01-21T03:32:09+00:00] INFO: Downloading FOO asset opsworks-ruby2.1_2.1.5-1_amd64.deb for Install user space OpsWorks ruby package at url https://opsworks-instance-assets-us-east-1.s3.amazonaws.com/packages/ubuntu/14.04/opsworks-ruby2.1_2.1.5-1_amd64.deb.
==> default: ================================================================================
==> default: Error executing action `install` on resource 'opsworks_commons_assets_installer[Install user space OpsWorks ruby package]'
==> default: ================================================================================
==> default: 
==> default: 
==> default: Chef::Exceptions::ResourceNotFound
==> default: ----------------------------------
==> default: Failed to download asset opsworks-ruby2.1 for Install user space OpsWorks ruby package.
==> default: 
==> default: Cookbook Trace:
==> default: ---------------
==> default: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb:84:in `local_asset'
==> default: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb:5:in `block in class_from_file'
==> default: 
==> default: Resource Declaration:
==> default: ---------------------
==> default: # In /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ruby/recipes/default.rb
==> default: 
==> default:  39:   opsworks_commons_assets_installer "Install user space OpsWorks ruby package" do
==> default:  40:     asset package_name
==> default:  41:     version node[:ruby][:version]
==> default:  42:     release node[:ruby][:pkgrelease]
==> default:  43: 
==> default:  44:     notifies :write, "log[downloading]", :immediately
==> default:  45:     action :install
==> default:  46:   end
==> default:  47: end
==> default: 
==> default: Compiled Resource:
==> default: ------------------
==> default: # Declared in /tmp/vagrant-chef-4/chef-solo-1/cookbooks/ruby/recipes/default.rb:39:in `from_file'
==> default: 
==> default: opsworks_commons_assets_installer("Install user space OpsWorks ruby package") do
==> default:   action [:install]
==> default:   retries 0
==> default:   retry_delay 2
==> default:   cookbook_name :ruby
==> default:   recipe_name "default"
==> default:   asset "opsworks-ruby2.1"
==> default:   version "2.1.5"
==> default:   release "1"
==> default:   max_fetch_retries 3
==> default: end
==> default: 
==> default: [2015-01-21T03:32:09+00:00] INFO: Running queued delayed notifications before re-raising exception
==> default: [2015-01-21T03:32:09+00:00] DEBUG: Re-raising exception: Chef::Exceptions::ResourceNotFound - opsworks_commons_assets_installer[Install user space OpsWorks ruby package] (ruby::default line 39) had an error: Chef::Exceptions::ResourceNotFound: Failed to download asset opsworks-ruby2.1 for Install user space OpsWorks ruby package.
==> default: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb:84:in `local_asset'
==> default:   /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb:5:in `block in class_from_file'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/provider/lwrp_base.rb:138:in `instance_eval'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/provider/lwrp_base.rb:138:in `block in action'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/provider.rb:118:in `run_action'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource.rb:625:in `run_action'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:49:in `run_action'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:81:in `block (2 levels) in converge'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:81:in `each'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:81:in `block in converge'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection.rb:98:in `block in execute_each_resource'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection.rb:96:in `execute_each_resource'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:80:in `converge'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:335:in `converge'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:415:in `do_run'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:200:in `block in run'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:194:in `fork'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:194:in `run'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application.rb:215:in `run_chef_client'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application/solo.rb:221:in `block in run_application'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application/solo.rb:213:in `loop'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application/solo.rb:213:in `run_application'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application.rb:66:in `run'
==> default:   /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/bin/chef-solo:25:in `<top (required)>'
==> default:   /usr/bin/chef-solo:23:in `load'
==> default:   /usr/bin/chef-solo:23:in `<main>'
==> default: [2015-01-21T03:32:09+00:00] ERROR: Running exception handlers
==> default: [2015-01-21T03:32:09+00:00] ERROR: Exception handlers complete
==> default: [2015-01-21T03:32:09+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2015-01-21T03:32:09+00:00] DEBUG: Chef::Exceptions::ResourceNotFound: opsworks_commons_assets_installer[Install user space OpsWorks ruby package] (ruby::default line 39) had an error: Chef::Exceptions::ResourceNotFound: Failed to download asset opsworks-ruby2.1 for Install user space OpsWorks ruby package.
==> default: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb:84:in `local_asset'
==> default: /tmp/vagrant-chef-4/chef-solo-1/cookbooks/opsworks_commons/providers/assets_installer.rb:5:in `block in class_from_file'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/provider/lwrp_base.rb:138:in `instance_eval'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/provider/lwrp_base.rb:138:in `block in action'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/provider.rb:118:in `run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource.rb:625:in `run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:49:in `run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:81:in `block (2 levels) in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:81:in `each'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:81:in `block in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection.rb:98:in `block in execute_each_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/resource_collection.rb:96:in `execute_each_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/runner.rb:80:in `converge'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:335:in `converge'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:415:in `do_run'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:200:in `block in run'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:194:in `fork'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/client.rb:194:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application.rb:215:in `run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application/solo.rb:221:in `block in run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application/solo.rb:213:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application/solo.rb:213:in `run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/lib/chef/application.rb:66:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.10.0/bin/chef-solo:25:in `<top (required)>'
==> default: /usr/bin/chef-solo:23:in `load'
==> default: /usr/bin/chef-solo:23:in `<main>'
==> default: [2015-01-21T03:32:09+00:00] ERROR: opsworks_commons_assets_installer[Install user space OpsWorks ruby package] (ruby::default line 39) had an error: Chef::Exceptions::ResourceNotFound: Failed to download asset opsworks-ruby2.1 for Install user space OpsWorks ruby package.
==> default: [2015-01-21T03:32:09+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)

The thing is that I tried also running "vagrant provision/reload" but the error is still there, the weird thing is this: when I saw that the url that was failing was:

https://opsworks-instance-assets-us-east-1.s3.amazonaws.com/packages/ubuntu/14.04/opsworks-ruby2.1_2.1.5-1_amd64.deb

I thought, what if I do:

$ vagrant ssh

and then from the Vm I try to install that package so I did:

wget https://opsworks-instance-assets-us-east-1.s3.amazonaws.com/packages/ubuntu/14.04/opsworks-ruby2.1_2.1.5-1_amd64.deb

and then dpkg -i opsworks-ruby2.1_2.1.5-1_amd64.deb

and the package was installed but I need to know why that package can not be installed automatically.

jweiss commented 9 years ago

AWS OpsWorks currently does not support Fedora.

We only support:

Amazon Linux 2014.03 Amazon Linux 2014.09 Ubuntu 12.04 LTS Ubuntu 14.04 LTS

We are working on adding more OS but for now you have to use one of the above.

nisevi commented 9 years ago

Hi @jweiss, I'm going to clarify, I'm using as OS in my laptop Fedora 2.0. The Vm that I'm trying to build is Ubuntu 14.04 LTS.

dieend commented 9 years ago

@nisevi did you able to solve this problem?

ldesiqueira commented 9 years ago

hi I am hitting this issue as well.

"""

[root@ip-10-172-81-104 aws]# cat /etc/issue Amazon Linux AMI release 2015.03 Kernel \r on an \m

Which is supported by OpsWorks

jarv commented 9 years ago

@LouTheBrew Can you give us the steps to reproduce the error as well as the agent version? On the host run sudo ls -l /opt/aws/opsworks/current