-
Notifications
You must be signed in to change notification settings - Fork 165
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
Cant find 'guest' file(s) #88
Comments
Looks like Vagrant is unable to mount shared folders for some reason. Possibly you have broken NFS server configuration on your host (if your host is OSX or Linux). Have you tried the following item from FAQ to get more info?
|
Hello guys, I have got the same problem, I'm on macOs and I've just upgraded to Sierra, could it be the issue? However on my personal laptop is working just fine. |
@Ramboz89 Can you please make sure that shared folders and NFS-shares were mounted (after |
Yup, having the same issue after upgrading to MacOS Sierra. Seems that any/all of my projects that use NFS-shares are no longer sharing the folders as expected. I enabled |
Figured it out in my case. I opened the VirtualBox GUI client and noticed that there were two instances of "vagrant-magento" VMs running. Since I didn't have any critical data I stopped and removed them entirely and ran the |
I'm on Linux system and I'm getting Here's a debug dump: |
@cgaubuchon Thanks for investigating that. @rhssk I can see in logs that Vagrant failed to mount shared folders in your case. Looks like some incompatibility of Vagrant+VirtualBox+NFS+YourOS. If you cannot make NFS work, it is possible to set use_nfs option to 0, then you will basically have the same experience as guys whose host OS is Windows (which does not support NFS). |
@paliarush That's a shame, haven't had any issues when working with NFS alone. Any guess what causes the |
@rhssk I can see in log the following:
Have you tried to create simple Vagrantfile which will mount NFS folders on your environment? Something like this should work (then just do
|
That results in
I'll have to troubleshoot this further, but at the moment it indeed seems unrelated to your work. Will post a solution to my problem if I find it. |
In my case ufw was the reason why nfs timed out. |
@rhssk Thanks for checking. I'll improve error reporting for the case when NFS cannot be mounted, to avoid any confusion in the future. |
In case anyone else happens across this thread. I'm running Ubuntu with an encrypted home directory, and was getting this same error. Moving the vagrant project out of my home directory allowed me to complete the installation successfully. |
When I use the bash init_proces.sh, the command line returns a error which results in a invalid Vagrant installation process.
bash: /vagrant/scripts/guest/m-clear-cache: No such file or directory
This error comes up after 'Unlinking CE sample data'
Two weeks ago, it all worked perfectly on my local machine.
The text was updated successfully, but these errors were encountered: