You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to vagrant up (on a machine that has been vagrant destroy'd, and worked fine previously) I now get an error when vagrant-hostmanager tries to update the hosts file on the host machine:
/opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1289:in `initialize': Permission denied @ rb_sysopen - /etc/hosts (Errno::EACCES)
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1289:in `open'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1289:in `copy_file'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:430:in `copy_file'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:357:in `block in cp'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1461:in `block in fu_each_src_dest'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1477:in `fu_each_src_dest0'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1459:in `fu_each_src_dest'
from /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:356:in `cp'
....
The text was updated successfully, but these errors were encountered:
When attempting to
vagrant up
(on a machine that has beenvagrant destroy
'd, and worked fine previously) I now get an error when vagrant-hostmanager tries to update the hosts file on the host machine:The text was updated successfully, but these errors were encountered: