Displaying 6 results from an estimated 6 matches for "msg00044".
Did you mean:
msg00040
2010 May 20
1
[PATCH ubuntu] ubuntu: Remove two FUSE packages from the default list.
Previously:
http://www.redhat.com/archives/libguestfs/2009-December/msg00044.html
we had to disable a lot of packages which were missing in Ubuntu Karmic.
However with the patch I just posted:
https://www.redhat.com/archives/libguestfs/2010-May/msg00132.html
we don't need to remove packages just because they are missing.
But there is still one package which is present...
2014 Oct 28
3
problem with libvirt and ovs bridge
Hello,
I have created an ovs bridge on which i have attached a port. I would like to connect my vm to that port,so i have created an xml defining the network.
The xml is:
<network>
<name>ovs-snort</name>
<forward mode='bridge'/>
<bridge name='snort'/>
<virtualport type='openvswitch'/>
</network>
but when i do virsh
2013 Oct 22
0
Re: kvm/libvirt can't use vmdk files? qemu: 'vmdk' invalid format
...nternal error process exited while connecting to monitor: qemu-kvm:
-drive
file=/mnt/vmdkTOKVM/vmdkTOKVM.vmdk,if=none,id=drive-ide0-0-0,format=vmdk,cache=none:
'vmdk' invalid format
upon further digging I came across this thread (
https://www.redhat.com/archives/libvirt-users/2011-November/msg00044.html)
also qemu-kvm shows that vmdk is supported but all in vain
Even if I try running with command line instead of XML I get error though
it says it is supported
[root@vmdkTOKVM]# /usr/libexec/qemu-kvm -drive
file=/mnt/vmdkTOKVM/vmdkTOKVM.vmdk,format=?
Supported formats: raw cow qcow vdi vmdk c...
2014 Oct 28
0
Re: problem with libvirt and ovs bridge
...on Libvirt
> > and Open vSwitch:
> >
> > http://kashyapc.com/2013/07/13/configuring-libvirt-guests-with-an-open-vswitch-bridge/
> >
> > And a related thread from libvirt users list:
> >
> > https://www.redhat.com/archives/libvirt-users/2013-April/msg00044.html
> >
> >
> > --
> > /kashyap
> >
2009 Feb 04
3
unable to assign ip from config file
Hi,
im using a fedora core 8 domU and fedora core 8 as my dom0 on xen3.1.0-13,
my config file reads:
kernel = "/boot/vmlinuz-2.6.21-2950.fc8xen"
ramdisk="/boot/initrd-2.6.21-2950.fc8xen-no-scsi.img"
memory = 428
name = "fedora1.fc8"
vif = [ ''mac=00:16:3e:00:00:03,ip=192.168.2.105'' ]
dhcp = "off"
netmask = "255.255.255.0"
gateway
2014 Oct 22
0
[PATCH] tests: c-api: add $datadir and $databuilddir
...ir/tests/data, so it is easier to point at
the data for the tests.
Most of the work (except the $databuilddir and the integration in the
Makefile.am) has been done as part of larger changes by
Richard W.M. Jones <rjones@redhat.com>, see
https://www.redhat.com/archives/libguestfs/2014-October/msg00044.html
---
generator/actions.ml | 62 ++++++++++++++++++++++++------------------------
generator/tests_c_api.ml | 9 ++++---
tests/c-api/Makefile.am | 2 ++
tests/c-api/tests-main.c | 58 ++++++++++++++++++++++++++++++--------------
tests/c-api/tests.h | 2 +-
5 files changed, 78 insert...