<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [one-users] Failed to create domainfrom/var/lib/one//5/images/deployment.0</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi,<BR>
<BR>
I have changed the file &quot;/usr/lib/one/mads/one_vmm_kvm.rb&quot;<BR>
<BR>
-----------------------------------------------------------------------------------------------<BR>
&nbsp;def action_migrate(args)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; std_action(&quot;MIGRATE&quot;, &quot;migrate --live #{args[3]} qemu+tcp://#{args[4]}/session&quot;, args)<BR>
----------------------------------------------------------------------------------------------<BR>
<BR>
I have changed &quot;session&quot; to &quot;system&quot;, and I also add &quot;oneadmin&quot; to libvirtd group, but there is still the same error.<BR>
<BR>
Other ideas?<BR>
<BR>
Regards<BR>
<BR>
Zhentao<BR>
<BR>
-----Original Message-----<BR>
From: rsmontero@gmail.com on behalf of Ruben S. Montero<BR>
Sent: Thu 10/15/2009 11:18 AM<BR>
To: Liu, Zhentao<BR>
Cc: Jaime Melis; users@lists.opennebula.org<BR>
Subject: Re: [one-users] Failed to create domainfrom/var/lib/one//5/images/deployment.0<BR>
<BR>
Hi,<BR>
<BR>
The problem<BR>
<BR>
&quot;Failed to add tap interface 'vnet%d' to bridge 'br2' &quot;<BR>
<BR>
is because of libvirt not able to join the tap interface to br2. In<BR>
order to do so, the connection URI should be qemu:///system (and you<BR>
have to be in the libvirt group, also libvirt should be using socket<BR>
auth and not policy kit), it seems that your configuration is using<BR>
qemu:///session instead. You can add this to the virsh commands in<BR>
one_vmm_kvm.rb (virsh -c qemu:///system).<BR>
<BR>
Beaware that in this case you also need a fix (already in trunk) to<BR>
make stop/resume and migration work.<BR>
<BR>
Cheers<BR>
<BR>
Ruben<BR>
<BR>
On Thu, Oct 15, 2009 at 9:48 AM, Liu, Zhentao<BR>
&lt;Zhentao.Liu@fokus-extern.fraunhofer.de&gt; wrote:<BR>
&gt; Hello, Jaime<BR>
&gt;<BR>
&gt; I have added both my user, root und oneadmin to the libvirtd group. But it<BR>
&gt; still can't work.<BR>
&gt; Have you other suggestions?<BR>
&gt;<BR>
&gt; -----------------------------------------------------------------------------------------------------------------------------------------------------<BR>
&gt; root@taresian:/# id oneadmin<BR>
&gt; uid=408(oneadmin) gid=65534(nogroup) Gruppen=65534(nogroup),0(root)<BR>
&gt; root@taresian:/# id zli<BR>
&gt; uid=823(zli) gid=1700(extern)<BR>
&gt; Gruppen=1700(extern),4(adm),20(dialout),24(cdrom),46(plugdev),106(lpadmin),121(admin),122(sambashare),125(libvirtd)<BR>
&gt; root@taresian:/# id root<BR>
&gt; uid=0(root) gid=0(root)<BR>
&gt; Gruppen=0(root),124(kvm),125(libvirtd),129(vde2-net),1002(tun)<BR>
&gt; ------------------------------------------------------------------------------------------------------------------------------------------------------------<BR>
&gt;<BR>
&gt; Regards<BR>
&gt;<BR>
&gt; Zhentao<BR>
&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: users-bounces@lists.opennebula.org on behalf of Jaime Melis<BR>
&gt; Sent: Wed 10/14/2009 10:38 AM<BR>
&gt; To: Liu, Zhentao<BR>
&gt; Cc: users@lists.opennebula.org<BR>
&gt; Subject: Re: [one-users] Failed to create<BR>
&gt; domainfrom/var/lib/one//5/images/deployment.0<BR>
&gt;<BR>
&gt; Hello,<BR>
&gt;<BR>
&gt; It seems that the oneadmin user does not belong to group libvirtd. Try<BR>
&gt; adding both your user account and oneadmin to this group.<BR>
&gt;<BR>
&gt; Regards,<BR>
&gt; Jaime<BR>
&gt;<BR>
&gt; On Wed, Oct 14, 2009 at 10:32 AM, Liu, Zhentao &lt;<BR>
&gt; Zhentao.Liu@fokus-extern.fraunhofer.de&gt; wrote:<BR>
&gt;<BR>
&gt;&gt;  Hello,<BR>
&gt;&gt;<BR>
&gt;&gt; I have changed the disk partitions to sda, but it still doesn't work.<BR>
&gt;&gt; There<BR>
&gt;&gt; is still the same error.<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; --------------------------------------------------------------------------------------------------------------------------------------------------------<BR>
&gt;&gt;<BR>
&gt;&gt; Tue Oct 13 17:43:18 2009 [VMM][D]: Message received: LOG - 7 error: Failed<BR>
&gt;&gt; to create domain from /var/lib/one//7/images/deployment.0<BR>
&gt;&gt;<BR>
&gt;&gt; Tue Oct 13 17:43:18 2009 [VMM][D]: Message received: LOG - 7 error:<BR>
&gt;&gt; internal error Failed to add tap interface 'vnet%d' to bridge 'br2' :<BR>
&gt;&gt; Permission denied<BR>
&gt;&gt;<BR>
&gt;&gt; Tue Oct 13 17:43:18 2009 [VMM][D]: Message received: LOG - 7 ExitCode: 1<BR>
&gt;&gt;<BR>
&gt;&gt; Tue Oct 13 17:43:18 2009 [VMM][D]: Message received: DEPLOY FAILURE 7<BR>
&gt;&gt; Failed to create domain from /var/lib/one//7/images/deployment.0<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; --------------------------------------------------------------------------------------------------------------------------------------------------------<BR>
&gt;&gt; ps: I have changed the interface to br2. This is my network configuration.<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; ------------------------------------------------------------------------------<BR>
&gt;&gt;<BR>
&gt;&gt; auto lo<BR>
&gt;&gt; iface lo inet loopback<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; auto eth2<BR>
&gt;&gt; iface eth2 inet manual<BR>
&gt;&gt;<BR>
&gt;&gt; auto br2<BR>
&gt;&gt; iface br2 inet dhcp<BR>
&gt;&gt;         bridge_ports eth2<BR>
&gt;&gt;         bridge_stp off<BR>
&gt;&gt;         bridge_fd 0<BR>
&gt;&gt;         bridge_maxwait 0<BR>
&gt;&gt;         metric 1<BR>
&gt;&gt; --------------------------------------------------------------------------<BR>
&gt;&gt;<BR>
&gt;&gt; I can't run virsh correctly on the node. Maybe is it the problem?<BR>
&gt;&gt; -------------------------------------------------------------<BR>
&gt;&gt; root@forest:/var/run/libvirt# virsh -c qemu:///system list<BR>
&gt;&gt; error: unable to connect to '/var/run/libvirt/libvirt-sock': Connection<BR>
&gt;&gt; refused<BR>
&gt;&gt; error: failed to connect to the hypervisor<BR>
&gt;&gt;<BR>
&gt;&gt; -------------------------------------------------------------<BR>
&gt;&gt;<BR>
&gt;&gt; Any ideas?<BR>
&gt;&gt;<BR>
&gt;&gt; Regards<BR>
&gt;&gt;<BR>
&gt;&gt; Zhentao<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; -----Original Message-----<BR>
&gt;&gt; From: users-bounces@lists.opennebula.org on behalf of Javier Fontan<BR>
&gt;&gt; Sent: Tue 10/13/2009 2:09 PM<BR>
&gt;&gt; To: Liu, Zhentao<BR>
&gt;&gt; Cc: users@lists.opennebula.org<BR>
&gt;&gt; Subject: Re: [one-users] Failed to create domain<BR>
&gt;&gt; from/var/lib/one//5/images/deployment.0<BR>
&gt;&gt;<BR>
&gt;&gt; Hello,<BR>
&gt;&gt;<BR>
&gt;&gt; kvm is unable to bind images to disk partitions, that is, sda1. You<BR>
&gt;&gt; only can bind the image to a full disk device, for example sda.<BR>
&gt;&gt;<BR>
&gt;&gt; Bye<BR>
&gt;&gt;<BR>
&gt;&gt; On Tue, Oct 13, 2009 at 1:48 PM, Liu, Zhentao<BR>
&gt;&gt; &lt;Zhentao.Liu@fokus-extern.fraunhofer.de&gt; wrote:<BR>
&gt;&gt; &gt; Hello,<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; I have deployed a vm into my node, but the vm dosen't work. It has this<BR>
&gt;&gt; &gt; error:<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; oned.log<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; ------------------------------------------------------------------------------------------------<BR>
&gt;&gt; &gt; Tue Oct 13 12:45:31 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; taresian:/boot/euca-debian-5.0-x86_64/debian.5-0.x86-64.img<BR>
&gt;&gt; &gt; 193.175.134.144:/var/lib/one//5/images/disk.0<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:45:31 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; DST: /var/lib/one//5/images/disk.0<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:45:31 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; Creating directory /var/lib/one//5/images<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:46:10 2009 [VMM][I]: --Mark--<BR>
&gt;&gt; &gt; Tue Oct 13 12:46:26 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; Executed &quot;ssh 193.175.134.144 mkdir -p /var/lib/one//5/images&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:46:26 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; Cloning taresian:/boot/euca-debian-5.0-x86_64/debian.5-0.x86-64.img<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:46:28 2009 [InM][D]: Host 4 successfully monitored.<BR>
&gt;&gt; &gt; Tue Oct 13 12:46:42 2009 [InM][I]: --Mark--<BR>
&gt;&gt; &gt; Tue Oct 13 12:46:42 2009 [InM][I]: Monitoring host 193.175.134.144 (4)<BR>
&gt;&gt; &gt; Tue Oct 13 12:48:51 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; Executed &quot;scp<BR>
&gt;&gt; &gt; taresian:/boot/euca-debian-5.0-x86_64/debian.5-0.x86-64.img<BR>
&gt;&gt; &gt; 193.175.134.144:/var/lib/one//5/images/disk.0&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:49:18 2009 [InM][D]: Host 4 successfully monitored.<BR>
&gt;&gt; &gt; Tue Oct 13 12:49:38 2009 [InM][I]: Monitoring host 193.175.134.144 (4)<BR>
&gt;&gt; &gt; Tue Oct 13 12:49:41 2009 [TM][D]: Message received: LOG - 5 tm_clone.sh:<BR>
&gt;&gt; &gt; Executed &quot;ssh 193.175.134.144 chmod a+w /var/lib/one//5/images/disk.0&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:49:41 2009 [TM][D]: Message received: LOG - 5<BR>
&gt;&gt; &gt; tm_mkswap.sh:<BR>
&gt;&gt; &gt; Creating 1024Mb image in /var/lib/one//5/images/disk.1<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:50:31 2009 [TM][D]: Message received: LOG - 5<BR>
&gt;&gt; &gt; tm_mkswap.sh:<BR>
&gt;&gt; &gt; Executed &quot;ssh 193.175.134.144 mkdir -p /var/lib/one//5/images&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:51:21 2009 [TM][D]: Message received: LOG - 5<BR>
&gt;&gt; &gt; tm_mkswap.sh:<BR>
&gt;&gt; &gt; Executed &quot;ssh 193.175.134.144 dd if=/dev/zero<BR>
&gt;&gt; &gt; of=/var/lib/one//5/images/disk.1 bs=1 count=1 seek=1024M&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:51:21 2009 [TM][D]: Message received: LOG - 5<BR>
&gt;&gt; &gt; tm_mkswap.sh:<BR>
&gt;&gt; &gt; Initializing swap space<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:52:15 2009 [TM][D]: Message received: LOG - 5<BR>
&gt;&gt; &gt; tm_mkswap.sh:<BR>
&gt;&gt; &gt; Executed &quot;ssh 193.175.134.144 /sbin/mkswap<BR>
&gt;&gt; /var/lib/one//5/images/disk.1&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:53:08 2009 [TM][D]: Message received: LOG - 5<BR>
&gt;&gt; &gt; tm_mkswap.sh:<BR>
&gt;&gt; &gt; Executed &quot;ssh 193.175.134.144 chmod a+w /var/lib/one//5/images/disk.1&quot;.<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:53:08 2009 [TM][D]: Message received: TRANSFER SUCCESS 5 -<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:53:08 2009 [VMM][D]: Message received: LOG - 5 Command:<BR>
&gt;&gt; &gt; scp<BR>
&gt;&gt; &gt; /var/lib/one/5/deployment.0<BR>
&gt;&gt; &gt; 193.175.134.144:/var/lib/one//5/images/deployment.0<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:53:58 2009 [VMM][D]: Message received: LOG - 5 Copy<BR>
&gt;&gt; &gt; success<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:54:51 2009 [VMM][D]: Message received: LOG - 5 error:<BR>
&gt;&gt; Failed<BR>
&gt;&gt; &gt; to create domain from /var/lib/one//5/images/deployment.0<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:54:51 2009 [VMM][D]: Message received: LOG - 5 error:<BR>
&gt;&gt; internal<BR>
&gt;&gt; &gt; error unsupported disk type 'sda1'<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:54:51 2009 [VMM][D]: Message received: LOG - 5 ExitCode: 1<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Tue Oct 13 12:54:51 2009 [VMM][D]: Message received: DEPLOY FAILURE 5<BR>
&gt;&gt; Failed<BR>
&gt;&gt; &gt; to create domain from /var/lib/one//5/images/deployment.0<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; --------------------------------------------------------------------------------------------------------------------------------------------<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; deployment.0<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; -----------------------------------------------------------------------------------------<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; &lt;domain type='kvm'&gt;<BR>
&gt;&gt; &gt;         &lt;name&gt;one-5&lt;/name&gt;<BR>
&gt;&gt; &gt;         &lt;vcpu&gt;1&lt;/vcpu&gt;<BR>
&gt;&gt; &gt;         &lt;memory&gt;131072&lt;/memory&gt;<BR>
&gt;&gt; &gt;         &lt;os&gt;<BR>
&gt;&gt; &gt;                 &lt;type&gt;hvm&lt;/type&gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; &lt;kernel&gt;/boot/euca-ubuntu-9.04-x86_64/kvm-kernel/vmlinuz-2.6.28-11-generic&lt;/kernel&gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; &lt;initrd&gt;/boot/euca-ubuntu-9.04-x86_64/kvm-kernel/initrd.img-2.6.28-11-generic&lt;/initrd&gt;<BR>
&gt;&gt; &gt;                 &lt;cmdline&gt;root=/dev/sda1 &lt;/cmdline&gt;<BR>
&gt;&gt; &gt;                 &lt;boot dev='hd'/&gt;<BR>
&gt;&gt; &gt;         &lt;/os&gt;<BR>
&gt;&gt; &gt;         &lt;devices&gt;<BR>
&gt;&gt; &gt;                 &lt;emulator&gt;/usr/bin/kvm&lt;/emulator&gt;<BR>
&gt;&gt; &gt;                 &lt;disk type='file' device='disk'&gt;<BR>
&gt;&gt; &gt;                         &lt;source file='/var/lib/one//5/images/disk.0'/&gt;<BR>
&gt;&gt; &gt;                         &lt;target dev='sda1'/&gt;<BR>
&gt;&gt; &gt;                 &lt;/disk&gt;<BR>
&gt;&gt; &gt;                 &lt;disk type='file' device='disk'&gt;<BR>
&gt;&gt; &gt;                         &lt;source file='/var/lib/one//5/images/disk.1'/&gt;<BR>
&gt;&gt; &gt;                         &lt;target dev='sdb'/&gt;<BR>
&gt;&gt; &gt;                 &lt;/disk&gt;<BR>
&gt;&gt; &gt;                 &lt;interface type='bridge'&gt;<BR>
&gt;&gt; &gt;                         &lt;source bridge='eth0'/&gt;<BR>
&gt;&gt; &gt;                         &lt;mac address='00:16:0a:00:01:01'/&gt;<BR>
&gt;&gt; &gt;                 &lt;/interface&gt;<BR>
&gt;&gt; &gt;         &lt;/devices&gt;<BR>
&gt;&gt; &gt;         &lt;features&gt;<BR>
&gt;&gt; &gt;                 &lt;acpi/&gt;<BR>
&gt;&gt; &gt;         &lt;/features&gt;<BR>
&gt;&gt; &gt; &lt;/domain&gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; -------------------------------------------------------------------------------------------------<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Otherwise there is also a error, when I run &quot;virsh&quot; on the node:<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt; ----------------------------------------------------------------------------<BR>
&gt;&gt; &gt; $ virsh -c qemu:///system list<BR>
&gt;&gt; &gt; error: unable to connect to '/var/run/libvirt/libvirt-sock': Permission<BR>
&gt;&gt; &gt; denied<BR>
&gt;&gt; &gt; error: failed to connect to the hypervisor<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; -------------------------------------------------------------------------<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Is the error &quot;Failed to create domain from<BR>
&gt;&gt; &gt; /var/lib/one//5/images/deployment.0&quot; caused by wrong &quot;virsh&quot;?<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Any helps?<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Regards<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; Zhentao<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; _______________________________________________<BR>
&gt;&gt; &gt; Users mailing list<BR>
&gt;&gt; &gt; Users@lists.opennebula.org<BR>
&gt;&gt; &gt; <A HREF="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</A><BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; --<BR>
&gt;&gt; Javier Fontan, Grid &amp; Virtualization Technology Engineer/Researcher<BR>
&gt;&gt; DSA Research Group: <A HREF="http://dsa-research.org">http://dsa-research.org</A><BR>
&gt;&gt; Globus GridWay Metascheduler: <A HREF="http://www.GridWay.org">http://www.GridWay.org</A><BR>
&gt;&gt; OpenNebula Virtual Infrastructure Engine: <A HREF="http://www.OpenNebula.org">http://www.OpenNebula.org</A><BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; Users mailing list<BR>
&gt;&gt; Users@lists.opennebula.org<BR>
&gt;&gt; <A HREF="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</A><BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; Users mailing list<BR>
&gt;&gt; Users@lists.opennebula.org<BR>
&gt;&gt; <A HREF="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</A><BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Users mailing list<BR>
&gt; Users@lists.opennebula.org<BR>
&gt; <A HREF="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</A><BR>
&gt;<BR>
&gt;<BR>
<BR>
<BR>
<BR>
--<BR>
+---------------------------------------------------------------+<BR>
&nbsp;Dr. Ruben Santiago Montero<BR>
&nbsp;Associate Professor<BR>
&nbsp;Distributed System Architecture Group (<A HREF="http://dsa-research.org">http://dsa-research.org</A>)<BR>
<BR>
&nbsp;URL:&nbsp;&nbsp;&nbsp; <A HREF="http://dsa-research.org/doku.php?id=people:ruben">http://dsa-research.org/doku.php?id=people:ruben</A><BR>
&nbsp;Weblog: <A HREF="http://blog.dsa-research.org/?author=7">http://blog.dsa-research.org/?author=7</A><BR>
<BR>
&nbsp;GridWay, <A HREF="http://www.gridway.org">http://www.gridway.org</A><BR>
&nbsp;OpenNebula, <A HREF="http://www.opennebula.org">http://www.opennebula.org</A><BR>
+---------------------------------------------------------------+<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>