Displaying 20 results from an estimated 700 matches similar to: "Migration hangs on Gentoo with KVM"
2011 Mar 12
1
Issue creating vm channel
Hello,
I am trying to create a lucid guest VM with a vmchannel between the guest and the hypervisor. Details below:
KERNEL:
# uname -a
Linux saurav-desktop 2.6.38-2-generic #29~lucid1-Ubuntu SMP Mon Feb 7 13:35:14 UTC 2011 i686 GNU/Linux
QEMU:
# /usr/bin/qemu --version
QEMU emulator version 0.13.0, Copyright (c) 2003-2008 Fabrice Bellard
LIBVIRT:
# /usr/sbin/libvirtd --version
2012 Oct 28
5
Re-sizing qcow2 images
Hello All,
I am using Centos 6.3 with libvirt 0.910 and qemu-kvm 0.12
I had to resize a qcow2 disk, and came across several issues;
I used this command to resize the image:
sudo -i /usr/bin/qemu-img /var/lib/libvirt/images/mydisk.img resize
+100G . The disk is attached using virtio.
I then tried to use parted from within the guest to resize the partition.
The first problem was that the
2010 Mar 26
1
coursesmart bookshelf on gentoo
For some reason I couldn't post this to the mailing list. Two attempts failed, but i'm getting posts from others
---
Hello peeps,
I need to run this software for school, and am attempting it under wine.
It installs fine, but first attempt to run said i needed windows version
of mono. I installed that, and now I see this:
http://dpaste.com/175845/ [+]
i'm not understanding the
2016 Jun 22
0
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
Hello Rich,
Thanks for the reply and information.
> What is file.img?
Its simply a file I made while testing sparse files "truncate -s 512M
file.img".
> 'du --apparent-size' and 'ls -l' are the same thing, so it's not
> really surprising that you see the same numbers here.
Indeed, I expected those to be the same, just figured I would show them
both for
2013 Sep 12
1
Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS
Hi,
I'm having a bit of a problem trying to setup a dovecot proxy. I have a
setup with two nodes. One is a working Dovecot/Postfix mail server (node
a). The other is running a dovecot proxy and roundcube webmail.
Currently I can telnet to port 143 (or openssl s_client to port 993) to
localhost on node b. I can then login to a test account on node a. This all
works.
However, once I instruct
2016 Jun 15
2
virt-sparsify changing the apparent-size of files
Hello,
I am curious why when using virt-sparsify the apparent-size of the file
gets reduced to the actual file size? Is there a way to get the
apparent-size left as the full size?
In the man page for virt-sparsify it has a section on
"IMPORTANT NOTE ABOUT SPARSE OUTPUT IMAGES" and its output seems to
indicate what I would expect where "ls -lh" shows the full apparent size
2016 Jun 15
2
virt-sparsify changing the apparent-size of files
Hello,
I am curious why when using virt-sparsify the apparent-size of the file
gets reduced to the actual file size? Is there a way to get the
apparent-size left as the full size?
In the man page for virt-sparsify it has a section on
"IMPORTANT NOTE ABOUT SPARSE OUTPUT IMAGES" and its output seems to
indicate what I would expect where "ls -lh" shows the full apparent size
2024 Aug 30
0
ProxyJump: Connection reset by peer
Hi, I'm using ProxyJump via a local sshd (in a separate network namespace) to
connect to a remote host. It works fine the first time, but if I connect
several times in a row in a short period of time, I suddenly get a "Connection
reset by peer" error. This happens to be reproducible. If I wait a few seconds
(let's say 15 seconds), the connection is restored.
I have tried to
2009 Sep 03
1
Subsetting Data Frame based On Specified K Value
I have a data that looks like this:
http://dpaste.com/88988/plain/
How can I extract/subset the data frame
based on selected uniq ID.
Let's say I want the first K uniq ID.
I want to be able to specify the parameter "K" here,
(i.e. given K=3, we hope to extract dat$V2 = 0,1,2).
I'm stuck with this construct:
dat <- read.table("http://dpaste.com/88988/plain/")
dats
2020 Nov 17
2
image works in native but not in vm when cpu mode='host-passthrough' is set
Greetings.
I have an image I've created with a bunch of chost flags which works on my machine when it comes to native boot.
if I take that same image into a vm managed via libvirt, I get kernel panic.
I'd assume that something is missing from my vm config, question is what and what I can do about it?
here is the flags part of lscpu in native and vm: https://dpaste.com/3TR8QJ5G8
and the
2010 Sep 01
2
Error: Domain ''winXP'' does not exist.
Hi,
I''m tying to load a full HVM enviroment with windows XP to test my
first xen VM.
This is my config file http://dpaste.org/pbJd/
<http://dpaste.org/pbJd/>when i run the command : xm create winxp.cfg i got
Error: Domain ''winXP'' does not exist.
Somebody can help me with this? i did read docs about config files,
everyting seems to be in place
thanks
--
2009 Mar 16
0
dpaste, pastebin etc. Syntax highlighting for R?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
There are many sites to get bite-sized chuncks of code.
The nice thing is that they use syntax highlighting.
Examples:
http://dpaste.com/
http://pastie.org/
http://pastebin.com/
Twitter with a link to a syntax highlighting site would do wonders.
There are plugins for most (good) editors to post directly to the site
from the editor.
2009 Jul 20
0
No subject
<br>
<br><font size=3D2 face=3D"sans-serif">This seems to be what the Asterisk=
n-way
call HOWTO from voip-info is trying to do, but it doesn't work quite prop=
erly
for me. Here's what happens:</font>
<br><font size=3D2 face=3D"sans-serif">1. Internal person A calls person =
B</font>
<br><font size=3D2
2020 Oct 13
0
Re: unable to find any master var store for loader error
On Mon, Oct 12, 2020 at 10:52:25PM +0200, daggs wrote:
>Greetings,
>
>I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
>/etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
># ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd
2020 Nov 19
0
Re: image works in native but not in vm when cpu mode='host-passthrough' is set
On Tue, Nov 17, 2020 at 11:32:29AM +0100, daggs wrote:
>Greetings.
>
>I have an image I've created with a bunch of chost flags which works on my machine when it comes to native boot.
>if I take that same image into a vm managed via libvirt, I get kernel panic.
>I'd assume that something is missing from my vm config, question is what and what I can do about it?
>here is
2015 May 15
0
Return code 139 when enabling auth debugging
Hi
I'm running dovecot 2.2.10 installed from base repos on CentOS 7.
I'm trying to use sqlite as an auth backend but it's not working so I
enabled some auth debugging settings in conf.d/10-logging.conf and then
dovecot refused to start. sudo dovecot -F produced 139.
Here is doveconf -n: http://dpaste.com/2BNB2F7
Unfortunately when I have these settings enabled doveconf does not
2020 Oct 13
0
Re: unable to find any master var store for loader error
On 10/12/20 10:52 PM, daggs wrote:
> Greetings,
>
> I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
> /etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
> # ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd
2020 Oct 12
4
unable to find any master var store for loader error
Greetings,
I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
/etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
# ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd /usr/share/edk2-ovmf/OVMF_VARS.secboot.fd
-rw-r--r-- 1 root
2010 Mar 19
1
How to plot two cumulative frequency graph together
Dear masters,
I have data that looks like this:
#val Freq1 Freq2
0.000 178 202
0.001 4611 5300
0.002 99 112
0.003 26 30
0.004 17 20
0.005 15 20
0.006 11 14
0.007 11 13
0.008 13 13
...many more lines..
Full data can be found here:
http://dpaste.com/173536/plain/
What I intend to do is to have a cumulative graph
with "val" as x-axis with "Freq1" & "Freq2" as
2016 Jun 22
3
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
On Wed, Jun 22, 2016 at 12:40:40AM -0500, libvirt_users@skagitattic.com wrote:
> So you are saying when I do the virt-sparsify its converting the image
> from raw to [qcow2]?
No. virt-sparsify will use the same input and output formats, unless
you use the --convert option.
> I studied the man page for virt-sparsify and tried again with
> the flag "--format raw"