ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

installation failing. #86

Closed psmuts closed 10 years ago

psmuts commented 10 years ago

Getting really frustrated trying to setup the VM on Mac OSX 10.8.2.

Both VirtualBox v4.2.18 and Vagrant v1.3.4 have been installed as well as Git. I can ssh into the VM via 'vagrant ssh', but I'm unfamiliar with the nuances of your setup and IPython in general. Any ideas to get this up and running would be greatly appreciated. I really enjoyed the first edition. I manually ran

"pip install -r /vagrant/mtsw2e-requirements.txt"

to make sure all files were installed. Don't know the command to get ipython running. HELP.

ptwobrussell commented 10 years ago

Hang in there. I'm here to help. It might take a little back and forth, but we'll sort it all out and you'll be on your way in no time.

Here's what I really need to be able to help you:

I'll be standing by.

ptwobrussell commented 10 years ago

By the way, just to be pedantic about it, are you following along with this screencast (or Appendix A) exactly? Or are you taking a different approach to installing the prerequisites?

psmuts commented 10 years ago

Followed the screencast exactly.

Here is output of sudo pip freeze

vagrant@precise64:~$ sudo pip freeze FuXi==1.4.1.production GnuPGInterface==0.3.2 MySQL-python==1.2.3 apt-xapian-index==0.44 argparse==1.2.1 chardet==2.0.1 command-not-found==0.2.44 configobj==4.7.2 decorator==3.3.2 ipython==0.12.1 language-selector==0.1 numpy==1.7.1 pexpect==2.3 pycurl==7.19.0 pyparsing==1.5.5 python-apt==0.8.3ubuntu7 python-debian==0.1.21ubuntu1 pyzmq==2.1.11 rdflib==2.4.1.dev simplegeneric==0.7 tornado==2.1 ufw==0.31.1-1 virtualenv==1.10.1 wsgiref==0.1.2 vagrant@precise64:~$

ptwobrussell commented 10 years ago

Ok, so the good news is that I can at least look at your output and say that our best path forward is to capture the full console as a way to move forward. The bad news is that we do need to recreate that console output so that I have something to work with, and it'll take ~20-30 mins.

Do this on the host machine from your Mining-the-Social-Web-2nd-Edition working directory

Then, email me the entire log (including the output from those two commands) and I should be able to pinpoint exactly what is going on. If worse comes to worse, I have some workarounds that I can offer for you later this evening, but I think we'll be able to set this straightened out.

Standing by...

psmuts commented 10 years ago

Thanks,

I just sent an older console log. Running it again now and will resend in email.

Peter

ptwobrussell commented 10 years ago

Thanks. I reviewed the log you just send, and I'm curious to see if your new log surfaces the same root issue with some of the packages that you are trying to download timing out like that. Let's wait and see what happens before making our next move...

psmuts commented 10 years ago

First of all, thanks for the amazing response. I am very excited by the book and eager to get started.

Below is the console output from "vagrant up"

Peters-iMac:Mining-the-Social-Web-2nd-Edition psmuts$ vagrant destroy Are you sure you want to destroy the 'default' VM? [y/N] y [default] Forcing shutdown of VM... [default] Destroying VM and associated drives... [default] Running cleanup tasks for 'chef_solo' provisioner... Peters-iMac:Mining-the-Social-Web-2nd-Edition psmuts$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... [default] Importing base box 'precise64'... [default] Matching MAC address for NAT networking... [default] Setting the name of the VM... [default] Clearing any previously set forwarded ports... [default] Creating shared folders metadata... [default] Clearing any previously set network interfaces... [default] Preparing network interfaces based on configuration... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [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] Booting VM... [default] Waiting for machine to boot. This may take a few minutes... [default] Machine booted and ready! [default] The guest additions on this VM do not match the installed version of VirtualBox! In most cases this is fine, but in rare cases it can cause things such as shared folders to not work properly. If you see shared folder errors, please update the guest additions within the virtual machine and reload your VM.

