Created
October 19, 2019 17:58
-
-
Save ajaysimha/2dcbe27465e5e1c3d137e7be7fea80c7 to your computer and use it in GitHub Desktop.
crc start error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [asimha@asimha-fedora Downloads]$ crc start --log-level debug -p ~/Downloads/pull-secret.txt | |
| DEBU No new version available, latest version at mirror is 1.0.0-rc.0 | |
| INFO Checking if running as non-root | |
| INFO Checking if oc binary is cached | |
| DEBU oc binary already cached | |
| INFO Checking if Virtualization is enabled | |
| DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo | |
| DEBU CPU virtualization flags are good | |
| INFO Checking if KVM is enabled | |
| DEBU Checking if /dev/kvm exists | |
| DEBU /dev/kvm was found | |
| INFO Checking if libvirt is installed | |
| DEBU Checking if 'virsh' is available | |
| DEBU 'virsh' was found in /usr/bin/virsh | |
| INFO Checking if user is part of libvirt group | |
| DEBU Checking if current user is part of the libvirt group | |
| DEBU Current user is already in the libvirt group | |
| INFO Checking if libvirt is enabled | |
| DEBU Checking if libvirtd.service is enabled | |
| DEBU libvirtd.service is already enabled | |
| INFO Checking if libvirt daemon is running | |
| DEBU Checking if libvirtd.service is running | |
| DEBU libvirtd.service is already running | |
| INFO Checking if a supported libvirt version is installed | |
| DEBU Checking if libvirt version is >=3.4.0 | |
| INFO Checking if crc-driver-libvirt is installed | |
| DEBU Checking if crc-driver-libvirt is installed | |
| DEBU crc-driver-libvirt is already installed in /home/asimha/.crc/bin/crc-driver-libvirt | |
| INFO Checking if libvirt 'crc' network is available | |
| DEBU Checking if libvirt 'crc' network exists | |
| DEBU libvirt 'crc' network exists | |
| INFO Checking if libvirt 'crc' network is active | |
| DEBU Checking if libvirt 'crc' network is active | |
| DEBU libvirt 'crc' network is already active | |
| INFO Checking if NetworkManager is installed | |
| DEBU Checking if 'nmcli' is available | |
| DEBU 'nmcli' was found in /usr/bin/nmcli | |
| INFO Checking if NetworkManager service is running | |
| DEBU Checking if NetworkManager.service is running | |
| DEBU NetworkManager.service is already running | |
| INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists | |
| DEBU Checking NetworkManager configuration | |
| DEBU NetworkManager configuration is good | |
| INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists | |
| DEBU Checking dnsmasq configuration | |
| DEBU dnsmasq configuration is good | |
| Checking file: /home/asimha/.crc/machines/crc/.crc-exist | |
| INFO Extracting bundle: crc_libvirt_4.2.0-0.nightly-2019-09-26-192831.crcbundle ... | |
| DEBU Uncompressing /home/asimha/.crc/crc_libvirt_4.2.0-0.nightly-2019-09-26-192831.crcbundle to /home/asimha/.crc/cache | |
| ERRO Error occurred: Error getting bundle metadata: xz: data is truncated or corrupt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment