Hi,
We have just applied couple of patches to fix these issues (detecting KVM and fixing nbd protocol handling). One of them - fixing the nbd protocol handling logic is still pending extra review -
https://github.com/cloudius-systems/capstan/pull/178. In any case I am not sure when I will be able to publish new binaries on github so meanwhile you can try to build new capstan locally from source. Obviously the master repo does not have have latest changes so you would have to do something like this:
1) Install go (latest 1.12 should work).
5) git fetch --all
6) git checkout nbd_client
7) go build
8) go install
The new binary should be under $GOPATH/bin
Obviously the steps 4, 5 and 6 will be unnecessary once my pull request is merged.
I hope new version will address your issues.
Waldek