Displaying 20 results from an estimated 200 matches similar to: "unknown driver format value 'qcow3'"
2015 Apr 15
0
Re: unknown driver format value 'qcow3'
On 04/15/2015 08:13 AM, Jatin Davey wrote:
> Hi All
>
> I am trying to deploy VMs using libvirt and a domainXML file where i
> mention the parameters for the VM to be deployed.
>
> I am using libvirt version: libvirt 0.10.2
[I'm guessing that you are using something based on RHEL 6, based on how
old that version number is...]
This version of libvirt does not know how to
2010 Nov 14
2
java binding and virtualbox-ose
I'm trying to connect to vbox hypervisor on an Ubuntu 10.04 machine
through libvirt java binding (libvirt-java-0.4.6) by simply invoking:
Connect conn = new Connect("vbox:///session", false);
but I got this exception:
libvir: warning : Failed to find the interface: Is the daemon running ?
libvir: Remote error : unable to connect to
'/var/run/libvirt/libvirt-sock':
2018 May 22
1
Re: Create qcow2 v3 volumes via libvirt
Hi Eric and list,
I had another production VM start pausing itself. This one had been
running for more than 4 years on a 60G LVM volume. It has had the
occasional snapshot during that time though all have been "removed"
using the virt-manager gui so I used qemu-img as you suggested.
# qemu-img convert /dev/trk-kvm-02-vg/rt44 -O qcow2 /mnt/scratch/rt44.qcow2
dd'd the qcow2
2017 Apr 27
0
Problem with using opus on iOS
Hello!
I'm trying to build pjsip library with opus codec. And when I'm trying to package an app I receive errors about "bands.o":
in /var/folders/dj/njldlc3s2hldwxtbgw26zwd80000gn/T/96371209-c2d0-41e1-866d-388b6d47c6e7/libadagio.anes.sip.a(bands.o), archive member 'bands.o' with length 84496 is not mach-o or llvm bitcode for architecture arm64
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
I'm able to connect to my xenserver using virsh like so and I see the VMs.
[jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list
Enter root's password for 192.168.1.23:
Id Name State
----------------------------------------------------
Struct did not contain expected field memory_overhead.
Struct did not contain expected field
2018 Jun 28
2
Re: Reintroduce "allocate entire disk" checkbox on virt-manager
Il 26-06-2018 23:49 Cole Robinson ha scritto:
> I see it as another test case and larger UI surface in the common path
> for something that will save clicks for a corner case. I still don't
> see
> it asworth exposing in the UI.
>
> - Cole
I can not force this decision, obviously. However, let me recap why I
found it important to have the "allocate disk now"
2004 Nov 18
1
Forward from Laurent Julliard
Let''s try that again, without Hotmail''s crappy formatting.
Dan,
I am one of the developer of the FreeRIDE project (the Ruby IDE) and I''m
in charge of the FreeRIDE debugger with which we have had a number of
problems on Windows now mostly due to the clunky implementation of
IO/Process/Signal stuff on Win32. I recently came across your Win32
utils package and
2011 May 11
1
Problems connecting to Virtualbox hypervisor using libvirt java binding
I am trying to connect to the virtualbox hypervisor through libvirt java
binding.
I am on Ubuntu 10.04 and I have installed libvirt-0.85, libvirt-java-0.4.6
and virtualbox-ose-dkms. I have configured libvirt project and its java
binding at Eclipse and the default test of the binding runs properly. When I
try to run a simple test in java with the connection:
conn = new
2011 Nov 16
1
Checking if the VM has been created
I'm a Libvirt newbie and I'd really appreciate it if someone could answer
my doubts. I'm using Libvirt's Java API.
My doubts:
1.Currently, I'm able to create a VM on Ubuntu 11.04 using Libvirt
functions domainCreateLinux() and domainDefineXML(). Apart fromt the
boolean return status of these operations and running the virsh list
command, is there any way to SSH in (login) to
2010 Jun 01
1
Java Bindings against RHEL5.5 KVM
Hi all,
I'm doing some dev work against the native RHEL/centos 5.5 KVM
installation for maintenance, creation and deletion of virtual guests
using the libvirt API vai the java bindings from a java based web app.
Things in general seem to be working - I can connect to and query the
kvm instance using the libvirt interface and get a list of guests,
pull information about them and
2004 Nov 18
0
FW: problem with win32 waitpid
Forward from Laurent Julliiard. Any suggestions anyone?
Dan
>From: Laurent Julliard <Laurent.Julliard@xrce.xerox.com>
>Reply-To: laurent@moldus.org
>To: djberg96@hotmail.com
>Subject: problem with win32 waitpid
>Date: Thu, 18 Nov 2004 08:49:51 +0100
>
>Dan,
>
>I am one of the developer of the FreeRIDE project (the Ruby
2013 Dec 05
1
Using Java bindings to event callback
Hi
My test environment :
CentOS 6.3 6.4
Ubuntu 13.10
For CentOS 6.4
libvirt-java-0.4.9-1.el6.noarch
libvirt-python-0.10.2-29.el6.x86_64
libvirt-client-0.10.2-29.el6.x86_64
libvirt-0.10.2-29.el6.x86_64
I am try to use java bindings to event callback.
int register = conn.domainEventRegisterAny(null, 0, cb);
But always get the following error message:
libvirt: Remote Driver error : adding cb
2011 Jun 03
0
Unable to migrate a vm
Hi!
I've attached my code
The error I got was:
run:
Domain:hda2 id 11 running hvm
libvir: Domain error : operation virDomainMigrate forbidden for read only
access
exception FOUR caught:org.libvirt.LibvirtException: operation
virDomainMigrate forbidden for read only access
level:VIR_ERR_ERROR
code:VIR_ERR_OPERATION_DENIED
domain:VIR_FROM_DOM
hasConn:false
hasDom:false
hasNet:false
2012 Oct 02
1
Connection using Java
Hi,
I am using java to connect to the xen, but my class is throwing a
exception. Does anyone know what is happening?
public class TestConnection {
public static void main(String[] args) {
Connect conn = null;
try {
conn = new Connect("xen+ssh://root at 192.XXX.XXX.XX/", true);
libvir: RPC error : End of file while reading data: nc: invalid option --
2012 Oct 02
0
libvirt Java to connect at the XEN
Hi people, I am new using libvirt for Java
I created a class to test my conecction with XEN, but it is throwing a
exception that I can't figure out how I solve this.
Does anyone knoe how to configure it correctly?
I cat use this class from the command line:
$ javac -classpath /usr/java/jdk1.6.0_34/bin/libvirt-0.4.9.jar test.java
$ java -classpath
2012 Dec 07
0
Java API Migration error
Hi Guys,
I am trying to perform live migration of a qemu+kvm guest using the libvirt
java api binding. Unfortunately I keep getting this error
Exception in thread "main" org.libvirt.LibvirtException: internal error
unable to add domain task 1598 to cgroup: No space left on device
the number after "domain task" keeps changing on every run, the problem is
migration fails
2014 Jan 29
0
Does libvirt support attach volume to linux container now?
Hi all,
I am playing with linux container and using libvirt to manage linux
container.
I find I fail to attach volume to linux container via libvirt and I got the
following error message:
Failed to attach volume: data-111 to VM: lxc-111;
org.libvirt.LibvirtException: unsupported configuration: Can't setup disk
for non-block device.
My question is that does libvirt support attaching volume
2015 Jun 04
2
LXCs using Libvirt
Hi all,
I am trying to bring up lxc's using Libvirt JAVA API. I do the following:
conn = Connect("lxc:\\\")
xml_config = "<domain> .... <\domain>"
dom = conn.domainCreateXML(xml_config, 0)
dom.create()
Using the above code, I am able to start a domain but the domain is not
visible within the "lxc" list, i.e
when I use the command "lxc-ls
2023 Apr 05
1
backup-begin
Den 2023-04-05 kl. 09:47, skrev Peter Krempa:
> The backup operation is quite complex so it is possible.
> Please have a look into /var/log/libvirt/qemu/$VMNAME.log to see whether
> qemu logged something like an assertion failure before crashing.
>
> Additionally you can have a look into 'coredumpctl' whether there are
> any recorded crashes of
2009 May 28
0
[PATCH server] Use qpid for migration and add more debugging to taskomatic.
This patch uses the qpid migration call which requires the latest
libvirt-qpid and libvirt. I also add a bunch of debug logging here
which is switchable but I've left it on for now so all users will
have this in their logs.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/task-omatic/taskomatic.rb | 36 ++++++++++++++++++++++++++++--------
1 files changed, 28 insertions(+), 8