Skip to content

Instantly share code, notes, and snippets.

@davdunc
Created February 12, 2019 04:42
Show Gist options
  • Save davdunc/59c93ae273d3665471d76307adf27f6a to your computer and use it in GitHub Desktop.
Save davdunc/59c93ae273d3665471d76307adf27f6a to your computer and use it in GitHub Desktop.
minishift 1.31.0: Unable to install firewalld
davdunc@laptop:~/bin$ minishift start --vm-driver generic --remote-ipaddress 3.17.74.166 --remote-ssh-user ec2-user --remote-ssh-key ~/.ssh/minishift-test-key.pem -v 5 --show-libmachine-logs
-- minishift version: v1.31.0+cfc599c
-- Starting profile 'minishift'
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'generic' hypervisor ...
-- Preparing Remote Machine ....Couldn't set key PLATFORM_ID, no corresponding struct field found
Couldn't set key CPE_NAME, no corresponding struct field found
Couldn't set key , no corresponding struct field found
Couldn't set key REDHAT_BUGZILLA_PRODUCT, no corresponding struct field found
Couldn't set key REDHAT_BUGZILLA_PRODUCT_VERSION, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT_VERSION, no corresponding struct field found
Error installing package firewalld: Process exited with status 1
davdunc@laptop:~/bin$ ssh -i ~/.ssh/minishift-test-key.pem -l ec2-user 3.17.74.166
Last login: Tue Feb 12 04:37:35 2019 from 52.95.4.2
[ec2-user@ip-10-10-0-47 ~]$ sudo dnf install firewalld
Last metadata expiration check: 0:09:15 ago on Tue 12 Feb 2019 04:29:37 AM UTC.
No match for argument: firewalld
Error: Unable to find a match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment