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

VBoxManage --version command wrong output checking #39

Open
chombium opened this issue Sep 23, 2024 · 1 comment
Open

VBoxManage --version command wrong output checking #39

chombium opened this issue Sep 23, 2024 · 1 comment

Comments

@chombium
Copy link
Contributor

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.

@arcenik
Copy link
Contributor

arcenik commented Nov 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting for Changes | Open for Contribution
Development

No branches or pull requests

2 participants