Re: [libvirt] Libvirtd in listen mode.

2010-05-06 Thread Frédéric Grelot
if you're running ubuntu (which I suppose since you use the command "service", have a look at /etc/default/libvirtd (or something like that). If not, or if it fails, look at the script in /etc/init.d/libvirtd, and try to guess where it loads its constants! -- frede...@grelot.net Tél : 05 61

Re: [libvirt] Cannot enumerate physical devices with libvirt 0.7.6

2010-02-16 Thread Frédéric Grelot
or the inconvenient of a "custom" install... However, I don't explain why this libvirtd was left there... Were the paths changed lately? Frederic ----- "Dave Allan" a écrit : > On 02/16/2010 03:04 PM, Frédéric Grelot wrote: > > Yep, here is what I get (see a

Re: [libvirt] Cannot enumerate physical devices with libvirt 0.7.6

2010-02-16 Thread Frédéric Grelot
072: debug : virConnectClose:1381 : conn=0x1eaf0b0 I think the times when I get those lines matches with my "virsh nodedev-list" requests (or something like this : virt-manager tries to create a vm, add hardware...). Does this help? Frederic. - "Dave Allan" a écrit : > On 02/

Re: [libvirt] Cannot enumerate physical devices with libvirt 0.7.6

2010-02-16 Thread Frédéric Grelot
> Daniel was referring to the libvirt udev driver--the libvirt code that > > interacts with udev--not to udev itself, which is what you're testing > > with udevadm. Ok, sorry... At least I ensured that udev itself is on... > In any of your logs when you have libvirt debug logging > turned on,

Re: [libvirt] Cannot enumerate physical devices with libvirt 0.7.6

2010-02-15 Thread Frédéric Grelot
The udev driver is actually fully loaded, I even entered "udevadm monitor" in a console, and it reacted as expected when I plugged/unplugged an usb mouse... There is nothing about it in dmesg/boot/message.log, nor libvirt.log (I set up libvirt daemon to log at debug level in /var/log/libvirt/lib

Re: [libvirt] Cannot enumerate physical devices with libvirt 0.7.6

2010-02-15 Thread Frédéric Grelot
> > # libvirtd --version > > libvirtd (libvirt) 0.7.6 > > > > # virsh --version > > 0.7.6 > > > > # virsh nodedev-list > > error :Failed to count node devices > > error :this function is not supported by the hypervisor: > virNodeNumOfDevices I restarted the server, with no change. I uninstalled

[libvirt] Cannot enumerate physical devices with libvirt 0.7.6

2010-02-12 Thread Frédéric Grelot
Hi all, I often update my F12 box with the rawvirt repository, which just installed libvirt 0.7.6. Since that, I cannot enumerate physical devices (and thus get a beautiful error when I start one of my vms that should use a USB device). I don't think I changed anything else on that box, and, o

Re: [libvirt] 0.7.5 errors in configure script

2010-01-18 Thread Frédéric Grelot
> checking for dm_task_run in -ldevmapper... no > configure: error: You must install device-mapper-devel/libdevmapper > >= > 1.0.0 to compile libvirt > > /dev/mapper exists on the system. > You need the *-devel version of those packages (they provide include files in particular). I think it is