Re: virsh attach-interface auto up

2020-08-08 Thread Laine Stump
On 8/8/20 11:26 PM, brent s. wrote: On 8/8/20 9:42 AM, Marc Roos wrote: I am doing a virsh detach-interface and an attach-interface. Is it possible to automatically bring the interface up after attaching it? By coincidence, I was just playing with this with the python API. The interface b

Re: Libvirtd Fails to Launch First Time

2020-08-08 Thread Laine Stump
On 8/8/20 10:44 AM, Ken Swenson wrote: Hello, I'm having a quite odd issue with libvirtd. I have it set to start on boot via systemd service, however it seems to fail and the service 'succeeds' and does not continue running the daemon. There is nothing in the journal logs however the libvirtd

Re: virsh attach-interface auto up

2020-08-08 Thread brent s.
On 8/8/20 9:42 AM, Marc Roos wrote: > > I am doing a virsh detach-interface and an attach-interface. Is it > possible to automatically bring the interface up after attaching it? > By coincidence, I was just playing with this with the python API. The interface being brought up automatically,

pass-though Intel gpu int o a vm

2020-08-08 Thread daggs
Greetings, I have a server that run a vm with several nic pcie cards as pass-though. the board has an intel gpu and the hdmi output is not used. I thought of booting up another vm and pass the gpu into it. I found several discussions on the subject stating that it isn't possible but all of them a

Libvirtd Fails to Launch First Time

2020-08-08 Thread Ken Swenson
Hello, I'm having a quite odd issue with libvirtd. I have it set to start on boot via systemd service, however it seems to fail and the service 'succeeds' and does not continue running the daemon. There is nothing in the journal logs however the libvirtd debug logs seem to show 2020-08-08 13:

virsh attach-interface auto up

2020-08-08 Thread Marc Roos
I am doing a virsh detach-interface and an attach-interface. Is it possible to automatically bring the interface up after attaching it?