We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tested the Bosh CPI on newer versions of VirtualBox and I've noticed that we have problems with the parsing on v7.0 and v7.1
VBoxManage --version 7.1.0r164728
VBoxManage --version 7.0.20r163906
Everything works as expected with:
VBoxManage --version 6.1.50r161033
There is problem with the version check on this line in the code.
I'll work together with @ZPascal on a fix.
The text was updated successfully, but these errors were encountered:
This is the cause of the problem
$ export LOGNAME=bla $ VBoxManage --version WARNING: Environment variable LOGNAME or USER does not correspond to effective user id. 7.1.4r165100
The WARNING line add an additional item before the version.
Sorry, something went wrong.
No branches or pull requests
I've tested the Bosh CPI on newer versions of VirtualBox and I've noticed that we have problems with the parsing on v7.0 and v7.1
Everything works as expected with:
There is problem with the version check on this line in the code.
I'll work together with @ZPascal on a fix.
The text was updated successfully, but these errors were encountered: