Re: [libvirt-users] no drm render nodes available

2018-12-06 Thread Erik Skultety
On Wed, Dec 05, 2018 at 01:17:36PM -0800, Michael Taboada wrote: > Hi, > I get this error when trying to start a vm using spice as the graphics: > "error: internal error: No DRM render nodes available" I can't seem to figure > out what could be going on, since it worked just a little while ago.

Re: [libvirt-users] Libvirt api for esx

2018-12-06 Thread Martin Kletzander
On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: Hi Martin, Could you please help me with below issue, I am not sure what’s wrong here. Please find below code and error snippet. Thanks for help. Code Snippet: - from __future__ import print_function import sys import libvirt

Re: [libvirt-users] no drm render nodes available

2018-12-06 Thread Michael Taboada
If you could handle it that would be great. I can for now downgrade to my cached git 0.9.0 package to work around this. If you don't mind emailing back or somehow alerting me the bug has been fixed though, that would be helpful. -Michael. On Thu, Dec 06, 2018 at 03:27:10PM +0100, Erik

Re: [libvirt-users] no drm render nodes available

2018-12-06 Thread Erik Skultety
On Thu, Dec 06, 2018 at 07:20:50AM -0800, Michael Taboada wrote: > If you could handle it that would be great. I can for now downgrade to my > cached git 0.9.0 package to work around this. If you don't mind emailing back > or somehow alerting me the bug has been fixed though, that would be

[libvirt-users] connecting two vm in a network

2018-12-06 Thread daggs
Greetings, my router is running under a vm, I want to start another vm on that host and have to connected to the router vm in the same manner the host connects to the vm router. looking at the docs, I think that guest private network is what I need. thing is, from what I see, I need to define

Re: [libvirt-users] no drm render nodes available

2018-12-06 Thread Erik Skultety
On Thu, Dec 06, 2018 at 04:27:21PM +0100, Erik Skultety wrote: > On Thu, Dec 06, 2018 at 07:20:50AM -0800, Michael Taboada wrote: > > If you could handle it that would be great. I can for now downgrade to my > > cached git 0.9.0 package to work around this. If you don't mind emailing > > back or

Re: [libvirt-users] Libvirt api for esx

2018-12-06 Thread ROHIT SINGH
Thanks Martin for help. I will give it a shot. Regards Rohit Singh On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander wrote: > On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: > >Hi Martin, > > > >Could you please help me with below issue, I am not sure what’s wrong > here. > >Please

Re: [libvirt-users] concurrent migration of several domains rarely fails

2018-12-06 Thread Lentes, Bernd
> Hi, > > i have a two-node cluster with several domains as resources. During testing i > tried several times to migrate some domains concurrently. > Usually it suceeded, but rarely it failed. I found one clue in the log: > > Dec 03 16:03:02 ha-idg-1 libvirtd[3252]: 2018-12-03

Re: [libvirt-users] no drm render nodes available

2018-12-06 Thread Erik Skultety
On Thu, Dec 06, 2018 at 05:55:54AM -0800, Michael Taboada wrote: > Hi, > Yes. Qemu is version 3.0.0-4, and output is below: > > ls -l /dev/dri: > > total 0 > drwxr-xr-x 2 root root 60 Nov 28 16:46 by-path > crw-rw 1 root video 226, 0 Nov 28 16:46 card0 > > domain xml is attached. >