Displaying 20 results from an estimated 90 matches similar to: "a problem about nested vm"
2013 Aug 09
1
com32 module compatibility between 5.x versions
Pete Batard <pete at akeo.ie> wrote:
> On 2013.08.09 16:24, Bernd Blaauw wrote:
> >> Sorry. If you are substituting any files you should substitute them all.
> >
> From where I stand, the idea that someone using an ISO will only ever
> use it in optical media mode (either real or emulated) is a thing of
> the past.
>
> These days, you can be almost certain
2002 Nov 18
1
Prediction from arima() object (library ts) (PR#2305)
Full_Name: Allan McRae
Version: 1.6.0
OS: Win 2000 P
Submission from: (NULL) (129.215.190.229)
When using predict.Arima in library ts(), it appears differencing is only
accounted for in the first step of prediction and so any trend is not apparent
in the predictions. The example shows the difference between the predictions of
an arima(1,1,1) model and the backtransformed predictions of an
2013 Mar 29
0
[LLVMdev] dynamic passes
In this case, you can specialize a few pass manager objects, each for a
specific sub target type.
E.g.
PassManager pm0 = .. ; // for mips32;
PassManager pm1 = .. ; // for mips16;
...
if(function needs to run on mips32)
pm0.run();
else
if(function needs to run on mips16)
pm1.run();
...
Of course, you have to figure out the suitable sets of functions for
each sub target.
Hope it helps.
2005 Feb 23
1
Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 / OpenSSL Header Error
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with
openssl-devel-0.9.6m-1
On Configure I've the following Error:
./configure --with-ssl-dir=/usr/local/ssl/include/openssl/
--sysconfdir=/etc/ssh --with-zlib=/usr/local
checking OpenSSL header version... not found
configure: error: OpenSSL version header not found.
./contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL
2011 May 08
2
Error in AnnotationDbi package - makeProbePackage
Dear all,
We have developed our own Affymetrix chip (Custom Express Array, PM-only
with two species).
I want to analyse the data with the limma package, but for that I need to
built my own CDF package,
probe package and built the filters to analyse one specie or another.
I'm using the makeProbePackage available in the AnnotationDbi (for a
R-2.13.0) but I got the following error message:
2012 Nov 19
1
libvir: Domain Config error : internal error malformed uuid element
what about this error ???
thanks a lot .
--
personal blog : denghuancong.com
facebook: facebook.com/denghuancong
twitter : twitter.com/denghuancong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121119/000f6b78/attachment.htm>
2005 Feb 23
0
Configure Problems with OpenSSH AIX 5.2 and openssl-devel-0.9.6m-1
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with
openssl-devel-0.9.6m-1
On Configure I've the following Error:
./configure --with-ssl-dir=/usr/local/ssl/include/openssl/
--sysconfdir=/etc/ssh --with-zlib=/usr/local
checking OpenSSL header version... not found
configure: error: OpenSSL version header not found.
./contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all
Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64
APT repos
Dashboard 1.26 from .deb pulled from
http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/
Apache config pulled
from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf
My simple test with webbrick worked a treat. So I installed Apache and
passenger mod (from Ubuntu APT
2013 Aug 09
5
com32 module compatibility between 5.x versions
H. Peter Anvin schreef op 9-8-2013 7:37:
> Sorry. If you are substituting any files you should substitute them all.
I assume it's not possible to store a copy of the LDLINUX.SYS binary at
the end or inside of either ISOLINUX.BIN or LDLINUX.C32 then? Then at
least it could be extracted, for those distributions not having
LDLINUX.SYS / SYSLINUX(64).EXE present on their CD. Having
2013 Mar 29
2
[LLVMdev] dynamic passes
not in this case.
the architecture is changing on a per function pass.
mips32->mips16->mips16....
same issue would be for
arm->thumb1->arm
On 03/29/2013 04:26 PM, Chuck Zhao wrote:
> Can you do this instead:
>
> PassManager pm = ...;
> pm.add(other needed passes);
> ...
> if(arch you are interested)
> pm.add(your pass);
> ...
> pm.run();
>
>
>
2012 Oct 10
4
own function: computing time
Hi all,
I wrote a function that actually does what I want it to do, but it tends to be very slow for large amount of data. On my computer it takes 5.37 seconds for 16000 data points and 21.95 seconds for 32000 data points. As my real data consists of 18000000 data points it would take ages to use the function as it is now.
Could someone help me to speed up the calculation?
Thank you, Tonja
2013 Apr 11
0
reboot command lost?
how do i check the mode of my system used, and how do i change it?how do i check whether to install the acpid?thanks.
> From: libvirt-users-request at redhat.com
> Subject: libvirt-users Digest, Vol 40, Issue 26
> To: libvirt-users at redhat.com
> Date: Thu, 11 Apr 2013 07:34:17 -0400
>
> Send libvirt-users mailing list submissions to
> libvirt-users at redhat.com
>
>
2007 Jun 04
0
CESA-2007:0386 Moderate CentOS 5 x86_64 mutt - security update
CentOS Errata and Security Advisory 2007:0386
https://rhn.redhat.com/errata/RHSA-2007-0386.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
mutt-1.4.2.2-3.0.2.el5.x86_64.rpm
src:
mutt-1.4.2.2-3.0.2.el5.src.rpm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2004 May 07
3
samba quotas
Hi guys, we need to update our samba service from 2.2.8a to samba 3.0.x
(so that we
can upgrade our AD from Win2k to Win2k3). The problem I am having is
with the quotas.
We mount user home directories NFS and then export them to Windows users
via samba.
In 2.2.8a I was able to get quotas working. However with samba 3.0.x, I
cannot.
I compiled --with-quotas.
Now when a user uses a 3.0
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
This patch series makes suspend support in qemu alot more useful. Right
now the guest can put itself into s3, but qemu will wakeup the guest
instantly. With this patch series applied the guest will stay suspended
instead and there are a few events which can kick the guest out of
suspend state: A monitor command, ps/2 input, serial input, rtc. Not
much yet, but it''s a start with the
2003 Dec 01
0
No subject
network. I did read somewhere on the web (several years ago) of a guy
who managed to boot windows from the net.
With the start of Win 98/ME/ etc.etc it's not posible anymore.
I currently use PXE to install machine from the net using bpbatch that
works great only bpbatch is not really under developnt and the script
language is a bit buggy.
I see only one option to boot windows from the net and
2012 Nov 16
0
authentication failed, but why?
I set the me into the group libvirt and write the config for libvirtd:
==================================================
listen_tls = 0
listen_tcp = 0
auth_tcp = "none"
mdns_adv = 0
unix_sock_group = "libvirt"
unix_sock_ro_perms = "0770"
unix_sock_rw_perms = "0770"
unix_sock_dir = "/var/run/libvirt"
log_filters = "1:libvirt 1:util
2013 Apr 07
1
reset = destroy start
what is different between destroy -> start and reset in virsh?
i meet this position , when i reset a domain, it cannot start , it stoped at initialize initd.but when i destory it ,and start it , it can run normally.
i am very confuse about them.
who can tell me the difference....
thanks a lots.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Apr 11
1
reboot command lost
when i send a reboot command to libvirtd to reboot a domain, it does not receive and print the following warn:
2013-04-10 06:01:39.080+0000: 2908: warning : qemuDomainObjTaint:1311 : Domain id=56 name='69751ca7-3198-4f3c-8265-cb8cb70ad750' uuid=69751ca7-3198-4f3c-8265-cb8cb70ad750 is tainted: high-privileges
what's the problem???
thanks a lot.:)
-------------- next part
2013 Apr 11
1
reboot command lost
when i send a reboot command to libvirtd to reboot a domain, it does not receive and print the following warn:2013-04-10 06:01:39.080+0000: 2908: warning : qemuDomainObjTaint:1311 : Domain id=56 name='69751ca7-3198-4f3c-8265-cb8cb70ad750' uuid=69751ca7-3198-4f3c-8265-cb8cb70ad750 is tainted: high-privileges
what's the problem???
thanks a lot.
> From: libvirt-users-request at