-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
I don't particularly see any errors in the log but any sites I created before don't show up. I also could not do "vagrant ssh" anymore because it just goes back to my regular terminal.
Here's part of my Vagrantfile
config.vm.box = "scotch/box"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.hostname = "local.wp"
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"
# Optional NFS. Make sure to remove other synced_folder line too
config.vm.synced_folder ".", "/var/www", :nfs => { :mount_options => ["dmode=777","fmode=666"] }
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 2
end
And here's the vagrant.log
This happened after I upgraded my OS from High Sierra to Catalina.
Metadata
Metadata
Assignees
Labels
No labels