Skip to content

Instantly share code, notes, and snippets.

@hygl
Created October 17, 2017 18:50
Show Gist options
  • Save hygl/df16ac84f8daa74dbe92ac6d3cf5b790 to your computer and use it in GitHub Desktop.
Save hygl/df16ac84f8daa74dbe92ac6d3cf5b790 to your computer and use it in GitHub Desktop.
minishift libvirt start
[hygl@localhost ~]$ virsh net-list --all
Name Status Automatischer Start Bleibend
----------------------------------------------------------
[hygl@localhost ~]$ sudo virsh net-list --all
Name Status Automatischer Start Bleibend
----------------------------------------------------------
default Aktiv ja ja
[hygl@localhost ~]$ groups
hygl wheel libvirt docker
[hygl@localhost ~]$ minishift start --metrics
-- Checking if KVM driver is installed ...
Driver is available at /usr/local/bin/docker-machine-driver-kvm ...
Checking driver binary is executable ... OK
-- Checking if Libvirt is installed ... OK
-- Checking if Libvirt default network is present and active ... FAIL
See the 'Setting Up the Driver Plug-in' topic for more information
@LalatenduMohanty
Copy link

LalatenduMohanty commented Oct 17, 2017

I see below on my F25 machine

$ sudo virsh net-list --all
[sudo] password for lmohanty: 
 Name                 State      Autostart     Persistent
----------------------------------------------------------
 default              active     yes           yes

@gbraad
Copy link

gbraad commented Oct 18, 2017

localisation issue, running as LC_ALL=en_us.UTF8 might work as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment