Displaying 20 results from an estimated 600 matches similar to: "libvir: Domain error <domName>: invalid argument in virDomainGetXMLDesc"
2023 Mar 19
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
hi,
I have configured a routed network on my laptop with a ipv6 subnet and
dnsmasq is handing out ipv6 addresses to my vms and it works really wel,
but finding out which ips have been used is not as easy as with ipv4.
[root at lenovo ~]# virsh domifaddr --domain wec --source lease
Name MAC address Protocol Address
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
On 3/21/23 16:50, Natxo Asenjo wrote:
> hi,
>
> On Tue, Mar 21, 2023 at 3:40?PM Michal Pr?vozn?k <mprivozn at redhat.com
> <mailto:mprivozn at redhat.com>> wrote:
>
> On 3/19/23 20:21, Natxo Asenjo wrote:
> > hi,
> >
> > I have configured a routed network on my laptop with a ipv6 subnet and
> > dnsmasq is handing out ipv6
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
On 3/19/23 20:21, Natxo Asenjo wrote:
> hi,
>
> I have configured a routed network on my laptop with a ipv6 subnet and
> dnsmasq is handing out ipv6 addresses to my vms and it works really wel,
> but finding out which ips have been used is not as easy as with ipv4.
>
> [root at lenovo ~]# virsh domifaddr --domain wec --source lease
> ?Name ? ? ? MAC address ? ? ? ?
2008 May 16
1
xm new
Hello, i have Centos5.1 64bit, with xen3.2, using centos xen kernel, xen3.2
builded from source rpm for centos.
Virtual machines work fine trough xm create configname ,but when i am trying
to add them to xen source :
xm new configname, this is what i get :
[root at xen-prod xen]# xm new test01.hvm
Unexpected error: exceptions.ImportError
Please report to xen-devel at lists.xensource.com
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
hi,
On Tue, Mar 21, 2023 at 3:40?PM Michal Pr?vozn?k <mprivozn at redhat.com>
wrote:
> On 3/19/23 20:21, Natxo Asenjo wrote:
> > hi,
> >
> > I have configured a routed network on my laptop with a ipv6 subnet and
> > dnsmasq is handing out ipv6 addresses to my vms and it works really wel,
> > but finding out which ips have been used is not as easy as with
2005 May 27
0
[SOLVED] compile error while patching iproute2 with esfq
On 5/27/05, gypsy <gypsy@iswest.com> wrote:
>
>
> Yeah, I know what it means.
>
> Where did you get your esfq patch from?
I downloded it from
http://www.ssi.bg/~alex/esfq/<http://www.ssi.bg/%7Ealex/esfq/>
What kernel version? If your kernel is 2.6 then get this patch:
> http://kem.p.lodz.pl/~peter/qnet/ <http://kem.p.lodz.pl/%7Epeter/qnet/>
>
>
2008 Mar 28
1
Xen3.2 rpm's?
Hi
Does anyone know when the Xen3.2 rpm's will be part of the CentOS repo's?
--
Kind Regards
Rudi Ahlers
CEO, SoftDux
Web: http://www.SoftDux.com
Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff, or visit http://www.WebHostingTalk.co.za for Web Hosting stugg
2008 Jan 26
0
Can`t compile Xen3.2 with ACM
Hello Folks, I tryed to compile Xen3.2 sources with ACM.
To include ACM in the build I set ACM_SECURITY ?= y in Config.mk.
When I start the build process by calling "make all" compiling failes:
acm_core.c: In Funktion »acm_init«:
acm_core.c:283: Fehler: »policy_buffer« nicht deklariert (erste
Benutzung in dieser Funktion)
acm_core.c:283: Fehler: (Jeder nicht deklarierte Bezeichner
2008 Apr 03
0
HFC-S ISDN cards in Xen3.0.3 DomU''s
Hi!
I just wanted to ask if anyone managed to get "ordinary" HFC-S ISDN
cards with the zaphfc driver running in a Xen3 DomU.
I am referring to this post (
http://lists.xensource.com/archives/html/xen-users/2007-04/msg00202.html ),
which perfectly describes my problem and I am therefore going to
simply copy-and-paste it here:
----------- snip ------------>
Hi,
I''m
2017 Sep 19
2
Rollback to running VM
I would like to make a snapshot of a running VM, let it continue to run after the shapshot, and then at some later time roll back the VM to that previous running state. Can I do that with libvirt? If so, how? I understand that this will cause all kinds of havoc with things like ongoing TCP connections, and I accept that risk.
--
Gary Jackson
2008 Mar 25
2
creating xenbr0 manually
Hi guys,
i use xen3.2. how can i manually create the xenbr0 ? which parameters
have i to choose for brctl ?
thanks,
--
Viele Grüße
Dominique Holger Schramm | Linux Administrator
http://schwarz-weiss.cc/ | Life between PuTTy and reality
http://ihr-linuxadmin.eu/ | Commercial Admin Service
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2010 Aug 31
30
Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server - 64 Bits - With OpenGL (Intel GEM) enabled - From Linuxcon Brazil! :-D
Guys!
Tomorrow in my "live" presentation at Linuxcon Xen Directions! I''ll show
the Xen Live CD to the public!
To celebrate! I want to share my last procedure to get and run Xen 4.0.1 on
Ubuntu 10.04 64 bits, here we go:
The procedure:
1- Install all the packages:
aptitude update
aptitude install bridge-utils build-essential libncurses5-dev dpkg-dev
debhelper
2014 Jun 01
1
encode/decode with Opus
?Hi to everybody.
I have data in a buffer. when i encode it and decode it i does not obtain the same data. i think encode(decode(data)) = decode(encode(data)) = data.
I also try it with trivial example in opus boundle downloded on the official website. My probleme is that how can i write two function myencode and mydecode such as myencode(mydecode(data)) = mydecode(myencode(data)) = data?
Thank
2007 Oct 03
2
Zimbra error on centos 4.4
Hi,
Is anybody out there that has successfully installed Zimbra on Centos 4.4. I
downloaded .tgz for RHEL4 from Zimbra site. it is the opensource edition.
* <http://www.zimbra.com/community/downloads.html>*
this is the one I downloded.
zcs-4.5.7_GA_1319.RHEL4.tgz
I extracted and run istall.sh. Then, I got below error?
Install anyway? [N] y
The system will be modified. Continue? [N]
2009 Jun 23
6
recursive snaptshot
I thought I recalled reading somewhere that in the situation where you
have several zfs filesystems under one top level directory like this:
rpool
rpool/ROOT/osol-112
rpool/export
rpool/export/home
rpool/export/home/reader
you could do a shapshot encompassing everything below zpool instead of
having to do it at each level.
(Maybe it was in a dream...)
2012 Jan 24
2
how to change existing domain xml?
Hi.
I'm trying to change network settings for a domain via libvirt (the driver is
xenapi) with no success.
According to its sources, 'virsh edit' uses virDomainGetXMLDesc(), allows to
edit the received xml and then use virDomainDefineXML(). In case of xenapi
driver it leads to a new vm creation (with the same name and edited settings).
Looking through the list of API functions I
2012 Jun 12
1
How to list and change domain's disk image file
Hi
I'm writing a C program using libvirt API and need to list the storage
volumes used by each domain. I'm wondering if there is a way to do
this better of searching the XML strings of all domains, does anyone
can suggest me something ?
I also need to create a function to change the img file of a given
domain. I intend to do the following:
1. virDomainGetXMLDesc (domain)
2. change the
2017 Sep 19
2
Re: Rollback to running VM
On 9/19/2017 9:56 AM, Martin Kletzander wrote:
> On Tue, Sep 19, 2017 at 01:28:45PM +0000, Jackson, Gary L. wrote:
>>
>> I would like to make a snapshot of a running VM, let it continue to run
>> after the shapshot, and then at some later time roll back the VM to
>> that previous running state. Can I do that with libvirt? If so, how? I
>> understand that this will
2009 Mar 05
1
documentation questions
You've answered my question 2 about why the manual was in odd order
> R CMD check was more of a check of the latex version of the files, not
> the final manual.
I was looking at the result of R CMD check, and it was in random order
(perhaps file date?), not just a different collation choice. Very odd.
I will cease worrying about what I might have "done wrong".
I omitted the
2017 Sep 19
0
Re: Rollback to running VM
On Tue, Sep 19, 2017 at 01:28:45PM +0000, Jackson, Gary L. wrote:
>
>I would like to make a snapshot of a running VM, let it continue to run
>after the shapshot, and then at some later time roll back the VM to
>that previous running state. Can I do that with libvirt? If so, how? I
>understand that this will cause all kinds of havoc with things like
>ongoing TCP connections, and I