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
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
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: