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

vagrant up failing on OSX VBox 5.6.2 #72

Closed
jrgleason opened this issue Jan 31, 2018 · 3 comments
Closed

vagrant up failing on OSX VBox 5.6.2 #72

jrgleason opened this issue Jan 31, 2018 · 3 comments

Comments

@jrgleason
Copy link

I am trying to run vagrant up it gets through most of it, however, later in the script it throws an error and exits...

    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm1.ipc' for reading: Operation not supported
    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm2.ipc' for reading: Operation not supported
    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm3.ipc' for reading: Operation not supported
    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm7.ipc' for reading: Operation not supported
    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm6.ipc' for reading: Operation not supported
    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm4.ipc' for reading: Operation not supported
    default: cp: cannot open '/vagrant/examples/7nodes/qdata/tm5.ipc' for reading: Operation not supported
@jrgleason
Copy link
Author

Looks like a restart fixed it for some reason. I also tried chmoding the files to add r for everyone but that didn't fix it till I restarted so it could have been either or both.

@jrgleason jrgleason reopened this Jan 31, 2018
@jrgleason
Copy link
Author

NM When I sshed no examples folder and when I destroyed and tried to recreate the vagrant image I get the failure again.

@patrickmn
Copy link
Contributor

This is due to the new vagrant box changing the user from ubuntu to vagrant. The issue should be fixed in the latest quorum-examples master commit.

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

No branches or pull requests

2 participants