Guest Additions Version: 4.2.0 VirtualBox Version: 4.3 [default] Mounting shared folders... [default] -- /vagrant [default] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks [default] Running provisioner: chef_solo... Generating chef JSON and uploading... Running chef-solo... stdin: is not a tty [2013-10-25T20:14:21+00:00] INFO: * Chef 10.14.2 * [2013-10-25T20:14:21+00:00] DEBUG: Building node object for precise64 [2013-10-25T20:14:21+00:00] DEBUG: Extracting run list from JSON attributes provided on command line [2013-10-25T20:14:21+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from JSON [2013-10-25T20:14:21+00:00] DEBUG: Applying attributes from json file [2013-10-25T20:14:21+00:00] DEBUG: Platform is ubuntu version 12.04 [2013-10-25T20:14:21+00:00] INFO: Run List is [recipe[mtsw2e::default]] [2013-10-25T20:14:21+00:00] INFO: Run List expands to [mtsw2e::default] [2013-10-25T20:14:21+00:00] INFO: Starting Chef Run for precise64 [2013-10-25T20:14:21+00:00] INFO: Running start handlers [2013-10-25T20:14:21+00:00] INFO: Start handlers complete. [2013-10-25T20:14:21+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chefignore no files will be ignored [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/provider_runit_service.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/resource_runit_service.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/repository.rb into a provider named yum_repository defined in Chef::Provider::YumRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/key.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/key.rb into a provider named yum_key defined in Chef::Provider::YumKey [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb into a provider named apt_preference defined in Chef::Provider::AptPreference [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb into a provider named apt_repository defined in Chef::Provider::AptRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/virtualenv.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/virtualenv.rb into a provider named python_virtualenv defined in Chef::Provider::PythonVirtualenv [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/pip.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/pip.rb into a provider named python_pip defined in Chef::Provider::PythonPip [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/key.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/key.rb into a resource named yum_key defined in Chef::Resource::YumKey [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/repository.rb into a resource named yum_repository defined in Chef::Resource::YumRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb into a resource named apt_preference defined in Chef::Resource::AptPreference [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb into a resource named apt_repository defined in Chef::Resource::AptRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/pip.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/pip.rb into a resource named python_pip defined in Chef::Resource::PythonPip [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/virtualenv.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/virtualenv.rb into a resource named python_virtualenv defined in Chef::Resource::PythonVirtualenv [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/elrepo.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/remi.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/epel.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook runit's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook build-essential's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/build-essential/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook apt's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook python's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe mtsw2e::default via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook mtsw2e [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe apt via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook apt [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe runit via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook runit [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python::package via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe package in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python::pip via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe pip in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python::virtualenv via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe virtualenv in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: I am not loading python::pip, because I have already seen it. [2013-10-25T20:14:21+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef-1/chef-solo-1/cookbooks [2013-10-25T20:14:21+00:00] DEBUG: Converging node precise64 [2013-10-25T20:14:21+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) [2013-10-25T20:14:35+00:00] INFO: execute[apt-get-update] ran successfully [2013-10-25T20:14:35+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) [2013-10-25T20:14:35+00:00] DEBUG: Doing nothing for execute[apt-get update] [2013-10-25T20:14:35+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) [2013-10-25T20:14:35+00:00] DEBUG: Doing nothing for execute[apt-get autoremove] [2013-10-25T20:14:35+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) [2013-10-25T20:14:35+00:00] DEBUG: Doing nothing for execute[apt-get autoclean] [2013-10-25T20:14:35+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) [2013-10-25T20:14:35+00:00] DEBUG: package[update-notifier-common] checking package status for update-notifier-common [2013-10-25T20:14:35+00:00] DEBUG: package[update-notifier-common] current version is nil [2013-10-25T20:14:35+00:00] DEBUG: package[update-notifier-common] candidate version is 0.119ubuntu8.6 [2013-10-25T20:14:35+00:00] DEBUG: Executing apt-get -q -y install update-notifier-common=0.119ubuntu8.6 [2013-10-25T20:14:38+00:00] DEBUG: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.6 ---- [2013-10-25T20:14:38+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: patch Suggested packages: diffutils-doc gksu The following NEW packages will be installed: patch update-notifier-common 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded. Need to get 303 kB of archives. After this operation, 2,214 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main patch amd64 2.6.1-3 [80.2 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier-common all 0.119ubuntu8.6 [222 kB] Fetched 303 kB in 1s (173 kB/s) Selecting previously unselected package patch. (Reading database ... 51095 files and directories currently installed.) Unpacking patch (from .../patch_2.6.1-3_amd64.deb) ... Selecting previously unselected package update-notifier-common. Unpacking update-notifier-common (from .../update-notifier-common_0.119ubuntu8.6_all.deb) ... Processing triggers for man-db ... Setting up patch (2.6.1-3) ... Setting up update-notifier-common (0.119ubuntu8.6) ... [2013-10-25T20:14:38+00:00] DEBUG: STDERR: [2013-10-25T20:14:38+00:00] DEBUG: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.6 ---- [2013-10-25T20:14:38+00:00] DEBUG: Ran apt-get -q -y install update-notifier-common=0.119ubuntu8.6 returned 0 [2013-10-25T20:14:38+00:00] INFO: package[update-notifier-common] sending run action to executeapt-get-update [2013-10-25T20:14:38+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) [2013-10-25T20:14:43+00:00] INFO: execute[apt-get-update] ran successfully [2013-10-25T20:14:43+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) [2013-10-25T20:14:43+00:00] DEBUG: Skipping execute[apt-get-update-periodic] due to only_if ruby block [2013-10-25T20:14:43+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] owner changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] group changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] mode changed to 755 [2013-10-25T20:14:43+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] owner changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] group changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755 [2013-10-25T20:14:43+00:00] INFO: Processing service[runit] action nothing (runit::default line 20) [2013-10-25T20:14:43+00:00] DEBUG: service[runit] falling back to process table inspection [2013-10-25T20:14:43+00:00] DEBUG: service[runit] attempting to match 'runit' (/runit/) against process list [2013-10-25T20:14:43+00:00] DEBUG: service[runit] running: false [2013-10-25T20:14:43+00:00] DEBUG: Doing nothing for service[runit] [2013-10-25T20:14:43+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24) [2013-10-25T20:14:43+00:00] DEBUG: Doing nothing for execute[start-runsvdir] [2013-10-25T20:14:43+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33) [2013-10-25T20:14:43+00:00] DEBUG: Skipping execute[runit-hup-init] due to only_if command grep ^SV /etc/inittab [2013-10-25T20:14:43+00:00] INFO: Processing package[runit] action install (runit::default line 80) [2013-10-25T20:14:43+00:00] DEBUG: package[runit] checking package status for runit [2013-10-25T20:14:43+00:00] DEBUG: package[runit] current version is nil [2013-10-25T20:14:43+00:00] DEBUG: package[runit] candidate version is 2.1.1-6.2ubuntu2 [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef/cache [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef/cache/preseed [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef/cache/preseed/runit [2013-10-25T20:14:43+00:00] DEBUG: package[runit] fetching preseed file to /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] DEBUG: package[runit] fetching preseed file via Template resource failed, fallback to CookbookFile resource [2013-10-25T20:14:43+00:00] INFO: Processing cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] action create (dynamically defined) [2013-10-25T20:14:43+00:00] DEBUG: File /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed does not exist, so there is no checksum to generate [2013-10-25T20:14:43+00:00] DEBUG: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] has new contents [2013-10-25T20:14:43+00:00] DEBUG: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] staging /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/files/default/runit.seed to /tmp/runit-2.1.1-6.2ubuntu2.seed20131025-1136-1r4kokc-0 [2013-10-25T20:14:43+00:00] INFO: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] created file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] DEBUG: package[runit] fetched preseed file to /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] INFO: package[runit] pre-seeding package installation instructions [2013-10-25T20:14:43+00:00] DEBUG: Executing debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] DEBUG: ---- Begin output of debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed ---- [2013-10-25T20:14:43+00:00] DEBUG: STDOUT: [2013-10-25T20:14:43+00:00] DEBUG: STDERR: [2013-10-25T20:14:43+00:00] DEBUG: ---- End output of debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed ---- [2013-10-25T20:14:43+00:00] DEBUG: Ran debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed returned 0 [2013-10-25T20:14:43+00:00] DEBUG: Executing apt-get -q -y install runit=2.1.1-6.2ubuntu2 [2013-10-25T20:14:47+00:00] DEBUG: ---- Begin output of apt-get -q -y install runit=2.1.1-6.2ubuntu2 ---- [2013-10-25T20:14:47+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: fgetty Suggested packages: socklog-run The following NEW packages will be installed: fgetty runit 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded. Need to get 137 kB of archives. After this operation, 721 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe fgetty amd64 0.6-5build1 [25.4 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/universe runit amd64 2.1.1-6.2ubuntu2 [112 kB] Fetched 137 kB in 2s (64.2 kB/s) Selecting previously unselected package fgetty. (Reading database ... 51266 files and directories currently installed.) Unpacking fgetty (from .../fgetty_0.6-5build1_amd64.deb) ... Selecting previously unselected package runit. Unpacking runit (from .../runit_2.1.1-6.2ubuntu2_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot Setting up fgetty (0.6-5build1) ... Setting up runit (2.1.1-6.2ubuntu2) ... [2013-10-25T20:14:47+00:00] DEBUG: STDERR: grep: /etc/inittab: No such file or directory grep: /etc/inittab: No such file or directory runsvdir start/running, process 1640 [2013-10-25T20:14:47+00:00] DEBUG: ---- End output of apt-get -q -y install runit=2.1.1-6.2ubuntu2 ---- [2013-10-25T20:14:47+00:00] DEBUG: Ran apt-get -q -y install runit=2.1.1-6.2ubuntu2 returned 0 [2013-10-25T20:14:47+00:00] INFO: package[runit] sending nothing action to executestart-runsvdir [2013-10-25T20:14:47+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24) [2013-10-25T20:14:47+00:00] DEBUG: Doing nothing for execute[start-runsvdir] [2013-10-25T20:14:47+00:00] INFO: package[runit] sending nothing action to executerunit-hup-init [2013-10-25T20:14:47+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33) [2013-10-25T20:14:47+00:00] DEBUG: Skipping execute[runit-hup-init] due to only_if command grep ^SV /etc/inittab [2013-10-25T20:14:47+00:00] INFO: Processing package[python] action install (python::package line 40) [2013-10-25T20:14:47+00:00] DEBUG: package[python] checking package status for python [2013-10-25T20:14:47+00:00] DEBUG: package[python] current version is 2.7.3-0ubuntu2 [2013-10-25T20:14:47+00:00] DEBUG: package[python] candidate version is 2.7.3-0ubuntu2.2 [2013-10-25T20:14:47+00:00] DEBUG: package[python] is already installed - nothing to do [2013-10-25T20:14:47+00:00] INFO: Processing package[python-dev] action install (python::package line 40) [2013-10-25T20:14:47+00:00] DEBUG: package[python-dev] checking package status for python-dev [2013-10-25T20:14:47+00:00] DEBUG: package[python-dev] current version is nil [2013-10-25T20:14:47+00:00] DEBUG: package[python-dev] candidate version is 2.7.3-0ubuntu2.2 [2013-10-25T20:14:47+00:00] DEBUG: Executing apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 [2013-10-25T20:16:02+00:00] DEBUG: ---- Begin output of apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 ---- [2013-10-25T20:16:02+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libexpat1 libexpat1-dev libpython2.7 python python-minimal python2.7 python2.7-dev python2.7-minimal Suggested packages: python-doc python-tk python2.7-doc binfmt-support The following NEW packages will be installed: libexpat1-dev libpython2.7 python-dev python2.7-dev The following packages will be upgraded: libexpat1 python python-minimal python2.7 python2.7-minimal 5 upgraded, 4 newly installed, 0 to remove and 151 not upgraded. Need to get 35.7 MB of archives. After this operation, 43.3 MB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 amd64 2.7.3-0ubuntu3.4 [2,674 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal amd64 2.7.3-0ubuntu3.4 [1,739 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1 amd64 2.0.1-7.2ubuntu1.1 [131 kB] Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-minimal amd64 2.7.3-0ubuntu2.2 [29.7 kB] Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python amd64 2.7.3-0ubuntu2.2 [168 kB] Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1-dev amd64 2.0.1-7.2ubuntu1.1 [216 kB] Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 amd64 2.7.3-0ubuntu3.4 [1,188 kB] Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-dev amd64 2.7.3-0ubuntu3.4 [29.5 MB] Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-dev amd64 2.7.3-0ubuntu2.2 [1,090 B] Fetched 35.7 MB in 1min 10s (507 kB/s) (Reading database ... 51345 files and directories currently installed.) Preparing to replace python2.7 2.7.3-0ubuntu3 (using .../python2.7_2.7.3-0ubuntu3.4_amd64.deb) ... Unpacking replacement python2.7 ... Preparing to replace python2.7-minimal 2.7.3-0ubuntu3 (using .../python2.7-minimal_2.7.3-0ubuntu3.4_amd64.deb) ... Unpacking replacement python2.7-minimal ... Processing triggers for man-db ... Setting up python2.7-minimal (2.7.3-0ubuntu3.4) ... (Reading database ... 51344 files and directories currently installed.) Preparing to replace libexpat1 2.0.1-7.2ubuntu1 (using .../libexpat1_2.0.1-7.2ubuntu1.1_amd64.deb) ... Unpacking replacement libexpat1 ... Preparing to replace python-minimal 2.7.3-0ubuntu2 (using .../python-minimal_2.7.3-0ubuntu2.2_amd64.deb) ... Unpacking replacement python-minimal ... Processing triggers for man-db ... Setting up python-minimal (2.7.3-0ubuntu2.2) ... (Reading database ... 51344 files and directories currently installed.) Preparing to replace python 2.7.3-0ubuntu2 (using .../python_2.7.3-0ubuntu2.2_amd64.deb) ... Unpacking replacement python ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7.2ubuntu1.1_amd64.deb) ... Selecting previously unselected package libpython2.7. Unpacking libpython2.7 (from .../libpython2.7_2.7.3-0ubuntu3.4_amd64.deb) ... Selecting previously unselected package python2.7-dev. Unpacking python2.7-dev (from .../python2.7-dev_2.7.3-0ubuntu3.4_amd64.deb) ... Selecting previously unselected package python-dev. Unpacking python-dev (from .../python-dev_2.7.3-0ubuntu2.2_amd64.deb) ... Processing triggers for man-db ... Setting up libexpat1 (2.0.1-7.2ubuntu1.1) ... Setting up python2.7 (2.7.3-0ubuntu3.4) ... Setting up python (2.7.3-0ubuntu2.2) ... Setting up libexpat1-dev (2.0.1-7.2ubuntu1.1) ... Setting up libpython2.7 (2.7.3-0ubuntu3.4) ... Setting up python2.7-dev (2.7.3-0ubuntu3.4) ... Setting up python-dev (2.7.3-0ubuntu2.2) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place [2013-10-25T20:16:02+00:00] DEBUG: STDERR: [2013-10-25T20:16:02+00:00] DEBUG: ---- End output of apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 ---- [2013-10-25T20:16:02+00:00] DEBUG: Ran apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 returned 0 [2013-10-25T20:16:02+00:00] INFO: Processing remote_file[/var/chef/cache/ez_setup.py] action create (python::pip line 36) [2013-10-25T20:16:02+00:00] DEBUG: remote_file[/var/chef/cache/ez_setup.py] checking for changes [2013-10-25T20:16:02+00:00] DEBUG: Sending HTTP Request via GET to bitbucket.org:443/pypa/setuptools/raw/0.8/ez_setup.py [2013-10-25T20:16:03+00:00] DEBUG: Streaming download from https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py to tempfile /tmp/chef-rest20131025-1136-38rf9r-0 [2013-10-25T20:16:03+00:00] DEBUG: decompressing gzip stream [2013-10-25T20:16:03+00:00] DEBUG: remote_file[/var/chef/cache/ez_setup.py] checking for file existence of /var/chef/cache/ez_setup.py [2013-10-25T20:16:03+00:00] DEBUG: remote_file[/var/chef/cache/ez_setup.py] creating /var/chef/cache/ez_setup.py [2013-10-25T20:16:03+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] updated [2013-10-25T20:16:03+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] mode changed to 644 [2013-10-25T20:16:03+00:00] INFO: Processing remote_file[/var/chef/cache/get-pip.py] action create (python::pip line 42) [2013-10-25T20:16:03+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checking for changes [2013-10-25T20:16:03+00:00] DEBUG: Sending HTTP Request via GET to raw.github.com:443/pypa/pip/master/contrib/get-pip.py [2013-10-25T20:16:03+00:00] DEBUG: Streaming download from https://raw.github.com/pypa/pip/master/contrib/get-pip.py to tempfile /tmp/chef-rest20131025-1136-4q6577-0 [2013-10-25T20:16:03+00:00] DEBUG: decompressing gzip stream [2013-10-25T20:16:04+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checking for file existence of /var/chef/cache/get-pip.py [2013-10-25T20:16:04+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] creating /var/chef/cache/get-pip.py [2013-10-25T20:16:04+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] updated [2013-10-25T20:16:04+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] mode changed to 644 [2013-10-25T20:16:04+00:00] INFO: Processing execute[install-setuptools] action run (python::pip line 48) [2013-10-25T20:17:11+00:00] INFO: execute[install-setuptools] ran successfully [2013-10-25T20:17:11+00:00] INFO: Processing execute[install-pip] action run (python::pip line 56) [2013-10-25T20:17:16+00:00] INFO: execute[install-pip] ran successfully [2013-10-25T20:17:16+00:00] INFO: Processing python_pip[virtualenv] action install (python::virtualenv line 23) [2013-10-25T20:17:16+00:00] INFO: Installing python_pip[virtualenv] version latest [2013-10-25T20:17:21+00:00] INFO: Processing apt_repository[mongodb-10gen] action add (mtsw2e::default line 6) [2013-10-25T20:17:21+00:00] DEBUG: Setting execute[apt-get update] to the state of the prior execute[apt-get update] [2013-10-25T20:17:21+00:00] INFO: Processing execute[install-key 7F0CEB10] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 28) [2013-10-25T20:17:25+00:00] INFO: execute[install-key 7F0CEB10] ran successfully [2013-10-25T20:17:25+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) [2013-10-25T20:17:25+00:00] DEBUG: Doing nothing for file[/var/lib/apt/periodic/update-success-stamp] [2013-10-25T20:17:25+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) [2013-10-25T20:17:25+00:00] DEBUG: Doing nothing for execute[apt-get update] [2013-10-25T20:17:25+00:00] INFO: Processing file[/etc/apt/sources.list.d/mongodb-10gen.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] owner changed to 0 [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] group changed to 0 [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] mode changed to 644 [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] created file /etc/apt/sources.list.d/mongodb-10gen.list [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] sending delete action to file/var/lib/apt/periodic/update-success-stamp [2013-10-25T20:17:25+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action delete (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) [2013-10-25T20:17:25+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20131025201725 [2013-10-25T20:17:25+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] sending run action to executeapt-get update [2013-10-25T20:17:25+00:00] INFO: Processing execute[apt-get update] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) [2013-10-25T20:17:32+00:00] INFO: execute[apt-get update] ran successfully [2013-10-25T20:17:32+00:00] INFO: Processing package[mongodb-10gen] action install (mtsw2e::default line 24) [2013-10-25T20:17:32+00:00] DEBUG: package[mongodb-10gen] checking package status for mongodb-10gen [2013-10-25T20:17:32+00:00] DEBUG: package[mongodb-10gen] current version is nil [2013-10-25T20:17:32+00:00] DEBUG: package[mongodb-10gen] candidate version is 2.4.7 [2013-10-25T20:17:32+00:00] DEBUG: Executing apt-get -q -y install mongodb-10gen=2.4.7 [2013-10-25T20:20:33+00:00] DEBUG: ---- Begin output of apt-get -q -y install mongodb-10gen=2.4.7 ---- [2013-10-25T20:20:33+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: mongodb-10gen 0 upgraded, 1 newly installed, 0 to remove and 151 not upgraded. Need to get 87.9 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://downloads-distro.mongodb.org/repo/ubuntu-upstart/ dist/10gen mongodb-10gen amd64 2.4.7 [87.9 MB] Fetched 87.9 MB in 2min 57s (496 kB/s) Selecting previously unselected package mongodb-10gen. (Reading database ... 51501 files and directories currently installed.) Unpacking mongodb-10gen (from .../mongodb-10gen_2.4.7_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... Setting up mongodb-10gen (2.4.7) ... Adding system user mongodb' (UID 106) ... Adding new usermongodb' (UID 106) with group nogroup' ... Not creating home directory/home/mongodb'. Adding group mongodb' (GID 111) ... Done. Adding usermongodb' to group `mongodb' ... Adding user mongodb to group mongodb Done. mongodb start/running, process 2572 [2013-10-25T20:20:33+00:00] DEBUG: STDERR: [2013-10-25T20:20:33+00:00] DEBUG: ---- End output of apt-get -q -y install mongodb-10gen=2.4.7 ---- [2013-10-25T20:20:33+00:00] DEBUG: Ran apt-get -q -y install mongodb-10gen=2.4.7 returned 0 [2013-10-25T20:20:33+00:00] INFO: Processing package[openjdk-6-jdk] action install (mtsw2e::default line 24) [2013-10-25T20:20:33+00:00] DEBUG: package[openjdk-6-jdk] checking package status for openjdk-6-jdk [2013-10-25T20:20:33+00:00] DEBUG: package[openjdk-6-jdk] current version is nil [2013-10-25T20:20:33+00:00] DEBUG: package[openjdk-6-jdk] candidate version is 6b27-1.12.6-1ubuntu0.12.04.2 [2013-10-25T20:20:33+00:00] DEBUG: Executing apt-get -q -y install openjdk-6-jdk=6b27-1.12.6-1ubuntu0.12.04.2 [2013-10-25T20:23:29+00:00] DEBUG: ---- Begin output of apt-get -q -y install openjdk-6-jdk=6b27-1.12.6-1ubuntu0.12.04.2 ---- [2013-10-25T20:23:29+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: ca-certificates-java fontconfig fontconfig-config hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcups2 libdatrie1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice-dev libice6 libjasper1 libjpeg-turbo8 libjpeg8 libjson0 libnspr4 libnss3 libnss3-1d libogg0 libpango1.0-0 libpcsclite1 libpixman-1-0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff4 libvorbis0a libvorbisenc2 libx11-6 libx11-dev libx11-doc libxau-dev libxcb-render0 libxcb-shm0 libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt-dev libxt6 libxtst6 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib shared-mime-info ttf-dejavu-core ttf-dejavu-extra tzdata tzdata-java x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev Suggested packages: default-jre equivs libasound2-plugins libasound2-python cups-common librsvg2-common gvfs libjasper-runtime ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp pcscd pulseaudio libxcb-doc openjdk-6-demo openjdk-6-source visualvm icedtea-plugin libnss-mdns sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts-core ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts The following NEW packages will be installed: ca-certificates-java fontconfig fontconfig-config hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcups2 libdatrie1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice-dev libice6 libjasper1 libjpeg-turbo8 libjpeg8 libjson0 libnspr4 libnss3 libnss3-1d libogg0 libpango1.0-0 libpcsclite1 libpixman-1-0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff4 libvorbis0a libvorbisenc2 libx11-dev libx11-doc libxau-dev libxcb-render0 libxcb-shm0 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt-dev libxt6 libxtst6 openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib shared-mime-info ttf-dejavu-core ttf-dejavu-extra tzdata-java x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev The following packages will be upgraded: libx11-6 libxcb1 tzdata 3 upgraded, 86 newly installed, 0 to remove and 148 not upgraded. Need to get 65.2 MB of archives. After this operation, 186 MB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1 amd64 1.8.1-1ubuntu0.2 [44.8 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-6 amd64 2:1.4.99.1-0ubuntu2.2 [763 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libasound2 amd64 1.0.25-1ubuntu10.2 [428 kB] Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libasyncns0 amd64 0.8-4 [13.2 kB] Get:5 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk1.0-data all 2.4.0-0ubuntu1 [12.7 kB] Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk1.0-0 amd64 2.4.0-0ubuntu1 [60.1 kB] Get:7 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-common all 2.24.10-0ubuntu6 [119 kB] Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-core all 2.33-2ubuntu1 [1,552 kB] Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig-config all 2.8.0-3ubuntu9.1 [44.4 kB] Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libfontconfig1 amd64 2.8.0-3ubuntu9.1 [125 kB] Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main libpixman-1-0 amd64 0.24.4-1 [228 kB] Get:12 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-render0 amd64 1.8.1-1ubuntu0.2 [13.3 kB] Get:13 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shm0 amd64 1.8.1-1ubuntu0.2 [5,516 B] Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrender1 amd64 1:0.9.6-2ubuntu0.1 [20.6 kB] Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcairo2 amd64 1.10.2-6.1ubuntu3 [467 kB] Get:16 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-common-data amd64 0.6.30-5ubuntu2 [22.2 kB] Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-common3 amd64 0.6.30-5ubuntu2 [25.5 kB] Get:18 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-client3 amd64 0.6.30-5ubuntu2 [30.3 kB] Get:19 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcups2 amd64 1.5.3-0ubuntu8 [171 kB] Get:20 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8 amd64 1.1.90+svn733-0ubuntu4.1 [111 kB] Get:21 http://us.archive.ubuntu.com/ubuntu/ precise/main libjpeg8 amd64 8c-2ubuntu7 [2,112 B] Get:22 http://us.archive.ubuntu.com/ubuntu/ precise/main libjasper1 amd64 1.900.1-13 [154 kB] Get:23 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libtiff4 amd64 3.9.5-2ubuntu1.5 [145 kB] Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdk-pixbuf2.0-common all 2.26.1-1 [7,818 B] Get:25 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [201 kB] Get:26 http://us.archive.ubuntu.com/ubuntu/ precise/main libthai-data all 0.1.16-3 [179 kB] Get:27 http://us.archive.ubuntu.com/ubuntu/ precise/main libdatrie1 amd64 0.2.5-3 [16.4 kB] Get:28 http://us.archive.ubuntu.com/ubuntu/ precise/main libthai0 amd64 0.1.16-3 [19.7 kB] Get:29 http://us.archive.ubuntu.com/ubuntu/ precise/main libxft2 amd64 2.2.0-3ubuntu2 [42.3 kB] Get:30 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig amd64 2.8.0-3ubuntu9.1 [156 kB] Get:31 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpango1.0-0 amd64 1.30.0-0ubuntu3.1 [363 kB] Get:32 http://us.archive.ubuntu.com/ubuntu/ precise/main libxcomposite1 amd64 1:0.4.3-2build1 [7,708 B] Get:33 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxfixes3 amd64 1:5.0-4ubuntu4.1 [12.5 kB] Get:34 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcursor1 amd64 1:1.1.12-1ubuntu0.1 [22.7 kB] Get:35 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdamage1 amd64 1:1.1.3-2build1 [7,560 B] Get:36 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxi6 amd64 2:1.6.0-0ubuntu2.1 [30.8 kB] Get:37 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxinerama1 amd64 2:1.1.1-3ubuntu0.1 [8,072 B] Get:38 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrandr2 amd64 2:1.3.2-2ubuntu0.2 [17.5 kB] Get:39 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main shared-mime-info amd64 1.0-0ubuntu4.1 [496 kB] Get:40 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-0 amd64 2.24.10-0ubuntu6 [2,674 kB] Get:41 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-lib all 6b27-1.12.6-1ubuntu0.12.04.2 [6,143 kB] Get:42 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnspr4 amd64 4.9.5-0ubuntu0.12.04.1 [141 kB] Get:43 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3 amd64 3.14.3-0ubuntu0.12.04.1 [1,196 kB] Get:44 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3-1d amd64 3.14.3-0ubuntu0.12.04.1 [13.4 kB] Get:45 http://us.archive.ubuntu.com/ubuntu/ precise/main ca-certificates-java all 20110912ubuntu6 [8,186 B] Get:46 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata all 2013g-0ubuntu0.12.04 [471 kB] Get:47 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata-java all 2013g-0ubuntu0.12.04 [138 kB] Get:48 http://us.archive.ubuntu.com/ubuntu/ precise/main java-common all 0.43ubuntu2 [61.7 kB] Get:49 http://us.archive.ubuntu.com/ubuntu/ precise/main libpcsclite1 amd64 1.7.4-2ubuntu2 [23.5 kB] Get:50 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless amd64 6b27-1.12.6-1ubuntu0.12.04.2 [25.4 MB] Get:51 http://us.archive.ubuntu.com/ubuntu/ precise/main libgif4 amd64 4.1.6-9ubuntu1 [31.0 kB] Get:52 http://us.archive.ubuntu.com/ubuntu/ precise/main libjson0 amd64 0.9-1ubuntu1 [16.3 kB] Get:53 http://us.archive.ubuntu.com/ubuntu/ precise/main libogg0 amd64 1.2.2~dfsg-1ubuntu1 [17.2 kB] Get:54 http://us.archive.ubuntu.com/ubuntu/ precise/main libflac8 amd64 1.2.1-6 [144 kB] Get:55 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbis0a amd64 1.3.2-1ubuntu3 [103 kB] Get:56 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbisenc2 amd64 1.3.2-1ubuntu3 [136 kB] Get:57 http://us.archive.ubuntu.com/ubuntu/ precise/main libsndfile1 amd64 1.0.25-4 [163 kB] Get:58 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpulse0 amd64 1:1.1-0ubuntu15.4 [289 kB] Get:59 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11-common all 1:7.6+12ubuntu2 [52.0 kB] Get:60 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxtst6 amd64 2:1.2.0-4ubuntu0.1 [13.9 kB] Get:61 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre amd64 6b27-1.12.6-1ubuntu0.12.04.2 [233 kB] Get:62 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk-wrapper-java all 0.30.4-0ubuntu2 [30.9 kB] Get:63 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk-wrapper-java-jni amd64 0.30.4-0ubuntu2 [30.5 kB] Get:64 http://us.archive.ubuntu.com/ubuntu/ precise/main libice6 amd64 2:1.0.7-2build1 [46.1 kB] Get:65 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm6 amd64 2:1.2.0-2build1 [18.1 kB] Get:66 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt6 amd64 1:1.1.1-2ubuntu0.1 [186 kB] Get:67 http://us.archive.ubuntu.com/ubuntu/ precise/main hicolor-icon-theme all 0.12-1ubuntu2 [10.2 kB] Get:68 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-bin amd64 2.24.10-0ubuntu6 [10.3 kB] Get:69 http://us.archive.ubuntu.com/ubuntu/ precise/main xorg-sgml-doctools all 1:1.10-1 [12.0 kB] Get:70 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11proto-core-dev all 7.0.22-1ubuntu0.1 [300 kB] Get:71 http://us.archive.ubuntu.com/ubuntu/ precise/main libice-dev amd64 2:1.0.7-2build1 [133 kB] Get:72 http://us.archive.ubuntu.com/ubuntu/ precise/main libpthread-stubs0 amd64 0.3-3 [3,258 B] Get:73 http://us.archive.ubuntu.com/ubuntu/ precise/main libpthread-stubs0-dev amd64 0.3-3 [2,866 B] Get:74 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm-dev amd64 2:1.2.0-2build1 [89.5 kB] Get:75 http://us.archive.ubuntu.com/ubuntu/ precise/main libxau-dev amd64 1:1.0.6-4 [10.5 kB] Get:76 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdmcp-dev amd64 1:1.1.0-4 [26.9 kB] Get:77 http://us.archive.ubuntu.com/ubuntu/ precise/main x11proto-input-dev all 2.1.99.6-1 [133 kB] Get:78 http://us.archive.ubuntu.com/ubuntu/ precise/main x11proto-kb-dev all 1.0.5-2 [27.6 kB] Get:79 http://us.archive.ubuntu.com/ubuntu/ precise/main xtrans-dev all 1.2.6-2 [82.9 kB] Get:80 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1-dev amd64 1.8.1-1ubuntu0.2 [82.5 kB] Get:81 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-dev amd64 2:1.4.99.1-0ubuntu2.2 [912 kB] Get:82 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-doc all 2:1.4.99.1-0ubuntu2.2 [2,435 kB] Get:83 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt-dev amd64 1:1.1.1-2ubuntu0.1 [490 kB] Get:84 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-extra all 2.33-2ubuntu1 [3,420 kB] Get:85 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-cacao amd64 6b27-1.12.6-1ubuntu0.12.04.2 [776 kB] Get:86 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-jamvm amd64 6b27-1.12.6-1ubuntu0.12.04.2 [512 kB] Get:87 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx-common all 1.2.3-0ubuntu0.12.04.3 [600 kB] Get:88 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx amd64 1.2.3-0ubuntu0.12.04.3 [16.2 kB] Get:89 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jdk amd64 6b27-1.12.6-1ubuntu0.12.04.2 [11.1 MB] Preconfiguring packages ... Fetched 65.2 MB in 2min 34s (422 kB/s) (Reading database ... 51536 files and directories currently installed.) Preparing to replace libxcb1 1.8.1-1 (using .../libxcb1_1.8.1-1ubuntu0.2_amd64.deb) ... Unpacking replacement libxcb1 ... Preparing to replace libx11-6 2:1.4.99.1-0ubuntu2 (using .../libx11-6_2%3a1.4.99.1-0ubuntu2.2_amd64.deb) ... Unpacking replacement libx11-6 ... Selecting previously unselected package libasound2. Unpacking libasound2 (from .../libasound2_1.0.25-1ubuntu10.2_amd64.deb) ... Selecting previously unselected package libasyncns0. Unpacking libasyncns0 (from .../libasyncns0_0.8-4_amd64.deb) ... Selecting previously unselected package libatk1.0-data. Unpacking libatk1.0-data (from .../libatk1.0-data_2.4.0-0ubuntu1_all.deb) ... Selecting previously unselected package libatk1.0-0. Unpacking libatk1.0-0 (from .../libatk1.0-0_2.4.0-0ubuntu1_amd64.deb) ... Selecting previously unselected package libgtk2.0-common. Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-0ubuntu6_all.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2ubuntu1_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-3ubuntu9.1_all.deb) ... Selecting previously unselected package libfontconfig1. Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-3ubuntu9.1_amd64.deb) ... Selecting previously unselected package libpixman-1-0. Unpacking libpixman-1-0 (from .../libpixman-1-0_0.24.4-1_amd64.deb) ... Selecting previously unselected package libxcb-render0. Unpacking libxcb-render0 (from .../libxcb-render0_1.8.1-1ubuntu0.2_amd64.deb) ... Selecting previously unselected package libxcb-shm0. Unpacking libxcb-shm0 (from .../libxcb-shm0_1.8.1-1ubuntu0.2_amd64.deb) ... Selecting previously unselected package libxrender1. Unpacking libxrender1 (from .../libxrender1_1%3a0.9.6-2ubuntu0.1_amd64.deb) ... Selecting previously unselected package libcairo2. Unpacking libcairo2 (from .../libcairo2_1.10.2-6.1ubuntu3_amd64.deb) ... Selecting previously unselected package libavahi-common-data. Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.30-5ubuntu2_amd64.deb) ... Selecting previously unselected package libavahi-common3. Unpacking libavahi-common3 (from .../libavahi-common3_0.6.30-5ubuntu2_amd64.deb) ... Selecting previously unselected package libavahi-client3. Unpacking libavahi-client3 (from .../libavahi-client3_0.6.30-5ubuntu2_amd64.deb) ... Selecting previously unselected package libcups2. Unpacking libcups2 (from .../libcups2_1.5.3-0ubuntu8_amd64.deb) ... Selecting previously unselected package libjpeg-turbo8. Unpacking libjpeg-turbo8 (from .../libjpeg-turbo8_1.1.90+svn733-0ubuntu4.1_amd64.deb) ... Selecting previously unselected package libjpeg8. Unpacking libjpeg8 (from .../libjpeg8_8c-2ubuntu7_amd64.deb) ... Selecting previously unselected package libjasper1. Unpacking libjasper1 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.9.5-2ubuntu1.5_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-0. Unpacking libgdk-pixbuf2.0-0 (from .../libgdk-pixbuf2.0-0_2.26.1-1_amd64.deb) ... Selecting previously unselected package libthai-data. Unpacking libthai-data (from .../libthai-data_0.1.16-3_all.deb) ... Selecting previously unselected package libdatrie1. Unpacking libdatrie1 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libthai0. Unpacking libthai0 (from .../libthai0_0.1.16-3_amd64.deb) ... Selecting previously unselected package libxft2. Unpacking libxft2 (from .../libxft2_2.2.0-3ubuntu2_amd64.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.8.0-3ubuntu9.1_amd64.deb) ... Selecting previously unselected package libpango1.0-0. Unpacking libpango1.0-0 (from .../libpango1.0-0_1.30.0-0ubuntu3.1_amd64.deb) ... Selecting previously unselected package libxcomposite1. Unpacking libxcomposite1 (from .../libxcomposite1_1%3a0.4.3-2build1_amd64.deb) ... Selecting previously unselected package libxfixes3. Unpacking libxfixes3 (from .../libxfixes3_1%3a5.0-4ubuntu4.1_amd64.deb) ... Selecting previously unselected package libxcursor1. Unpacking libxcursor1 (from .../libxcursor1_1%3a1.1.12-1ubuntu0.1_amd64.deb) ... Selecting previously unselected package libxdamage1. Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.3-2build1_amd64.deb) ... Selecting previously unselected package libxi6. Unpacking libxi6 (from .../libxi6_2%3a1.6.0-0ubuntu2.1_amd64.deb) ... Selecting previously unselected package libxinerama1. Unpacking libxinerama1 (from .../libxinerama1_2%3a1.1.1-3ubuntu0.1_amd64.deb) ... Selecting previously unselected package libxrandr2. Unpacking libxrandr2 (from .../libxrandr2_2%3a1.3.2-2ubuntu0.2_amd64.deb) ... Selecting previously unselected package shared-mime-info. Unpacking shared-mime-info (from .../shared-mime-info_1.0-0ubuntu4.1_amd64.deb) ... Selecting previously unselected package libgtk2.0-0. Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.24.10-0ubuntu6_amd64.deb) ... Selecting previously unselected package openjdk-6-jre-lib. Unpacking openjdk-6-jre-lib (from .../openjdk-6-jre-lib_6b27-1.12.6-1ubuntu0.12.04.2_all.deb) ... Selecting previously unselected package libnspr4. Unpacking libnspr4 (from .../libnspr4_4.9.5-0ubuntu0.12.04.1_amd64.deb) ... Selecting previously unselected package libnss3. Unpacking libnss3 (from .../libnss3_3.14.3-0ubuntu0.12.04.1_amd64.deb) ... Selecting previously unselected package libnss3-1d. Unpacking libnss3-1d (from .../libnss3-1d_3.14.3-0ubuntu0.12.04.1_amd64.deb) ... Selecting previously unselected package ca-certificates-java. Unpacking ca-certificates-java (from .../ca-certificates-java_20110912ubuntu6_all.deb) ... Preparing to replace tzdata 2012b-1 (using .../tzdata_2013g-0ubuntu0.12.04_all.deb) ... Unpacking replacement tzdata ... Processing triggers for man-db ... Setting up tzdata (2013g-0ubuntu0.12.04) ... Selecting previously unselected package tzdata-java. (Reading database ... 52166 files and directories currently installed.) Unpacking tzdata-java (from .../tzdata-java_2013g-0ubuntu0.12.04_all.deb) ... Selecting previously unselected package java-common. Unpacking java-common (from .../java-common_0.43ubuntu2_all.deb) ... Selecting previously unselected package libpcsclite1. Unpacking libpcsclite1 (from .../libpcsclite1_1.7.4-2ubuntu2_amd64.deb) ... Selecting previously unselected package openjdk-6-jre-headless. Unpacking openjdk-6-jre-headless (from .../openjdk-6-jre-headless_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package libgif4. Unpacking libgif4 (from .../libgif4_4.1.6-9ubuntu1_amd64.deb) ... Selecting previously unselected package libjson0. Unpacking libjson0 (from .../libjson0_0.9-1ubuntu1_amd64.deb) ... Selecting previously unselected package libogg0. Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1ubuntu1_amd64.deb) ... Selecting previously unselected package libflac8. Unpacking libflac8 (from .../libflac8_1.2.1-6_amd64.deb) ... Selecting previously unselected package libvorbis0a. Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1ubuntu3_amd64.deb) ... Selecting previously unselected package libvorbisenc2. Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1ubuntu3_amd64.deb) ... Selecting previously unselected package libsndfile1. Unpacking libsndfile1 (from .../libsndfile1_1.0.25-4_amd64.deb) ... Selecting previously unselected package libpulse0. Unpacking libpulse0 (from .../libpulse0_1%3a1.1-0ubuntu15.4_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.6+12ubuntu2_all.deb) ... Selecting previously unselected package libxtst6. Unpacking libxtst6 (from .../libxtst6_2%3a1.2.0-4ubuntu0.1_amd64.deb) ... Selecting previously unselected package openjdk-6-jre. Unpacking openjdk-6-jre (from .../openjdk-6-jre_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package libatk-wrapper-java. Unpacking libatk-wrapper-java (from .../libatk-wrapper-java_0.30.4-0ubuntu2_all.deb) ... Selecting previously unselected package libatk-wrapper-java-jni. Unpacking libatk-wrapper-java-jni (from .../libatk-wrapper-java-jni_0.30.4-0ubuntu2_amd64.deb) ... Selecting previously unselected package libice6. Unpacking libice6 (from .../libice6_2%3a1.0.7-2build1_amd64.deb) ... Selecting previously unselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.2.0-2build1_amd64.deb) ... Selecting previously unselected package libxt6. Unpacking libxt6 (from .../libxt6_1%3a1.1.1-2ubuntu0.1_amd64.deb) ... Selecting previously unselected package hicolor-icon-theme. Unpacking hicolor-icon-theme (from .../hicolor-icon-theme_0.12-1ubuntu2_all.deb) ... Selecting previously unselected package libgtk2.0-bin. Unpacking libgtk2.0-bin (from .../libgtk2.0-bin_2.24.10-0ubuntu6_amd64.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.22-1ubuntu0.1_all.deb) ... Selecting previously unselected package libice-dev. Unpacking libice-dev (from .../libice-dev_2%3a1.0.7-2build1_amd64.deb) ... Selecting previously unselected package libpthread-stubs0. Unpacking libpthread-stubs0 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev. Unpacking libpthread-stubs0-dev (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libsm-dev. Unpacking libsm-dev (from .../libsm-dev_2%3a1.2.0-2build1_amd64.deb) ... Selecting previously unselected package libxau-dev. Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.6-4_amd64.deb) ... Selecting previously unselected package libxdmcp-dev. Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.1.0-4_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.1.99.6-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.5-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.6-2_all.deb) ... Selecting previously unselected package libxcb1-dev. Unpacking libxcb1-dev (from .../libxcb1-dev_1.8.1-1ubuntu0.2_amd64.deb) ... Selecting previously unselected package libx11-dev. Unpacking libx11-dev (from .../libx11-dev_2%3a1.4.99.1-0ubuntu2.2_amd64.deb) ... Selecting previously unselected package libx11-doc. Unpacking libx11-doc (from .../libx11-doc_2%3a1.4.99.1-0ubuntu2.2_all.deb) ... Selecting previously unselected package libxt-dev. Unpacking libxt-dev (from .../libxt-dev_1%3a1.1.1-2ubuntu0.1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-extra. Unpacking ttf-dejavu-extra (from .../ttf-dejavu-extra_2.33-2ubuntu1_all.deb) ... Selecting previously unselected package icedtea-6-jre-cacao. Unpacking icedtea-6-jre-cacao (from .../icedtea-6-jre-cacao_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package icedtea-6-jre-jamvm. Unpacking icedtea-6-jre-jamvm (from .../icedtea-6-jre-jamvm_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package icedtea-netx-common. Unpacking icedtea-netx-common (from .../icedtea-netx-common_1.2.3-0ubuntu0.12.04.3_all.deb) ... Selecting previously unselected package icedtea-netx. Unpacking icedtea-netx (from .../icedtea-netx_1.2.3-0ubuntu0.12.04.3_amd64.deb) ... Selecting previously unselected package openjdk-6-jdk. Unpacking openjdk-6-jdk (from .../openjdk-6-jdk_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... Setting up libxcb1 (1.8.1-1ubuntu0.2) ... Setting up libx11-6 (2:1.4.99.1-0ubuntu2.2) ... Setting up libasound2 (1.0.25-1ubuntu10.2) ... Setting up libasyncns0 (0.8-4) ... Setting up libatk1.0-data (2.4.0-0ubuntu1) ... Setting up libatk1.0-0 (2.4.0-0ubuntu1) ... Setting up libgtk2.0-common (2.24.10-0ubuntu6) ... Setting up ttf-dejavu-core (2.33-2ubuntu1) ... Setting up fontconfig-config (2.8.0-3ubuntu9.1) ... Setting up libfontconfig1 (2.8.0-3ubuntu9.1) ... Setting up libpixman-1-0 (0.24.4-1) ... Setting up libxcb-render0 (1.8.1-1ubuntu0.2) ... Setting up libxcb-shm0 (1.8.1-1ubuntu0.2) ... Setting up libxrender1 (1:0.9.6-2ubuntu0.1) ... Setting up libcairo2 (1.10.2-6.1ubuntu3) ... Setting up libavahi-common-data (0.6.30-5ubuntu2) ... Setting up libavahi-common3 (0.6.30-5ubuntu2) ... Setting up libavahi-client3 (0.6.30-5ubuntu2) ... Setting up libcups2 (1.5.3-0ubuntu8) ... Setting up libjpeg-turbo8 (1.1.90+svn733-0ubuntu4.1) ... Setting up libjpeg8 (8c-2ubuntu7) ... Setting up libjasper1 (1.900.1-13) ... Setting up libtiff4 (3.9.5-2ubuntu1.5) ... Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... Setting up libgdk-pixbuf2.0-0 (2.26.1-1) ... Setting up libthai-data (0.1.16-3) ... Setting up libdatrie1 (0.2.5-3) ... Setting up libthai0 (0.1.16-3) ... Setting up libxft2 (2.2.0-3ubuntu2) ... Setting up fontconfig (2.8.0-3ubuntu9.1) ... Cleaning up old fontconfig caches... done. Regenerating fonts cache... done. Setting up libpango1.0-0 (1.30.0-0ubuntu3.1) ... Setting up libxcomposite1 (1:0.4.3-2build1) ... Setting up libxfixes3 (1:5.0-4ubuntu4.1) ... Setting up libxcursor1 (1:1.1.12-1ubuntu0.1) ... Setting up libxdamage1 (1:1.1.3-2build1) ... Setting up libxi6 (2:1.6.0-0ubuntu2.1) ... Setting up libxinerama1 (2:1.1.1-3ubuntu0.1) ... Setting up libxrandr2 (2:1.3.2-2ubuntu0.2) ... Setting up shared-mime-info (1.0-0ubuntu4.1) ... Setting up libgtk2.0-0 (2.24.10-0ubuntu6) ... Setting up libnspr4 (4.9.5-0ubuntu0.12.04.1) ... Setting up libnss3 (3.14.3-0ubuntu0.12.04.1) ... Setting up libnss3-1d (3.14.3-0ubuntu0.12.04.1) ... Setting up tzdata-java (2013g-0ubuntu0.12.04) ... Setting up java-common (0.43ubuntu2) ... Setting up libpcsclite1 (1.7.4-2ubuntu2) ... Setting up libgif4 (4.1.6-9ubuntu1) ... Setting up libjson0 (0.9-1ubuntu1) ... Setting up libogg0 (1.2.2~dfsg-1ubuntu1) ... Setting up libflac8 (1.2.1-6) ... Setting up libvorbis0a (1.3.2-1ubuntu3) ... Setting up libvorbisenc2 (1.3.2-1ubuntu3) ... Setting up libsndfile1 (1.0.25-4) ... Setting up libpulse0 (1:1.1-0ubuntu15.4) ... Setting up x11-common (1:7.6+12ubuntu2) ... Setting up libxtst6 (2:1.2.0-4ubuntu0.1) ... Setting up libice6 (2:1.0.7-2build1) ... Setting up libsm6 (2:1.2.0-2build1) ... Setting up libxt6 (1:1.1.1-2ubuntu0.1) ... Setting up hicolor-icon-theme (0.12-1ubuntu2) ... Setting up libgtk2.0-bin (2.24.10-0ubuntu6) ... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.22-1ubuntu0.1) ... Setting up libice-dev (2:1.0.7-2build1) ... Setting up libpthread-stubs0 (0.3-3) ... Setting up libpthread-stubs0-dev (0.3-3) ... Setting up libsm-dev (2:1.2.0-2build1) ... Setting up libxau-dev (1:1.0.6-4) ... Setting up libxdmcp-dev (1:1.1.0-4) ... Setting up x11proto-input-dev (2.1.99.6-1) ... Setting up x11proto-kb-dev (1.0.5-2) ... Setting up xtrans-dev (1.2.6-2) ... Setting up libxcb1-dev (1.8.1-1ubuntu0.2) ... Setting up libx11-dev (2:1.4.99.1-0ubuntu2.2) ... Setting up libx11-doc (2:1.4.99.1-0ubuntu2.2) ... Setting up libxt-dev (1:1.1.1-2ubuntu0.1) ... Setting up ttf-dejavu-extra (2.33-2ubuntu1) ... Setting up icedtea-netx-common (1.2.3-0ubuntu0.12.04.3) ... Setting up openjdk-6-jre-headless (6b27-1.12.6-1ubuntu0.12.04.2) ... update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode. Setting up ca-certificates-java (20110912ubuntu6) ... Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:ValiCert_Class_2_VA.pem Adding debian:GeoTrust_Primary_CertificationAuthority-_G3.pem Adding debian:Root_CA_Generalitat_Valenciana.pem Adding debian:ValiCert_Class_1_VA.pem Adding debian:Digital_Signature_Trust_Co._Global_CA_3.pem Adding debian:RSA_Root_Certificate_1.pem Adding debian:spi-cacert-2008.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Wells_Fargo_Root_CA.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Global_ChambersignRoot-_2008.pem Adding debian:AddTrust_Qualified_CertificatesRoot.pem Adding debian:Certinomis-_Autorité_Racine.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:Secure_Global_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:RSA_Security_2048_v3.pem Adding debian:ca.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:America_Online_Root_Certification_Authority_2.pem Adding debian:TC_TrustCenter_Class_2_CA_II.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Verisign_Class_2_Public_Primary_CertificationAuthority-_G2.pem Adding debian:NetLockNotary=Class_A=_Root.pem Adding debian:NetLockBusiness=Cla

ptwobrussell commented 10 years ago

Unfortunately, it looks like GitHub has truncated your log. Can you email me the full log, please?

psmuts commented 10 years ago

Here it is attached as a text file.

On Fri, Oct 25, 2013 at 2:39 PM, Matthew A. Russell < notifications@github.com> wrote:

Unfortunately, it looks like GitHub has truncated your log. Can you email me the full log, please?

— Reply to this email directly or view it on GitHubhttps://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/86#issuecomment-27123843 .

Peters-iMac:Mining-the-Social-Web-2nd-Edition psmuts$ vagrant destroy Are you sure you want to destroy the 'default' VM? [y/N] y [default] Forcing shutdown of VM... [default] Destroying VM and associated drives... [default] Running cleanup tasks for 'chef_solo' provisioner... Peters-iMac:Mining-the-Social-Web-2nd-Edition psmuts$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... [default] Importing base box 'precise64'... [default] Matching MAC address for NAT networking... [default] Setting the name of the VM... [default] Clearing any previously set forwarded ports... [default] Creating shared folders metadata... [default] Clearing any previously set network interfaces... [default] Preparing network interfaces based on configuration... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [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] Booting VM... [default] Waiting for machine to boot. This may take a few minutes... [default] Machine booted and ready! [default] The guest additions on this VM do not match the installed version of VirtualBox! In most cases this is fine, but in rare cases it can cause things such as shared folders to not work properly. If you see shared folder errors, please update the guest additions within the virtual machine and reload your VM.

Guest Additions Version: 4.2.0 VirtualBox Version: 4.3 [default] Mounting shared folders... [default] -- /vagrant [default] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks [default] Running provisioner: chef_solo... Generating chef JSON and uploading... Running chef-solo... stdin: is not a tty [2013-10-25T20:14:21+00:00] INFO: * Chef 10.14.2 * [2013-10-25T20:14:21+00:00] DEBUG: Building node object for precise64 [2013-10-25T20:14:21+00:00] DEBUG: Extracting run list from JSON attributes provided on command line [2013-10-25T20:14:21+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from JSON [2013-10-25T20:14:21+00:00] DEBUG: Applying attributes from json file [2013-10-25T20:14:21+00:00] DEBUG: Platform is ubuntu version 12.04 [2013-10-25T20:14:21+00:00] INFO: Run List is [recipe[mtsw2e::default]] [2013-10-25T20:14:21+00:00] INFO: Run List expands to [mtsw2e::default] [2013-10-25T20:14:21+00:00] INFO: Starting Chef Run for precise64 [2013-10-25T20:14:21+00:00] INFO: Running start handlers [2013-10-25T20:14:21+00:00] INFO: Start handlers complete. [2013-10-25T20:14:21+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef-1/chef-solo-1/cookbooks/chefignore no files will be ignored [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/provider_runit_service.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/resource_runit_service.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/libraries/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/repository.rb into a provider named yum_repository defined in Chef::Provider::YumRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/key.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/providers/key.rb into a provider named yum_key defined in Chef::Provider::YumKey [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/preference.rb into a provider named apt_preference defined in Chef::Provider::AptPreference [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb into a provider named apt_repository defined in Chef::Provider::AptRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/virtualenv.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/virtualenv.rb into a provider named python_virtualenv defined in Chef::Provider::PythonVirtualenv [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/pip.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/providers/pip.rb into a provider named python_pip defined in Chef::Provider::PythonPip [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/key.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/key.rb into a resource named yum_key defined in Chef::Resource::YumKey [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/resources/repository.rb into a resource named yum_repository defined in Chef::Resource::YumRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/preference.rb into a resource named apt_preference defined in Chef::Resource::AptPreference [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/resources/repository.rb into a resource named apt_repository defined in Chef::Resource::AptRepository [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/pip.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/pip.rb into a resource named python_pip defined in Chef::Resource::PythonPip [2013-10-25T20:14:21+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/virtualenv.rb [2013-10-25T20:14:21+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/resources/virtualenv.rb into a resource named python_virtualenv defined in Chef::Resource::PythonVirtualenv [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/elrepo.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/remi.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/epel.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook yum's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/yum/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook runit's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook build-essential's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/build-essential/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook apt's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Node precise64 loading cookbook python's attribute file /tmp/vagrant-chef-1/chef-solo-1/cookbooks/python/attributes/default.rb [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe mtsw2e::default via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook mtsw2e [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe apt via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook apt [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe runit via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook runit [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe default in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python::package via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe package in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python::pip via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe pip in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: Loading Recipe python::virtualenv via include_recipe [2013-10-25T20:14:21+00:00] DEBUG: Found recipe virtualenv in cookbook python [2013-10-25T20:14:21+00:00] DEBUG: I am not loading python::pip, because I have already seen it. [2013-10-25T20:14:21+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef-1/chef-solo-1/cookbooks [2013-10-25T20:14:21+00:00] DEBUG: Converging node precise64 [2013-10-25T20:14:21+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) [2013-10-25T20:14:35+00:00] INFO: execute[apt-get-update] ran successfully [2013-10-25T20:14:35+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) [2013-10-25T20:14:35+00:00] DEBUG: Doing nothing for execute[apt-get update] [2013-10-25T20:14:35+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) [2013-10-25T20:14:35+00:00] DEBUG: Doing nothing for execute[apt-get autoremove] [2013-10-25T20:14:35+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) [2013-10-25T20:14:35+00:00] DEBUG: Doing nothing for execute[apt-get autoclean] [2013-10-25T20:14:35+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) [2013-10-25T20:14:35+00:00] DEBUG: package[update-notifier-common] checking package status for update-notifier-common [2013-10-25T20:14:35+00:00] DEBUG: package[update-notifier-common] current version is nil [2013-10-25T20:14:35+00:00] DEBUG: package[update-notifier-common] candidate version is 0.119ubuntu8.6 [2013-10-25T20:14:35+00:00] DEBUG: Executing apt-get -q -y install update-notifier-common=0.119ubuntu8.6 [2013-10-25T20:14:38+00:00] DEBUG: ---- Begin output of apt-get -q -y install update-notifier-common=0.119ubuntu8.6 ---- [2013-10-25T20:14:38+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: patch Suggested packages: diffutils-doc gksu The following NEW packages will be installed: patch update-notifier-common 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded. Need to get 303 kB of archives. After this operation, 2,214 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main patch amd64 2.6.1-3 [80.2 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier-common all 0.119ubuntu8.6 [222 kB] Fetched 303 kB in 1s (173 kB/s) Selecting previously unselected package patch. (Reading database ... 51095 files and directories currently installed.) Unpacking patch (from .../patch_2.6.1-3_amd64.deb) ... Selecting previously unselected package update-notifier-common. Unpacking update-notifier-common (from .../update-notifier-common_0.119ubuntu8.6_all.deb) ... Processing triggers for man-db ... Setting up patch (2.6.1-3) ... Setting up update-notifier-common (0.119ubuntu8.6) ... [2013-10-25T20:14:38+00:00] DEBUG: STDERR: [2013-10-25T20:14:38+00:00] DEBUG: ---- End output of apt-get -q -y install update-notifier-common=0.119ubuntu8.6 ---- [2013-10-25T20:14:38+00:00] DEBUG: Ran apt-get -q -y install update-notifier-common=0.119ubuntu8.6 returned 0 [2013-10-25T20:14:38+00:00] INFO: package[update-notifier-common] sending run action to executeapt-get-update [2013-10-25T20:14:38+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) [2013-10-25T20:14:43+00:00] INFO: execute[apt-get-update] ran successfully [2013-10-25T20:14:43+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) [2013-10-25T20:14:43+00:00] DEBUG: Skipping execute[apt-get-update-periodic] due to only_if ruby block [2013-10-25T20:14:43+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] owner changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] group changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local] mode changed to 755 [2013-10-25T20:14:43+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] owner changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] group changed to 0 [2013-10-25T20:14:43+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755 [2013-10-25T20:14:43+00:00] INFO: Processing service[runit] action nothing (runit::default line 20) [2013-10-25T20:14:43+00:00] DEBUG: service[runit] falling back to process table inspection [2013-10-25T20:14:43+00:00] DEBUG: service[runit] attempting to match 'runit' (/runit/) against process list [2013-10-25T20:14:43+00:00] DEBUG: service[runit] running: false [2013-10-25T20:14:43+00:00] DEBUG: Doing nothing for service[runit] [2013-10-25T20:14:43+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24) [2013-10-25T20:14:43+00:00] DEBUG: Doing nothing for execute[start-runsvdir] [2013-10-25T20:14:43+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33) [2013-10-25T20:14:43+00:00] DEBUG: Skipping execute[runit-hup-init] due to only_if command grep ^SV /etc/inittab [2013-10-25T20:14:43+00:00] INFO: Processing package[runit] action install (runit::default line 80) [2013-10-25T20:14:43+00:00] DEBUG: package[runit] checking package status for runit [2013-10-25T20:14:43+00:00] DEBUG: package[runit] current version is nil [2013-10-25T20:14:43+00:00] DEBUG: package[runit] candidate version is 2.1.1-6.2ubuntu2 [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef/cache [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef/cache/preseed [2013-10-25T20:14:43+00:00] DEBUG: Creating directory /var/chef/cache/preseed/runit [2013-10-25T20:14:43+00:00] DEBUG: package[runit] fetching preseed file to /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] DEBUG: package[runit] fetching preseed file via Template resource failed, fallback to CookbookFile resource [2013-10-25T20:14:43+00:00] INFO: Processing cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] action create (dynamically defined) [2013-10-25T20:14:43+00:00] DEBUG: File /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed does not exist, so there is no checksum to generate [2013-10-25T20:14:43+00:00] DEBUG: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] has new contents [2013-10-25T20:14:43+00:00] DEBUG: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] staging /tmp/vagrant-chef-1/chef-solo-1/cookbooks/runit/files/default/runit.seed to /tmp/runit-2.1.1-6.2ubuntu2.seed20131025-1136-1r4kokc-0 [2013-10-25T20:14:43+00:00] INFO: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed] created file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] DEBUG: package[runit] fetched preseed file to /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] INFO: package[runit] pre-seeding package installation instructions [2013-10-25T20:14:43+00:00] DEBUG: Executing debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed [2013-10-25T20:14:43+00:00] DEBUG: ---- Begin output of debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed ---- [2013-10-25T20:14:43+00:00] DEBUG: STDOUT: [2013-10-25T20:14:43+00:00] DEBUG: STDERR: [2013-10-25T20:14:43+00:00] DEBUG: ---- End output of debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed ---- [2013-10-25T20:14:43+00:00] DEBUG: Ran debconf-set-selections /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu2.seed returned 0 [2013-10-25T20:14:43+00:00] DEBUG: Executing apt-get -q -y install runit=2.1.1-6.2ubuntu2 [2013-10-25T20:14:47+00:00] DEBUG: ---- Begin output of apt-get -q -y install runit=2.1.1-6.2ubuntu2 ---- [2013-10-25T20:14:47+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: fgetty Suggested packages: socklog-run The following NEW packages will be installed: fgetty runit 0 upgraded, 2 newly installed, 0 to remove and 156 not upgraded. Need to get 137 kB of archives. After this operation, 721 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe fgetty amd64 0.6-5build1 [25.4 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/universe runit amd64 2.1.1-6.2ubuntu2 [112 kB] Fetched 137 kB in 2s (64.2 kB/s) Selecting previously unselected package fgetty. (Reading database ... 51266 files and directories currently installed.) Unpacking fgetty (from .../fgetty_0.6-5build1_amd64.deb) ... Selecting previously unselected package runit. Unpacking runit (from .../runit_2.1.1-6.2ubuntu2_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot Setting up fgetty (0.6-5build1) ... Setting up runit (2.1.1-6.2ubuntu2) ... [2013-10-25T20:14:47+00:00] DEBUG: STDERR: grep: /etc/inittab: No such file or directory grep: /etc/inittab: No such file or directory runsvdir start/running, process 1640 [2013-10-25T20:14:47+00:00] DEBUG: ---- End output of apt-get -q -y install runit=2.1.1-6.2ubuntu2 ---- [2013-10-25T20:14:47+00:00] DEBUG: Ran apt-get -q -y install runit=2.1.1-6.2ubuntu2 returned 0 [2013-10-25T20:14:47+00:00] INFO: package[runit] sending nothing action to executestart-runsvdir [2013-10-25T20:14:47+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24) [2013-10-25T20:14:47+00:00] DEBUG: Doing nothing for execute[start-runsvdir] [2013-10-25T20:14:47+00:00] INFO: package[runit] sending nothing action to executerunit-hup-init [2013-10-25T20:14:47+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33) [2013-10-25T20:14:47+00:00] DEBUG: Skipping execute[runit-hup-init] due to only_if command grep ^SV /etc/inittab [2013-10-25T20:14:47+00:00] INFO: Processing package[python] action install (python::package line 40) [2013-10-25T20:14:47+00:00] DEBUG: package[python] checking package status for python [2013-10-25T20:14:47+00:00] DEBUG: package[python] current version is 2.7.3-0ubuntu2 [2013-10-25T20:14:47+00:00] DEBUG: package[python] candidate version is 2.7.3-0ubuntu2.2 [2013-10-25T20:14:47+00:00] DEBUG: package[python] is already installed - nothing to do [2013-10-25T20:14:47+00:00] INFO: Processing package[python-dev] action install (python::package line 40) [2013-10-25T20:14:47+00:00] DEBUG: package[python-dev] checking package status for python-dev [2013-10-25T20:14:47+00:00] DEBUG: package[python-dev] current version is nil [2013-10-25T20:14:47+00:00] DEBUG: package[python-dev] candidate version is 2.7.3-0ubuntu2.2 [2013-10-25T20:14:47+00:00] DEBUG: Executing apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 [2013-10-25T20:16:02+00:00] DEBUG: ---- Begin output of apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 ---- [2013-10-25T20:16:02+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libexpat1 libexpat1-dev libpython2.7 python python-minimal python2.7 python2.7-dev python2.7-minimal Suggested packages: python-doc python-tk python2.7-doc binfmt-support The following NEW packages will be installed: libexpat1-dev libpython2.7 python-dev python2.7-dev The following packages will be upgraded: libexpat1 python python-minimal python2.7 python2.7-minimal 5 upgraded, 4 newly installed, 0 to remove and 151 not upgraded. Need to get 35.7 MB of archives. After this operation, 43.3 MB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 amd64 2.7.3-0ubuntu3.4 [2,674 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal amd64 2.7.3-0ubuntu3.4 [1,739 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1 amd64 2.0.1-7.2ubuntu1.1 [131 kB] Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-minimal amd64 2.7.3-0ubuntu2.2 [29.7 kB] Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python amd64 2.7.3-0ubuntu2.2 [168 kB] Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1-dev amd64 2.0.1-7.2ubuntu1.1 [216 kB] Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 amd64 2.7.3-0ubuntu3.4 [1,188 kB] Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-dev amd64 2.7.3-0ubuntu3.4 [29.5 MB] Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-dev amd64 2.7.3-0ubuntu2.2 [1,090 B] Fetched 35.7 MB in 1min 10s (507 kB/s) (Reading database ... 51345 files and directories currently installed.) Preparing to replace python2.7 2.7.3-0ubuntu3 (using .../python2.7_2.7.3-0ubuntu3.4_amd64.deb) ... Unpacking replacement python2.7 ... Preparing to replace python2.7-minimal 2.7.3-0ubuntu3 (using .../python2.7-minimal_2.7.3-0ubuntu3.4_amd64.deb) ... Unpacking replacement python2.7-minimal ... Processing triggers for man-db ... Setting up python2.7-minimal (2.7.3-0ubuntu3.4) ... (Reading database ... 51344 files and directories currently installed.) Preparing to replace libexpat1 2.0.1-7.2ubuntu1 (using .../libexpat1_2.0.1-7.2ubuntu1.1_amd64.deb) ... Unpacking replacement libexpat1 ... Preparing to replace python-minimal 2.7.3-0ubuntu2 (using .../python-minimal_2.7.3-0ubuntu2.2_amd64.deb) ... Unpacking replacement python-minimal ... Processing triggers for man-db ... Setting up python-minimal (2.7.3-0ubuntu2.2) ... (Reading database ... 51344 files and directories currently installed.) Preparing to replace python 2.7.3-0ubuntu2 (using .../python_2.7.3-0ubuntu2.2_amd64.deb) ... Unpacking replacement python ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7.2ubuntu1.1_amd64.deb) ... Selecting previously unselected package libpython2.7. Unpacking libpython2.7 (from .../libpython2.7_2.7.3-0ubuntu3.4_amd64.deb) ... Selecting previously unselected package python2.7-dev. Unpacking python2.7-dev (from .../python2.7-dev_2.7.3-0ubuntu3.4_amd64.deb) ... Selecting previously unselected package python-dev. Unpacking python-dev (from .../python-dev_2.7.3-0ubuntu2.2_amd64.deb) ... Processing triggers for man-db ... Setting up libexpat1 (2.0.1-7.2ubuntu1.1) ... Setting up python2.7 (2.7.3-0ubuntu3.4) ... Setting up python (2.7.3-0ubuntu2.2) ... Setting up libexpat1-dev (2.0.1-7.2ubuntu1.1) ... Setting up libpython2.7 (2.7.3-0ubuntu3.4) ... Setting up python2.7-dev (2.7.3-0ubuntu3.4) ... Setting up python-dev (2.7.3-0ubuntu2.2) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place [2013-10-25T20:16:02+00:00] DEBUG: STDERR: [2013-10-25T20:16:02+00:00] DEBUG: ---- End output of apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 ---- [2013-10-25T20:16:02+00:00] DEBUG: Ran apt-get -q -y install python-dev=2.7.3-0ubuntu2.2 returned 0 [2013-10-25T20:16:02+00:00] INFO: Processing remote_file[/var/chef/cache/ez_setup.py] action create (python::pip line 36) [2013-10-25T20:16:02+00:00] DEBUG: remote_file[/var/chef/cache/ez_setup.py] checking for changes [2013-10-25T20:16:02+00:00] DEBUG: Sending HTTP Request via GET to bitbucket.org:443/pypa/setuptools/raw/0.8/ez_setup.py [2013-10-25T20:16:03+00:00] DEBUG: Streaming download from https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py to tempfile /tmp/chef-rest20131025-1136-38rf9r-0 [2013-10-25T20:16:03+00:00] DEBUG: decompressing gzip stream [2013-10-25T20:16:03+00:00] DEBUG: remote_file[/var/chef/cache/ez_setup.py] checking for file existence of /var/chef/cache/ez_setup.py [2013-10-25T20:16:03+00:00] DEBUG: remote_file[/var/chef/cache/ez_setup.py] creating /var/chef/cache/ez_setup.py [2013-10-25T20:16:03+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] updated [2013-10-25T20:16:03+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] mode changed to 644 [2013-10-25T20:16:03+00:00] INFO: Processing remote_file[/var/chef/cache/get-pip.py] action create (python::pip line 42) [2013-10-25T20:16:03+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checking for changes [2013-10-25T20:16:03+00:00] DEBUG: Sending HTTP Request via GET to raw.github.com:443/pypa/pip/master/contrib/get-pip.py [2013-10-25T20:16:03+00:00] DEBUG: Streaming download from https://raw.github.com/pypa/pip/master/contrib/get-pip.py to tempfile /tmp/chef-rest20131025-1136-4q6577-0 [2013-10-25T20:16:03+00:00] DEBUG: decompressing gzip stream [2013-10-25T20:16:04+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checking for file existence of /var/chef/cache/get-pip.py [2013-10-25T20:16:04+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] creating /var/chef/cache/get-pip.py [2013-10-25T20:16:04+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] updated [2013-10-25T20:16:04+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] mode changed to 644 [2013-10-25T20:16:04+00:00] INFO: Processing execute[install-setuptools] action run (python::pip line 48) [2013-10-25T20:17:11+00:00] INFO: execute[install-setuptools] ran successfully [2013-10-25T20:17:11+00:00] INFO: Processing execute[install-pip] action run (python::pip line 56) [2013-10-25T20:17:16+00:00] INFO: execute[install-pip] ran successfully [2013-10-25T20:17:16+00:00] INFO: Processing python_pip[virtualenv] action install (python::virtualenv line 23) [2013-10-25T20:17:16+00:00] INFO: Installing python_pip[virtualenv] version latest [2013-10-25T20:17:21+00:00] INFO: Processing apt_repository[mongodb-10gen] action add (mtsw2e::default line 6) [2013-10-25T20:17:21+00:00] DEBUG: Setting execute[apt-get update] to the state of the prior execute[apt-get update] [2013-10-25T20:17:21+00:00] INFO: Processing execute[install-key 7F0CEB10] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 28) [2013-10-25T20:17:25+00:00] INFO: execute[install-key 7F0CEB10] ran successfully [2013-10-25T20:17:25+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) [2013-10-25T20:17:25+00:00] DEBUG: Doing nothing for file[/var/lib/apt/periodic/update-success-stamp] [2013-10-25T20:17:25+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) [2013-10-25T20:17:25+00:00] DEBUG: Doing nothing for execute[apt-get update] [2013-10-25T20:17:25+00:00] INFO: Processing file[/etc/apt/sources.list.d/mongodb-10gen.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] owner changed to 0 [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] group changed to 0 [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] mode changed to 644 [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] created file /etc/apt/sources.list.d/mongodb-10gen.list [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] sending delete action to file/var/lib/apt/periodic/update-success-stamp [2013-10-25T20:17:25+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action delete (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) [2013-10-25T20:17:25+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20131025201725 [2013-10-25T20:17:25+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp [2013-10-25T20:17:25+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] sending run action to executeapt-get update [2013-10-25T20:17:25+00:00] INFO: Processing execute[apt-get update] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) [2013-10-25T20:17:32+00:00] INFO: execute[apt-get update] ran successfully [2013-10-25T20:17:32+00:00] INFO: Processing package[mongodb-10gen] action install (mtsw2e::default line 24) [2013-10-25T20:17:32+00:00] DEBUG: package[mongodb-10gen] checking package status for mongodb-10gen [2013-10-25T20:17:32+00:00] DEBUG: package[mongodb-10gen] current version is nil [2013-10-25T20:17:32+00:00] DEBUG: package[mongodb-10gen] candidate version is 2.4.7 [2013-10-25T20:17:32+00:00] DEBUG: Executing apt-get -q -y install mongodb-10gen=2.4.7 [2013-10-25T20:20:33+00:00] DEBUG: ---- Begin output of apt-get -q -y install mongodb-10gen=2.4.7 ---- [2013-10-25T20:20:33+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: mongodb-10gen 0 upgraded, 1 newly installed, 0 to remove and 151 not upgraded. Need to get 87.9 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://downloads-distro.mongodb.org/repo/ubuntu-upstart/ dist/10gen mongodb-10gen amd64 2.4.7 [87.9 MB] Fetched 87.9 MB in 2min 57s (496 kB/s) Selecting previously unselected package mongodb-10gen. (Reading database ... 51501 files and directories currently installed.) Unpacking mongodb-10gen (from .../mongodb-10gen_2.4.7_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... Setting up mongodb-10gen (2.4.7) ... Adding system user mongodb' (UID 106) ... Adding new usermongodb' (UID 106) with group nogroup' ... Not creating home directory/home/mongodb'. Adding group mongodb' (GID 111) ... Done. Adding usermongodb' to group `mongodb' ... Adding user mongodb to group mongodb Done. mongodb start/running, process 2572 [2013-10-25T20:20:33+00:00] DEBUG: STDERR: [2013-10-25T20:20:33+00:00] DEBUG: ---- End output of apt-get -q -y install mongodb-10gen=2.4.7 ---- [2013-10-25T20:20:33+00:00] DEBUG: Ran apt-get -q -y install mongodb-10gen=2.4.7 returned 0 [2013-10-25T20:20:33+00:00] INFO: Processing package[openjdk-6-jdk] action install (mtsw2e::default line 24) [2013-10-25T20:20:33+00:00] DEBUG: package[openjdk-6-jdk] checking package status for openjdk-6-jdk [2013-10-25T20:20:33+00:00] DEBUG: package[openjdk-6-jdk] current version is nil [2013-10-25T20:20:33+00:00] DEBUG: package[openjdk-6-jdk] candidate version is 6b27-1.12.6-1ubuntu0.12.04.2 [2013-10-25T20:20:33+00:00] DEBUG: Executing apt-get -q -y install openjdk-6-jdk=6b27-1.12.6-1ubuntu0.12.04.2 [2013-10-25T20:23:29+00:00] DEBUG: ---- Begin output of apt-get -q -y install openjdk-6-jdk=6b27-1.12.6-1ubuntu0.12.04.2 ---- [2013-10-25T20:23:29+00:00] DEBUG: STDOUT: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: ca-certificates-java fontconfig fontconfig-config hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcups2 libdatrie1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice-dev libice6 libjasper1 libjpeg-turbo8 libjpeg8 libjson0 libnspr4 libnss3 libnss3-1d libogg0 libpango1.0-0 libpcsclite1 libpixman-1-0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff4 libvorbis0a libvorbisenc2 libx11-6 libx11-dev libx11-doc libxau-dev libxcb-render0 libxcb-shm0 libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt-dev libxt6 libxtst6 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib shared-mime-info ttf-dejavu-core ttf-dejavu-extra tzdata tzdata-java x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev Suggested packages: default-jre equivs libasound2-plugins libasound2-python cups-common librsvg2-common gvfs libjasper-runtime ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp pcscd pulseaudio libxcb-doc openjdk-6-demo openjdk-6-source visualvm icedtea-plugin libnss-mdns sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts-core ttf-telugu-fonts ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts The following NEW packages will be installed: ca-certificates-java fontconfig fontconfig-config hicolor-icon-theme icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common java-common libasound2 libasyncns0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcups2 libdatrie1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice-dev libice6 libjasper1 libjpeg-turbo8 libjpeg8 libjson0 libnspr4 libnss3 libnss3-1d libogg0 libpango1.0-0 libpcsclite1 libpixman-1-0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff4 libvorbis0a libvorbisenc2 libx11-dev libx11-doc libxau-dev libxcb-render0 libxcb-shm0 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxt-dev libxt6 libxtst6 openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib shared-mime-info ttf-dejavu-core ttf-dejavu-extra tzdata-java x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev The following packages will be upgraded: libx11-6 libxcb1 tzdata 3 upgraded, 86 newly installed, 0 to remove and 148 not upgraded. Need to get 65.2 MB of archives. After this operation, 186 MB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1 amd64 1.8.1-1ubuntu0.2 [44.8 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-6 amd64 2:1.4.99.1-0ubuntu2.2 [763 kB] Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libasound2 amd64 1.0.25-1ubuntu10.2 [428 kB] Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main libasyncns0 amd64 0.8-4 [13.2 kB] Get:5 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk1.0-data all 2.4.0-0ubuntu1 [12.7 kB] Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk1.0-0 amd64 2.4.0-0ubuntu1 [60.1 kB] Get:7 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-common all 2.24.10-0ubuntu6 [119 kB] Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-core all 2.33-2ubuntu1 [1,552 kB] Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig-config all 2.8.0-3ubuntu9.1 [44.4 kB] Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libfontconfig1 amd64 2.8.0-3ubuntu9.1 [125 kB] Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main libpixman-1-0 amd64 0.24.4-1 [228 kB] Get:12 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-render0 amd64 1.8.1-1ubuntu0.2 [13.3 kB] Get:13 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shm0 amd64 1.8.1-1ubuntu0.2 [5,516 B] Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrender1 amd64 1:0.9.6-2ubuntu0.1 [20.6 kB] Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcairo2 amd64 1.10.2-6.1ubuntu3 [467 kB] Get:16 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-common-data amd64 0.6.30-5ubuntu2 [22.2 kB] Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-common3 amd64 0.6.30-5ubuntu2 [25.5 kB] Get:18 http://us.archive.ubuntu.com/ubuntu/ precise/main libavahi-client3 amd64 0.6.30-5ubuntu2 [30.3 kB] Get:19 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcups2 amd64 1.5.3-0ubuntu8 [171 kB] Get:20 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8 amd64 1.1.90+svn733-0ubuntu4.1 [111 kB] Get:21 http://us.archive.ubuntu.com/ubuntu/ precise/main libjpeg8 amd64 8c-2ubuntu7 [2,112 B] Get:22 http://us.archive.ubuntu.com/ubuntu/ precise/main libjasper1 amd64 1.900.1-13 [154 kB] Get:23 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libtiff4 amd64 3.9.5-2ubuntu1.5 [145 kB] Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdk-pixbuf2.0-common all 2.26.1-1 [7,818 B] Get:25 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [201 kB] Get:26 http://us.archive.ubuntu.com/ubuntu/ precise/main libthai-data all 0.1.16-3 [179 kB] Get:27 http://us.archive.ubuntu.com/ubuntu/ precise/main libdatrie1 amd64 0.2.5-3 [16.4 kB] Get:28 http://us.archive.ubuntu.com/ubuntu/ precise/main libthai0 amd64 0.1.16-3 [19.7 kB] Get:29 http://us.archive.ubuntu.com/ubuntu/ precise/main libxft2 amd64 2.2.0-3ubuntu2 [42.3 kB] Get:30 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig amd64 2.8.0-3ubuntu9.1 [156 kB] Get:31 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpango1.0-0 amd64 1.30.0-0ubuntu3.1 [363 kB] Get:32 http://us.archive.ubuntu.com/ubuntu/ precise/main libxcomposite1 amd64 1:0.4.3-2build1 [7,708 B] Get:33 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxfixes3 amd64 1:5.0-4ubuntu4.1 [12.5 kB] Get:34 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcursor1 amd64 1:1.1.12-1ubuntu0.1 [22.7 kB] Get:35 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdamage1 amd64 1:1.1.3-2build1 [7,560 B] Get:36 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxi6 amd64 2:1.6.0-0ubuntu2.1 [30.8 kB] Get:37 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxinerama1 amd64 2:1.1.1-3ubuntu0.1 [8,072 B] Get:38 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrandr2 amd64 2:1.3.2-2ubuntu0.2 [17.5 kB] Get:39 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main shared-mime-info amd64 1.0-0ubuntu4.1 [496 kB] Get:40 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-0 amd64 2.24.10-0ubuntu6 [2,674 kB] Get:41 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-lib all 6b27-1.12.6-1ubuntu0.12.04.2 [6,143 kB] Get:42 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnspr4 amd64 4.9.5-0ubuntu0.12.04.1 [141 kB] Get:43 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3 amd64 3.14.3-0ubuntu0.12.04.1 [1,196 kB] Get:44 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3-1d amd64 3.14.3-0ubuntu0.12.04.1 [13.4 kB] Get:45 http://us.archive.ubuntu.com/ubuntu/ precise/main ca-certificates-java all 20110912ubuntu6 [8,186 B] Get:46 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata all 2013g-0ubuntu0.12.04 [471 kB] Get:47 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata-java all 2013g-0ubuntu0.12.04 [138 kB] Get:48 http://us.archive.ubuntu.com/ubuntu/ precise/main java-common all 0.43ubuntu2 [61.7 kB] Get:49 http://us.archive.ubuntu.com/ubuntu/ precise/main libpcsclite1 amd64 1.7.4-2ubuntu2 [23.5 kB] Get:50 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless amd64 6b27-1.12.6-1ubuntu0.12.04.2 [25.4 MB] Get:51 http://us.archive.ubuntu.com/ubuntu/ precise/main libgif4 amd64 4.1.6-9ubuntu1 [31.0 kB] Get:52 http://us.archive.ubuntu.com/ubuntu/ precise/main libjson0 amd64 0.9-1ubuntu1 [16.3 kB] Get:53 http://us.archive.ubuntu.com/ubuntu/ precise/main libogg0 amd64 1.2.2~dfsg-1ubuntu1 [17.2 kB] Get:54 http://us.archive.ubuntu.com/ubuntu/ precise/main libflac8 amd64 1.2.1-6 [144 kB] Get:55 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbis0a amd64 1.3.2-1ubuntu3 [103 kB] Get:56 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbisenc2 amd64 1.3.2-1ubuntu3 [136 kB] Get:57 http://us.archive.ubuntu.com/ubuntu/ precise/main libsndfile1 amd64 1.0.25-4 [163 kB] Get:58 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpulse0 amd64 1:1.1-0ubuntu15.4 [289 kB] Get:59 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11-common all 1:7.6+12ubuntu2 [52.0 kB] Get:60 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxtst6 amd64 2:1.2.0-4ubuntu0.1 [13.9 kB] Get:61 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre amd64 6b27-1.12.6-1ubuntu0.12.04.2 [233 kB] Get:62 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk-wrapper-java all 0.30.4-0ubuntu2 [30.9 kB] Get:63 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk-wrapper-java-jni amd64 0.30.4-0ubuntu2 [30.5 kB] Get:64 http://us.archive.ubuntu.com/ubuntu/ precise/main libice6 amd64 2:1.0.7-2build1 [46.1 kB] Get:65 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm6 amd64 2:1.2.0-2build1 [18.1 kB] Get:66 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt6 amd64 1:1.1.1-2ubuntu0.1 [186 kB] Get:67 http://us.archive.ubuntu.com/ubuntu/ precise/main hicolor-icon-theme all 0.12-1ubuntu2 [10.2 kB] Get:68 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-bin amd64 2.24.10-0ubuntu6 [10.3 kB] Get:69 http://us.archive.ubuntu.com/ubuntu/ precise/main xorg-sgml-doctools all 1:1.10-1 [12.0 kB] Get:70 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11proto-core-dev all 7.0.22-1ubuntu0.1 [300 kB] Get:71 http://us.archive.ubuntu.com/ubuntu/ precise/main libice-dev amd64 2:1.0.7-2build1 [133 kB] Get:72 http://us.archive.ubuntu.com/ubuntu/ precise/main libpthread-stubs0 amd64 0.3-3 [3,258 B] Get:73 http://us.archive.ubuntu.com/ubuntu/ precise/main libpthread-stubs0-dev amd64 0.3-3 [2,866 B] Get:74 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm-dev amd64 2:1.2.0-2build1 [89.5 kB] Get:75 http://us.archive.ubuntu.com/ubuntu/ precise/main libxau-dev amd64 1:1.0.6-4 [10.5 kB] Get:76 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdmcp-dev amd64 1:1.1.0-4 [26.9 kB] Get:77 http://us.archive.ubuntu.com/ubuntu/ precise/main x11proto-input-dev all 2.1.99.6-1 [133 kB] Get:78 http://us.archive.ubuntu.com/ubuntu/ precise/main x11proto-kb-dev all 1.0.5-2 [27.6 kB] Get:79 http://us.archive.ubuntu.com/ubuntu/ precise/main xtrans-dev all 1.2.6-2 [82.9 kB] Get:80 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1-dev amd64 1.8.1-1ubuntu0.2 [82.5 kB] Get:81 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-dev amd64 2:1.4.99.1-0ubuntu2.2 [912 kB] Get:82 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-doc all 2:1.4.99.1-0ubuntu2.2 [2,435 kB] Get:83 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt-dev amd64 1:1.1.1-2ubuntu0.1 [490 kB] Get:84 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-extra all 2.33-2ubuntu1 [3,420 kB] Get:85 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-cacao amd64 6b27-1.12.6-1ubuntu0.12.04.2 [776 kB] Get:86 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-jamvm amd64 6b27-1.12.6-1ubuntu0.12.04.2 [512 kB] Get:87 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx-common all 1.2.3-0ubuntu0.12.04.3 [600 kB] Get:88 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-netx amd64 1.2.3-0ubuntu0.12.04.3 [16.2 kB] Get:89 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jdk amd64 6b27-1.12.6-1ubuntu0.12.04.2 [11.1 MB] Preconfiguring packages ... Fetched 65.2 MB in 2min 34s (422 kB/s) (Reading database ... 51536 files and directories currently installed.) Preparing to replace libxcb1 1.8.1-1 (using .../libxcb1_1.8.1-1ubuntu0.2_amd64.deb) ... Unpacking replacement libxcb1 ... Preparing to replace libx11-6 2:1.4.99.1-0ubuntu2 (using .../libx11-6_2%3a1.4.99.1-0ubuntu2.2_amd64.deb) ... Unpacking replacement libx11-6 ... Selecting previously unselected package libasound2. Unpacking libasound2 (from .../libasound2_1.0.25-1ubuntu10.2_amd64.deb) ... Selecting previously unselected package libasyncns0. Unpacking libasyncns0 (from .../libasyncns0_0.8-4_amd64.deb) ... Selecting previously unselected package libatk1.0-data. Unpacking libatk1.0-data (from .../libatk1.0-data_2.4.0-0ubuntu1_all.deb) ... Selecting previously unselected package libatk1.0-0. Unpacking libatk1.0-0 (from .../libatk1.0-0_2.4.0-0ubuntu1_amd64.deb) ... Selecting previously unselected package libgtk2.0-common. Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-0ubuntu6_all.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2ubuntu1_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-3ubuntu9.1_all.deb) ... Selecting previously unselected package libfontconfig1. Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-3ubuntu9.1_amd64.deb) ... Selecting previously unselected package libpixman-1-0. Unpacking libpixman-1-0 (from .../libpixman-1-0_0.24.4-1_amd64.deb) ... Selecting previously unselected package libxcb-render0. Unpacking libxcb-render0 (from .../libxcb-render0_1.8.1-1ubuntu0.2_amd64.deb) ... Selecting previously unselected package libxcb-shm0. Unpacking libxcb-shm0 (from .../libxcb-shm0_1.8.1-1ubuntu0.2_amd64.deb) ... Selecting previously unselected package libxrender1. Unpacking libxrender1 (from .../libxrender1_1%3a0.9.6-2ubuntu0.1_amd64.deb) ... Selecting previously unselected package libcairo2. Unpacking libcairo2 (from .../libcairo2_1.10.2-6.1ubuntu3_amd64.deb) ... Selecting previously unselected package libavahi-common-data. Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.30-5ubuntu2_amd64.deb) ... Selecting previously unselected package libavahi-common3. Unpacking libavahi-common3 (from .../libavahi-common3_0.6.30-5ubuntu2_amd64.deb) ... Selecting previously unselected package libavahi-client3. Unpacking libavahi-client3 (from .../libavahi-client3_0.6.30-5ubuntu2_amd64.deb) ... Selecting previously unselected package libcups2. Unpacking libcups2 (from .../libcups2_1.5.3-0ubuntu8_amd64.deb) ... Selecting previously unselected package libjpeg-turbo8. Unpacking libjpeg-turbo8 (from .../libjpeg-turbo8_1.1.90+svn733-0ubuntu4.1_amd64.deb) ... Selecting previously unselected package libjpeg8. Unpacking libjpeg8 (from .../libjpeg8_8c-2ubuntu7_amd64.deb) ... Selecting previously unselected package libjasper1. Unpacking libjasper1 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.9.5-2ubuntu1.5_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-0. Unpacking libgdk-pixbuf2.0-0 (from .../libgdk-pixbuf2.0-0_2.26.1-1_amd64.deb) ... Selecting previously unselected package libthai-data. Unpacking libthai-data (from .../libthai-data_0.1.16-3_all.deb) ... Selecting previously unselected package libdatrie1. Unpacking libdatrie1 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libthai0. Unpacking libthai0 (from .../libthai0_0.1.16-3_amd64.deb) ... Selecting previously unselected package libxft2. Unpacking libxft2 (from .../libxft2_2.2.0-3ubuntu2_amd64.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.8.0-3ubuntu9.1_amd64.deb) ... Selecting previously unselected package libpango1.0-0. Unpacking libpango1.0-0 (from .../libpango1.0-0_1.30.0-0ubuntu3.1_amd64.deb) ... Selecting previously unselected package libxcomposite1. Unpacking libxcomposite1 (from .../libxcomposite1_1%3a0.4.3-2build1_amd64.deb) ... Selecting previously unselected package libxfixes3. Unpacking libxfixes3 (from .../libxfixes3_1%3a5.0-4ubuntu4.1_amd64.deb) ... Selecting previously unselected package libxcursor1. Unpacking libxcursor1 (from .../libxcursor1_1%3a1.1.12-1ubuntu0.1_amd64.deb) ... Selecting previously unselected package libxdamage1. Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.3-2build1_amd64.deb) ... Selecting previously unselected package libxi6. Unpacking libxi6 (from .../libxi6_2%3a1.6.0-0ubuntu2.1_amd64.deb) ... Selecting previously unselected package libxinerama1. Unpacking libxinerama1 (from .../libxinerama1_2%3a1.1.1-3ubuntu0.1_amd64.deb) ... Selecting previously unselected package libxrandr2. Unpacking libxrandr2 (from .../libxrandr2_2%3a1.3.2-2ubuntu0.2_amd64.deb) ... Selecting previously unselected package shared-mime-info. Unpacking shared-mime-info (from .../shared-mime-info_1.0-0ubuntu4.1_amd64.deb) ... Selecting previously unselected package libgtk2.0-0. Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.24.10-0ubuntu6_amd64.deb) ... Selecting previously unselected package openjdk-6-jre-lib. Unpacking openjdk-6-jre-lib (from .../openjdk-6-jre-lib_6b27-1.12.6-1ubuntu0.12.04.2_all.deb) ... Selecting previously unselected package libnspr4. Unpacking libnspr4 (from .../libnspr4_4.9.5-0ubuntu0.12.04.1_amd64.deb) ... Selecting previously unselected package libnss3. Unpacking libnss3 (from .../libnss3_3.14.3-0ubuntu0.12.04.1_amd64.deb) ... Selecting previously unselected package libnss3-1d. Unpacking libnss3-1d (from .../libnss3-1d_3.14.3-0ubuntu0.12.04.1_amd64.deb) ... Selecting previously unselected package ca-certificates-java. Unpacking ca-certificates-java (from .../ca-certificates-java_20110912ubuntu6_all.deb) ... Preparing to replace tzdata 2012b-1 (using .../tzdata_2013g-0ubuntu0.12.04_all.deb) ... Unpacking replacement tzdata ... Processing triggers for man-db ... Setting up tzdata (2013g-0ubuntu0.12.04) ... Selecting previously unselected package tzdata-java. (Reading database ... 52166 files and directories currently installed.) Unpacking tzdata-java (from .../tzdata-java_2013g-0ubuntu0.12.04_all.deb) ... Selecting previously unselected package java-common. Unpacking java-common (from .../java-common_0.43ubuntu2_all.deb) ... Selecting previously unselected package libpcsclite1. Unpacking libpcsclite1 (from .../libpcsclite1_1.7.4-2ubuntu2_amd64.deb) ... Selecting previously unselected package openjdk-6-jre-headless. Unpacking openjdk-6-jre-headless (from .../openjdk-6-jre-headless_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package libgif4. Unpacking libgif4 (from .../libgif4_4.1.6-9ubuntu1_amd64.deb) ... Selecting previously unselected package libjson0. Unpacking libjson0 (from .../libjson0_0.9-1ubuntu1_amd64.deb) ... Selecting previously unselected package libogg0. Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1ubuntu1_amd64.deb) ... Selecting previously unselected package libflac8. Unpacking libflac8 (from .../libflac8_1.2.1-6_amd64.deb) ... Selecting previously unselected package libvorbis0a. Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1ubuntu3_amd64.deb) ... Selecting previously unselected package libvorbisenc2. Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1ubuntu3_amd64.deb) ... Selecting previously unselected package libsndfile1. Unpacking libsndfile1 (from .../libsndfile1_1.0.25-4_amd64.deb) ... Selecting previously unselected package libpulse0. Unpacking libpulse0 (from .../libpulse0_1%3a1.1-0ubuntu15.4_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.6+12ubuntu2_all.deb) ... Selecting previously unselected package libxtst6. Unpacking libxtst6 (from .../libxtst6_2%3a1.2.0-4ubuntu0.1_amd64.deb) ... Selecting previously unselected package openjdk-6-jre. Unpacking openjdk-6-jre (from .../openjdk-6-jre_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package libatk-wrapper-java. Unpacking libatk-wrapper-java (from .../libatk-wrapper-java_0.30.4-0ubuntu2_all.deb) ... Selecting previously unselected package libatk-wrapper-java-jni. Unpacking libatk-wrapper-java-jni (from .../libatk-wrapper-java-jni_0.30.4-0ubuntu2_amd64.deb) ... Selecting previously unselected package libice6. Unpacking libice6 (from .../libice6_2%3a1.0.7-2build1_amd64.deb) ... Selecting previously unselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.2.0-2build1_amd64.deb) ... Selecting previously unselected package libxt6. Unpacking libxt6 (from .../libxt6_1%3a1.1.1-2ubuntu0.1_amd64.deb) ... Selecting previously unselected package hicolor-icon-theme. Unpacking hicolor-icon-theme (from .../hicolor-icon-theme_0.12-1ubuntu2_all.deb) ... Selecting previously unselected package libgtk2.0-bin. Unpacking libgtk2.0-bin (from .../libgtk2.0-bin_2.24.10-0ubuntu6_amd64.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.22-1ubuntu0.1_all.deb) ... Selecting previously unselected package libice-dev. Unpacking libice-dev (from .../libice-dev_2%3a1.0.7-2build1_amd64.deb) ... Selecting previously unselected package libpthread-stubs0. Unpacking libpthread-stubs0 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev. Unpacking libpthread-stubs0-dev (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libsm-dev. Unpacking libsm-dev (from .../libsm-dev_2%3a1.2.0-2build1_amd64.deb) ... Selecting previously unselected package libxau-dev. Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.6-4_amd64.deb) ... Selecting previously unselected package libxdmcp-dev. Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.1.0-4_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.1.99.6-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.5-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.6-2_all.deb) ... Selecting previously unselected package libxcb1-dev. Unpacking libxcb1-dev (from .../libxcb1-dev_1.8.1-1ubuntu0.2_amd64.deb) ... Selecting previously unselected package libx11-dev. Unpacking libx11-dev (from .../libx11-dev_2%3a1.4.99.1-0ubuntu2.2_amd64.deb) ... Selecting previously unselected package libx11-doc. Unpacking libx11-doc (from .../libx11-doc_2%3a1.4.99.1-0ubuntu2.2_all.deb) ... Selecting previously unselected package libxt-dev. Unpacking libxt-dev (from .../libxt-dev_1%3a1.1.1-2ubuntu0.1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-extra. Unpacking ttf-dejavu-extra (from .../ttf-dejavu-extra_2.33-2ubuntu1_all.deb) ... Selecting previously unselected package icedtea-6-jre-cacao. Unpacking icedtea-6-jre-cacao (from .../icedtea-6-jre-cacao_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package icedtea-6-jre-jamvm. Unpacking icedtea-6-jre-jamvm (from .../icedtea-6-jre-jamvm_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Selecting previously unselected package icedtea-netx-common. Unpacking icedtea-netx-common (from .../icedtea-netx-common_1.2.3-0ubuntu0.12.04.3_all.deb) ... Selecting previously unselected package icedtea-netx. Unpacking icedtea-netx (from .../icedtea-netx_1.2.3-0ubuntu0.12.04.3_amd64.deb) ... Selecting previously unselected package openjdk-6-jdk. Unpacking openjdk-6-jdk (from .../openjdk-6-jdk_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ureadahead ... Setting up libxcb1 (1.8.1-1ubuntu0.2) ... Setting up libx11-6 (2:1.4.99.1-0ubuntu2.2) ... Setting up libasound2 (1.0.25-1ubuntu10.2) ... Setting up libasyncns0 (0.8-4) ... Setting up libatk1.0-data (2.4.0-0ubuntu1) ... Setting up libatk1.0-0 (2.4.0-0ubuntu1) ... Setting up libgtk2.0-common (2.24.10-0ubuntu6) ... Setting up ttf-dejavu-core (2.33-2ubuntu1) ... Setting up fontconfig-config (2.8.0-3ubuntu9.1) ... Setting up libfontconfig1 (2.8.0-3ubuntu9.1) ... Setting up libpixman-1-0 (0.24.4-1) ... Setting up libxcb-render0 (1.8.1-1ubuntu0.2) ... Setting up libxcb-shm0 (1.8.1-1ubuntu0.2) ... Setting up libxrender1 (1:0.9.6-2ubuntu0.1) ... Setting up libcairo2 (1.10.2-6.1ubuntu3) ... Setting up libavahi-common-data (0.6.30-5ubuntu2) ... Setting up libavahi-common3 (0.6.30-5ubuntu2) ... Setting up libavahi-client3 (0.6.30-5ubuntu2) ... Setting up libcups2 (1.5.3-0ubuntu8) ... Setting up libjpeg-turbo8 (1.1.90+svn733-0ubuntu4.1) ... Setting up libjpeg8 (8c-2ubuntu7) ... Setting up libjasper1 (1.900.1-13) ... Setting up libtiff4 (3.9.5-2ubuntu1.5) ... Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... Setting up libgdk-pixbuf2.0-0 (2.26.1-1) ... Setting up libthai-data (0.1.16-3) ... Setting up libdatrie1 (0.2.5-3) ... Setting up libthai0 (0.1.16-3) ... Setting up libxft2 (2.2.0-3ubuntu2) ... Setting up fontconfig (2.8.0-3ubuntu9.1) ... Cleaning up old fontconfig caches... done. Regenerating fonts cache... done. Setting up libpango1.0-0 (1.30.0-0ubuntu3.1) ... Setting up libxcomposite1 (1:0.4.3-2build1) ... Setting up libxfixes3 (1:5.0-4ubuntu4.1) ... Setting up libxcursor1 (1:1.1.12-1ubuntu0.1) ... Setting up libxdamage1 (1:1.1.3-2build1) ... Setting up libxi6 (2:1.6.0-0ubuntu2.1) ... Setting up libxinerama1 (2:1.1.1-3ubuntu0.1) ... Setting up libxrandr2 (2:1.3.2-2ubuntu0.2) ... Setting up shared-mime-info (1.0-0ubuntu4.1) ... Setting up libgtk2.0-0 (2.24.10-0ubuntu6) ... Setting up libnspr4 (4.9.5-0ubuntu0.12.04.1) ... Setting up libnss3 (3.14.3-0ubuntu0.12.04.1) ... Setting up libnss3-1d (3.14.3-0ubuntu0.12.04.1) ... Setting up tzdata-java (2013g-0ubuntu0.12.04) ... Setting up java-common (0.43ubuntu2) ... Setting up libpcsclite1 (1.7.4-2ubuntu2) ... Setting up libgif4 (4.1.6-9ubuntu1) ... Setting up libjson0 (0.9-1ubuntu1) ... Setting up libogg0 (1.2.2~dfsg-1ubuntu1) ... Setting up libflac8 (1.2.1-6) ... Setting up libvorbis0a (1.3.2-1ubuntu3) ... Setting up libvorbisenc2 (1.3.2-1ubuntu3) ... Setting up libsndfile1 (1.0.25-4) ... Setting up libpulse0 (1:1.1-0ubuntu15.4) ... Setting up x11-common (1:7.6+12ubuntu2) ... Setting up libxtst6 (2:1.2.0-4ubuntu0.1) ... Setting up libice6 (2:1.0.7-2build1) ... Setting up libsm6 (2:1.2.0-2build1) ... Setting up libxt6 (1:1.1.1-2ubuntu0.1) ... Setting up hicolor-icon-theme (0.12-1ubuntu2) ... Setting up libgtk2.0-bin (2.24.10-0ubuntu6) ... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.22-1ubuntu0.1) ... Setting up libice-dev (2:1.0.7-2build1) ... Setting up libpthread-stubs0 (0.3-3) ... Setting up libpthread-stubs0-dev (0.3-3) ... Setting up libsm-dev (2:1.2.0-2build1) ... Setting up libxau-dev (1:1.0.6-4) ... Setting up libxdmcp-dev (1:1.1.0-4) ... Setting up x11proto-input-dev (2.1.99.6-1) ... Setting up x11proto-kb-dev (1.0.5-2) ... Setting up xtrans-dev (1.2.6-2) ... Setting up libxcb1-dev (1.8.1-1ubuntu0.2) ... Setting up libx11-dev (2:1.4.99.1-0ubuntu2.2) ... Setting up libx11-doc (2:1.4.99.1-0ubuntu2.2) ... Setting up libxt-dev (1:1.1.1-2ubuntu0.1) ... Setting up ttf-dejavu-extra (2.33-2ubuntu1) ... Setting up icedtea-netx-common (1.2.3-0ubuntu0.12.04.3) ... Setting up openjdk-6-jre-headless (6b27-1.12.6-1ubuntu0.12.04.2) ... update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode. update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode. Setting up ca-certificates-java (20110912ubuntu6) ... Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:ValiCert_Class_2_VA.pem Adding debian:GeoTrust_Primary_CertificationAuthority-_G3.pem Adding debian:Root_CA_Generalitat_Valenciana.pem Adding debian:ValiCert_Class_1_VA.pem Adding debian:Digital_Signature_Trust_Co._Global_CA_3.pem Adding debian:RSA_Root_Certificate_1.pem Adding debian:spi-cacert-2008.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Wells_Fargo_Root_CA.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Global_ChambersignRoot-_2008.pem Adding debian:AddTrust_Qualified_CertificatesRoot.pem Adding debian:Certinomis-_Autorité_Racine.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:Secure_Global_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:RSA_Security_2048_v3.pem Adding debian:ca.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:America_Online_Root_Certification_Authority_2.pem Adding debian:TC_TrustCenter_Class_2_CA_II.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Verisign_Class_2_Public_Primary_CertificationAuthority-_G2.pem Adding debian:NetLockNotary=Class_A=_Root.pem Adding debian:NetLockBusiness=Class_B=_Root.pem Adding debian:EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem Adding debian:NetLockExpress=Class_C=_Root.pem Adding debian:GeoTrust_Primary_CertificationAuthority-_G2.pem Adding debian:Entrust.net_Secure_Server_CA.pem Adding debian:TC_TrustCenter_Universal_CA_III.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:thawte_Primary_RootCA-_G2.pem Adding debian:Staat_der_Nederlanden_RootCA-_G2.pem Adding debian:Verisign_Class_3_Public_Primary_CertificationAuthority-G2.pem Adding debian:ApplicationCA-_Japanese_Government.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem Adding debian:Thawte_Premium_Server_CA.pem Adding debian:Verisign_Class_3_Public_Primary_CertificationAuthority-_G3.pem Adding debian:AddTrust_Low-Value_Services_Root.pem A

ptwobrussell commented 10 years ago

Try to read the comment that GitHub just left here in the web UI. It's still truncating it after inlining it. I think the only good way to get this to me is to just email it directly to my GMail...

ptwobrussell commented 10 years ago

Thanks. Got your log via email. What is happening is that pip is timing out while trying to download packages, and it's not clear why. A couple of things to help us figure this out:

psmuts commented 10 years ago

The link downloaded a 111k file immediately.

I am in Bozeman, Montana and have high speed DSL. I did a speed test just now and download was almost 5MBPS. Screenshot attached.

On Fri, Oct 25, 2013 at 3:15 PM, Matthew A. Russell < notifications@github.com> wrote:

Thanks. Got your log via email. What is happening is that pip is timing out while trying to download packages, and it's not clear why. A couple of things to help us figure this out:

— Reply to this email directly or view it on GitHubhttps://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/86#issuecomment-27126496 .

ptwobrussell commented 10 years ago

What's interesting is that another fellow from Montana was having timeout problems a week or two ago and he had a high speed connection as well. Kind of odd that this is happening.

I know this is a lot of back and forth, so bear with me (this is all we can do working remotely like this) but can you do this now that we know where you're at:

Basically, let's see if the same file times out again from within in the VM.

psmuts commented 10 years ago

I saw your exchange with that guy and worked through the attempted solutions there. Different operating systems though.

here is the output. It appears they are all timing out.


Peters-iMac:Mining-the-Social-Web-2nd-Edition psmuts$ vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)

148 packages can be updated. 66 updates are security updates.

Welcome to your Vagrant-built virtual machine. Last login: Fri Oct 25 21:12:24 2013 from 10.0.2.2 vagrant@precise64:~$ cd vagrant -bash: cd: vagrant: No such file or directory vagrant@precise64:~$ cd /vagrant vagrant@precise64:/vagrant$ sudo pip install -r mtsw2e-requirements.txt Downloading/unpacking BeautifulSoup==3.2.1 (from -r mtsw2e-requirements.txt (line 1)) Downloading BeautifulSoup-3.2.1.tar.gz Running setup.py egg_info for package BeautifulSoup

Downloading/unpacking Flask==0.9 (from -r mtsw2e-requirements.txt (line 2)) Error while getting https://pypi.python.org/packages/source/F/Flask/Flask-0.9.tar.gz#md5=4a89ef2b3ab0f151f781182bd0cc8933(from https://pypi.python.org/simple/Flask/) Cleaning up... Exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 134, in main status = self.run(options, args) File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 236, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 1092, in prepare_files self.unpack_url(url, location, self.is_download) File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 1238, in unpack_url retval = unpack_http_url(link, location, self.download_cache, self.download_dir) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 602, in unpack_http_url resp = _get_response_from_url(target_url, link) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 638, in _get_response_from_url resp = urlopen(target_url) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 176, in call response = self.get_opener(scheme=scheme).open(url) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 155, in https_open return self.do_open(self.specialized_conn_class, req) File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open raise URLError(err) URLError:

Storing complete log in /home/vagrant/.pip/pip.log vagrant@precise64:/vagrant$

On Fri, Oct 25, 2013 at 3:23 PM, Matthew A. Russell < notifications@github.com> wrote:

What's interesting is that another fellow from Montana was having timeout problems a week or two ago and he had a high speed connection as well. Kind of odd that this is happening.

I know this is a lot of back and forth, so bear with me (this is all we can do working remotely like this) but can you do this now that we know where you're at:

  • "vagrant ssh" into the machine
  • cd into the /vagrant directory
  • type "sudo pip install -r mtsw2e-requirements.txt" and return that output to me.

Basically, let's see if the same file times out again from within in the VM.

— Reply to this email directly or view it on GitHubhttps://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/86#issuecomment-27127112 .

psmuts commented 10 years ago

Running the requirements.txt file again and things appear to be downloading. I will send that output file in a minute.

On Fri, Oct 25, 2013 at 3:27 PM, Peter Smuts psmuts@gmail.com wrote:

I saw your exchange with that guy and worked through the attempted solutions there. Different operating systems though.

here is the output. It appears they are all timing out.


Peters-iMac:Mining-the-Social-Web-2nd-Edition psmuts$ vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)

148 packages can be updated. 66 updates are security updates.

Welcome to your Vagrant-built virtual machine. Last login: Fri Oct 25 21:12:24 2013 from 10.0.2.2 vagrant@precise64:~$ cd vagrant -bash: cd: vagrant: No such file or directory vagrant@precise64:~$ cd /vagrant vagrant@precise64:/vagrant$ sudo pip install -r mtsw2e-requirements.txt Downloading/unpacking BeautifulSoup==3.2.1 (from -r mtsw2e-requirements.txt (line 1)) Downloading BeautifulSoup-3.2.1.tar.gz Running setup.py egg_info for package BeautifulSoup

Downloading/unpacking Flask==0.9 (from -r mtsw2e-requirements.txt (line 2)) Error while getting https://pypi.python.org/packages/source/F/Flask/Flask-0.9.tar.gz#md5=4a89ef2b3ab0f151f781182bd0cc8933(from https://pypi.python.org/simple/Flask/) Cleaning up... Exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 134, in main status = self.run(options, args) File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 236, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 1092, in prepare_files self.unpack_url(url, location, self.is_download) File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 1238, in unpack_url retval = unpack_http_url(link, location, self.download_cache, self.download_dir) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 602, in unpack_http_url resp = _get_response_from_url(target_url, link) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 638, in _get_response_from_url resp = urlopen(target_url) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 176, in call response = self.get_opener(scheme=scheme).open(url) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 155, in https_open return self.do_open(self.specialized_conn_class, req) File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open raise URLError(err) URLError:

Storing complete log in /home/vagrant/.pip/pip.log vagrant@precise64:/vagrant$

On Fri, Oct 25, 2013 at 3:23 PM, Matthew A. Russell < notifications@github.com> wrote:

What's interesting is that another fellow from Montana was having timeout problems a week or two ago and he had a high speed connection as well. Kind of odd that this is happening.

I know this is a lot of back and forth, so bear with me (this is all we can do working remotely like this) but can you do this now that we know where you're at:

  • "vagrant ssh" into the machine
  • cd into the /vagrant directory
  • type "sudo pip install -r mtsw2e-requirements.txt" and return that output to me.

Basically, let's see if the same file times out again from within in the VM.

— Reply to this email directly or view it on GitHubhttps://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/86#issuecomment-27127112 .

ptwobrussell commented 10 years ago

Great, looking forward to receiving it. Since the bootstrap failed and we are having to manually intervene, that means that we'll also have to manually start the ipython notebook server, but that's easy once "sudo pip freeze" returns everything that we need it to return to us.

A couple of other thoughts (notes to self)

In the near term, I will probably make a Vagrant box available that already has the Chef provisioning run on it so that these things don't happen. I just need to find a good way to host it. In fact, if we don't get you fixed up here shortly, I'll go ahead and do it late tonight or first thing in the morning and make it available to you.

psmuts commented 10 years ago

here is the output of sudo pip freeze after requirements.txt run

vagrant@precise64:~$ sudo pip freeze BeautifulSoup==3.2.1 Flask==0.9 FuXi==1.4.1.production GnuPGInterface==0.3.2 JPype1==0.5.4.4 Jinja2==2.6 PyGithub==1.17.0 PyYAML==3.10 Werkzeug==0.8.3 apt-xapian-index==0.44 argparse==1.2.1 beautifulsoup4==4.1.3 boilerpipe==1.2.0.0 charade==1.0.3 chardet==2.1.1 cluster==1.1.2 command-not-found==0.2.44 envoy==0.0.2 facebook-sdk==0.4.0 feedparser==5.1.3 geopy==0.95.1 google-api-python-client==1.1 httplib2==0.8 ipython==1.1.0 language-selector==0.1 matplotlib==1.2.1 networkx==1.7 nltk==2.0.4 numpy==1.7.1 oauth2==1.5.211 oauthlib==0.4.1 prettytable==0.7.1 pymongo==2.5.1 pyparsing==1.5.5 python-apt==0.8.3ubuntu7 python-dateutil==2.1 python-debian==0.1.21ubuntu1 python-gflags==2.0 python-linkedin==3.0 pyzmq==13.0.0 rdflib==2.4.1.dev readline==6.2.4.1 requests==1.2.3 requests-oauthlib==0.3.2 six==1.4.1 tornado==2.4.1 twitter==1.9.2 twitter-text-py==2.0.0 ufw==0.31.1-1 virtualenv==1.10.1 wsgiref==0.1.2 vagrant@precise64:~$

On Fri, Oct 25, 2013 at 3:54 PM, Matthew A. Russell < notifications@github.com> wrote:

Great, looking forward to receiving it. Since the bootstrap failed and we are having to manually intervene, that means that we'll also have to manually start the ipython notebook server, but that's easy once "sudo pip freeze" returns everything that we need it to return to us.

A couple of other thoughts (notes to self)

  • When a package fails to download because of a timeout, it would be really helpful to immediately try to use wget to download that same file and see if wget returns the same error. After all, it's just a file download. There's nothing special about what pip is doing or that anyone else would be doing to download it.
  • We can use the --timeout option for pip to increase the default timeout to a higher value than the default of 15 seconds (and if this turns out to be helpful, I can add this into the Chef scripts so that it's a new default.) However, it may not make sense to set an unreasonable default here since it shouldn't be taking that long anyhow.

In the near term, I will probably make a Vagrant box available that already has the Chef provisioning run on it so that these things don't happen. I just need to find a good way to host it. In fact, if we don't get you fixed up here shortly, I'll go ahead and do it late tonight or first thing in the morning and make it available to you.

— Reply to this email directly or view it on GitHubhttps://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/86#issuecomment-27129019 .

ptwobrussell commented 10 years ago

Sounds like re-running pip manually worked (per your email and console log output.) This is great news! That output from pip looks as it should from a quick skim. Excellent!

(Tell me if I'm crazy here, but there's nothing we did or didn't do to cause it work this time. This was truly a timeout issue that is seemingly beyond our control. Perhaps the PyPI server was experiencing maintenance or perhaps other network issues somehow interfered?)

You should be able to start IPython Notebook manually from within the guest like this:

Let me know back in the GitHub ticket? I'll also paste this there for reference.

psmuts commented 10 years ago

It worked. You are not crazy. After 4 frustrating hours of head scratching, magic. Thanks very much. Looking forward to digging into the book. I really appreciate your prompt response and your patience.

Peter

ptwobrussell commented 10 years ago

Peter - believe me when I say that I am so sorry that it took you 4 hours to get to this point. It's not supposed to be like that, and my disappointment is that I don't know what I could have done differently to help save your time. It seems that there is some kind of intermittent issue with packages from PyPI timing out, and it's not that clearly how or why.

I will be working on a pre-baked Vagrant box to mitigate a lot of the potential installation timeouts. I may also consider ways to host the key packages somewhere else if it seems that would be a help.

At any rate, I am thankful for your patience. Let me know how it goes once you have dug in some more. I'd love to hear back from you (especially by way of a book review if you're up for that at some point.)