Ubuntu Pastebin

Paste from aatchson at Thu, 21 Jan 2016 23:54:32 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
 vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'http://cloud-images.ubuntu.com/snappy/15.04/core/stable/current/core-stable-amd64-vagrant.box' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'http://cloud-images.ubuntu.com/snappy/15.04/core/stable/current/core-stable-amd64-vagrant.box' (v0) for provider: virtualbox
    default: Downloading: http://cloud-images.ubuntu.com/snappy/15.04/core/stable/current/core-stable-amd64-vagrant.box
/usr/lib/ruby/2.1.0/fileutils.rb:250:in `mkdir': File name too long @ dir_s_mkdir - /home/aatchison/.vagrant.d/boxes/http:-VAGRANTSLASH--VAGRANTSLASH-cloud-images.ubuntu.com-VAGRANTSLASH-snappy-VAGRANTSLASH-15.04-VAGRANTSLASH-core-VAGRANTSLASH-stable-VAGRANTSLASH-current-VAGRANTSLASH-core-stable-amd64-vagrant.box (Errno::ENAMETOOLONG)
	from /usr/lib/ruby/2.1.0/fileutils.rb:250:in `fu_mkdir'
	from /usr/lib/ruby/2.1.0/fileutils.rb:224:in `block (2 levels) in mkdir_p'
	from /usr/lib/ruby/2.1.0/fileutils.rb:222:in `reverse_each'
	from /usr/lib/ruby/2.1.0/fileutils.rb:222:in `block in mkdir_p'
	from /usr/lib/ruby/2.1.0/fileutils.rb:208:in `each'
	from /usr/lib/ruby/2.1.0/fileutils.rb:208:in `mkdir_p'
	from /usr/lib/ruby/2.1.0/pathname.rb:559:in `mkpath'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:158:in `block (3 levels) in add'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:439:in `with_temp_dir'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:131:in `block (2 levels) in add'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:439:in `with_temp_dir'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:112:in `block in add'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:426:in `block in with_collection_lock'
	from /usr/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:425:in `with_collection_lock'
	from /usr/lib/ruby/vendor_ruby/vagrant/box_collection.rb:101:in `add'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/box_add.rb:340:in `box_add'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/box_add.rb:132:in `add_direct'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/box_add.rb:106:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builder.rb:116:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in `block in run'
	from /usr/lib/ruby/vendor_ruby/vagrant/util/busy.rb:19:in `busy'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in `run'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/handle_box.rb:82:in `handle_box'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/handle_box.rb:42:in `block in call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/handle_box.rb:36:in `synchronize'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/handle_box.rb:36:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:95:in `block in finalize_action'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builder.rb:116:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in `block in run'
	from /usr/lib/ruby/vendor_ruby/vagrant/util/busy.rb:19:in `busy'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in `run'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builtin/call.rb:53:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
	from /usr/share/vagrant/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/builder.rb:116:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in `block in run'
	from /usr/lib/ruby/vendor_ruby/vagrant/util/busy.rb:19:in `busy'
	from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in `run'
	from /usr/lib/ruby/vendor_ruby/vagrant/machine.rb:214:in `action_raw'
	from /usr/lib/ruby/vendor_ruby/vagrant/machine.rb:191:in `block in action'
	from /usr/lib/ruby/vendor_ruby/vagrant/environment.rb:482:in `lock'
	from /usr/lib/ruby/vendor_ruby/vagrant/machine.rb:178:in `call'
	from /usr/lib/ruby/vendor_ruby/vagrant/machine.rb:178:in `action'
	from /usr/lib/ruby/vendor_ruby/vagrant/batch_action.rb:82:in `block (2 levels) in run'
Download as text