Closed fhwangmcu closed 9 years ago
My read of the output is that there is a network setting or firewall issue that is preventing your virtual machine guest from communicating with the Internet. e.g. the "==> default: 503 Service Unavailable [IP: 91.189.91.14 80]" is an indicator that there's a network access problem.
Are you aware of what might be causing a network access problem from your host machine?
On Tue, Sep 23, 2014 at 5:07 PM, fhwangmcu notifications@github.com wrote:
Hi, I have problems with the installation of the virtual machine. I tried to install and provision the vagrant a few times on a Window 7 and a Winserver2003, but I always get the same error. Do you have any suggestions? I use the softwares as below:
- VirtualBox-4.3.16-95972-Win.exe for Window 7
- vagrant_1.6.5.msi for Window 7
Following is the message geneated dring operation of vagrant up:
Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'precise32'...
[KProgress: 10% [KProgress: 20% [KProgress: 30% [KProgress: 40% [KProgress: 50% [KProgress: 60% [KProgress: 80% [KProgress: 90% [K==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: Mining-the-Social-Web-2nd-Edition-master_default_1411493642864_29857 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 8888 => 8888 (adapter 1) default: 5000 => 5000 (adapter 1) default: 27017 => 27017 (adapter 1) default: 27018 => 27018 (adapter 1) default: 27019 => 27019 (adapter 1) default: 28017 => 28017 (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: Machine booted and ready! ==> default: Checking for guest additions in VM... default: The guest additions on this VM do not match the installed version of default: VirtualBox! In most cases this is fine, but in rare cases it can default: prevent things such as shared folders from working properly. If you see default: shared folder errors, please make sure the guest additions within the default: virtual machine match the version of VirtualBox you have installed on default: your host and reload your VM. default: default: Guest Additions Version: 4.2.0 default: VirtualBox Version: 4.3 ==> default: Mounting shared folders... default: /vagrant => D:/Mining-the-Social-Web-2nd-Edition-master default: /tmp/vagrant-chef-5/chef-solo-1/cookbooks => D:/Mining-the-Social-Web-2nd-Edition-master/deploy/cookbooks ==> default: Running provisioner: chef_solo... Generating chef JSON and uploading... ==> default: Running chef-solo... ==> default: stdin: is not a tty ==> default: [2014-09-23T17:34:39+00:00] INFO: * Chef 10.14.2 * ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Building node object for precise32 ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Extracting run list from JSON attributes provided on command line ==> default: [2014-09-23T17:34:39+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from JSON ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Applying attributes from json file ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Platform is ubuntu version 12.04 ==> default: [2014-09-23T17:34:39+00:00] INFO: Run List is [recipe[mtsw2e::default]] ==> default: [2014-09-23T17:34:39+00:00] INFO: Run List expands to [mtsw2e::default] ==> default: [2014-09-23T17:34:39+00:00] INFO: Starting Chef Run for precise32 ==> default: [2014-09-23T17:34:39+00:00] INFO: Running start handlers ==> default: [2014-09-23T17:34:39+00:00] INFO: Start handlers complete. ==> default: [2014-09-23T17:34:39+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-5/chef-solo-1/cookbooks/chefignore no files will be ignored ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/libraries/resource_runit_service.rb ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/libraries/provider_runit_service.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/libraries/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/pip.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/pip.rb into a provider named python_pip defined in Chef::Provider::PythonPip ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/virtualenv.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/virtualenv.rb into a provider named python_virtualenv defined in Chef::Provider::PythonVirtualenv ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/key.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/key.rb into a provider named yum_key defined in Chef::Provider::YumKey ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/repository.rb into a provider named yum_repository defined in Chef::Provider::YumRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/repository.rb into a provider named apt_repository defined in Chef::Provider::AptRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/preference.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/preference.rb into a provider named apt_preference defined in Chef::Provider::AptPreference ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/virtualenv.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/virtualenv.rb into a resource named python_virtualenv defined in Chef::Resource::PythonVirtualenv ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/pip.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/pip.rb into a resource named python_pip defined in Chef::Resource::PythonPip ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/key.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/key.rb into a resource named yum_key defined in Chef::Resource::YumKey ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/repository.rb into a resource named yum_repository defined in Chef::Resource::YumRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/preference.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/preference.rb into a resource named apt_preference defined in Chef::Resource::AptPreference ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/repository.rb into a resource named apt_repository defined in Chef::Resource::AptRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook runit's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook python's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/epel.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/elrepo.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/remi.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook apt's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook build-essential's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/build-essential/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe mtsw2e::default via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook mtsw2e ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe apt via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook apt ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe runit via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook runit ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python::package via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe package in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python::pip via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe pip in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python::virtualenv via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe virtualenv in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: I am not loading python::pip, because I have already seen it. ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef-5/chef-solo-1/cookbooks ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Converging node precise32 ==> default: [2014-09-23T17:34:40+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) ==> default: [2014-09-23T17:35:31+00:00] ERROR: executeapt-get-update had an error: Expected process to exit with [0], but received '100' ==> default: ---- Begin output of apt-get update ---- ==> default: STDOUT: Ign http://security.ubuntu.com precise-security InRelease ==> default: Ign http://us.archive.ubuntu.com precise InRelease ==> default: Ign http://security.ubuntu.com precise-security Release.gpg ==> default: Ign http://us.archive.ubuntu.com precise-updates InRelease ==> default: Ign http://security.ubuntu.com precise-security Release ==> default: Ign http://us.archive.ubuntu.com precise-backports InRelease ==> default: Ign http://security.ubuntu.com precise-security/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release ==> default: Ign http://security.ubuntu.com precise-security/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release ==> default: Ign http://security.ubuntu.com precise-security/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release ==> default: Ign http://security.ubuntu.com precise-security/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/main i386 Packages/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe TranslationIndex ==> default: Err http://security.ubuntu.com precise-security/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://security.ubuntu.com precise-security/main Translation-en ==> default: Ign http://security.ubuntu.com precise-security/multiverse Translation-en ==> default: Ign http://security.ubuntu.com precise-security/restricted Translation-en ==> default: Ign http://security.ubuntu.com precise-security/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-updates/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-backports/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Translation-en ==> default: STDERR: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: E: Some index files failed to download. They have been ignored, or old ones used instead. ==> default: ---- End output of apt-get update ---- ==> default: Ran apt-get update returned 100; ignore_failure is set, continuing
==> default:
==> default: Error executing action run on resource 'execute[apt-get-update]'
==> default:
==> default: Mixlib::ShellOut::ShellCommandFailed ==> default: ------------------------------------ ==> default: ==> default: Expected process to exit with [0], but received '100' ==> default: ---- Begin output of apt-get update ---- ==> default: STDOUT: Ign http://security.ubuntu.com precise-security InRelease ==> default: Ign http://us.archive.ubuntu.com precise InRelease ==> default: Ign http://security.ubuntu.com precise-security Release.gpg ==> default: Ign http://us.archive.ubuntu.com precise-updates InRelease ==> default: Ign http://security.ubuntu.com precise-security Release ==> default: Ign http://us.archive.ubuntu.com precise-backports InRelease ==> default: Ign http://security.ubuntu.com precise-security/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release ==> default: Ign http://security.ubuntu.com precise-security/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release ==> default: Ign http://security.ubuntu.com precise-security/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release ==> default: Ign http://security.ubuntu.com precise-security/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/main i386 Packages/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe TranslationIndex ==> default: Err http://security.ubuntu.com precise-security/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://security.ubuntu.com precise-security/main Translation-en ==> default: Ign http://security.ubuntu.com precise-security/multiverse Translation-en ==> default: Ign http://security.ubuntu.com precise-security/restricted Translation-en ==> default: Ign http://security.ubuntu.com precise-security/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-updates/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-backports/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Translation-en ==> default: STDERR: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: E: Some index files failed to download. They have been ignored, or old ones used instead. ==> default: ---- End output of apt-get update ---- ==> default: Ran apt-get update returned 100 ==> default: ==> default: Resource Declaration: ==> default: --------------------- ==> default: # In /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb ==> default: ==> default: 21: # Run apt-get update to create the stamp file ==> default: 22: execute "apt-get-update" do ==> default: 23: command "apt-get update" ==> default: 24: ignore_failure true ==> default: 25: not_if do ::File.exists?('/var/lib/apt/periodic/update-success-stamp') end ==> default: 26: end ==> default: 27: ==> default: ==> default: Compiled Resource: ==> default: ------------------ ==> default: # Declared in /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb:22:in from_file' ==> default: ==> default: execute("apt-get-update") do ==> default: retry_delay 2 ==> default: returns 0 ==> default: command "apt-get update" ==> default: retries 0 ==> default: recipe_name "default" ==> default: ignore_failure true ==> default: action "run" ==> default: cookbook_name :apt ==> default: backup 5 ==> default: not_if { #code block } ==> default: end ==> default: ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: Doing nothing for execute[apt-get update] ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: Doing nothing for execute[apt-get autoremove] ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: Doing nothing for execute[apt-get autoclean] ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: package[update-notifier-common] checking package status for update-notifier-common ==> default: [2014-09-23T17:35:36+00:00] DEBUG: package[update-notifier-common] current version is nil ==> default: [2014-09-23T17:35:36+00:00] DEBUG: package[update-notifier-common] candidate version is 0.119ubuntu8.5 ==> default: [2014-09-23T17:35:36+00:00] DEBUG: Executing apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ==> default: [2014-09-23T17:35:37+00:00] DEBUG: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: [2014-09-23T17:35:37+00:00] DEBUG: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-common ==> default: [2014-09-23T17:35:37+00:00] DEBUG: STDERR: E: There are problems and -y was used without --force-yes ==> default: [2014-09-23T17:35:37+00:00] DEBUG: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: [2014-09-23T17:35:37+00:00] DEBUG: Ran apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100
==> default:
==> default: Error executing actioninstallon resource 'package[update-notifier-common]'
==> default:
==> default: Chef::Exceptions::Exec ==> default: ---------------------- ==> default: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: Resource Declaration: ==> default: --------------------- ==> default: ==> default: # In /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb ==> default: ==> default: 47: # provides /var/lib/apt/periodic/update-success-stamp on apt-get update ==> default: 48: package "update-notifier-common" do ==> default: 49: notifies :run, 'execute[apt-get-update]', :immediately ==> default: 50: end ==> default: 51: ==> default: ==> default: Compiled Resource: ==> default: ------------------ ==> default: # Declared in /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb:48:in from_file' ==> default: ==> default: package("update-notifier-common") do ==> default: retry_delay 2 ==> default: retries 0 ==> default: recipe_name "default" ==> default: action :install ==> default: cookbook_name :apt ==> default: package_name "update-notifier-common" ==> default: end ==> default: ==> default: [2014-09-23T17:35:37+00:00] DEBUG: Re-raising exception: Chef::Exceptions::Exec - packageupdate-notifier-common had an error: Chef::Exceptions::Exec: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:128:in handle_command_failures' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:75:in run_command' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:143:in run_command_with_systems_locale' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package/apt.rb:97:in install_package' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package.rb:81:in action_install' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:in call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:in converge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:in each' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:in converge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:136:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:125:in run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource.rb:593:in run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:49:in run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in each' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:94:in execute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in step' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in each_with_index' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:92:in execute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:80:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:378:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:420:in do_run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:176:in run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:230:in run_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:in loop' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:in run_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application.rb:70:in run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/chef-solo:25 ==> default: /opt/vagrant_ruby/bin/chef-solo:19:inload' ==> default: /opt/vagrant_ruby/bin/chef-solo:19 ==> default: [2014-09-23T17:35:37+00:00] ERROR: Running exception handlers ==> default: [2014-09-23T17:35:37+00:00] ERROR: Exception handlers complete ==> default: [2014-09-23T17:35:37+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2014-09-23T17:35:37+00:00] DEBUG: Chef::Exceptions::Exec: packageupdate-notifier-common had an error: Chef::Exceptions::Exec: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:128:in handle_command_failures' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:75:in run_command' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:143:in run_command_with_systems_locale' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package/apt.rb:97:in install_package' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package.rb:81:in action_install' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:in call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:in converge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:in each' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:in converge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:136:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:125:in run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource.rb:593:in run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:49:in run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in each' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:94:in execute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in step' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in each_with_index' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:92:in execute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/
Dear ptwobrussell I tried the url http://91.189.91.14 in the browser of my machine, and it connects to the server well. Does it mean the http protocol at port 80 for the IP is fine for the firewall setting in my environment. Since I am trying this on a computer located on a campus in Taiwan, what information should I offer to the admin of the school network to identify the real cause for this blocking problem? Thanks for your kindly help again.
I would describe that your host machine can reach the Internet but the guest can't. It may be a security setting on the host or it might be a networking related issue such as something that could be going on with NAT
---Regards,Matthew A. Russell
On September 25, 2014 at 7:06:47 AM EDT, fhwangmcu notifications@github.com wrote:Dear ptwobrussell I tried the url http://91.189.91.14 in the browser of my machine, and it connects to the server well. Does it mean the http protocol at port 80 for the IP is fine for the firewall setting in my environment. Since I am trying this on a computer located on a campus in Taiwan, what information should I offer to the admin of the school network to identify the real cause for this blocking problem? Thanks for your kindly help again. —Reply to this email directly or view it on GitHub. {"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":"https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/224#issuecomment-56803817","name":"View Issue"}}
Hi, I have problems with the installation of the virtual machine. I tried to install and provision the vagrant a few times on a Window 7 and a Winserver2003, but I always get the same error. Do you have any suggestions? I use the softwares as below:
Following is the message geneated dring operation of vagrant up:
Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'precise32'...
[KProgress: 10% [KProgress: 20% [KProgress: 30% [KProgress: 40% [KProgress: 50% [KProgress: 60% [KProgress: 80% [KProgress: 90% [K==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: Mining-the-Social-Web-2nd-Edition-master_default_1411493642864_29857 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 8888 => 8888 (adapter 1) default: 5000 => 5000 (adapter 1) default: 27017 => 27017 (adapter 1) default: 27018 => 27018 (adapter 1) default: 27019 => 27019 (adapter 1) default: 28017 => 28017 (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: Machine booted and ready! ==> default: Checking for guest additions in VM... default: The guest additions on this VM do not match the installed version of default: VirtualBox! In most cases this is fine, but in rare cases it can default: prevent things such as shared folders from working properly. If you see default: shared folder errors, please make sure the guest additions within the default: virtual machine match the version of VirtualBox you have installed on default: your host and reload your VM. default: default: Guest Additions Version: 4.2.0 default: VirtualBox Version: 4.3 ==> default: Mounting shared folders... default: /vagrant => D:/Mining-the-Social-Web-2nd-Edition-master default: /tmp/vagrant-chef-5/chef-solo-1/cookbooks => D:/Mining-the-Social-Web-2nd-Edition-master/deploy/cookbooks ==> default: Running provisioner: chef_solo... Generating chef JSON and uploading... ==> default: Running chef-solo... ==> default: stdin: is not a tty ==> default: [2014-09-23T17:34:39+00:00] INFO: * Chef 10.14.2 * ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Building node object for precise32 ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Extracting run list from JSON attributes provided on command line ==> default: [2014-09-23T17:34:39+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from JSON ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Applying attributes from json file ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Platform is ubuntu version 12.04 ==> default: [2014-09-23T17:34:39+00:00] INFO: Run List is [recipe[mtsw2e::default]] ==> default: [2014-09-23T17:34:39+00:00] INFO: Run List expands to [mtsw2e::default] ==> default: [2014-09-23T17:34:39+00:00] INFO: Starting Chef Run for precise32 ==> default: [2014-09-23T17:34:39+00:00] INFO: Running start handlers ==> default: [2014-09-23T17:34:39+00:00] INFO: Start handlers complete. ==> default: [2014-09-23T17:34:39+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-5/chef-solo-1/cookbooks/chefignore no files will be ignored ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/libraries/resource_runit_service.rb ==> default: [2014-09-23T17:34:39+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/libraries/provider_runit_service.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/libraries/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/pip.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/pip.rb into a provider named python_pip defined in Chef::Provider::PythonPip ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/virtualenv.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/providers/virtualenv.rb into a provider named python_virtualenv defined in Chef::Provider::PythonVirtualenv ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/key.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/key.rb into a provider named yum_key defined in Chef::Provider::YumKey ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/providers/repository.rb into a provider named yum_repository defined in Chef::Provider::YumRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/repository.rb into a provider named apt_repository defined in Chef::Provider::AptRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/preference.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/providers/preference.rb into a provider named apt_preference defined in Chef::Provider::AptPreference ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/virtualenv.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/virtualenv.rb into a resource named python_virtualenv defined in Chef::Resource::PythonVirtualenv ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/pip.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/resources/pip.rb into a resource named python_pip defined in Chef::Resource::PythonPip ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/key.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/key.rb into a resource named yum_key defined in Chef::Resource::YumKey ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/resources/repository.rb into a resource named yum_repository defined in Chef::Resource::YumRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/preference.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/preference.rb into a resource named apt_preference defined in Chef::Resource::AptPreference ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/repository.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/resources/repository.rb into a resource named apt_repository defined in Chef::Resource::AptRepository ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook runit's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/runit/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook python's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/python/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/epel.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/elrepo.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/remi.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook yum's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/yum/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook apt's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Node precise32 loading cookbook build-essential's attribute file /tmp/vagrant-chef-5/chef-solo-1/cookbooks/build-essential/attributes/default.rb ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe mtsw2e::default via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook mtsw2e ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe apt via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook apt ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe runit via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook runit ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe default in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python::package via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe package in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python::pip via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe pip in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading Recipe python::virtualenv via include_recipe ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Found recipe virtualenv in cookbook python ==> default: [2014-09-23T17:34:40+00:00] DEBUG: I am not loading python::pip, because I have already seen it. ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef-5/chef-solo-1/cookbooks ==> default: [2014-09-23T17:34:40+00:00] DEBUG: Converging node precise32 ==> default: [2014-09-23T17:34:40+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) ==> default: [2014-09-23T17:35:31+00:00] ERROR: execute[apt-get-update](apt::default line 22) had an error: Expected process to exit with [0], but received '100' ==> default: ---- Begin output of apt-get update ---- ==> default: STDOUT: Ign http://security.ubuntu.com precise-security InRelease ==> default: Ign http://us.archive.ubuntu.com precise InRelease ==> default: Ign http://security.ubuntu.com precise-security Release.gpg ==> default: Ign http://us.archive.ubuntu.com precise-updates InRelease ==> default: Ign http://security.ubuntu.com precise-security Release ==> default: Ign http://us.archive.ubuntu.com precise-backports InRelease ==> default: Ign http://security.ubuntu.com precise-security/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release ==> default: Ign http://security.ubuntu.com precise-security/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release ==> default: Ign http://security.ubuntu.com precise-security/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release ==> default: Ign http://security.ubuntu.com precise-security/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/main i386 Packages/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe TranslationIndex ==> default: Err http://security.ubuntu.com precise-security/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://security.ubuntu.com precise-security/main Translation-en ==> default: Ign http://security.ubuntu.com precise-security/multiverse Translation-en ==> default: Ign http://security.ubuntu.com precise-security/restricted Translation-en ==> default: Ign http://security.ubuntu.com precise-security/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-updates/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-backports/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Translation-en ==> default: STDERR: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: E: Some index files failed to download. They have been ignored, or old ones used instead. ==> default: ---- End output of apt-get update ---- ==> default: Ran apt-get update returned 100; ignore_failure is set, continuing ==> default: ================================================================================ ==> default: Error executing action
run
on resource 'execute[apt-get-update]' ==> default: ================================================================================ ==> default: Mixlib::ShellOut::ShellCommandFailed ==> default: ------------------------------------ ==> default: ==> default: Expected process to exit with [0], but received '100' ==> default: ---- Begin output of apt-get update ---- ==> default: STDOUT: Ign http://security.ubuntu.com precise-security InRelease ==> default: Ign http://us.archive.ubuntu.com precise InRelease ==> default: Ign http://security.ubuntu.com precise-security Release.gpg ==> default: Ign http://us.archive.ubuntu.com precise-updates InRelease ==> default: Ign http://security.ubuntu.com precise-security Release ==> default: Ign http://us.archive.ubuntu.com precise-backports InRelease ==> default: Ign http://security.ubuntu.com precise-security/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release.gpg ==> default: Ign http://security.ubuntu.com precise-security/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise Release ==> default: Ign http://security.ubuntu.com precise-security/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates Release ==> default: Ign http://security.ubuntu.com precise-security/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports Release ==> default: Ign http://security.ubuntu.com precise-security/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Sources/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/main i386 Packages/DiffIndex ==> default: Ign http://security.ubuntu.com precise-security/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Sources/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages/DiffIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/main TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe TranslationIndex ==> default: Err http://security.ubuntu.com precise-security/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://security.ubuntu.com precise-security/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://security.ubuntu.com precise-security/main Translation-en ==> default: Ign http://security.ubuntu.com precise-security/multiverse Translation-en ==> default: Ign http://security.ubuntu.com precise-security/restricted Translation-en ==> default: Ign http://security.ubuntu.com precise-security/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-updates/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-updates/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-updates/universe Translation-en ==> default: Err http://us.archive.ubuntu.com precise-backports/main Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse Sources ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/main i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/restricted i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/universe i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Err http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages ==> default: 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: Ign http://us.archive.ubuntu.com precise-backports/main Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/multiverse Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/restricted Translation-en ==> default: Ign http://us.archive.ubuntu.com precise-backports/universe Translation-en ==> default: STDERR: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/Sources 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/Packages 503 Service Unavailable [IP: 91.189.91.14 80] ==> default: ==> default: E: Some index files failed to download. They have been ignored, or old ones used instead. ==> default: ---- End output of apt-get update ---- ==> default: Ran apt-get update returned 100 ==> default: ==> default: Resource Declaration: ==> default: --------------------- ==> default: # In /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb ==> default: ==> default: 21: # Run apt-get update to create the stamp file ==> default: 22: execute "apt-get-update" do ==> default: 23: command "apt-get update" ==> default: 24: ignore_failure true ==> default: 25: not_if do ::File.exists?('/var/lib/apt/periodic/update-success-stamp') end ==> default: 26: end ==> default: 27: ==> default: ==> default: Compiled Resource: ==> default: ------------------ ==> default: # Declared in /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb:22:infrom_file' ==> default: ==> default: execute("apt-get-update") do ==> default: retry_delay 2 ==> default: returns 0 ==> default: command "apt-get update" ==> default: retries 0 ==> default: recipe_name "default" ==> default: ignore_failure true ==> default: action "run" ==> default: cookbook_name :apt ==> default: backup 5 ==> default: not_if { #code block } ==> default: end ==> default: ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: Doing nothing for execute[apt-get update] ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: Doing nothing for execute[apt-get autoremove] ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: Doing nothing for execute[apt-get autoclean] ==> default: [2014-09-23T17:35:31+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) ==> default: [2014-09-23T17:35:31+00:00] DEBUG: package[update-notifier-common] checking package status for update-notifier-common ==> default: [2014-09-23T17:35:36+00:00] DEBUG: package[update-notifier-common] current version is nil ==> default: [2014-09-23T17:35:36+00:00] DEBUG: package[update-notifier-common] candidate version is 0.119ubuntu8.5 ==> default: [2014-09-23T17:35:36+00:00] DEBUG: Executing apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ==> default: [2014-09-23T17:35:37+00:00] DEBUG: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: [2014-09-23T17:35:37+00:00] DEBUG: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-common ==> default: [2014-09-23T17:35:37+00:00] DEBUG: STDERR: E: There are problems and -y was used without --force-yes ==> default: [2014-09-23T17:35:37+00:00] DEBUG: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: [2014-09-23T17:35:37+00:00] DEBUG: Ran apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100 ==> default: ================================================================================ ==> default: Error executing action
installon resource 'package[update-notifier-common]' ==> default: ================================================================================ ==> default: Chef::Exceptions::Exec ==> default: ---------------------- ==> default: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: Resource Declaration: ==> default: --------------------- ==> default: ==> default: # In /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb ==> default: ==> default: 47: # provides /var/lib/apt/periodic/update-success-stamp on apt-get update ==> default: 48: package "update-notifier-common" do ==> default: 49: notifies :run, 'execute[apt-get-update]', :immediately ==> default: 50: end ==> default: 51: ==> default: ==> default: Compiled Resource: ==> default: ------------------ ==> default: # Declared in /tmp/vagrant-chef-5/chef-solo-1/cookbooks/apt/recipes/default.rb:48:in
from_file' ==> default: ==> default: package("update-notifier-common") do ==> default: retry_delay 2 ==> default: retries 0 ==> default: recipe_name "default" ==> default: action :install ==> default: cookbook_name :apt ==> default: package_name "update-notifier-common" ==> default: end ==> default: ==> default: [2014-09-23T17:35:37+00:00] DEBUG: Re-raising exception: Chef::Exceptions::Exec - package[update-notifier-common](apt::default line 48) had an error: Chef::Exceptions::Exec: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:128:inhandle_command_failures' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:75:in
run_command' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:143:inrun_command_with_systems_locale' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package/apt.rb:97:in
install_package' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package.rb:81:inaction_install' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:in
call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:inconverge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:in
each' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:inconverge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:136:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:125:inrun_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource.rb:593:in
run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:49:inrun_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:ineach' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:94:inexecute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in
call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:incall_iterator_block' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in
step' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:initerate' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in
each_with_index' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:92:inexecute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:80:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:378:inconverge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:420:in
do_run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:176:inrun' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:230:in
run_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:inloop' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:in
run_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application.rb:70:inrun' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/chef-solo:25 ==> default: /opt/vagrant_ruby/bin/chef-solo:19:in
load' ==> default: /opt/vagrant_ruby/bin/chef-solo:19 ==> default: [2014-09-23T17:35:37+00:00] ERROR: Running exception handlers ==> default: [2014-09-23T17:35:37+00:00] ERROR: Exception handlers complete ==> default: [2014-09-23T17:35:37+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2014-09-23T17:35:37+00:00] DEBUG: Chef::Exceptions::Exec: package[update-notifier-common](apt::default line 48) had an error: Chef::Exceptions::Exec: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:128:inhandle_command_failures' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:75:in
run_command' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/command.rb:143:inrun_command_with_systems_locale' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package/apt.rb:97:in
install_package' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider/package.rb:81:inaction_install' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:in
call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:63:inconverge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:in
each' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/mixin/why_run.rb:61:inconverge!' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:136:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/provider.rb:125:inrun_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource.rb:593:in
run_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:49:inrun_action' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:ineach' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:81:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:94:inexecute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in
call' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:incall_iterator_block' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in
step' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:initerate' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in
each_with_index' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/resource_collection.rb:92:inexecute_each_resource' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/runner.rb:80:in
converge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:378:inconverge' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:420:in
do_run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:176:inrun' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:230:in
run_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:inloop' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:in
run_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application.rb:70:inrun' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/chef-solo:25 ==> default: /opt/vagrant_ruby/bin/chef-solo:19:in
load' ==> default: /opt/vagrant_ruby/bin/chef-solo:19 ==> default: [2014-09-23T17:35:37+00:00] FATAL: Chef::Exceptions::Exec: package[update-notifier-common](apt::default line 48) had an error: Chef::Exceptions::Exec: apt-get -q -y install update-notifier-common=0.119ubuntu8.5 returned 100, expected 0 ==> default: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ---- ==> default: STDOUT: Reading package lists... ==> default: Building dependency tree... ==> default: Reading state information... ==> default: The following extra packages will be installed: ==> default: patch ==> default: Suggested packages: ==> default: diffutils-doc gksu ==> default: The following NEW packages will be installed: ==> default: patch update-notifier-common ==> default: 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. ==> default: Need to get 308 kB of archives. ==> default: After this operation, 2,225 kB of additional disk space will be used. ==> default: WARNING: The following packages cannot be authenticated! ==> default: patch update-notifier-commonSTDERR: E: There are problems and -y was used without --force-yes ==> default: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.5 ----Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete.