[libvirt] [patch][doc] fix typos 20080807

2008-08-07 Thread Atsushi SAKAI
Hi, Typo fixes on document. formatdomain.html| 22 +++--- formatdomain.html.in | 22 +++--- java.html|2 +- java.html.in |2 +- 4 files changed, 24 insertions(+), 24 deletions(-) Thanks Atsushi SAKAI fix_typo.patch Descriptio

Re: [libvirt] [PATCH] fix MinGW compilation(200808)

2008-08-07 Thread Atsushi SAKAI
Hi, Jim Thsnk you for your reply. src/network_conf.c defines #include . The error message says the link does not exist. So I think it should add inet_pton.c to Makefile Is my understanding incorrect? By the way, I added sys/stat.h to domain_conf.c. It solves the missing definition of S_IRUSR,

Re: [libvirt] How does virt-manager send shutdown?

2008-08-07 Thread Guido Günther
On Mon, Aug 04, 2008 at 09:05:07AM -0400, Bryan Kearney wrote: > I added the following to my xml > > > > > > > > and had acpi=force on my kernel line.. still no luck. I looked for bugs > in bugzilla.redhat... saw none for kvm with acpi. Is there

Re: [libvirt] [PATCH] fix MinGW compilation(200808)

2008-08-07 Thread Jim Meyering
Atsushi SAKAI <[EMAIL PROTECTED]> wrote: > Hi, Jim > > Thsnk you for your reply. > > src/network_conf.c defines #include . > The error message says the link does not exist. > So I think it should add inet_pton.c to Makefile ... >> > I try to compile libvirt on MinGW after some modification. >> >

Re: [libvirt] [PATCH] The logic in veth.c that searches for free interface names takes into account

2008-08-07 Thread Daniel Veillard
On Wed, Aug 06, 2008 at 08:20:38AM -0700, Dan Smith wrote: > only current devices, but not device names already planned for the other > half of a container's device pair. Thus, the search can result in attempting > to create a pair of devices such as veth1 and veth1, which obviously does > not wor

Re: [libvirt] [PATCH] The logic in veth.c that searches for free interface names takes into account

2008-08-07 Thread Daniel P. Berrange
On Wed, Aug 06, 2008 at 08:20:38AM -0700, Dan Smith wrote: > only current devices, but not device names already planned for the other > half of a container's device pair. Thus, the search can result in attempting > to create a pair of devices such as veth1 and veth1, which obviously does > not wor

Re: [libvirt] Is CVS server working?

2008-08-07 Thread Daniel Veillard
On Thu, Aug 07, 2008 at 09:53:28AM +0900, Atsushi SAKAI wrote: > Hi, > > CVS server [EMAIL PROTECTED]:2401/data/cvs is working? > I can see git repository but CVS repository are not. I just checked based on instructions at http://libvirt.org/downloads.html and yes i was able to login and checko

Re: [libvirt] [patch][doc] fix typos 20080807

