search for: centos72

Displaying 2 results from an estimated 2 matches for "centos72".

Did you mean: centos7
2017 Jun 06
1
Re: libvirtd not accepting connections
...wait >>> -pidfile /var/lib/libvirt/qemu/capabi >>> >> >> So this is now only with the qemu from source installed on the system? > > Correct. Using qemu installed from source, I decided to try to create a VM. It worked. I cut/pasted a script I used to create a centos72 VM, renamed the name and cut the disk size down: $ cat debug-centos.sh #/bin/bash sudo virt-install -n dbgcent72 \ --ram=4096 \ --vcpus 2 \ --disk path=/dev/vg_guest_images/dbgcent72,device=disk,size=5 \ --description "Centos 7.2 64Bit" \ --network bridge:brgue...
2017 Jun 06
3
Re: libvirtd not accepting connections
On Mon, Jun 05, 2017 at 07:52:58PM -0400, Michael C Cambria wrote: > > >On 06/05/2017 10:46 AM, Martin Kletzander wrote: >> On Sun, Jun 04, 2017 at 06:42:39PM -0400, Michael C Cambria wrote: >>> I've upgraded from Fedora 20; probably missed a merge of rpmnew with >>> existing .conf; permission problem, some other mistake along the way to >>> Fedora 25.