Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created February 14, 2020 09:44
Show Gist options
  • Save johnpoth/ef3cad8b952cc10a1c38feba03724757 to your computer and use it in GitHub Desktop.
Save johnpoth/ef3cad8b952cc10a1c38feba03724757 to your computer and use it in GitHub Desktop.
[jpoth@localhost ~]$crc setup --log-level debug
INFO Checking if oc binary is cached
DEBU oc binary is not cached
INFO Caching oc binary
DEBU Trying to extract oc from crc binary
DEBU Extracting embedded 'oc.tar.gz' from /home/jpoth/dev/crc-linux-1.5.0-amd64/crc to /tmp/crc322220746/oc.tar.gz
DEBU Uncompressing /tmp/crc322220746/oc.tar.gz to /tmp/crc322220746
DEBU Copying '/tmp/crc322220746/oc' to '/home/jpoth/.crc/bin/oc'
DEBU oc binary cached
INFO Checking if CRC bundle is cached in '$HOME/.crc'
DEBU stat /home/jpoth/.crc/cache/crc_libvirt_4.2.14.crcbundle: no such file or directory
INFO Unpacking bundle from the CRC binary
DEBU Extracting embedded 'crc_libvirt_4.2.14.crcbundle' from /home/jpoth/dev/crc-linux-1.5.0-amd64/crc to /home/jpoth/.crc/cache/crc_libvirt_4.2.14.crcbundle
INFO Checking if running as non-root
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 /home/jpoth/.crc/bin/crc-driver-libvirt not executable
DEBU no such file or directory
INFO Installing crc-driver-libvirt
DEBU Installing crc-driver-libvirt
DEBU Extracting embedded 'crc-driver-libvirt' from /home/jpoth/dev/crc-linux-1.5.0-amd64/crc to /home/jpoth/.crc/bin/crc-driver-libvirt
DEBU crc-driver-libvirt is installed in /home/jpoth/.crc/bin
INFO Checking for obsolete crc-driver-libvirt
DEBU Checking if an older libvirt driver crc-driver-libvirt is installed
DEBU No older crc-driver-libvirt installation found
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment