Skip to content
New issue

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

NSF stopped working with the latest parallels #161

Closed
sashagavrilov opened this issue Dec 22, 2014 · 2 comments
Closed

NSF stopped working with the latest parallels #161

sashagavrilov opened this issue Dec 22, 2014 · 2 comments
Assignees
Labels

Comments

@sashagavrilov
Copy link
Contributor

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::"
    },
....
}
@sashagavrilov sashagavrilov changed the title NSF stop working with the latest parallels NSF stopped working with the latest parallels Dec 22, 2014
@legal90 legal90 self-assigned this Dec 23, 2014
@legal90 legal90 added the bug label Dec 23, 2014
@legal90
Copy link
Collaborator

legal90 commented Dec 23, 2014

Thanks for a report!

It has been fixed by e2b1897 (GH-160), released in v1.3.6

@legal90 legal90 closed this as completed Dec 23, 2014
@sashagavrilov
Copy link
Contributor Author

thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants