similar to: Migrating existing debian system to KVM/libvirt

Displaying 16 results from an estimated 16 matches similar to: "Migrating existing debian system to KVM/libvirt"

2011 May 16
2
Howto set the option script=no for a tap device in the xml file
Hello, I am trying to run a virtual machine with qemu-kvm and libvirt as a user. In order to start the virtual machine I setup a tap device manually, add it to the bridge and activate it via ifconfig. But I cannot tell libvirt to not try to add the definded tap device to the bridge by itself. It always fails telling me it cannot add tap0 to br0. Thats the xml snippet for defining the network:
2011 Sep 21
2
random "monitor socket did not show up"
Hello gentlemen! I just experienced this weird thing: I have 2 machines (one is a Dell Pe1950 with 2 Xeon 5130, the other is a Fujitsu RX200S6 with 2 Xeon E5645), both run CentoOS 5.6, the DELL has the 2.6.18-238.9.1.el5 while the Fujitsu runs the 2.6.18-238.12.1.el5 kernel. But when I try to do a virsh create with this script <domain type='kvm'>
2010 Dec 31
1
livemigrate problems
hello everybody and happy new year! I am a newbie in libvirt use, and I use it mostrly throught OpenNebula. Anyway, I noticed that one of the nodes can be a destination of a livemigrate but not the source. This is the environment: 4 blades nicknamed(*) red3, red9, red10, red11, each with 8 Intel E5506 cores (@ 2.13GHz) running CentOS 5 and KVM as hyoervisor. (*) these are names I
2010 Nov 14
2
java binding and virtualbox-ose
I'm trying to connect to vbox hypervisor on an Ubuntu 10.04 machine through libvirt java binding (libvirt-java-0.4.6) by simply invoking: Connect conn = new Connect("vbox:///session", false); but I got this exception: libvir: warning : Failed to find the interface: Is the daemon running ? libvir: Remote error : unable to connect to '/var/run/libvirt/libvirt-sock':
2010 Oct 26
1
List volumes of a domain
Hi all, I'm using libvirt java binding (libvirt-java-0.4.6) I'd like to know if the Domain class offers an API to query volumes attached to a particular domain or should I parse the XML domain description? Thanks for your support -- Andrea Turli Ricercatore Direzione Ricerca e Innovazione andrea.turli at eng.it Engineering Ingegneria Informatica spa Via Riccardo Morandi, 32 00148
2004 Sep 10
0
Welcome to b3ta
ugh, some new evil spamming technique? send a group invite to mailing lists, hoping one of the members will join? Josh --- b3ta Moderator <b3ta-owner@yahoogroups.com> wrote: > > Welcome to B3ta > > It's a free weekly newsletter reporting on the coolest stuff on the > net. > > We work very hard to make best thing in your inbox this week. > > We also use
2008 Apr 03
1
Samba authentication to Kerberos via OpenLDAP, third and last try
So far answers I've received on this list have been inconsistent at best and downright inaccurate at worst. I'm going to try one more time and see if, at the very least, someone can give me a lead. I ask you to consider what I'm asking remotely possible, and then seek a solution. (Particularly before one blasts off an ill-thought out message that says simple, "Can't be
2013 Mar 20
1
boot with different sample sizes
Dear all, a question about the package boot: is it possible to bootstrap a function of arguments of different length? is there an alternative package? below an example of a simple try, many thanks paolo > library(boot) > blue<-c(4, 3, 4, 1, 2, 3, 1) > red<-c(4, 3, 4, 1, 2, 3, 1, 2, 3, 1, 3, 2) > > test1<-function(x,y,d){ + return(sum(x) - sum(y)) + } > b=boot(red
2006 Oct 03
2
MEMDISK reset computer with NW Client32
Hi! I have problem with MEMDISK, because when I load modules in NW Client32 using NIOS.EXE commands, computer is restarted :-( Not everytime, but manytimes. The problem is with MSDOS 5.0, 6.22 and FreeDOS too. But when I create in DOS another RAMDISK and copy all data from MEMDISK to new RAMDISK and change settings and PATH to new ramdisk, all work fine. Directly from floppy or from
2010 Jan 16
0
Cannot connect from XP to Samba: Password prompt repeated
Fellow samba folk, This one's making me want to tear out what little hair I have left. THE *NIX PLATFORM: FreeBSD 7.0-RELEASE, Samba 3.3.8. THE ENVIRONMENT: Small domain, Windows 2003 servers and XP-pro based workstations. The FreeBSD server is a member server in the domain, so at least that works. THE SYMPTOMS: This is bizarre. I can, using mount_smbfs on the FreeBSD side, easily
2006 Jan 30
2
colnames(tapply(...)) (PR#8539)
I would like to bring to your attention the following error message which didn't appear on previous versions (long time ago?) Thanks for all your effort Karl Version 2.2.1 Patched (2006-01-21 r37153) > f <- rep(c(1,2),each=5) > x <- tapply(f,f,sum) > colnames(x) Error in dn[[2]] : subscript out of bounds ------------------------------- Karl Thomaseth, Ph.D. Research
2008 Dec 05
3
Rate My Dialplan Contest Announced - Win a Phone or Copies of APSTel Visual Dialplan Std or Pro!
We often find ourselves reading through all sorts of contests on the Internet that never seem to echo our own personal skill set or interests. Perhaps you've even fantasized about a type of contest with the types of prizes and goodies that YOU'D actually enjoy. Maybe you've wished there were something along the lines of a asterisk phone system diagram contest? With prizes ranging from
2014 Jan 06
4
Can we trust RedHAt encryption tools?
Recently I have been deeply troubled by evidence revealing the degree to which U.S. based corporations (well actually all resident in any of the so-called 5-eyes countries) appear to have rolled over and assumed the position with respect to NSA inspired pressure to cripple public key encryption and facilitate intrusions into their software products. This has engendered in me a significant degree
2002 May 18
0
Importante!
Vuoi Davvero Guadagnare con Internet? Bene, salva su disco questa pagina per averla a portata di mano anche se il tuo PC non ? connesso a Internet, poi copia quanto segue in Word o in Blocco Note e stampalo, cos? lo potrai leggere con pi? attenzione. Questo Sistema ? diverso da tutti gli altri, quindi non essere precipitoso nel valutarlo senza averlo compreso a fondo, ma ti assicuro che
2014 May 07
32
[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
v9->v10: - Make some minor changes to qspinlock.c to accommodate review feedback. - Change author to PeterZ for 2 of the patches. - Include Raghavendra KT's test results in patch 18. v8->v9: - Integrate PeterZ's version of the queue spinlock patch with some modification: http://lkml.kernel.org/r/20140310154236.038181843 at infradead.org - Break the more complex
2014 May 07
32
[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
v9->v10: - Make some minor changes to qspinlock.c to accommodate review feedback. - Change author to PeterZ for 2 of the patches. - Include Raghavendra KT's test results in patch 18. v8->v9: - Integrate PeterZ's version of the queue spinlock patch with some modification: http://lkml.kernel.org/r/20140310154236.038181843 at infradead.org - Break the more complex