Displaying 20 results from an estimated 20000 matches similar to: "Using virDomainInterfaceAddresses"
2016 Mar 30
1
Re: Accessing xenstore from libvirt
Daniel P. Berrange wrote:
> On Wed, Mar 30, 2016 at 10:53:45AM +0200, Marin Bek wrote:
>> Hi,
>>
>> is it possible to access xenstore through libvirt? Or at least any other
>> programatic means other than calling xenstore-read/write through shell?
>>
>> I understand it is somewhat of a security risk but still...
>
> No, we don't expose this kind of
2016 Mar 30
2
Accessing xenstore from libvirt
Hi,
is it possible to access xenstore through libvirt? Or at least any other
programatic means other than calling xenstore-read/write through shell?
I understand it is somewhat of a security risk but still...
Thanks,
Marin
2016 Jan 08
1
operation forbidden Read Only Access
Hi,
When issuing virDomainInterfaceAddresses() libvirt C language API, I got following error:
libvirt: Domain Config error : operation forbidden: read only access prevents virDomainInterfaceAddresses
How may I ask for a non-readonly connexion ? ( looks like to be RO by default)
Thx for help.
Regards,
J.P. Ribeauville
P: +33.(0).1.47.17.20.49
.
Puteaux 3 Etage 5 Bureau 4
2018 Mar 19
2
Network interface name of guest via python API
Hi,
I'm trying to get some basic data from running guests on a libvirt HV
but one thing I'm missing is the name of the network interfaces of the
guests. I can get the MAC address from the XML but there seems to be no
function to actually get the name of the interface.
The only function that comes close is this one:
2017 Sep 20
1
Re : Libvirt Java Bindings
I am developing a Java Application using Libvirt. I found that the Java
Bindings are not in active development.
I need to obtain the IP Address of the Domain. In C, it may relate to
virDomainInterfaceAddresses. Is there any way to implement it in Java.
2015 Dec 18
1
Getting IP address of a lxc container via libvirt
Hello
I wanted to understand if there is a way to get LXC container's ip address.
- virDomainInterfaceAddresses API only works for qemu/kvm and not with the
lxc driver.
What other options do I have?
Using enter-lxc-namespace is throwing this error:
virsh -c lxc:/// lxc-enter-namespace <domain> --noseclabel /sbin/ifconfig
libvirt: error : Expected at least one file descriptor
2011 May 25
3
libxl: setmaxmem functionality?
Hi,
the function libxl_domain_setmaxmem in libxl.c doesn''t
seem to do anything besides argument checking,
or am I overlooking something?
Cheers,
Markus
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Apr 12
11
[PATCH v4 1/2] libxl: postpone backend name resolution
This adds a backend_domname field in libxl devices that contain a
backend_domid field, allowing either a domid or a domain name to be
specified in the configuration structures. The domain name is resolved
into a domain ID in the _setdefault function when adding the device.
This change allows the backend of the block devices to be specified
(which previously required passing the libxl_ctx down
2018 Mar 19
0
Re: Network interface name of guest via python API
On 03/19/2018 11:46 AM, Dennis Jacobfeuerborn wrote:
> Hi,
> I'm trying to get some basic data from running guests on a libvirt HV
> but one thing I'm missing is the name of the network interfaces of the
> guests. I can get the MAC address from the XML but there seems to be no
> function to actually get the name of the interface.
>
> The only function that comes close
2011 Apr 07
5
R licence
Hi,
is it possible to use some statistic computing by R in proprietary software?
Our software is written in c#, and we intend to use
http://rdotnet.codeplex.com/
to get R work there. Especially we want to use loess function.
Thanks,
Best regards,
Stanislav
[[alternative HTML version deleted]]
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning,
I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2)
I would like to get the XENFB driver working on domU.
But currently in xen/arm there''s no support for VFB, atleast qemu is not
supported.
But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one
http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer.
So there are
2011 Oct 17
2
Cargar un comando especifico de una libreria
Hola a tod en s,
me gustaría usar solo un(os) comando(s) específico(s) de una librería
pero sin cargarla entera a la manera:
library(laquesea)
¿se puede hacer de alguna manera?
Y saludos y gracias
jm~
_______________________________
J. Miguel Marin
http://www.est.uc3m.es/jmmarin
Dep. of Statistics
University Carlos III of Madrid
Spain (E.U.)
2008 Dec 03
1
File permissions
Greetings,
I'm running into a file permission issue.
I have a share called "data" configured simply as:
[data]
read only = no
path = /mnt/data
For test purposes, I have a file called "t.jpg".
-rwx------ 1 bek bek 63793 2008-12-03 11:17 t.jpg
I'm logged in as "matt" on my local computer. If I try to open this file,
I can't
2015 Feb 18
4
Does it still make sense to have versioned xen-hypervisor, libxen and xen-utils?
I do not know the history there. I could imagine it once was done to allow a
stable and bleeding edge version of Xen to co-exist. Though today there might be
reasons to re-think:
- libvirt
* 1.2.12 starts to validate configs and requires full path specifications
for hvmloader, pygrub, and qemu. Things are not completely cleared up,
yet. But for the future the xen build would create a
2015 Feb 26
0
Does it still make sense to have versioned xen-hypervisor, libxen and xen-utils?
On Wed, Feb 18, 2015 at 02:53:07PM +0100, Stefan Bader wrote:
> - libvirt
> * 1.2.12 starts to validate configs and requires full path specifications
> for hvmloader, pygrub, and qemu. Things are not completely cleared up,
> yet. But for the future the xen build would create a xenlight.pc that
> communicates the used paths. But still this would require to rewrite
>
2010 Feb 04
3
[PATCH] Make configure_from_network function check if network is up, before touching it
This patch adds a safety verification to configure_from_network function, where network configuration will not be performed if it is already up and running, preventing lost of communication for connections already established.
Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com>
---
scripts/ovirt-early | 9 ++++++---
scripts/ovirt-functions | 7 +++++++
2 files changed,
2013 Aug 06
2
data.frame
Hola Javier,
si, y es un factor de Y. Pero ya entendí lo que tenía mal, me falta
convertir Nt a valores de geodata antes de hacer el plot, es decir:
date<-as.geodata(Nt)
plot.geodata(date)
Con relación a la actualización de mi versión de R, no me he animado porque
he tenido problemas con paquetes que no tienen las actualizaciones y no me
corren bien.
Gracias y saludos
Beatriz
2013/8/6