similar to: [ruby-libvirt] who's using it

Displaying 20 results from an estimated 1000 matches similar to: "[ruby-libvirt] who's using it"

2011 Oct 22
1
virt-install with set vnc password
Hi Guy, Anyone know how we can set up the vnc password during using virt-install command ? # virt-install \ --connect qemu:///system \ --name demo \ --ram 500 \ --disk path=/var/lib/libvirt/images/demo.img,size=5 \ --network network=default,model=virtio \ --vnc \ --cdrom /dev/cdrom
2011 Jul 29
1
Custom storage pools/volumes
Hello everyone, We're currently working with using libvirt as an abstract API to make our dealings with other hypervisors far easier and faster, however, we have our own storage API that connects/disconnects and makes LUNs available over iSCSI with iSER. We would have loved to use a storage pool however our system implements a one target per LUN/VDI, therefore, we'd have to create a pool
2010 Oct 29
1
[LLVMdev] LLVM program compile error w/ gcc 4.5 but not 4.4
Hi all, I can compile LLVM+clang (from svn 2.8 branch, fyi) just fine with gcc 4.4.5 and 4.5.1 on Linux/amd64 just fine, and I did successfully built LLVM+clang on Solaris10/amd64 (32bit built) just fine with gcc 3.3, too. However, when it comes to compiling my *own* project that builds atop of LLVM, I'm getting a strange compilation error when using GCC 4.5.1 but *NOT* when using GCC 4.4.5
2011 Nov 18
1
libvirt and linux-vserver
Hi, I was just googling around for linux-vserver support in libvirt, however, only found sad ppl complaining about the fact, that there is still no linux-vserver support in libbirt. Despite the fact, that there was some kind of lag in review by more than one person, why isn't it still in? so... merely two years after? I think once the patched would have been applied, ppl would start using it,
2004 Apr 24
9
newbie: TC[NG] with (256kbit/s down and 768kbit/s up) on a router
Hi all, this is really not really very easy to understand, or, to get in. Well, I''ve the following configuration on the router box: LAN - interface: eth0 - network: 192.168.2.5/24 - bandwidth: 100Mbit/s INET interface - interface: ppp0 - network: .dynamic.ip./0 - bandwidth: DOWN=1536kbit/s and UP=256kbit/s the LAN interface is to serve 6 other clients with internet and
2007 Jul 09
2
custom routing (two gateways)
Hi all, i''m having a somewhat stupid problem I can''t get rid of. we''ve a server that accepts incoming world connections from a load balancer (10.10.10.4) to port 80, and we still want to serve incoming ssh/http from the firewall (10.10.10.1) routed to this host (10.10.10.90) and their reply packets of cause shall be send out through the firewall. unfortunately, both
2012 Jan 23
1
oVirt setup issues
Hi all, as suggested in a prior mail, I was now trying out oVirt - however, on a non-Redhat/Debian system - and ran into huge issues primary due to the lag of information / documenation. So here my assumptions: * oVirt is a web application based on JBoss application server. * VDSM is an agent to run on every hypervisor (or also VM?) * nothing else needed? (despite jboss, java-jdk-1.6,
2011 Oct 28
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
I wouldn't say that. I know quite a few systems here around that even try to avoid python where possible. but cmake however, as a build system, is welcomed by all of us (working as a sysop in a unix environment). I'd also (as a non-llvm-dev but llvm-userdev) vote for NOT reinventing the wheel but to use the tool the fits you the best, personally that's even cmake, too. it has a well
2010 Sep 08
0
[LLVMdev] how to call back from JITted code to some native custom functions/variables.
Hey, I am designing/implementing a very simple "flow control language" [1] I want to use in my HTTP server. I am still very new to LLVM and I've already the lexer and parser part working pretty well, however, the code generator (runner) does not yet feel as comfortable as I want. Precisely, I want this language to be extensible in terms of custom variables - of type string (i8*) or
2012 Jan 17
1
web frontend for managing libvirt servers
Hi all, I know that redhat has some web based GUI for managing libvirt clusters, however, I am not having purchased redhat :-) Is there any good open-source web frontend you can recommend for managing your libvirt instances? Ideally with VNC/spice support for connecting to the remote? I know of proxmox, which we used so far for our openvz containers, but I am about to migrate to KVM (and
2013 Jan 08
2
Integration in R
Hi R-users. I'm having difficulty with an integration in R via the package "cubature". I'm putting it with a simple example here. I wish to integrate a function like: f(x1,x2)=2/3*(x1+x2) in the interval 0<x1<x2<7. To be sure I tried it by hand and got 114.33, but the following R code is giving me 102.6667.
2011 Oct 07
2
Libvirt newbie, need help with doubts
Hi, These are my doubts: 1. I tried live migration of Ubuntu 11.04 from the one physical machine to another using the migrate() function. I connected via tcp in the destination URI and migrated successfully(lesser than 2 seconds). I tried running virsh list --all on the destination PM and confirmed that the VM had been migrated successfully. When I tried checking ps aux | grep vmname where
2012 Jan 13
2
(no subject)
Hello! I just installed the qemu package 1.0. Trying to start my vms with libvirt (virt-manager) resulted in the following error message: internal error cannot parse /usr/local/bin/qemu-system-arm version number in 'QEMU emulator version 1.0, Copyright (c) 2003-2008 Fabrice Bellard' After that I installed the qemu package 0.15 and i didn't receive error. But i have problems with
2013 Apr 03
5
scanning data in R
Dear R-user, May I seek your suggestion. I have a data file 'stop' to be scanned in R. But I want to ignore one specific number '21' there. Putting differently, I want to get all numbers in the file except 21. Is there any command to achieve it? -------------------------------------------------------------- b<-scan("F:\\stop.txt")
2013 Feb 12
2
standard error very high in maximum liklihood fitting
Dear all, I have been trying to fit my data (only right censored) with gumbel distribution using fitdistrplus. I am getting very high standard error. I have been wondering why. The followings are the outputs: fit1=fitdistcens(dr0, "gumbel", start=list(a=99, b=0.6), optim.method= "L-BFGS-B", lower = 0.0, upper = Inf) > summary(fit1) FITTING OF THE DISTRIBUTION ' gumbel
2006 Apr 27
0
Re: opengl under Xgl
On Thu, 2006-04-27 at 03:59 +0200, Christian Parpart wrote: > On Wednesday 26 April 2006 12:15, David Reveman wrote: > > compiz is always accelerated as it's not drawing to a redirected window > > but to the root window. > > how is the redirected window stuff applying to direct rendering clients like > most probabely OpenGL games? Those windows are normally
2007 Sep 28
3
orientlib
Hi All user, I have been using R-2.5.1. dose orientlib support this version? I would like to try. it. I have been wondering how to install the library. With regards, abu _________________________________________________________________ Celeb spotting ? Play CelebMashup and win cool prizes
2013 Mar 11
2
vertical lines in R plot
Dear All, May I seek your suggestion on a simple issue. I want to draw vertical lines at some positions in the following R plot. To be more specific, I wish to draw vertical lines at d=c(5.0,5.5,6) and they should go till p=c(0.12,0.60,0.20) . I haven't found any way out, though made several attempts. Please run the following commands first if you are interested in!
2012 Oct 02
3
Integration in R
Dear R-users, I am facing problem with integrating in R a likelihood function which is a function of four parameters. It's giving me the result at the end but taking more than half an hour to run. I'm wondering is there any other efficient way deal with. The following is my code. I am ready to provide any other description of my function if you need to move forward.
2012 Jan 18
2
virt-manager 0.9.0-r2 gentoo, no starting
getting this when starting virt-manager databunka src # virt-manager Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 383, in <module> main() File "/usr/share/virt-manager/virt-manager.py", line 285, in main raise RuntimeError(_("Unable to initialize GTK: %s") % gtk_error) RuntimeError: Kann GTK nicht