Skip to content
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

Folder sharing gives an error on VM start up #143

Closed
a-am opened this issue Oct 3, 2014 · 2 comments
Closed

Folder sharing gives an error on VM start up #143

a-am opened this issue Oct 3, 2014 · 2 comments

Comments

@a-am
Copy link

a-am commented Oct 3, 2014

I continue to get this error when the VM boots up. I am using PuPHPet with a Centos Box. In the VM window set folder sharing to "all disks thinking that was the issue, however that didin't work. I have the latest tools installed. Rebooting the VM doesn't seem to solve.

Failed to mount folders in Linux guest. This is usually because
the "prl_fs" file system is not available. Please verify that
Parallels Tools are properly installed in the guest and
can work properly. If so, the VM reboot can solve a problem.
The command attempted was:

mount -t prl_fs -o uid=`id -u www-data`,gid=`getent group www-data | cut -d: -f3`,dmode=775,fmode=764 XZWXbXzbmiKJ /var/www/public
mount -t prl_fs -o uid=`id -u www-data`,gid=`id -g www-data`,dmode=775,fmode=764 XZWXbXzbmiKJ /var/www/public
@legal90
Copy link
Collaborator

legal90 commented Oct 3, 2014

Duplicates #135, #140
Sorry about confused error message, but this is an issue of PuPHPet. I've already fixed it, by sending a pull-request: puphpet/puphpet#1090. It has been merged to 'master' there, but not 'production' yet.
I hope that PuPHPet maintainers will do this soon.

@legal90
Copy link
Collaborator

legal90 commented Oct 3, 2014

@a-am So, you can fix it locally by applying these changes to your Vagrantfile:
https://github.com/puphpet/puphpet/pull/1090/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants