Question for smbios

2020-08-09 Thread David
I am reposting this because it's been 2 or 3 weeks. Hello, Hopefully this is the right place to send a question like this... I'm attempting to automate creation of VMs using virt-install and a cloud-init disk image. To get this to work, I need to specify the location of the cloud-init configs by

RE: virsh attach-interface auto up

2020-08-09 Thread Marc Roos
I think it used to work also, maybe one of these latest releases of 7 it has been removed in favour of using networkmanager. (which I do not have) -Original Message- To: Marc Roos; libvirt-users Subject: Re: virsh attach-interface auto up Huh! It seemed to work fine for my CentOS 7

Re: virsh attach-interface auto up

2020-08-09 Thread brent s.
On 8/9/20 5:07 AM, Marc Roos wrote: > > Hi Brent, you are right! This has been removed from centos7[1] pfff > > I have managed to get this working by copying these two files from > CentOS6 > > /etc/sysconfig/network-scripts/net.hotplug > /lib/udev/rules.d/60-net.rules > > And running > udev

Re: Libvirtd Fails to Launch First Time

2020-08-09 Thread Ken Swenson
Indeed it seems to have been a red herring... Your comment about the systemd socket gave be the idea to ensure it was enabled and sure enough the libvirtd.service was enabled and the libvirtd.socket was not, so libvirtd was exiting without activity and without a socket so I was unable to start gues

RE: virsh attach-interface auto up

2020-08-09 Thread Marc Roos
Hi Brent, you are right! This has been removed from centos7[1] pfff I have managed to get this working by copying these two files from CentOS6 /etc/sysconfig/network-scripts/net.hotplug /lib/udev/rules.d/60-net.rules And running udevadm control --reload-rules && udevadm trigger https://acc