similar to: ANNOUNCE: libvirt Perl bindings Sys::Virt 0.9.4 release

Displaying 20 results from an estimated 10000 matches similar to: "ANNOUNCE: libvirt Perl bindings Sys::Virt 0.9.4 release"

2011 Jun 30
0
ANNOUNCE: libvirt Perl bindings Sys::Virt 0.2.8 release
I am happy to announce a new release[1] of the libvirt Perl bindings, Sys::Virt 0.2.8 is available for download: http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Sys-Virt-0.2.8.tar.gz Changes in this release - Add all new APIs in libvirt 0.9.0 - Add examples for different ways of using stream APIs to download/upload storage volumes - Requires libvirt >= 0.9.0 The permanent link
2011 Jul 11
0
ANNOUNCE: libvirt Perl bindings Sys::Virt 0.9.2 release
I am happy to announce a new release[1] of the libvirt Perl bindings, Sys::Virt 0.9.2 is available for download: http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Sys-Virt-0.9.2.tar.gz Changes in this release - Changed version numbering to track the corresponding minimum required libvirt releases - Add all new APIs in libvirt 0.9.2 - Requires libvirt >= 0.9.2 The permanent link
2015 May 08
0
Re: Failed dependencies with perl-Sys-Virt
On Fri, May 08, 2015 at 08:48:27PM +0800, xuanmao_001 wrote: > Hi, erveryone: > I compiled libvirt-1.1.2.tar.gz from source. > my compile step: > ./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \ > --without-uml --without-openvz --without-vmware --without-vbox --without-lxc \ > --without-esx --without-parallels --without-phyp -- without-test
2012 Apr 20
0
Using Sys::Virt with Libvirt
Anyone using Sys::Virt CPAN Perl Module with Libvirt? I am unable to install Sys::Virt using cpan, Sys::Virt cannot find Libvirt, even though I have it installed. I tried setting LD_LIBRARY_PATH and also PKG_CONFIG_PATH to point to Libvirt, and in both case Sys::Virt was not able to find Libvirt. During installation Sys::Virt times out with : Sys-Virt-0.9.4/INSTALL CPAN: File::Temp loaded ok
2014 Mar 14
0
Re: Sys::Virt integration into other event loops
On Fri, Mar 14, 2014 at 09:01:22AM -0600, Scott Wiersdorf wrote: > Hi all, > > I’m trying to integrate Perl’s Sys::Virt into an already existing AnyEvent program. > > I’m accustomed to writing things like this: > > use EV; > use AnyEvent; > use AnyEvent::Handle; > my $h = AnyEvent::Handle->new(fh => $fh, …); > $h->on_read(sub { … }); > > EV::run;
2013 Jan 24
0
Libguestfs with Perl 6 :-)
I saw the latest parrot release notice on LWN this week and randomly wondered the Perl6 native call interface was like compared to the horrific mess that is Perl5 XS. The answer is that it is a thing of beauty ! Here is the libguestfs hello world example in Perl6 $ dd if=/dev/zero of=guest.img bs=1M count=100 $ mke2fs guest.img $ cat guestfs.p6 use NativeCall; say "Defining stubs";
2013 Sep 11
0
Re: Questions on how to reset ID numbers for virt Guests.
On Wed, Sep 11, 2013 at 09:47:07AM +0200, Paolo Bonzini wrote: > Il 11/09/2013 00:27, James Sparenberg ha scritto: > > I'm doing some experimenting in our Development lab and as a result > > I'm kickstarting over and over Virtual guests. This is of course > > causing the guest Id to increment by one with each test. I've > > googled around and tried
2014 May 20
0
Re: Need help with [virt net-create]
On Tue, May 20, 2014 at 01:59:42AM -0700, Srinivas_G_Gowda@dell.com wrote: > Is it possible to configure 2 virtual nics in the same ip range ? Nope, that's unsupported. We need to key various things off the IP address + mask used for the NIC, so you can't have multiple nets with the same address + mask. > Here is what I am trying. > > > **** This works ****************
2014 May 20
0
Re: Need help with [virt net-create]
On Tue, May 20, 2014 at 06:35:54AM -0700, Srinivas_G_Gowda@dell.com wrote: > Thanks Daniel. > > Why was I trying to do something like this ? > Two reasons > > 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq) >
2016 Jul 13
0
Re: virt-login-shell: Security model none cannot be entered
On Tue, Jul 12, 2016 at 11:25:11AM -0400, james@lottspot.com wrote: > Hello! > > I am currently experimenting a bit with some of the LXC support under > libvirt, and in trying to utilize the tool virt-login-shell, I encounter the > following error: > > [james@lxchost ~]$ virt-login-shell > libvirt: error : argument unsupported: Security model none cannot be > entered
2013 Sep 06
1
Re: [virt-tools-list] Is virsh supposed to work on Windows?
On Fri, Sep 06, 2013 at 09:59:23AM -0600, Eric Blake wrote: > [redirecting to libvir-list for a libvirt bug] > > On 09/06/2013 09:50 AM, Christophe Fergeau wrote: > > >> > >> virsh.exe complains about missing libvirt-lcx-0.dll and doesn't starts. > > > > You should be able to grab it from > >
2013 Sep 17
0
Re: libvirt-users Digest, Vol 45, Issue 28
Test libvirt-users-request@redhat.com schrieb: >Send libvirt-users mailing list submissions to > libvirt-users@redhat.com > >To subscribe or unsubscribe via the World Wide Web, visit > https://www.redhat.com/mailman/listinfo/libvirt-users >or, via email, send a message with subject or body 'help' to > libvirt-users-request@redhat.com > >You can reach the
2011 Jun 14
1
Virt Tools Blog Planet (RSS feed aggregator)
The virt-tools.org website, launched last year, provides tutorials, videos, documentation, online help and roadmaps relevant to libvirt, libguestfs, gtk-vnc, spice, other related libraries, and tools or applications like virt-manager & virt-install. The site goal is to inform & assist end users, system administrators & application developers who wish to learn about the capabilities of
2016 May 12
2
Re: Dump network traffic from each VM.
Hi Daniel, I changed the libvirt code to support "-net dump" because it is more comfortable to me and to users here. I don't know if it is interesting to the community, but... most of the code is ready if someone needs. Julio Cesar Faracco 2016-05-05 10:34 GMT-03:00 Daniel P. Berrange <berrange@redhat.com>: > On Wed, May 04, 2016 at 12:37:14PM -0300, Julio Faracco wrote:
2013 Jul 31
1
Re: filesystem accessmode='passthrough' [SOLVED]
On Wed, Jul 31, 2013 at 09:03:01AM +0400, Yury Goltsov wrote: > After adding the line > clear_emulator_capabilities = 0 > to the file > /etc/libvirt/qemu.conf > the results of file system operations are the expected color. NB setting user=root and clear_emulator_capabilities=0 is a very insecure configuration. If there was an exploit in QEMU, it would allow it to compromise
2013 Oct 31
1
Re: libvirt-lxc driver on armv7l
Oh, sorry. I try to build libvirt on Tizen, with gbs. Unfortunately Tizen doesn't have the packages from the "snip list of rpms":) I tried to install dependencies from http://ftp.pbone.net/pub/fedora/linux/development/20/armhfp/os/Packages/ but that just doesn't work... Thanks! Jan -----Original Message----- From: Daniel P. Berrange [mailto:berrange@redhat.com] Sent:
2013 Nov 06
1
Re: virConnectListAllDomains support for PowerVM
I'm writing Go bindings, I was just wondering about PowerVM, maybe further ahead if nobody has done it I could give it a try. So, Does it mean the other functions more granular funtions are going to be deprecated at some point? On Tue, Nov 5, 2013 at 10:18 PM, Daniel P. Berrange <berrange@redhat.com>wrote: > On Tue, Nov 05, 2013 at 07:44:47PM -0500, Camilo Aguilar wrote: > >
2014 Jan 29
1
Re: dropping capabilities in lxc containers
Thanks for the feedback I take it from your answer that there is no current plan in the direction of adding this as a feature, right ? In this case, how would you welcome pull requests if we managed to add this on our side ? Many thanks — Thierry On 29 Jan 2014, at 14:27, Daniel P. Berrange <berrange@redhat.com> wrote: > On Wed, Jan 29, 2014 at 09:43:25AM +0100, Thierry Parmentelat
2014 Mar 04
2
Re: how to disable vnet_hdr through libvirt
Thank you Daniel. How difficult to extend libvirt for this? One critical application on my VM needs to turn vnet_hdr off. I can switch to use qemu directly. However, in that way I will lose all the nice things provided by libvirt. Thanks, ~Jianfeng On 3/3/14 3:53 AM, "Daniel P. Berrange" <berrange@redhat.com> wrote: >On Fri, Feb 28, 2014 at 07:11:13PM +0000, Jianfeng Tang
2013 Nov 06
1
Re: Building libvirt for ARM tizen.
On Tue, Nov 05, 2013 at 09:46:39AM -0700, Eric Blake wrote: > On 11/05/2013 09:18 AM, Jan Olszak wrote: > > Hi there! > > > > I'm building libvirt-1.1.4 on Tizen. I had to modify the spec file: > > > > 1. Comment out requirements: xhtml1, scrub, shadow-utils > > Why? Are these prerequisites not available for you? Tizen is lacking loads of stuff