adlogix / docker-machine-nfs

Activates NFS on docker-machine
MIT License
794 stars 104 forks source link

Error on restarting machine #28

Closed jgsqware closed 8 years ago

jgsqware commented 8 years ago

Hi,

I got an error like that

[INFO] Restart Docker Machine ...       /usr/local/bin/VBoxManage showvminfo fast-io --machinereadable failed:
VBoxManage: error: The object is not ready
VBoxManage: error: Details: code E_ACCESSDENIED (0x80070005), callee nsISupports
VBoxManage: error: Context: "COMGETTER(RemoteUSBDevices)(ComSafeArrayAsOutParam(coll))" at line 2022 of file VBoxManageInfo.cpp

at the end of the script.

I can restart the machine after that with docker-machine start mymachine.

I put it here for instance ;)

tonivdv commented 8 years ago

Not sure it's related to the script, but more to https://github.com/docker/machine/issues/2494

tonivdv commented 8 years ago

I'm gonna close this issue, as it's not related to the nfs scripting. Should it be, or if you have other info don't hesitate to reopen.

Cheers