Displaying 20 results from an estimated 900 matches similar to: "virtualization!?!?!"
2011 Mar 24
1
livemigration over specific bridge/nic?
Hi @all,
I have a question about the livemigration with libvirt / kvm.
I have two bridges configured in my setup of each host. Now I want to
set br1 (private network) as default NIC for live migration.
Is there any solution to get this work for me?
I tried to bind libvirt to those IP-Range but after that the
livemigration doesn't works.
If you need more details please tell me :)
2009 Oct 27
1
Detection Times and Poisson Distribution
Dear All,
Apologies if my questions are too basic for this list.
I am given a set of data corresponding to list of detection times (real,
non-integer numbers in general) for some events, let us say nuclear
decays to fix the ideas.
It is a small dataset, corresponding to about 400 nuclear decay times.
I would like to test the hypothesis that these decay times are
Poissonian-distributed.
What is
2012 Jul 06
3
Compare date Oracle with Sys.time
I would like to import only datas of my table where DATE>today-7days.
But my datas in Oracle are 'dates' and in R are 'characters'.
now_7<-format(Sys.time()-(7*60*60*24), "%Y-%m-%d 00:00:00")
How to do?
--
View this message in context: http://r.789695.n4.nabble.com/Compare-date-Oracle-with-Sys-time-tp4635624.html
Sent from the R help mailing list archive at
2018 Mar 12
9
Workaround for bind9 reload bug : samba_dlz Ignoring duplicate zone
Hi samba team !
I'm face with a new problem on a new Samba PDC install (Debian 9).
I don't know why, but systemd run multiples "rndc reconfig" commands
during the init script. So the bind9 log file show :
-> A successful start
-> A failed reconfig (samba_dlz Ignoring duplicate zone)
at each boot/reboot.
So I need to restart bind9 each time manually. I created a wrapper
2013 Oct 18
1
nsd-4.0.0b5(and rc2) and changing zone from master to slave ?
Hi,
I'm doing some quick tests with nsd-4.0.0b5 and (rc2). And found
something strange when changing (nsd-control reconfig) one
zone from:
zone:
name: 10.in-addr.arpa
zonefile: /zones/empty.zone
to
zone:
name: 10.in-addr.arpa
request-xfr: 192.168.122.12 NOKEY
allow-notify: 192.168.122.12 NOKEY
zonefile: /zones/slave/10.rev
and doing nsd-control reconfig.
After
2008 Oct 07
6
A race condition introduced by changeset 15175: Re-init hypercall stubs page after HVM save/restore
For an SMP Linux HVM guest with PV drivers inserted, when we do save/restore (or LiveMigration) for the guest, it might panic after it''s restored.
The panic point is inside ap_suspend():
....
while (info->do_spin) {
cpu_relax();
read_lock(&suspend_lock);
HYPERVISOR_yield(); ----> guest might panic on the invocation of this function.
2018 Mar 13
1
Workaround for bind9 reload bug : samba_dlz Ignoring duplicate zone
Hai Baptiste,
You missed my first message but here it is again. .
systemctl cat bind9
# /lib/systemd/system/bind9.service
[Unit]
Description=BIND Domain Name Server
Documentation=man:named(8)
After=network.target
Wants=nss-lookup.target
Before=nss-lookup.target
[Service]
EnvironmentFile=/etc/default/bind9
ExecStart=/usr/sbin/named -f $OPTIONS
ExecReload=/usr/sbin/rndc reload
2015 Oct 13
4
Buildbots timeout
On 13 October 2015 at 22:28, don hinton <hintonda at gmail.com> wrote:
> However, the build that failed thought it needed to do 106 steps. It hung
> on the 83 that didn't exist.
Interesting...
> Could this be a cmake/ninja issue?
It could. Those bots are not cleaning between builds (or it would take
hours). If that's what's happening, I'll have to re-think my
2004 Apr 30
5
Can I reconfigure Samba share without restart smb service?
Everytime I add or remove some samba shares, I must restart smb service to
take effect.
Is there anyway to reconfig it without restart?
2009 Feb 22
2
Semantics of sequences in R
Inspired by the exchange between Rolf Turner and Wacek Kusnierczyk, I
thought I'd clear up for myself the exact relationship among the
various sequence concepts in R, including not only generic vectors
(lists) and atomic vectors, but also pairlists, factor sequences,
date/time sequences, and difftime sequences.
I tabulated type of sequence vs. property to see if I could make sense
of all
2009 Feb 22
2
Semantics of sequences in R
Inspired by the exchange between Rolf Turner and Wacek Kusnierczyk, I
thought I'd clear up for myself the exact relationship among the
various sequence concepts in R, including not only generic vectors
(lists) and atomic vectors, but also pairlists, factor sequences,
date/time sequences, and difftime sequences.
I tabulated type of sequence vs. property to see if I could make sense
of all
2009 Dec 16
1
virt-manager in b129
It is a pleasure to see what it has become, but
- it scrambles the vnc-sessions (start virt-manager, open a win console,
close all, start virt-manager again try open vnc-console => fail, fixed
by xm vncviewer <name> => fail, again => works, also next time in
virt-manager => same problem again)
- Is it currently possible to connect to other xvms running next to the
machine and may
2007 Dec 12
2
Need good Reference Material and Reading about Gaussian Copulas
Can anyone advise me on some pratical papers or books
On Gaussian Copulas? Anything in the genre of Copulas Dummies
Would be a help.
As simpe, and approachable with minimal pedantic style.
Thanks,
Neil
--------------------------------------------------------
This information is being sent at the recipient's reques...{{dropped:16}}
2009 Jan 30
5
/etc/X11/xorg.conf question
If I use "system-config-display" or "system-config-display --reconfig"
although I get a message that I need to log out of GNOME, to have the
new file written, for new Display Resolution, logging out or
restarting the box does not result in the new settings for the Display
taking hold. Sometimes, the number of colors is updated, but *never*
the Resolution. Below is my xorg.conf
2007 Mar 19
3
system-display-config doesn't run right
This might be a gnome problem, but....
I've noticed that, on occasion (frequently), when I try to look at or
modify my display configuration, the Applications->System
Settings->Display doesn't come up. It asks for the root password, which
I give it, and then nothing.
I ran system-config-display form the command line, but it dies thus:
[root at mhullrichter mhr]#
2023 Jan 09
1
return value of {....}
?s 14:47 de 09/01/2023, akshay kulkarni escreveu:
> Dear members,
> I have the following code:
>
>> TB <- {x <- 3;y <- 5}
>> TB
> [1] 5
>
> It is consistent with the documentation: For {, the result of the last expression evaluated. This has the visibility of the last evaluation.
>
> But both x AND y are created, but the
2010 Jul 02
10
Do systems have to be IDENTICAL for live migration?
I have several systems running 64bit SLES11SP1. I''m trying to Live
Migrate between a couple of them and it''s not working, although the same
VM will run on each one starting it manually.
The system are not identical. Would one expect migration to work
between these two systems? See below.
Thanks,
James
The first system is a ProLiant DL360 G6:
Proc 1:2533 MHz
Execution
2006 Jul 09
4
can I create lib.a from dir/lib.a?
In an attempt to solve some of the dependency issues when building klibc
library I started to do a modular build of klibc library.
The priciple is simple. build all sub-directories specified with
lib-y := dir/ before the final lib.a
But reading "man ar" it was not obvious if:
ar cp lib.a dir/lib.a dir2/lib.a file1.o file2.o
would produce the desired result.
The linux kernel uses lr
2002 Jan 10
2
Visual Fox Pro 6 APP and Wine & Reggresion
Hello, i'm working in software development company, and we have a custom made software in VFP 6, as we're thinking on replacing all our
win9x boxes to linux (since we got rid of those hard-to-manage-and-prone-to-error nt boxes) since we mostly use this app for everything, we
tried to run it in Linux using wine.
i downloaded the latest wine release, the codeweavers release and a CVS one,
2004 Aug 06
3
bitrate for slow modems
Depending on what you are broadcasting, for 28.8 I would go 16kbps and be
really safe...
Lithium
----- Original Message -----
From: "John Griffiths" <john@capmon.com>
To: <icecast@xiph.org>
Cc: <icecast@xiph.org>
Sent: Thursday, April 05, 2001 3:12 PM
Subject: [icecast] bitrate for slow modems
> ok so 24kbps for 56k modems...
>
> can i go any lower and get