minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

minishift start using KVM on Centos7 #233

Closed khoukhaa closed 6 years ago

khoukhaa commented 6 years ago

I have an error during minishift installation when it checks if libvirt default network is active. minishiffft and when i run virsh net-list all , the default network is active.

coolbrg commented 6 years ago

@khoukhaa , could you retry by running following set of commands:

minishift delete -f
# make sure no instance of minishift is there in virt side
sudo virsh destroy minishift;
sudo virsh undefine minishift;

# start minishift with logs
minishift start --show-libmachine-logs -v 5
anjannath commented 6 years ago

@khoukhaa Do you have a locale set other than english? Please see https://github.com/Minishift/minishift/issues/2121 and https://github.com/Minishift/minishift/issues/2143

khoukhaa commented 6 years ago

Thank you. i pass it when i configured LC_ALL=en_US.UTF-8!!

coolbrg commented 6 years ago

Thank you. i pass it when i configured LC_ALL=en_US.UTF-8!!

@khoukhaa and it is working ?

khoukhaa commented 6 years ago

yeees 👍 LC_ALL=de_DE.UTF-8 virsh --connect qemu:///system net-list virsh --connect qemu:///system net-list

anjannath commented 6 years ago

@khoukhaa Good to know! I am closing this issue, if you face it again feel free to reopen.