Displaying 7 results from an estimated 7 matches similar to: "libvirtd crashes after guest migration with attached console"
2010 May 11
0
sighttpd 1.1.0 release (includes Ogg Vorbis support)
sighttpd 1.1.0
==============
Sighttpd is an HTTP streaming server designed for distributing realtime
input. It is particularly useful for making camera streams available to
multiple clients, and has been designed for embedded systems use.
This release is available as a source tarball from:
http://www.kfish.org/software/sighttpd/
New in this release
===================
This release
2010 May 11
0
sighttpd 1.1.0 release (includes Ogg Vorbis support)
sighttpd 1.1.0
==============
Sighttpd is an HTTP streaming server designed for distributing realtime
input. It is particularly useful for making camera streams available to
multiple clients, and has been designed for embedded systems use.
This release is available as a source tarball from:
http://www.kfish.org/software/sighttpd/
New in this release
===================
This release
2018 Apr 04
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
On 04/04/2018 02:59 PM, Vincent Bernat wrote:
> ❦ 4 avril 2018 11:17 +0200, Michal Privoznik <mprivozn@redhat.com> :
>
>> Dunno, this is the first time I hear about this issue. Maybe you can try
>> to set a break point on virHashIterationError() and when it's hit get
>> stacktrace of all threads 't a a bt'. That might shed more light into
>> the
2018 Apr 04
2
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
❦ 4 avril 2018 11:17 +0200, Michal Privoznik <mprivozn@redhat.com> :
> Dunno, this is the first time I hear about this issue. Maybe you can try
> to set a break point on virHashIterationError() and when it's hit get
> stacktrace of all threads 't a a bt'. That might shed more light into
> the issue. Smells like we are not locking somewhere properly.
So, we have two
2015 Nov 04
0
xen/libvirt freeze while attching network-device to vm´s
Hi,
first sorry for the cross-posting, but i don ́t known exactly if my
problem belongs to xen or libvirt.
I have an VM-Host with Xen 4.6.0 und libvirt 1.2.19. The Job of the
Host is to resume in parallel 20 VM ́s (HVM WinXp) attach a
block-device to each VM , wait 60 Seconds, kill the VM and start from
beginning. For that, a python script create for each vm a thread and
each thread get a
2018 Apr 04
3
error : virHashForEach:597 : Hash operation not allowed during iteration
Hey!
On many of our servers, we often have the following error:
error : virHashForEach:597 : Hash operation not allowed during iteration
When querying the list of domains, this means libvirt will silently
return 0 domain (most uses of virHashForEach don't handle the return
code).
We are using a hook, but the hook doesn't query libvirt back, so it
should be safe from this point of view.
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
Here's a patch series to make libguestfs use gnulib via a git submodule.
The first thing I did was to look at the failures from "make syntax-check"
and fix the config.h-related ones below. The others are now
temporarily disabled via a variable in cfg.mk.
I fixed the config-h problems and moved those change sets to precede
the test-adding one, so that bisection still works, even if