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

VMware: use correct script flags based on version #590

Closed
dbirchak opened this issue May 10, 2016 · 5 comments
Closed

VMware: use correct script flags based on version #590

dbirchak opened this issue May 10, 2016 · 5 comments
Assignees
Labels
HV: vmware Type: Bug Does not work as expected.

Comments

@dbirchak
Copy link

I see that vmtools.sh has been updated to use --force-install over --default.
a8f5ab4

Is the --force-install tied to a specific version of vmware-install.pl? I'm running VM Workstation 11.1 (VMware Tools 9.9.4 build-3193940)
builds fail with
/tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --force-install;

Error
vmware-iso: + /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --force-install
vmware-iso: VMware Tools 9.9.4 build-3193940 for Linux installer
vmware-iso: Usage: /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl
vmware-iso: [[-][-]d[efault]]
vmware-iso: default: Automatically answer questions with the proposed answer.

Successful with
/tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --default;

@rickard-von-essen
Copy link
Collaborator

Yes I think this changed in Workstation 12/Fusion 8, if you use an earlier version you have to revert to --default.

@davidmnoriega
Copy link
Contributor

It's the new flag in VMware Tools 10.0+

On Tue, May 10, 2016, 6:37 AM Rickard von Essen [email protected]
wrote:

Yes I think this changed in Workstation 12/Fusion 8, if you use an earlier
version you have to revert to --default.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#590 (comment)

@nickma
Copy link

nickma commented May 11, 2016

It brakes compatibility with older pre 10.0.x VMWare Tools just FYI. Had the same issue until edited vmtools

@cheeseplus
Copy link
Contributor

We can and should fix this one.

@cheeseplus cheeseplus added the Bug label May 12, 2016
@cheeseplus
Copy link
Contributor

Working on a fix now, should have a PR this evening.

@cheeseplus cheeseplus self-assigned this May 13, 2016
@cheeseplus cheeseplus changed the title vmtools.sh --force-install over --default. vmtools.sh --force-install over --default. May 13, 2016
@cheeseplus cheeseplus changed the title vmtools.sh --force-install over --default. VMware: use correct script flags based on version May 13, 2016
@tas50 tas50 added Type: Bug Does not work as expected. and removed Bug labels Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HV: vmware Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

7 participants