2008-08-07 Thread Daniel Veillard
On Thu, Aug 07, 2008 at 04:05:40PM +0900, Atsushi SAKAI wrote: > Hi, > > Typo fixes on document. All looks fine to me, please commit :-) thanks ! Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [

Re: [libvirt] Is CVS server working?

2008-08-07 Thread Atsushi SAKAI
Hi, Daniel Sorry for late. After an hour trying to repeating cvs command, I get the libvirt code tree.??? Thanks Atsushi SAKAI Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Thu, Aug 07, 2008 at 09:53:28AM +0900, Atsushi SAKAI wrote: > > Hi, > > > > CVS server [EMAIL PROTECTED]:2401/data/c

Re: [libvirt] [PATCH] Install default storage pool

2008-08-07 Thread Daniel P. Berrange
On Wed, Aug 06, 2008 at 05:10:23PM -0400, Cole Robinson wrote: > The attached patch adds a default pool definition to install > with libvirt. The pool is a directory pool, hardcoded to use > /var/lib/libvirt/images, though this is replaced with > %{_localstatedir}/lib/libvirt/images if installing v

Re: [libvirt] Is CVS server working?

2008-08-07 Thread Daniel Veillard
On Thu, Aug 07, 2008 at 05:38:49PM +0900, Atsushi SAKAI wrote: > Hi, Daniel > > Sorry for late. > After an hour trying to repeating cvs command, > I get the libvirt code tree.??? Looking at the server security logs i saw denied ssh root access from china which i usually block automatically afte

Re: [libvirt] [PATCH] fix MinGW compilation(200808)

2008-08-07 Thread Atsushi SAKAI
Hi, Jim Your patch works fine. It passes inet_pton problem. Please apply it. By the way, virsh compilation error. Is threre any good suggestion? = virsh-virsh.o: In function `editWriteToTempFile': C:/msys/1.0/home/Administrator/work/libvirt/src/virsh.c:5080: undefined reference to `mkste

Re: [libvirt] [PATCH] fix MinGW compilation(200808)

2008-08-07 Thread Daniel P. Berrange
On Thu, Aug 07, 2008 at 05:56:48PM +0900, Atsushi SAKAI wrote: > Hi, Jim > > Your patch works fine. It passes inet_pton problem. > Please apply it. > > By the way, virsh compilation error. > Is threre any good suggestion? > = > virsh-virsh.o: In function `editWriteToTempFile': > C:/msys/1

Re: [libvirt] [PATCH] fix MinGW compilation(200808)

2008-08-07 Thread Jim Meyering
Atsushi SAKAI <[EMAIL PROTECTED]> wrote: > Your patch works fine. It passes inet_pton problem. > Please apply it. > > By the way, virsh compilation error. > Is threre any good suggestion? > = > virsh-virsh.o: In function `editWriteToTempFile': > C:/msys/1.0/home/Administrator/work/libvirt/s

[libvirt] update from gnulib

2008-08-07 Thread Jim Meyering
I've just checked in a big batch of changes from gnulib. Each of those changes has been reviewed by at least two people (see [EMAIL PROTECTED]), and most of them address problems also reported on that list, or e.g., on bug-coreutils, bug-m4, etc. However, I suspect some of them have not yet been e

Re: [libvirt] update from gnulib

2008-08-07 Thread Daniel Veillard
On Thu, Aug 07, 2008 at 11:46:29AM +0200, Jim Meyering wrote: > I've just checked in a big batch of changes from gnulib. > Each of those changes has been reviewed by at least two > people (see [EMAIL PROTECTED]), and most of them address > problems also reported on that list, or e.g., on bug-coreut

Re: [libvirt] update from gnulib

2008-08-07 Thread Jim Meyering
Daniel Veillard <[EMAIL PROTECTED]> wrote: ... >> However, I suspect some of them have not yet been exercised >> on RHEL4/5 systems, so test builds there may be interesting. > > on RHEL5 configure/make passes, make tests fails one of the 18 tests: ... > for RHEL4 i need the followig patch for it to

[libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Alexey Eremenko
This seems to be great ! I think it is similar to OpenVZ concept of controlling VMs from Host, right ? How it works, if it is not installed in guest ? Using PV, in connects into guests virtio-tty device ? In may become more universal, if more command are added, such as: (like OpenVZ does) vm 1

Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Jun Koi
On Thu, Aug 7, 2008 at 7:20 PM, Alexey Eremenko <[EMAIL PROTECTED]> wrote: > > This seems to be great ! > I think it is similar to OpenVZ concept of controlling VMs from Host, right > ? > > How it works, if it is not installed in guest ? Basically he does that by inspecting the VM's memory. Someth

Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Daniel P. Berrange
On Thu, Aug 07, 2008 at 07:40:58PM +0900, Jun Koi wrote: > On Thu, Aug 7, 2008 at 7:20 PM, Alexey Eremenko > <[EMAIL PROTECTED]> wrote: > > > > This seems to be great ! > > I think it is similar to OpenVZ concept of controlling VMs from Host, right > > ? > > > > How it works, if it is not installed

Re: [libvirt] [PATCH] The logic in veth.c that searches for free interface names takes into account

2008-08-07 Thread Daniel Veillard
On Thu, Aug 07, 2008 at 04:30:30AM -0400, Daniel Veillard wrote: > On Wed, Aug 06, 2008 at 08:20:38AM -0700, Dan Smith wrote: > > only current devices, but not device names already planned for the other > > half of a container's device pair. Thus, the search can result in > > attempting > > to cr

[libvirt] ISCSI Live Migration with LUN backed VMs

2008-08-07 Thread Tim Hughes
I am using iscsi backed VMs which use a separate LUN for each VM. This is all good until I try to live migrate because the LUN is not logged into on the new machine. Does anyone have a way of handling logging into and out of iscsi luns during the migration ? Tim Hughes mailto:[EMAIL PROTECTED]

Re: [libvirt] ISCSI Live Migration with LUN backed VMs

2008-08-07 Thread Stefan de Konink
On Thu, 7 Aug 2008, Tim Hughes wrote: > I am using iscsi backed VMs which use a separate LUN for each VM. This is > all good until I try to live migrate because the LUN is not logged into on > the new machine. Does anyone have a way of handling logging into and out of > iscsi luns during the migra

Re: [libvirt] default networking issues

2008-08-07 Thread Mark McLoughlin
On Mon, 2008-08-04 at 14:28 -0700, David Lutterkort wrote: > On Thu, 2008-07-31 at 09:55 +0100, Daniel P. Berrange wrote: > > The libvirt default networking capability will automatically setup the > > correct iptables rules to allow outbound NAT based connectivity for guest > > VMs. If this wasn't

Re: [libvirt] ISCSI Live Migration with LUN backed VMs

2008-08-07 Thread Daniel P. Berrange
On Thu, Aug 07, 2008 at 12:19:01PM +0100, Tim Hughes wrote: > I am using iscsi backed VMs which use a separate LUN for each VM. This is > all good until I try to live migrate because the LUN is not logged into on > the new machine. Does anyone have a way of handling logging into and out of > iscsi

Re: [libvirt] ISCSI Live Migration with LUN backed VMs

2008-08-07 Thread Stefan de Konink
On Thu, 7 Aug 2008, Daniel P. Berrange wrote: > On Thu, Aug 07, 2008 at 12:19:01PM +0100, Tim Hughes wrote: > > I am using iscsi backed VMs which use a separate LUN for each VM. This is > > all good until I try to live migrate because the LUN is not logged into on > > the new machine. Does anyone

Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Richard W.M. Jones
On Thu, Aug 07, 2008 at 03:55:49PM +0300, Alexey Eremenko wrote: > The only problem: virt-mem doesn't compiles. It has a huge chain of dependencies actually. Maybe better off starting with our RPMs, either source or binary, from here: https://bugzilla.redhat.com/show_bug.cgi?id=450713 Rich. --

Re: [et-mgmt-tools] Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Richard W.M. Jones
On Thu, Aug 07, 2008 at 11:47:39AM +0100, Daniel P. Berrange wrote: > On Thu, Aug 07, 2008 at 07:40:58PM +0900, Jun Koi wrote: > > One of the problem is that these tools work via libvirt, so on a VM is > > not managed by libvirt, these tools no longer work. > > That's not a problem - that's a reas

Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Alexey Eremenko
The only problem: virt-mem doesn't compiles. checking for ocamldoc... ocamldoc checking for ocamlfind... ./configure: line 5121: WARNING:: command not found no configure: error: OCaml findlib is required And I have installed Ocam. linux-3wx2:~/Linstall/virt-mem-0.2.9 # rpm -qa | grep -i ocam oca

Re: [libvirt] RE: [Qemu-devel] [ANNOUNCE] virt-mem tools version 0.2.8 released

2008-08-07 Thread Samuel Thibault
Alexey Eremenko, le Thu 07 Aug 2008 15:55:49 +0300, a écrit : > The only problem: virt-mem doesn't compiles. > > checking for ocamldoc... ocamldoc > checking for ocamlfind... ./configure: line 5121: WARNING:: command not found > no > configure: error: OCaml findlib is required > > And I have inst

[libvirt] gnulib's mkstemp is now included, along with dependents

2008-08-07 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Atsushi SAKAI <[EMAIL PROTECTED]> wrote: >> virsh-virsh.o: In function `editWriteToTempFile': >> C:/msys/1.0/home/Administrator/work/libvirt/src/virsh.c:5080: undefined >> reference to `mkstemp' ... > There's a gnulib module for that (of course ;-). > I'll

[libvirt] [PATCH]: hostdev passthrough support take #3

2008-08-07 Thread Guido Günther
Hi, attached is version three of the hostdev passthrough patch. It adds: * code to format the XML for output * RelaxNG schema update * testcases Cheers, -- Guido >From cfcfc85accdcc7be7a5fbfd2c8dde435646d5ab2 Mon Sep 17 00:00:00 2001 From: Guido Guenther <[EMAIL PROTECTED]> Date: Fri, 25 Jul 200

[libvirt] [PATCH] fix xmlint in separate build dir

2008-08-07 Thread Guido Günther
Hi, attached patch lets the domainschema check work when building in $build instead of $src. Otherwise it won't find the xml files to validate. -- Guido >From e2a19f1e14ef6712626a1b1b06b62cedf032495e Mon Sep 17 00:00:00 2001 From: Guido Guenther <[EMAIL PROTECTED]> Date: Thu, 7 Aug 2008 16:12:43 +

[libvirt] [PATCH]: file backed usb massstorage #3

2008-08-07 Thread Guido Günther
Hi, attached is version three of the file backed usb massstorage patch. * handle type != DISK case * on OOM use VIR_ERR_NO_MEMORY instead of VIR_ERR_OPERAION_FAILED * RelaxNG schema update * testcase The patches are ment to be applied on top of the hostdev patches. Cheers, -- Guido >From 123763

Re: [libvirt] [PATCH] fix xmlint in separate build dir

2008-08-07 Thread Daniel Veillard
On Thu, Aug 07, 2008 at 06:30:56PM +0200, Guido Günther wrote: > Hi, > attached patch lets the domainschema check work when building in $build > instead of $src. Otherwise it won't find the xml files to validate. Sounds fine, applied and commited, thanks ! Daniel -- Red Hat Virtualizatio

Re: [libvirt] [PATCH] fix MinGW compilation(200808)

2008-08-07 Thread Atsushi SAKAI
Hi, Dan mkstemp is solved by Jim. But WEXITSTATUS problem is not solved yet. Since sys/wait.h does not exist on MinGW. http://www.mingw.org/MinGWiki/index.php/PortingChildren Thanks Atsushi SAKAI "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > On Thu, Aug 07, 2008 at 05:56:48PM +0900, Ats

[libvirt] Question SSH support and libirt on Windows

2008-08-07 Thread Atsushi SAKAI
Hi, Rich I have a question about SSH support of libvirt on Windows. Is there any reason for not supporting SSH. It is just because it lacks manpower? Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list