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

virtualbox version detection: handle WARNING lines #13394

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

paulcacheux
Copy link
Contributor

As reported in https://www.virtualbox.org/ticket/22060, starting with Virtualbox 7.0.16 running:

$ vboxmanage --version
WARNING: Environment variable LOGNAME or USER does not correspond to effective user id.
7.0.18r162988

the warning line is written to stdout which is an issue since the parsing of the version is used in the provider code to use the correct class to handle following communication with Virtualbox.

This PR improves the version detection by parsing the version in the first line that does not start with WARNING:.

@paulcacheux
Copy link
Contributor Author

@chrisroberts would you mind taking a look at this? Thanks a lot 👍

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

Successfully merging this pull request may close these issues.

None yet

1 participant