Displaying 20 results from an estimated 1000 matches similar to: "Network problem when rebooting Fedora qemu/kvm guest on Gentoo host"
2015 Sep 17
3
Guest agent is not responding
hello,
in my windows vm i installed qemu-guest-agent and rebootet the vm.
In the settings for the vm i set via virt-manager a new channel "unix
socket" "org.qemu.guest_agent.0" "virtio".
when i try to do a snapshot via shell i get:
virsh snapshot-create-as --domain win7new win7new-snap1 --disk-only
--atomic --quiesce
error: Guest agent is not responding:
2015 Sep 17
0
Re: Guest agent is not responding
also,
Am 2015-09-17 13:57, schrieb Marko Weber | 8000:
> hello,
>
> in my windows vm i installed qemu-guest-agent and rebootet the vm.
> In the settings for the vm i set via virt-manager a new channel "unix
> socket" "org.qemu.guest_agent.0" "virtio".
>
> when i try to do a snapshot via shell i get:
>
>
>
>
>
> virsh
2009 Sep 09
1
R code for creating and appending to frequency table
Apologies for what might seem like an simple question.
I have written a model which gives me a frequency distribution for a
particular score within a set. What I now want to do is loop this so that I
get many different frequency distributions and append them to a table with a
collum which specifies which loop the frequency distribution is from. What I
wantto end up with would look something like
2013 Dec 02
7
Stuck trying to boot Xen 4.3 on Arm Midway
I am trying to extract and combine the various pieces of information found in
[1] and its sub-pages and the Xen in-tree documentation in order to make xen
boot (potentially non-smp without some later changes). But since I am not
familiar enough with Arm I think I am stuck doing something wrong.
I compiled the hypervisor with debug and early printk for midway and use the
xen.bin file (I could get
2017 Apr 07
0
[RFC PATCH kvmtool 00/15] Add virtio-iommu
Implement a virtio-iommu device and translate DMA traffic from vfio and virtio
devices. Virtio needed some rework to support scatter-gather accesses to vring
and buffers at page granularity. Patch 3 implements the actual virtio-iommu
device.
Adding --viommu on the command-line now inserts a virtual IOMMU in front
of all virtio and vfio devices:
$ lkvm run -k Image --console virtio -p
2017 May 22
1
[RFC PATCH kvmtool 00/15] Add virtio-iommu
Hi Jean,
I am trying to run and review on my side but I see Linux patches are not with latest kernel version.
Will it be possible for you to share your Linux and kvmtool git repository reference?
Thanks
-Bharat
> -----Original Message-----
> From: virtualization-bounces at lists.linux-foundation.org
> [mailto:virtualization-bounces at lists.linux-foundation.org] On Behalf Of Jean-
>
2017 May 22
1
[RFC PATCH kvmtool 00/15] Add virtio-iommu
Hi Jean,
I am trying to run and review on my side but I see Linux patches are not with latest kernel version.
Will it be possible for you to share your Linux and kvmtool git repository reference?
Thanks
-Bharat
> -----Original Message-----
> From: virtualization-bounces at lists.linux-foundation.org
> [mailto:virtualization-bounces at lists.linux-foundation.org] On Behalf Of Jean-
>
2018 Aug 21
0
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
On Tue, Aug 21, 2018 at 4:03 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, Aug 21, 2018 at 03:55:50PM +0300, Nir Soffer wrote:
> > On Tue, Aug 21, 2018 at 2:49 PM Richard W.M. Jones <rjones@redhat.com>
> > wrote:
> > > It seems more likely that whatever version of nbdkit being used does
> > > not include:
> > >
> > >
>
1998 May 09
4
Apparent SNMP remote-root vulnerability.
I just had a remote root break-in on my machine (x86 running Red Hat Linux
5.0 with all the updates except for kernel-2.0.32-3) this morning at
06:03:28 EDT. From what I''ve been able to gather, it appears to have been
through snmpd, which I missed when I was weeding out unused daemons.
Sorry for the feeble message, but all I know (or at least strongly
suspect) is that there''s a
2005 Jun 30
2
FreeBSD & Gentoo Images
Hello,
does anyone have a vbd file of these 2 Operating Systems ? So far I only
managed to get Debian Sarge installed properly with deboostrap.
I would be more than happy if anyone had a DiskImage or a good howto for
at least FreeBSD.
Thanks
Regards
Christian Keil
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2019 Feb 06
0
nlminb with constraints failing on some platforms
Thank you, Brad (and others),
>>>>> Brad Bell on Mon, 4 Feb 2019 07:21:18 -0700 writes:
> I get the failure message. To be specific:
adcomp.git> R CMD BATCH --quiet test_nlminb.R
adcomp.git> cat test_nlminb.Rout
>> f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 )
>> opt <- nlminb(rep(0, 10), f, lower=-1, upper=3)
>>
2019 Jan 28
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
On Sat, Jan 26, 2019 at 01:19:59PM +0100, Tomáš Golembiovský wrote:
> Allow multiple alternative directory names for distributions (or
> distribution familiy) when installing Linux guest tools packages.
> Original naming required that there is a separate directory for every
> version of a distribution (e.g. fc28, fc29, ...). This is inconvenient
> when users want to keep just a
2019 Mar 21
1
Re: [PATCH v2 2/3] v2v: allow alternative directories for distributions
On Friday, 8 February 2019 11:44:42 CET Tomáš Golembiovský wrote:
> Allow multiple alternative directory names for distributions (or
> distribution familiy) when installing Linux guest tools packages.
> Original naming required that there is a separate directory for every
> version of a distribution (e.g. fc28, fc29, ...). This is inconvenient
> when users want to keep just a single
2018 Aug 21
2
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
On Tue, Aug 21, 2018 at 03:55:50PM +0300, Nir Soffer wrote:
> On Tue, Aug 21, 2018 at 2:49 PM Richard W.M. Jones <rjones@redhat.com>
> wrote:
> > It seems more likely that whatever version of nbdkit being used does
> > not include:
> >
> >
> > https://github.com/libguestfs/nbdkit/commit/72c0d64a47db642cafa89884f2ee554bd0b8e822
> >
> > This has
2007 Jun 23
2
End of File Error on index optmize
I was optimizing a 650MB using ferret (0.11.3) and I received the
following error. I''ve seen some people have similar issues but I
haven''t seen any resolutions. The contents of the index directory
follow the error. Has anyone seen anything like this and found a
resolution? Many thanks.
/mnt/apps/search/releases/20070622175637/script/../config/../vendor/
2018 Jun 03
1
[Bug 106793] New: [NV138] bus: MMIO read of 00000000 FAULT at 409800 [ TIMEOUT ]
https://bugs.freedesktop.org/show_bug.cgi?id=106793
Bug ID: 106793
Summary: [NV138] bus: MMIO read of 00000000 FAULT at 409800 [
TIMEOUT ]
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2018 Aug 21
0
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
On Tue, Aug 21, 2018 at 2:49 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, Aug 21, 2018 at 02:40:49PM +0300, Nir Soffer wrote:
> > On Tue, Aug 21, 2018 at 2:02 PM Richard W.M. Jones <rjones@redhat.com>
> > wrote:
> >
> > > On Tue, Aug 21, 2018 at 01:15:02AM +0300, Nir Soffer wrote:
> > > > The oVirt server may fail a PUT request
2019 Jan 26
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
Il giorno sab 26 gen 2019, 13:20 Tomáš Golembiovský <tgolembi@redhat.com>
ha scritto:
> Allow multiple alternative directory names for distributions (or
> distribution familiy) when installing Linux guest tools packages.
> Original naming required that there is a separate directory for every
> version of a distribution (e.g. fc28, fc29, ...). This is inconvenient
> when users
2019 Jan 26
0
[PATCH 2/2] v2v: allow alternative directories for distributions
Allow multiple alternative directory names for distributions (or
distribution familiy) when installing Linux guest tools packages.
Original naming required that there is a separate directory for every
version of a distribution (e.g. fc28, fc29, ...). This is inconvenient
when users want to keep just a single version of the package for the
distribution.
For each distribution one can have either a
2019 Feb 08
0
[PATCH v2 2/3] v2v: allow alternative directories for distributions
Allow multiple alternative directory names for distributions (or
distribution familiy) when installing Linux guest tools packages.
Original naming required that there is a separate directory for every
version of a distribution (e.g. fc28, fc29, ...). This is inconvenient
when users want to keep just a single version of the package for the
distribution.
For each distribution one can have either a