-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation failure #159
Comments
Looks like some NFS issue on your host. I have not tested this on Sierra yet. Make sure that NFS server is running on your host, also take a look at #140 |
Hello @paliarush I am getting same error on windows 10, earlier it was working fine but yesterday I run again |
Again I found same issue om mac 10.12.6 vagrant 2.0.1. Please suggest |
@shrinet if you try to run |
I have the same issue on Ubuntu 16.04.3, Vagrant 1.8.7 and VirtualBox 5.0.40. Same error occurs on Vagrant 2.0.1 and VirtualBox 5.2.4. I was able to successfully run Laravel Homestead on the same computer(vgr 2.0.1 & vb 5.2.4). |
This issue still persists on Windows 10 in combination with Vagrant 1.8.x, Vagrant 2.x and VirtualBox 5.2. What worked for me was downgrading Vagrant to 1.8.4 (not sure if 1.8.7 is possible too) and VirtualBox to 5.0.40. |
I have the same issue. Any solution? |
For anyone else still having an issue with the install just change the minimum vagrant compatibility check at the top of your
|
@pxlhero thanks a lot! Worked for me |
@pxlhero thanks also. It worked for me as well. |
I have the same issue. Any solution? |
My issue was I haven't used Vagrant in a while and evidently they've moved servers and didn't put redirects. |
I am getting similar error from vagrant-magento/scripts/host/check_mounted_directories.sh in Windows 10 with Vagrant 2.2.5 and Virtual Box 6. I have another Laravel homestead box which is working fine.
The file ${vagrant_dir}/etc/guest/mysql/my.cnf is not created. I can see the etc/guest folder with only the .gitignore file in it UPDATE: 'error: Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was: mount -t vboxsf -o uid=1000,gid=1000 vagrant_log /vagrant/log` |
How to fix this issue ?
MacBook-Pro-de-Max:vagrant-magento max$ bash init_project.sh
[2017-10-19 18:07:33] Checking requirements [/Users/max/magento/vagrant-magento/scripts/host/check_requirements.sh]
[2017-10-19 18:07:33] Installing missing vagrant plugins [init_project.sh]
[2017-10-19 18:07:34] Generating random IP address, and host name to prevent collisions (if no custom values specified) [init_project.sh]
[2017-10-19 18:07:34] Installing Magento dependencies via Composer [init_project.sh]
[2017-10-19 18:07:34] Executing composer command [/Users/max/magento/vagrant-magento/scripts/host/composer.sh]
[2017-10-19 18:07:34] > Checking requirements [/Users/max/magento/vagrant-magento/scripts/host/check_requirements.sh]
[2017-10-19 18:07:34] > composer --ignore-platform-reqs --no-interaction install [/Users/max/magento/vagrant-magento/scripts/host/composer.sh]
[2017-10-19 18:07:35] Initializing vagrant box [init_project.sh]
[2017-10-19 18:07:36] Directory '/Users/max/magento/vagrant-magento/etc' was not mounted as expected by Vagrant.
Please make sure that 'paliarush/magento2.ubuntu' Vagrant box was downloaded successfully (if not, this may help http://stackoverflow.com/questions/35519389/vagrant-cannot-find-box)
And that Vagrant is able to mount VirtualBox shared folders on your environment (see https://www.vagrantup.com/docs/synced-folders/basic_usage.html ) [/Users/max/magento/vagrant-magento/scripts/host/check_mounted_directories.sh]
MacBook-Pro-de-Max:vagrant-magento max$
I'm using Vagrant 2.0.0 and VirtualBox 5.2.0 on Mac OS X Sierra.
The text was updated successfully, but these errors were encountered: