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
'vagrant up' command fails with status 1. It shows following errors :
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ln -s "/Volumes/SharedFolders/vagrant_data" "/vagrant_data"
Stdout from the command:
Stderr from the command:
ln: /vagrant_data: Read-only file system
Expected: It should exit with 0 for automations to work correctly. Even though the mount commands configured to run for 'darwin', it should not run for macvms (M Series Chip)
The text was updated successfully, but these errors were encountered:
'vagrant up' command fails with status 1. It shows following errors :
Expected: It should exit with 0 for automations to work correctly. Even though the mount commands configured to run for 'darwin', it should not run for macvms (M Series Chip)
The text was updated successfully, but these errors were encountered: