Skip to content

Scotch Box 3.5 not running on macOS Catalina #419

@wites

Description

@wites

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions