[libvirt] virt-manager, debug error, question

Hi, I am getting this error when I run virt-manager in FreeBSD: [Fri, 19 Aug 2011 09:32:14 virt-manager 24762] DEBUG (engine:555) No inspection thread because libguestfs is too old, not available, or libvirt is not thread safe. libguestfs isn't ported to FreeBSD, however I was wondering about the thread safe for libvirt. Is there a way to "enable" this, or is the software telling me it really is not thread safe, and can't be. [jhelfman@eggman ~/ports/devel/libvirt/work/libvirt-0.9.4]$ ./configure --help |grep thread --enable-threads={posix|solaris|pth|win32} specify multithreading API --disable-threads build without multithread safety --enable-test-locking thread locking tests using CIL [default=no] Thanks, Jason -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5

On 08/19/2011 01:27 PM, Jason Helfman wrote:
Hi,
I am getting this error when I run virt-manager in FreeBSD:
[Fri, 19 Aug 2011 09:32:14 virt-manager 24762] DEBUG (engine:555) No inspection thread because libguestfs is too old, not available, or libvirt is not thread safe.
libguestfs isn't ported to FreeBSD, however I was wondering about the thread safe for libvirt. Is there a way to "enable" this, or is the software telling me it really is not thread safe, and can't be.
[jhelfman@eggman ~/ports/devel/libvirt/work/libvirt-0.9.4]$ ./configure --help |grep thread --enable-threads={posix|solaris|pth|win32}
posix threads should be enabled by default in libvirt (except on mingw, where it is win32), without you having to do anything special, and should just work out of the box. I'm not sure why virt-manager is complaining about a non-thread-safe libvirt; libvirt was converted to be thread-safe in something like the 0.6.x timeframe (long before I started working on it). So I think that you are chasing a red herring with libvirt, and that the real problem is indeed that virt-manager is warning you that it can't use libguestfs. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On Fri, Aug 19, 2011 at 12:27:58PM -0700, Jason Helfman wrote:
I am getting this error when I run virt-manager in FreeBSD:
[Fri, 19 Aug 2011 09:32:14 virt-manager 24762] DEBUG (engine:555) No inspection thread because libguestfs is too old, not available, or libvirt is not thread safe.
This is just a warning telling you that because python-libguestfs is not available at runtime, you won't get any inspection features. You can just ignore it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
participants (3)
-
Eric Blake
-
Jason Helfman
-
Richard W.M. Jones