Displaying 20 results from an estimated 400 matches similar to: "Qemu restore error."
2011 Dec 15
1
Qemu restore error
Hello,
I'm not sure if I am having a kvm/qemu issue, a virt-manager issue, or a
libvirt issue, so if I am asking the wrong crowd please let me know! In
short, restoring some suspended kvm guests via virt-manager is failing
because libvirt cannot read the qemu header. I cannot find any
documentation on what this means. From virsh's limited documentation I
was able to gather that there
2012 Mar 04
1
can't add cpu's to virtual guest
I have a rhel6.0 server running kvm. I have recently needed to add additional cpu's to some of the guests but cannot do it via virt-manager, can't doit using virt, and can't do it by vi the guest.xml file. Is this a bug or am I missing something?
Thanks,
DaveB
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 26
2
Dell Optiplex GX620 keyboard problem
Hello,
I'm interrested in testing any possible workaroud for the Dell
Optiplex GX620 keyboard problem, as I just can't downgrade the BIOS
version on each and every Gx620 I have to (re)install ! (Plus I can't
find a link to download the old A10 BIOS itself.)
Don't hesitate to give me guidance on how to proceed, because I can't
find anything relevant on the website
2009 Aug 14
1
Kernel NULL pointer vulnerability
Hi all.
Julien Tinnes and Tavis Ormandy from the Google Security Team have
recently found a Linux kernel vulnerability which affects all 2.4 and
2.6 kernels since 2001 on all architectures. Please read the
announcement on LWM: http://lwn.net/Articles/347006/ for further
information about the vulnerability and the exploit which has been
provided by Brad Spengler (you will find updates on his
2002 Nov 14
1
chron and locales
(R-1.6.0 and chron 2.2, linux)
I have to work with date/time values from another LOCALE
on my machine. My normal locale is "de DE at euro" and
the data I have to handle use AM/PM specifications for the times.
dstring <- "Nov 12 2001 4:31PM"
The problem now is, that
strptime(dstring, "%b %d %Y %I:%M%p")
[1] "2001-11-12 04:31:00"
just ignores my
2010 Aug 27
1
Unable to autostart storage pool.
Following xml file was used to create storage pool using 'virsh pool-create
<xml>'
<pool type='dir'>
<name>my-diskpool</name>
<uuid>2fbc894e-7619-6cda-a33c-b27fae5fbe8b</uuid>
<capacity>136024670208</capacity>
<allocation>11416657920</allocation>
<available>124608012288</available>
<source>
2011 Jan 08
4
Help How to create DSL for conditional validations
Hi All,
I am new to Ruby and ROR
I were trying to create small DSL for conditional validations
valid_with_cond :bypass_validation do
if self.addresses > 3
errors[:base] << "Can not have more than 3 addresses".
end
end
By this I wanted to create array of method and call them all in custom
validation method.
this above code I wanted to do
attr_accessor
2009 Apr 09
1
[Bridge] Out of memory problem
Hi, I'm using linux 2.6.21.5 and our kernel is freeze.
The problem is, if I create a Software bridge using $brctl command. and
add two interfaces say, eth0.0 and eth0.1 using
$brctl addbr br-lan
$brctl addif br-lan eth0.0
$brctl addif br-lan eth0.1
and when i send traffic from a host connected to one port to host
connected at other end, soon all the memory is dried up and and kernel
2004 Sep 10
2
Problem in FLAC__stream_decoder_process_metadata
Hi,
I have a problem when I try to open a file, which is not a FLAC file. When I
open a non-flac file with the stream decoder API, one of the first things called
is FLAC__stream_decoder_process_metadata, which itself calls
stream_decoder_find_metadata_. Unfortunately the non-flac file contains some
content, which leads to the state set to FLAC__STREAM_DECODER_READ_FRAME.
However in
2016 Jun 30
1
Rights issue on GPO
Am 30.06.2016 um 12:00 schrieb mathias dufresne:
> Sorry to ask that but this thread is quite long and that makes
> understanding difficult, at least to me. What is the status of all that? I
> believe at one moment it was writtent using winbindd is solution, that with
> winbindd instead of winbind we don't need to synchronize idmap.ldb to get
> GPOs working well even with
2008 Aug 23
3
Postfix and Dovecot SASL authentication error
ear All,
I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot
authentication put I am facing the problem to receive mails . My postconf -n
result is:
[root at mails ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
2011 Aug 18
4
splitting sample names
I have a data frame like this
xx<-data.frame(cbind(Sample=c('Ctrl_6h','1+0_6h','1+200_6h','1+5k_6h','Ctrl_5K_6h','ConA_6h'),
IFIT1=c(24,25,24.7,24.5,24.2,24.8)))
grep('[[:digit:]]h',xx$Sample)
yy<-xx$Sample
strsplit(yy,"_")
I have to extract the time information separated by '_' in the sample
2003 Feb 27
2
epoch time conversion in R
I have a data file where each entry is indexed by the time in seconds since
epoch (e.g. 1046315697). Is there an easy way to convert this time value into
a more friendly time (such as Month-Year) when plotting it?
I searched through the manual, mailing lists, and functions like as.POSIXct
and strptime, but didn't find what I need.
Thanks,
Sharad.
2011 Oct 10
4
correlation matrix
Hello Gurus
I have two correlation matrices 'xa' and 'xb'
set.seed(100)
d=cbind(x=rnorm(20)+1,
x1=rnorm(20)+1,
x2=rnorm(20)+1)
d1=cbind(x=rnorm(20)+2,
x1=rnorm(20)+2,
x2=rnorm(20)+2)
xa=cor(d,use='complete')
xb=cor(d1,use='complete')
I want to combine these two to get a third matrix which should have half
values from 'xa' and half
2011 Oct 27
2
help with paste
Hello gurus,
I have some variables, and i am creating combinations for analysis in the
end i need these variables to be displayed like "LEPTIN+SAA+PTH". currently
i am using loop to perform this. I would appreciate any pointers to do it
without the loop.
> mols=c("LEPTIN","SAA","PTH","sEGFR")
> samples=mols[1:3]
> samples
[1]
2010 Dec 14
4
Antwort: MegaRAID SAS 9280-24i4e -- Centos support.
Timo,
Its interesting, I am presently attending a conference in NYC and in one
of the tables I saw the redhat vendor. My first question to them was "
What do you think about centos", they reply "You are using a
distribution without support and that is prompt to failure..." I don't
think this is an accurate statement is it? Anyway to make the story
short, they keep telling
2013 Nov 22
2
Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On 11/22/2013 10:26 AM, Исаев Виталий Анатольевич wrote:
> Thanks, Itamar. Hooks are really great tool.
> No doubt we will use them.
>
> But I still need some clarification about interaction between hooks (on the manager's side) and libguestfs (on the side of hypervisor/storage).
these are vdsm-hooks, they run on the host, not on the engine (manager).
the engine does allow you, if
2023 Jun 20
1
Installation of R-4.3.1 with intel 2022
Hi all,
I have the issue:
icc -std=c99 -std=gnu11 -I../../src/extra -I../../src/extra/xdr -I. -I../../src/include -I../../src/include -I/usr/local/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O3 -wd188 -ip -mp -c eval.c -o eval.o
arithmetic.c(66): warning #274: declaration is not visible outside of function
int matherr(struct exception *exc)
^
2010 Sep 16
1
virConnectOpen question.
Hi,
I am using virConnectOpen(const char *uri) to connect to the local
hypervisor. When uri is set to "lxc:///", an error gets logged
in /var/log/messages about failed connection. But I do not see any error
for "xen:///". The machine does not have these drivers installed, and I am
using libvirt 0.6.3. My questions are -
1. Why I see error in /var/log/messages for container
2011 Aug 11
2
virInitialize dumps core intermittently.
Hi,
I have a host with 6 VMs set to autostart. When this host reboots, it
starts libvirtd, pegasus cimom and libvirt-cim. It also restarts the VMs.
Intermittently we noticed a core during start up that points to the last
call made by libvirt-cim to "virInitialize". I am thinking that it is a
timing issue where virInitialize is called while libvirt is trying to
autostart the VMs.