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

Error to load plugin with 0.0.5 #4

Closed
atoy40 opened this issue Nov 11, 2015 · 5 comments
Closed

Error to load plugin with 0.0.5 #4

atoy40 opened this issue Nov 11, 2015 · 5 comments

Comments

@atoy40
Copy link

atoy40 commented Nov 11, 2015

Hello, i've diownloaded your 0.0.5 release and have tried to test it with d-m 0.0.5 but i get :

$ docker-machine create --driver kvm --help
Error loading driver "kvm": dial tcp: missing address

Any idea ?

Thanks
Anthony.

@zhangchl007
Copy link

I got the same issue:
Error loading driver "kvm": dial tcp: missing address
[root@oc3053148748 bin]# ls -l kvm
-rwxr-xr-x. 1 root root 12242688 Nov 25 17:11 docker-machine-driver-kvm
[root@oc3053148748 bin]# docker-machine create --driver kvm --help
Error loading driver "kvm": dial tcp: missing address

@atoy40
Copy link
Author

atoy40 commented Nov 25, 2015

After some test, I launch directly te plugin binary file docker-machine-driver-kvm and it generate a core dump.
So i recompile it and now the binary is working, but give me a different error :

$ docker-machine create --driver kvm --help
WARNING >>> Error attempting heartbeat call to plugin server: rpc: can't find service RpcServerDriver.Heartbeat
Error loading driver "kvm": rpc: can't find service RpcServerDriver.GetVersion

Anthony.

@adrahon
Copy link

adrahon commented Dec 2, 2015

The last error message is because of a change in the machine plugin code AFAIK docker/machine#2325

The plugin should still work with machine 5.0

@adrahon
Copy link

adrahon commented Dec 3, 2015

Simply rebulding the plugin against the latest machine version works for me.

@dhiltgen
Copy link
Owner

I've just pushed a new tag/binary for 0.5.6.

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

4 participants