Displaying 20 results from an estimated 1000 matches similar to: "Error: Domain ''winXP'' does not exist."
2010 Sep 02
2
How to change default interface from eth0 to eth3?
I got this message when i''m trying to create the VM.
Error: Device 0 (vif) could not be connected. Could not find bridge device
xenbr0
Is there a way to change de interface from eth0 to eth3?
thanks
--
*-----*
*Juan Pablo Lopez Bergero*
*Cell: 15-3957-3455*
*
*
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
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 Jul 18
5
package "plotrix"
I installed package plotrix because reading its vignette it looks like it can help me solve a "legend" problem.
The package instaleed correctly on my Mac OS/X 10.5.8
But I cannot reproduce the examples centered on function "lgendg".
> library(plotrix)
> plot(0.5,0.5,xlim=c(0,1),ylim=c(0,1),type="n",
+ main="Test of grouped legend function")
>
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
2009 Sep 02
1
Howto Superimpose Multiple Density Curves Into One Plot
I have a data that looks like this:
http://dpaste.com/88561/plain/
And I intend to create multiple density curve into one plot, where each curve
correspond to the unique ID.
I tried to use "sm" package, with this code, but without success.
__BEGIN__
library(sm)
dat <- read.table("mydat.txt");
plotfn <- ("~/Desktop/flowgram_superimposed.pdf");
pdf(plotfn);
2011 Aug 01
3
Migration hangs on Gentoo with KVM
Hi there,
I'm trying to migrate a domain between two Gentoo hosts using KVM as hypervisor, but the migration hangs.
I tried both live or offline migration modes without success.
Details below.
Anyone has an idea of what could be wrong with my setup? The migration is the only thing not working.
Host A (initially running the VM)
=================================
# uname -a
Linux pion
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
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
2010 Jun 19
2
Call by reference or suggest workaround
I have written code to compute multi-indices in R [1] and due to the
recursive nature of the computation I need to pass around the *same*
matrix object (where each row corresponds to one multi-index). As pass
by reference wasn't the default behavior I declared a global matrix
(mat) and used the <<- operator to write to the global matrix. So the
usage would be to call genMultiIndices(3,2)
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
On 2013–12–21 John Ferlan wrote:
> On 12/17/2013 07:13 PM, Marco wrote:
> > Hi!
> >
> > I'm new to libvirt and face problems connecting to an iSCSI target.
> > What I intend to do is to connect libvirt (I tried virt-manager and
> > virsh) to an iSCSI target and then boot from the LUNs which contain
> > the VMs.
> >
> > I followed the
2020 Sep 04
2
network config not working on newer libvirt
Greetings,
up until a year ago, I was running a server with Debian 10 (stable) on it with the latest versions of libvirt, qemu and kernel 4.19.x Debian 10 had to offer (both libvirt and qemu versions were really old).
the network config was simple, one of the vm acted as a router and provided the ip for both the host and the vm.
I've recently switched distro and now I'm running latest
2020 Sep 08
2
Re: network config not working on newer libvirt
On 9/6/20 12:02 PM, daggs wrote:
> Greetings LAine,
>
>> When you say "the vm", you mean the one running libreelec, that is
>> trying to get and IP address, correct?
>
> yes, you are correct.
>
>> I guess Broadcom.home is the IP of the VM that's running the dhcp
>> server? (I should have suggested using "tcpdump -n -e -v" :-/)
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
2011 Jul 28
1
Xen + Masquerade the processor info.
Hi guys,
Is there a way to mask the processors info, like, the server host
is an Intel Xeon 3,00GHz but in guest will show Intel Core 2 Duo 1GHz.
My goal is not to limit anything, just mask the processor info.
I heard something about CPUID, but couldnt find much about it or
how to implement it with Xen.
Thanks all.
Tony M.
_______________________________________________