We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After upgrading to the latest version of Parallels Desktop (Version 10.1.2 (28859)) NFS shared folders stopped working.
I have traced down the issue. It looks like the output format of the command
"/usr/bin/prlsrvctl", "net", "info", "Shared", "--json"
has been changed, and plugin (https://github.com/Parallels/vagrant-parallels/blob/master/lib/vagrant-parallels/driver/pd_10.rb#L152) is unable to parse the output:
stdout: { "Network ID": "Shared", "Type": "shared", "Bound To": "vnic0", "Parallels adapter": { "IPv4 address": "10.211.55.2", "IPv4 subnet mask": "255.255.255.0", "IPv6 address": "xxxx:xxxx:xxxx::2", "IPv6 subnet mask": "FFFF:FFFF:FFFF:FFFF::" }, .... }
The text was updated successfully, but these errors were encountered:
Thanks for a report!
It has been fixed by e2b1897 (GH-160), released in v1.3.6
Sorry, something went wrong.
thanks
legal90
No branches or pull requests
After upgrading to the latest version of Parallels Desktop (Version 10.1.2 (28859)) NFS shared folders stopped working.
I have traced down the issue. It looks like the output format of the command
has been changed, and plugin (https://github.com/Parallels/vagrant-parallels/blob/master/lib/vagrant-parallels/driver/pd_10.rb#L152) is unable to parse the output:
The text was updated successfully, but these errors were encountered: