[libvirt-users] Ruby-libvirt and openAuth
by Jonathan Kelley
Hello,
It looks like the Ruby bindings do not support virConnectOpenAuth. Is this
true? If so, is there any reason why? or plans to?
Thanks,
Jon
14 years, 1 month
[libvirt-users] Updates to cucmber-vhost - guineapigs wanted! :)
by Matthew Macdonald-Wallace
Hi all,
For those of you that are using cucumber for Continuous Integration or
similar I've created a set of steps that enable you to use cobbler and
cucumber to auto-provision using Libvirt.
I've just made some changes to the code however I don't have access to
all the hardware/software required to test it fully.
If you are able to, please check out the code from
http://tinyurl.com/virtcuke (my github repo) and test, posting bugs
against the project.
Thanks in advance,
Matt
14 years, 1 month
[libvirt-users] Import/Export Support
by Mitchell Hashimoto
Hello,
I'm looking into using libvirt in the near future, however an important part
of our workflow is the ability to import and export virtual machines (in
VirtualBox). Does libvirt provide an easy way to do this? I couldn't find
anything obvious on the API reference.
Thanks,
Mitchell
14 years, 1 month
[libvirt-users] Remote access form windows - Java bindings
by Gandhiraj Natarajan
Hi
I am developing tool to collect information on XenServer which is on Opensuse 11. I am using libvirt-0.4.6.jar and and jna-3.2.4 jar files.
I tried to connect from Remote system(Windows) to server, but could not get the connection object.
Any configuration needs to be done for remote access ?
conn = new Connect("xen+tcp://192.168.10.22/");
it shows the exception
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library
'virt': The specified module could not be found.
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:164)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:237)
at
com.sun.jna.Library$Handler.<init>(Library.java:140)
at com.sun.jna.Native.loadLibrary(Native.java:374)
at com.sun.jna.Native.loadLibrary(Native.java:359)
at org.libvirt.jna.Libvirt.<clinit>(Unknown Source)
at org.libvirt.Connect.<clinit>(Unknown Source)
at LibvirtCon.main(LibvirtCon.java:29)
Help me
Regards
Gandhiraj Natarajan
14 years, 1 month
[libvirt-users] Copy the UUID into the image file
by Ahmad Kamil Abdul Hamid
Hi,
Is it possible to copy the UUID defined in the XML domain file into the
image file?
For example, the UUID defined in ubuntu.xml can appear, say, under /proc/
directory of the ubuntu virtual machine?
Thanks.
Kamil.
14 years, 1 month
[libvirt-users] Importing images
by kevin gilbert
I have a dual boot machine and would love to import the Windows image into a
VM. I've checked the documentation and Google and have not seen anything
mentioned about this.
Is it possible?
Cheers,
Kev
14 years, 1 month
[libvirt-users] network configuration for ipv6 setup
by Martin Jürgens
Hi, I am currently using IPv4 with the following network configuration
which has worked fine for some months now:
<network>
<name>net0</name>
<uuid>fa0c1c69-da82-1bef-fcb2-4c336bbexxxx</uuid>
<forward dev='eth0' mode='route'/>
<bridge name='virbr0' stp='on' forwardDelay='0' />
<ip address='78.47.xx.xx' netmask='255.255.255.xxx'>
</ip>
</network>
The company hosting my server is now providing /64-IPv6-subnets to its
customers - thus I'd like to take advantage of this and supply my guests
with IPv6-subnets.
Is it possible to do this without changing much of my setup (i.e. just
changing some configuration files?)?
I am using libvirt 0.6.3.
Thanks,
Martin
14 years, 1 month
[libvirt-users] Question about use libvirt
by Marcela Castro León
Hello:
For a new system to develop, I need to know if I can use libvirt for to get
(listen) the information that pass trought the lan (vlan) of the each VM.
Thank you, very much.
Marcela.
14 years, 1 month