I'm trying to add a new box but I'm getting an error, Vagrant was working, 
I don't know what could be the cause of the problem.

Any help will be appreciated 

This is the command I'm running and the output

```
vagrant box add precise64 ~/Downloads/ubuntu-12.04.3-server-amd64.iso
Downloading box from URL: 
file:/home/luis/Downloads/ubuntu-12.04.3-server-amd64.iso
Extracting box...te: 167M/s, Estimated time remaining: --:--:--))
/opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1433:in `unlink': 
Permission denied - 
/home/luis/.vagrant.d/tmp/vagrant-box-add-temp-20140112-15366-15rwnin/boot/grub/font.pf2
 
(Errno::EACCES)
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1433:in `block 
in remove_file'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1438:in 
`platform_support'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1432:in 
`remove_file'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1421:in `remove'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:770:in `block in 
remove_entry'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1471:in `block 
(2 levels) in postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1471:in `block 
(2 levels) in postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1471:in `block 
(2 levels) in postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1475:in 
`postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1470:in `block 
in postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1469:in `each'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1469:in 
`postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1470:in `block 
in postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1469:in `each'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1469:in 
`postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1470:in `block 
in postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1469:in `each'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:1469:in 
`postorder_traverse'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:768:in 
`remove_entry'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:626:in `block in 
rm_r'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:622:in `each'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/fileutils.rb:622:in `rm_r'
    from /opt/vagrant/embedded/lib/ruby/2.0.0/pathname.rb:567:in `rmtree'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:390:in
 
`ensure in with_temp_dir'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:390:in
 
`with_temp_dir'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:109:in
 
`block in add'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:375:in
 
`block in with_collection_lock'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:374:in
 
`synchronize'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:374:in
 
`with_collection_lock'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/box_collection.rb:77:in
 
`add'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/action/builtin/box_add.rb:95:in
 
`call'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/action/warden.rb:34:in
 
`call'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/action/builder.rb:116:in
 
`call'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/action/runner.rb:69:in
 
`block in run'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/util/busy.rb:19:in 
`busy'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/action/runner.rb:69:in
 
`run'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/plugins/commands/box/command/add.rb:58:in
 
`execute'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/plugins/commands/box/command/root.rb:51:in
 
`execute'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/cli.rb:38:in 
`execute'
    from 
/opt/vagrant/embedded/gems/gems/vagrant-1.4.1/lib/vagrant/environment.rb:484:in 
`cli'
    from /opt/vagrant/embedded/gems/gems/vagrant-1.4.1/bin/vagrant:127:in 
`<top (required)>'
    from /opt/vagrant/bin/../embedded/gems/bin/vagrant:23:in `load'
    from /opt/vagrant/bin/../embedded/gems/bin/vagrant:23:in `<main>'
```
I'm using Vagrant 1.4.3

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to