I followed this link and was able to fix the issue: https://github.com /kimchi-project/kimchi/issues/821
Basically you need to edit /lib/systemd/system/kimchi.service and change Requires=libvirtd.service After=libvirtd.service To: Requires=libvirt-bin.service After=libvirt-bin.service and edit /etc/pam.d/kichmi and change: auth sufficient pam_succeed_if.so user ingroup libvirt To: auth sufficient pam_succeed_if.so user ingroup libvirtd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583578 Title: kimchi Installation freeze during configure on 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kimchi/+bug/1583578/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
