clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.6k stars 980 forks source link

Permission denied @ dir_s_mkdir - /home/username/DetectionLab/Vagrant/.vagrant/bundler #809

Closed nobody-00 closed 2 years ago

nobody-00 commented 2 years ago

Following this guide https://detectionlab.network/deployment/linuxvm/

on step 3.2 vagrant up logger

I have this error that causes the installation to stop.

Vagrant failed to initialize at a very early stage:

The plugins failed to initialize correctly. This may be due to manual modifications made within the Vagrant home directory. Vagrant can attempt to automatically correct this issue by running:

vagrant plugin repair

If Vagrant was recently updated, this error may be due to incompatible versions of dependencies. To fix this problem please remove and re-install all plugins. Vagrant can attempt to do this automatically by running:

vagrant plugin expunge --reinstall

Or you may want to try updating the installed plugins to their latest versions:

vagrant plugin update

Error message given during initialization: Permission denied @ dir_s_mkdir - /home/username/DetectionLab/Vagrant/.vagrant/bundler

clong commented 2 years ago

Try running vagrant plugin expunge --reinstall and let me know if that fixes it

nobody-00 commented 2 years ago

Unfortunately, I tried and am still experiencing technical issues.

clong commented 2 years ago

Please take a look at https://github.com/rubygems/bundler/issues/4590

clong commented 2 years ago

Closing this issue as it's definitely an issue with Vagrant or something about your ruby environment as opposed to the lab