Hello Alvaro, Thanks a lot for your reply. I resolved this problem through there is order commands:
1. First I logged on with root on my system; 2. After I installed Virtualbox (through apt-get install virtualbox-qt) and apt-get install vagrant; 3. vagrant plugin install vagrant-vbguest; 4. vagrant box add folder ../download/file_relatived_box; 5. vim Vagrantfile to configure the configuration; 6. And finally - vagrant up; I think the problem existed because I installed virtualbox through "Lubuntu Software Center" with user different root and I tried run a command with root relative a software which was installed another different user. We can turn off this post, thanks Best regards Edgar Oliveira segunda-feira, 14 de Dezembro de 2015 às 20:30:07 UTC, Alvaro Miranda Aguilera escreveu: > > On Mon, Dec 14, 2015 at 11:38 PM, Edgar Oliveira > <[email protected] <javascript:>> wrote: > > Permission denied - /home/ede/.vagrant.d/data/fp-leases/8080 > (Errno::EACCES) > > > Hello, > > Error message: > > Permission denied - /home/ede/.vagrant.d/data/fp- > leases/8080 (Errno::EACCES) > > The user you are trying to use does have permissions in that > directory? or some your updates are trying to do something wuth that > file? > > If the user you are using is not ede, then I will ask to try from a > different folder. > > > cd /var/tmp > mkdir 07 > cd 07 > vagrant init -m 07 > vagrant up --no-provision > > And see how it goes. > > > Always try if possible 1 step at the time, like start the VM before > changing the Vagrant fle. > > Then you cna just do vagrant reload to let Vagrant update the VM > > Alvaro. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/1eeceec3-9e64-4e51-beae-b30439ef5459%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
