similar to: Libvirt Sandbox mini-website

Displaying 20 results from an estimated 20000 matches similar to: "Libvirt Sandbox mini-website"

2014 Jan 30
1
Re: Notes on building libguestfs in a systemd-nspawn container
On Thu, Jan 30, 2014 at 05:07:23PM +0530, Kashyap Chamarthy wrote: > On 01/30/2014 04:38 PM, Daniel P. Berrange wrote: > > [. . .] > > >> > >> Despite reading from the `systemd-nspawn` man page: > >> > >> ". . .kernel modules may not be loaded from within the container." > >> > >> I purposefully tried from inside the
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 Aug 04
0
ANNOUNCE: libvirt Perl bindings Sys::Virt 0.9.4 release
I am happy to announce a new release[1] of the libvirt Perl bindings, Sys::Virt 0.9.4 is available for download: http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Sys-Virt-0.9.4.tar.gz Changes in this release - Add all new APIs in libvirt 0.9.4 - Requires libvirt >= 0.9.4 - Add missing VIR_DUMP_* and VIR_MIGRATE_* constants from previous releases The permanent link for the
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
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 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
2014 Apr 10
1
Re: Passing non-standard Options through Libvirt to QEMU
There are a couple of problems with passthrough qemu: 1. virsh version/capabilities command executes "qemu -help" but this gives an error in my case because my customized qemu has to receive mandatory non-standard parameters "qemu -c -n -- -help". 2. Similarly when passing arguments as passthrough in a VMs XML. How can I make sure that these non-standard arguments are passed
2014 Nov 11
1
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
Hi Daniel, Thanks. The debugger program I used is a multi-level debugging tool called StackDB developed in our department. It was developed for Xen initially, and KVM support was only added recently. I've forwarded your email to the developer and hopefully it should be pretty straightforward to do so. Best Regards, Min On Nov 11, 2014, at 2:32 AM, Daniel P. Berrange
2014 Oct 24
1
Re: How can a user process be automatically started after the container is started?
Dear Daniel, You said "use a real init system like systemd to spawn off the things", do you mean a full OS distro container? I installed the container using "yum --installroot=/root/fedora19lxc --releasever=19 install -y openssh, bridge-utils" which is described at https://www.redhat.com/archives/libvirt-users/2013-August/msg00007.html. I don't know how to make systemd
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 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
2013 Oct 16
0
Re: libvirtError: Unable to add bridge br0 port vnet0: Operation not supported
On Wed, Oct 16, 2013 at 02:04:47PM +0200, Maciej Gałkiewicz wrote: > On 16 October 2013 13:55, Daniel P. Berrange <berrange@redhat.com> wrote: > > > > Sounds like a host mis-configuration related to kernel bridge support > > to me. > > > > Could you tell me what might be mis-configured? I am using kernel 3.10.11, > modules openvswitch, bridge, stp and llc
2014 Mar 19
0
Re: Connecting libvirt to manually compiled QEMU
Guys thanks a lot for taking the time out to reply, Although adding the $PATH & symbolic link methods both solved the "No hypervisor found" error on virt-manager but when I try to create a VM using the wizard it says: "No hypervisor options were found for this connection" "This usually means that QEMU or KVM is not installed on your machine, or the KVM modules are
2014 Mar 20
0
Re: Connecting libvirt to manually compiled QEMU
Still no success virsh capabilities doesn't return any "emulator" output. When I check the "libvirtd.log" there is an error: 2014-03-20 11:25:00.056+0000: 1014: error : virCommandWait:2188 : internal error Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/ local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/local/bin/qemu-system-x86_64 -help) status unexpected: exit status 1 I
2014 Jul 13
0
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
Hi again Sorry for the late reaction on this.. So everything seems to work fine for me when using the setting below, except maybe for one little point I was kind of expecting that # virsh -c lxc:/// lxc-enter-namespace my_32bits_vm ... would run in a 32bits environment too, but from what I can see it is not the case I take it it can be argued, reading the documentation for lxc-enter-namespace
2014 Jul 24
0
Re: vhost-net requested but could not be initialized
On 24 July 2014 15:52, Daniel P. Berrange <berrange@redhat.com> wrote: > On Thu, Jul 24, 2014 at 03:48:06PM +0500, Asadullah Hussain wrote: > > Let me clarify my question, I am using unmodified stock qemu (1.4.0) and > > only the location of vhost file descriptor is different from default (I > > don't remove the default /dev/vhost-net directory) > > > >