similar to: Source RPM please

Displaying 20 results from an estimated 1000 matches similar to: "Source RPM please"

2000 Nov 15
4
Everyone happy?
There hasn't been any mailing list activity for almost a week. Is it that we are all happy and just waiting for meta-data journaling? -- Keith Barrett Red Hat HA Team
2000 Nov 06
1
Please make the journal file unmodified by user processes
Please forbid user level process to touch or unling the journal file when the partition is ext3 mounted ... at all ! So far this weakness has been my main problem when using ext3 on production systems. Happened to rpmfind machines a couple of times, at best a program removed the journal inode from the FS list and it cannot be mounted at next reboot. At worse the content of the journal.dat is
2006 Jun 29
7
Checkpointing
Hi, Is there any way you can save a xen domain without suspending it or stopping it? I want to set up something so if my xen session crashes I can fire up another xen session from the save file that I created 5 minutes before the crash and hopefully minimize downtime. Thanks -- ------------------------------ Christopher Vaughan
2002 Feb 06
3
Help plot
Hello, I would like plot a vector and want to specify the Xticks which will be displayed. Is it possible ? For example, suppose that x is a vector of length 3. I just want the Xticks (and the corresponding labels) for 1 2 and 3 to be displayed ( and not 1, 1.5, 2,2.5, ....) . Thanks -- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Olivier MARTIN PhD student
2001 Nov 13
2
plot and its options
Hi all, I have some some difficulties to use plot and its options. This is what i would like to do. I want to put three plot in a same window so i use par(mfrow=c(1,3)) and i obtain three columns for my three graphics. But, i would like that the two first take 90% of the window and the last 10%. Could anyone give me a soultion?? Best regards, Olivier --
2002 Mar 25
3
Offtopic: 3ware Raid Controllers
Hi! I know this is a little bit offtopic, but i couldn't think of any other place where i can get uninfluenced first hand information on these controllers :) I've read about and experienced data loss/system lockup with older 3ware controllers, but the 3ware Escalade 7xxx (i'm especially interested in the 7850) sounds too good to ignore it (8 channels, 8 drives, raid 0/1/5/10,
2010 Mar 24
2
Problem attaching device
I keep getting an error when I try to attach a device in the libvirt api through python The python code is: conn=libvirt.open('qemu:///system') dom = conn.lookupByName("fedoratest") if dom.info()[0]==1: dom.attachDevice('net.xml') And I keep getting: "libvirtError: XML description not well formed or invalid The xml is a simple network
2001 Mar 15
3
outer
Dear r-plus users, i would like to use outer in the following case outer(x,y,FUN="fun") i suppose that my function fun is of the following form: fun<-function(x,y) { if(y>x) return(x+y) if(y<=x) return(0) } My problem is that the command outer(x,y,FUN="fun") return me a null matrix instead of an upper triangular matrix. Is somebody have a solution ? Thanks for your
2002 Feb 26
3
a trick ??
Dear R users, Suppose i have an A square matrix rxr. I want to obtain a block matrix B (pxr,pxr) where the p diagonal blocks are A and the others values are 0. I would like to do something like : diag(A,ncol=pr, nrow=pr) How can i do it ?? Thanks in advance, Olivier. -- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Olivier MARTIN PhD student phone: (33) 04
2001 Oct 16
3
Back porting of ext3 to 2.2.X line
I've not seen this asked since I've been on the list; but was wondering... I'm currently sticking to the 2.2 line and have no plans to move to 2.4 right now. Is there any attempt to back port some of the changes in the newer 2.4 line back into 2.2? ext-0.0.7a.tar.gz has been stable thus far, but it's getting kind of old. NEM
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
2012 Aug 24
1
remote lxc via libvirt?
Has support for creating or using lxc containers on remote machines been added to libvirt yet? https://help.ubuntu.com/12.04/serverguide/lxc.html says "Libvirt is a powerful hypervisor management solution with which you can administer Qemu, Xen and LXC virtual machines, both locally and remote." so I assume it's been done and I'm just having trouble seeing it... otoh, I hear
2011 Jun 01
1
Virtual switches support (Openvswitch, VDE,...)
Hi, IIR/UC there have been a couple of discussions lately about possible evolution of libvirt's network management features to eventually support more kinds of virtual networking technologies like Openvswitch, VDE,... Could a kind and informed soul keep us on touch with progress in the field ? Thank you very much in advance PS: I wish this will be available before/for 1.0 release...
2010 Mar 31
1
advice on creating and reusing connections
Are there any recommendations as to how often a new connection should be made versus reused? Right now we create a new connection *every time* we hit libvirt for something. We can easily change this so that a single connection is made for a series of libvirt calls, or even so that a single connection is used for the lifetime of the running application. What are the issues to consider when making
2010 Apr 26
1
Building & Installing on OpenSolaris
Hi, I'm revisiting my libVirt install for opensolaris. I downloaded libvirt 0.8.0.. This is a bit embarassing, but I forgot how to build libVirt on opensolaris. (It's been a while) I'm currently stuck with the configure script failing to find linux kernel headers. Error: "configure: error: You must install kernel-headers in order to compile libvirt" Can anyone post the
2010 Jun 19
1
How to get supported feature list in driver
Hello Is there an easy way to get supported feature (API) list in each driver? The function would be to return a list which describes which APIs are supported and which APIs are not. Thanks in advance ozaki-r
2010 Aug 08
1
how to load different bios into qemu
Hello. I'm using debian squeeze with libvirt and kvm and I need to load a newer version of seabios into qemu. I'd like to do it without overwriting seabios in the debian package because that might be overwritten on the next update. I hopend that the <loader> directive in the config would work but it doesn't. thanks for any ideas. mk
2010 Sep 21
2
Query regarding Xen_ComputerSystem
Hi, Libvirt provides classes such as Xen_ComputerSystem, Xen_Processor etc., in order to build applications using libvirt-api which can interact with the Xen Hypervisor. I would like to know what are the corresponding classes for the KVM hypervisor, so that I can use libvirt-cim to communicate with the hypervisor. Would it be Kvm_ComputerSystem or Qemu_Computersystem? Any help in this regard
2011 Jan 26
1
compilation error
Hello I'm trying to compile libvirt-0.8.6 on RHEL4 with kernel 2.6.9-67 The make command returns: -------------------- util/interface.c: In function `ifaceGetVlanID': util/interface.c:355: error: `GET_VLAN_VID_CMD' undeclared (first use in this function) util/interface.c:355: error: (Each undeclared identifier is reported only once util/interface.c:355: error: for each function it
2011 Feb 04
1
Making multiple connections from an application using libvirt-0.6.3-20.1.el5_4
I came across a thread in the archives that seems to suggest that multiple connections can be made from a single application,although I am unsure what version(s) of libvirt support it. https://www.redhat.com/archives/libvirt-users/2010-March/msg00074.html I'd like to know if multiple connections(for eg,virConnectOpenAuth()) can be made from an application using libvirt-0.6.3-20.1.el5_4 .