[one-users] Adding columns to onexxx output

2012-01-24 Thread Ruben Diez

Hi:

In OpenNebula 3.2 the "onehost list" command don't display the 
"hypervisor" and "tm_mad" columns, as in OpenNebula 3.0


Is it possible to display this info with the onehost comand fron the 3.2 
version of OpenNebula??


We try to add this to the onehost.yaml file:

[.]
:HYPERVISOR:
 :desc: Hypervisor
 :size: 10
 :left: true

:TM_MAD:
 :desc: Transfer manager
 :size: 12
 :left: true

[.]
- :HYPERVISOR
- :TM_MAD

But it not works for us

Regards

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Help required

2012-01-24 Thread Habib Khadar

My name is Khadar and I am a new user on OpenNebula, can anybody help me with 
step by step tutorial on how to install and configure OpenNebual. I am finding 
difficult to follow the guide/instruction of installing OpenNebula 3.2 provided 
on the web site, especially the 
codes/commands as I can't figure out where to place them. So far I have 
downloaded opennebula-3.2.0.tar for my windows.  If anyone has video tutorial 
on how to install and configure OpenNebula would be an advantage. If not step 
by step instruction should be fine.

Thank you very much for your time.
  ___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] tm_lvm, xen and VM delete command

2012-01-24 Thread Rolandas Naujikas
Hi,

When I tried to do "delete" command from sunstone to running xen VM with
tm_lvm and LVM volume, LVM volume is not removed from the host.
LVM volume is tried to be removed, before running VM is removed.
I thing in command "delete" the first step should be remove VM and only
after remove files (volumes).

...
Tue Jan 24 11:18:07 2012 [TM][W]: Ignored: LOG I 168 tm_delete.sh:
Deleting remote LVs

Tue Jan 24 11:18:07 2012 [TM][W]: Ignored: LOG E 168 tm_delete.sh:
Command "ssh pvxen1 sudo lvremove -f $(echo vgone/$(sudo lvs
--noheadings vgone|awk '{print $1}'|grep lv-one-168))" failed.

Tue Jan 24 11:18:07 2012 [TM][W]: Ignored: LOG E 168 tm_delete.sh:
Can't remove open logical volume "lv-one-168-0"

Tue Jan 24 11:18:07 2012 [TM][W]: Ignored: LOG E 168 Can't remove open
logical volume "lv-one-168-0"

Tue Jan 24 11:18:07 2012 [TM][W]: Ignored: LOG I 168 ExitCode: 5

Tue Jan 24 11:18:07 2012 [TM][W]: Ignored: TRANSFER FAILURE 168 Can't
remove open logical volume "lv-one-168-0"

Tue Jan 24 11:18:08 2012 [VMM][W]: Ignored: LOG I 168 cancel: Executed
"sudo /usr/sbin/xm destroy one-168".

Tue Jan 24 11:18:08 2012 [VMM][W]: Ignored: LOG I 168 ExitCode: 0
...

Regards, Rolandas Naujikas
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Adding columns to onexxx output

2012-01-24 Thread Daniel Molina
Hi Ruben,

On 24 January 2012 10:30, Ruben Diez  wrote:
> Hi:
>
> In OpenNebula 3.2 the "onehost list" command don't display the "hypervisor"
> and "tm_mad" columns, as in OpenNebula 3.0
>
> Is it possible to display this info with the onehost comand fron the 3.2
> version of OpenNebula??
>

If you want to add more columns to your commands you have to edit the
*_helper file. For example for adding a new TM_MAD column to onehost
list you have to apply the following patch

https://gist.github.com/1669318

Also you will have to edit your onehost.yaml files:
* /etc/one/cli/onehost.yaml -> Default configuration
* $HOME/.one/cli/onehost.yaml -> If you have defined per user configuration

Cheers

> We try to add this to the onehost.yaml file:
>
> [.]
> :HYPERVISOR:
>  :desc: Hypervisor
>  :size: 10
>  :left: true
>
> :TM_MAD:
>  :desc: Transfer manager
>  :size: 12
>  :left: true
>
> [.]
> - :HYPERVISOR
> - :TM_MAD
>
> But it not works for us
>
> Regards
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



-- 
Daniel Molina
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] ONE 3.2 networking management

2012-01-24 Thread Florian Antonescu
Hi All,

I have some questions about the network management in OpenNebula 3.2.
1. Will a virtual bridge be always created if a PHYDEV is defined? Or
does this work only for hosts with 802.1q networking?
2. What will happen if a virtual network is defined with VLAN="YES"
and there are some hosts with dummy drivers and some hosts with 802.1q
drivers? Will the scheduler select only the proper hosts or is there a
need to add some requirements to VM template?

Thank you,
Florian Antonescu
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Source RPMS?

2012-01-24 Thread Jaime Melis
Hello Graeme,

Here you go:
http://dev.opennebula.org/packages/

regards,
Jaime

On Wed, Jan 18, 2012 at 1:35 AM, Graeme Gillies
wrote:

> Hi,
>
> I am currently looking at deploying opennebula 3.2 to my environment,
> however, I want to do some patching to the source rpm with some local
> changes before rebuilding and deploying.
>
> I've looked everywhere high and low, and I can't seem to find the
> SRPMs for opennebula anywhere? Is there an easy place to find them (in
> particular, for the Centos 6 3.2 release).
>
> If someone can point out a link the SRPMS for me it would be much
> appreciated.
>
> Regards,
>
> Graeme
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] open nebula 3 deb packages makes use of mkisofs instead of genisoimage

2012-01-24 Thread Jaime Melis
Hi Olivier, this has been fixed for the just released debian package of
OpenNebula 3.2.

Cheers,
Jaime

On Fri, Jan 6, 2012 at 4:23 PM, Olivier Sallou wrote:

> I found impacted script:
> /usr/lib/one/sh/scripts_common.sh
> but it means that deb package does not add the patch as it did in 2.2
> (not in same file).
>
> Olivier
>
> Le 1/6/12 4:19 PM, Olivier Sallou a écrit :
> > Open nebula debian package (OpenNebula 3.1.80), calls mkisofs instead of
> > genisoimage.
> >
> > It seems it was solved in OpenNebula 2. Should config be modified to do
> so?
> >
> > Thanks
> >
> > Olivier
> >
>
> --
> Olivier Sallou
> IRISA / University of Rennes 1
> Campus de Beaulieu, 35000 RENNES - FRANCE
> Tel: 02.99.84.71.95
>
> gpg key id: 4096R/326D8438  (pgp.mit.edu)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] authentication issue

2012-01-24 Thread Jaime Melis
Hi,

we have changed the way this works for the 3.2 package. Is this still an
issue?

cheers,
Jaime

On Fri, Jan 6, 2012 at 4:01 PM, Olivier Sallou wrote:

> Hi,
> I found something.
> If I start one with "one start" instead of init.d scripts, I do not have
> hostpool error anymore
> I installed debian package which provide those scripts.
>
> Olivier
>
> Le 1/6/12 3:34 PM, Olivier Sallou a écrit :
> > Hi,
> > I try to create a VM from SunStone but I have issues.
> > I am connected as oneadmin. I created network, templates etc
> >
> > When I create a VM, it remains in INIT, there is no VM log.
> > In oned.log I see the following:
> >
> > Fri Jan  6 15:29:18 2012 [AuM][D]: Message received: AUTHENTICATE
> > SUCCESS 14 -
> >
> > Fri Jan  6 15:29:37 2012 [ReM][D]: HostPoolInfo method invoked
> > Fri Jan  6 15:29:37 2012 [ReM][E]: [HostPoolInfo] User couldn't be
> > authenticated, aborting call.
> > Fri Jan  6 15:29:40 2012 [ReM][D]: UserPoolInfo method invoked
> > Fri Jan  6 15:29:48 2012 [ReM][D]: VirtualMachinePoolInfo method invoked
> > Fri Jan  6 15:29:54 2012 [ReM][D]: ImagePoolInfo method invoked
> > Fri Jan  6 15:29:56 2012 [ReM][D]: VirtualMachineInfo method invoked
> > Fri Jan  6 15:29:56 2012 [ReM][D]: VirtualMachineInfo method invoked
> > Fri Jan  6 15:30:01 2012 [ReM][D]: VirtualNetworkPoolInfo method invoked
> > Fri Jan  6 15:30:07 2012 [ReM][D]: HostPoolInfo method invoked
> > Fri Jan  6 15:30:07 2012 [ReM][E]: [HostPoolInfo] User couldn't be
> > authenticated, aborting call.
> > Fri Jan  6 15:30:11 2012 [ReM][D]: HostPoolInfo method invoked
> > Fri Jan  6 15:30:12 2012 [ReM][D]: GroupPoolInfo method invoked
> > Fri Jan  6 15:30:14 2012 [ReM][D]: VirtualMachineInfo method invoked
> > Fri Jan  6 15:30:14 2012 [ReM][D]: VirtualMachineAction method invoked
> > Fri Jan  6 15:30:14 2012 [DiM][D]: Finalizing VM 1
> >
> >
> > What is strange is  [ReM][E]: [HostPoolInfo] User couldn't be
> > authenticated, aborting call.
> >
> > When connected via SSH as oneadmin user, I can do one commands with no
> issue.
> >
> > Seems that I am authenticzted for all but HostPoolInfo
> >
> >
> > Olivier
> >
> >
> >
>
> --
> Olivier Sallou
> IRISA / University of Rennes 1
> Campus de Beaulieu, 35000 RENNES - FRANCE
> Tel: 02.99.84.71.95
>
> gpg key id: 4096R/326D8438  (pgp.mit.edu)
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Network problem with ebtables

2012-01-24 Thread Jaime Melis
Hello Manuel,

Actually that's the intented behaviour of this network driver. If you apply
this filter to a NIC, it will only be reachable from other VMs, meaning
that you won't be able to access it from your physical host, even if
they're on the same network.

I suggest that you use VLANs with the 802.1Q driver if you want to be able
to reach your VMs from your hosts while keeping them isolated. If you can't
use that driver beacuse of your netwrok infrastructure, you could always
create two NICs in a VM, and apply the ebtables filter to only one of them,
and use that VM as a gateway to reach your other VMs.

Cheers,
Jaime

2012/1/15 Manuel Padrón 

> Hi:
>
> I'm trying to make work the network of the vms with ebtables. I've got
> in the physical machine an eth0 and a br0 working with 192.168.0.1 ip.
> I create an vnet with one fix address 192.168.0.2.
>
> Everything seems to work. onevnet show said that 192.168.0.2 is USED
> by the VID of the vm. ebtables --list shows something like the guide
> (http://opennebula.org/documentation:rel3.0:ebtables ) said:
>
> btables --list
> Bridge table: filter
>
> Bridge chain: INPUT, entries: 0, policy: ACCEPT
>
> Bridge chain: FORWARD, entries: 2, policy: ACCEPT
> -s ! 2:0:ac:15:20:0/ff:ff:ff:ff:ff:0 -o vnet0 -j DROP
> -s ! 2:0:ac:15:20:29 -i vnet0 -j DROP
>
> Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
>
>
> I even can do a ping between 192.168.0.1 and 192.168.0.2. But if I try
> to reach the gw of the net (192.168.0.4) from the physical machine I
> can but from the vm  I didn't get any response.
>
> Anyone could help me?
>
> Regards from Canary Islands
>
> --
>
> Manuel Padrón Martínez
> Administrador de Redes y Sistemas
>
> .
> CITEC
> Centro Canario de Tratamiento de la Información, S.L.
> C/ Viera y Clavijo 34, 5ª Planta- 35002- Las Palmas de Gran Canaria -
> España
> Telf.: +34 928 939 411 Fax: +34 928 939 343 email: mpad...@citec-sl.com
>
> .
> Este mensaje y cualquier archivo adjunto al mismo son confidenciales y
> atañe exclusivamente a las personas a las que va dirigido.  Si usted
> no es el destinatario de este mensaje, considérese advertido de que lo
> ha recibido por error y que cualquier uso, difusión o copia están
> absolutamente prohibidos, recomendándole la comunicación de este hecho
> a la siguiente dirección de e-mail del remitente. Asimismo, se le
> advierte que toda la información personal contenida en este mensaje se
> encuentra protegida por la Ley 15/1999, de 13 de Diciembre de
> protección de datos de carácter personal, quedando totalmente
> prohibido su uso y/o tratamiento, así como la cesión de aquella a
> terceros al margen de lo dispuesto en la citada ley protectora de
> datos personales y de su normativa de desarrollo.
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Sunstone "lost" some functionality

2012-01-24 Thread Alberto Zuin - Liste

Hello all,
I have a little problem with sunstone in an OpenNebula 3.0 installation 
(in production).
Today I don't see anymore the buttons to change the owner/group of a 
resource and in VM menu there isn't "Live Migrate" voice.

Using shell commands it's all regular.
What i have done?
Thanks,
Alberto

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] authentication issue

2012-01-24 Thread Robert Schweikert



On 01/24/2012 08:39 AM, Jaime Melis wrote:

Hi,

we have changed the way this works for the 3.2 package. Is this still an
issue?


Hmm, if you are fixing package, will there be a 3.2.x release soon with 
fixes included?


I have 3.2 building in OBS (openSUSE build service). But because of all 
the reported problems right after the release I have not pushed this 
build from the :Testing project to the main project 
Virtualization:Cloud:OpenNebula.


A bit of guidance is appreciated.

Thanks,
Robert


--
Robert Schweikert   MAY THE SOURCE BE WITH YOU
SUSE-IBM Software Integration Center   LINUX
Tech Lead
rjsch...@suse.com
rschw...@ca.ibm.com
781-464-8147
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] one 3.2: VLAN inside VM definition template

2012-01-24 Thread Florian Antonescu
Hello,

I would like to know if it is possible to add a NIC to VM definition
with a VLAN, without using a previously defined virtual network,
similar to the attached one:

NIC=[
  IP=192.168.122.5,
  MAC=02:00:c0:a8:7a:05,
  PHYDEV=eth0,
  VLAN=YES,
  VLAN_ID=3
]

Thank you,
Florian Antonescu
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] authentication issue

2012-01-24 Thread Olivier Sallou


Le 1/24/12 2:39 PM, Jaime Melis a écrit :
> Hi,
>
> we have changed the way this works for the 3.2 package. Is this still
> an issue?
>
I have not yet upgraded to 3.2, I am waiting for additional fixes to
come   :-)
So I can't say if it is fixed with this release. I will let know when I
upgrade, this is not an urgent matter for me.

Olivier

> cheers,
> Jaime
>
> On Fri, Jan 6, 2012 at 4:01 PM, Olivier Sallou
> mailto:olivier.sal...@irisa.fr>> wrote:
>
> Hi,
> I found something.
> If I start one with "one start" instead of init.d scripts, I do
> not have
> hostpool error anymore
> I installed debian package which provide those scripts.
>
> Olivier
>
> Le 1/6/12 3:34 PM, Olivier Sallou a écrit :
> > Hi,
> > I try to create a VM from SunStone but I have issues.
> > I am connected as oneadmin. I created network, templates etc
> >
> > When I create a VM, it remains in INIT, there is no VM log.
> > In oned.log I see the following:
> >
> > Fri Jan  6 15:29:18 2012 [AuM][D]: Message received: AUTHENTICATE
> > SUCCESS 14 -
> >
> > Fri Jan  6 15:29:37 2012 [ReM][D]: HostPoolInfo method invoked
> > Fri Jan  6 15:29:37 2012 [ReM][E]: [HostPoolInfo] User couldn't be
> > authenticated, aborting call.
> > Fri Jan  6 15:29:40 2012 [ReM][D]: UserPoolInfo method invoked
> > Fri Jan  6 15:29:48 2012 [ReM][D]: VirtualMachinePoolInfo method
> invoked
> > Fri Jan  6 15:29:54 2012 [ReM][D]: ImagePoolInfo method invoked
> > Fri Jan  6 15:29:56 2012 [ReM][D]: VirtualMachineInfo method invoked
> > Fri Jan  6 15:29:56 2012 [ReM][D]: VirtualMachineInfo method invoked
> > Fri Jan  6 15:30:01 2012 [ReM][D]: VirtualNetworkPoolInfo method
> invoked
> > Fri Jan  6 15:30:07 2012 [ReM][D]: HostPoolInfo method invoked
> > Fri Jan  6 15:30:07 2012 [ReM][E]: [HostPoolInfo] User couldn't be
> > authenticated, aborting call.
> > Fri Jan  6 15:30:11 2012 [ReM][D]: HostPoolInfo method invoked
> > Fri Jan  6 15:30:12 2012 [ReM][D]: GroupPoolInfo method invoked
> > Fri Jan  6 15:30:14 2012 [ReM][D]: VirtualMachineInfo method invoked
> > Fri Jan  6 15:30:14 2012 [ReM][D]: VirtualMachineAction method
> invoked
> > Fri Jan  6 15:30:14 2012 [DiM][D]: Finalizing VM 1
> >
> >
> > What is strange is  [ReM][E]: [HostPoolInfo] User couldn't be
> > authenticated, aborting call.
> >
> > When connected via SSH as oneadmin user, I can do one commands
> with no issue.
> >
> > Seems that I am authenticzted for all but HostPoolInfo
> >
> >
> > Olivier
> >
> >
> >
>
> --
> Olivier Sallou
> IRISA / University of Rennes 1
> Campus de Beaulieu, 35000 RENNES - FRANCE
> Tel: 02.99.84.71.95
>
> gpg key id: 4096R/326D8438  (pgp.mit.edu )
> Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org 
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
>
>
> -- 
> Jaime Melis
> Project Engineer
> OpenNebula - The Open Source Toolkit for Cloud Computing
> www.OpenNebula.org  | jme...@opennebula.org
> 

-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (pgp.mit.edu)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Network problem with ebtables

2012-01-24 Thread Manuel Padrón
Thanks Jaime!

On Tue, Jan 24, 2012 at 1:44 PM, Jaime Melis  wrote:
> Hello Manuel,
>
> Actually that's the intented behaviour of this network driver. If you apply
> this filter to a NIC, it will only be reachable from other VMs, meaning that
> you won't be able to access it from your physical host, even if they're on
> the same network.
>
> I suggest that you use VLANs with the 802.1Q driver if you want to be able
> to reach your VMs from your hosts while keeping them isolated. If you can't
> use that driver beacuse of your netwrok infrastructure, you could always
> create two NICs in a VM, and apply the ebtables filter to only one of them,
> and use that VM as a gateway to reach your other VMs.
>
> Cheers,
> Jaime
>
> 2012/1/15 Manuel Padrón 
>>
>> Hi:
>>
>> I'm trying to make work the network of the vms with ebtables. I've got
>> in the physical machine an eth0 and a br0 working with 192.168.0.1 ip.
>> I create an vnet with one fix address 192.168.0.2.
>>
>> Everything seems to work. onevnet show said that 192.168.0.2 is USED
>> by the VID of the vm. ebtables --list shows something like the guide
>> (http://opennebula.org/documentation:rel3.0:ebtables ) said:
>>
>> btables --list
>> Bridge table: filter
>>
>> Bridge chain: INPUT, entries: 0, policy: ACCEPT
>>
>> Bridge chain: FORWARD, entries: 2, policy: ACCEPT
>> -s ! 2:0:ac:15:20:0/ff:ff:ff:ff:ff:0 -o vnet0 -j DROP
>> -s ! 2:0:ac:15:20:29 -i vnet0 -j DROP
>>
>> Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
>>
>>
>> I even can do a ping between 192.168.0.1 and 192.168.0.2. But if I try
>> to reach the gw of the net (192.168.0.4) from the physical machine I
>> can but from the vm  I didn't get any response.
>>
>> Anyone could help me?
>>
>> Regards from Canary Islands
>>
>> --
>>
>> Manuel Padrón Martínez
>> Administrador de Redes y Sistemas
>>
>> .
>> CITEC
>> Centro Canario de Tratamiento de la Información, S.L.
>> C/ Viera y Clavijo 34, 5ª Planta- 35002- Las Palmas de Gran Canaria -
>> España
>> Telf.: +34 928 939 411 Fax: +34 928 939 343 email: mpad...@citec-sl.com
>>
>> .
>> Este mensaje y cualquier archivo adjunto al mismo son confidenciales y
>> atañe exclusivamente a las personas a las que va dirigido.  Si usted
>> no es el destinatario de este mensaje, considérese advertido de que lo
>> ha recibido por error y que cualquier uso, difusión o copia están
>> absolutamente prohibidos, recomendándole la comunicación de este hecho
>> a la siguiente dirección de e-mail del remitente. Asimismo, se le
>> advierte que toda la información personal contenida en este mensaje se
>> encuentra protegida por la Ley 15/1999, de 13 de Diciembre de
>> protección de datos de carácter personal, quedando totalmente
>> prohibido su uso y/o tratamiento, así como la cesión de aquella a
>> terceros al margen de lo dispuesto en la citada ley protectora de
>> datos personales y de su normativa de desarrollo.
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
>
>
> --
> Jaime Melis
> Project Engineer
> OpenNebula - The Open Source Toolkit for Cloud Computing
> www.OpenNebula.org | jme...@opennebula.org



-- 

Manuel Padrón Martínez
Administrador de Redes y Sistemas
.
CITEC
Centro Canario de Tratamiento de la Información, S.L.
C/ Viera y Clavijo 34, 5ª Planta- 35002- Las Palmas de Gran Canaria - España
Telf.: +34 928 939 411 Fax: +34 928 939 343 email: mpad...@citec-sl.com
.
Este mensaje y cualquier archivo adjunto al mismo son confidenciales y
atañe exclusivamente a las personas a las que va dirigido.  Si usted
no es el destinatario de este mensaje, considérese advertido de que lo
ha recibido por error y que cualquier uso, difusión o copia están
absolutamente prohibidos, recomendándole la comunicación de este hecho
a la siguiente dirección de e-mail del remitente. Asimismo, se le
advierte que toda la información personal contenida en este mensaje se
encuentra protegida por la Ley 15/1999, de 13 de Diciembre de
protección de datos de carácter personal, quedando totalmente
prohibido su uso y/o tratamiento, así como la cesión de aquella a
terceros al margen de lo dispuesto en la citada ley protectora de
datos personales y de su normativa de desarrollo.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Help required

2012-01-24 Thread Florian Antonescu
Hi,

As displayed on OpenNebula wiki [1] in the Tutorials section, you can
find a good step-by-step tutorial at [2].

Best regards,
Florian

[1] http://wiki.opennebula.org/
[2] http://redes-privadas-virtuales.blogspot.com/search/label/Cloud%20computing

On Tue, Jan 24, 2012 at 10:30 AM, Habib Khadar
 wrote:
> My name is Khadar and I am a new user on OpenNebula, can anybody help me
> with step by step tutorial on how to install and configure OpenNebual. I am
> finding difficult to follow the guide/instruction of installing OpenNebula
> 3.2 provided on the web site, especially the codes/commands as I can't
> figure out where to place them. So far I have downloaded
> opennebula-3.2.0.tar for my windows.  If anyone has video tutorial on how to
> install and configure OpenNebula would be an advantage. If not step by step
> instruction should be fine.
>
> Thank you very much for your time.
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one3.2: XML-RPC one.imagepool.info

2012-01-24 Thread Florian Antonescu
I found out this was my mistake as I was actually using some code
designed for version 2.2.

On Mon, Jan 23, 2012 at 12:05 PM, Florian Antonescu
 wrote:
> Hi All,
>
> I am getting an error (Not enough parameters) when
> invoking one.imagepool.info with the code I have for OpenNebula 3.0.
> According to the documentation [1], nothing changed. Is the documentation
> wrong?
>
> Thank you,
> Florian Antonescu
>
> [1] http://opennebula.org/documentation:rel3.2:api#oneimagepoolinfo
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] /usr/share/one/install_gems error

2012-01-24 Thread benoit
the script contained in  opennebula-3.2.0.tar.gz source archive has an
error.

Execution of the script returns following error:
/usr/share/one/install_gems:115:in `install_rubygems': undefined method
`ecxitstatus' for # (NoMethodError)


diff -u install_gems new_install_gems
--- install_gems2012-01-24 15:41:59.991407170 +0100
+++ new_install_gems2012-01-24 15:39:18.121406586 +0100
@@ -112,7 +112,7 @@

 `gem install rubygems-update --version '= 1.3.6'`

-if $?.ecxitstatus!=0
+if $?.exitstatus!=0
 puts "Error updating rubygems"
 exit(-1)
 end
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] ttylinux acpi

2012-01-24 Thread Javier Fontan
I don't know of acpi packages for ttylinux but it you are using kvm
and don't need to proper shutdown the machine, that is, shutdown =
unplug the machine, you can just set

FEATURES=[ ACPI=no ]

In the VM template or in /etc/one/vmm_exec/vmm_exec_kvm.conf (so it
becomes default for every VM that does not specify it)

On Sun, Jan 22, 2012 at 2:26 PM, Paulo Renato  wrote:
> hi, I need use a ttylinux image for an experiment cause it is very, very
> small but I also need the acpi capabilities enable for my experiment. I try
> install manually using pacman package manager, but it doesn't work. Thanks
> for your help.
>
> --
> Atenciosamente,
>
> Paulo Renato
> Administrador de Redes
> Guarda Municipal de Fortaleza
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Javier Fontán Muiños
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | jfon...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] LDAP 2.9.85 authentication module

2012-01-24 Thread Javier Fontan
That is indeed a bug. Anyway, now the addons come with the standard
OpenNebula distribution (since 3.2) and this is not a problem anymore.
OpenNebula install script does not mess with this file permissions.

Thanks anyway for reporting.

On Sat, Jan 21, 2012 at 5:42 AM, Shantanu Pavgi  wrote:
>
> I installed LDAP 2.9.85 authentication module in OpenNebula 3.0. It seems 
> like install.sh script remove 'execute' bit on the $ONE_LOCATION/etc/auth 
> directory which results in 'permission denied' error for files in that 
> directory. Of course it can be fixed by setting 'execute' bit back on that 
> directory, but it may need to be fixed in the install script itself.
>
> {{{
> chmod 600 $DESTDIR$ETC_LOCATION/auth  # line 51
> }}}
>
>
> --
> Shantanu.
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



-- 
Javier Fontán Muiños
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | jfon...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] LDAP 2.9.85 authentication module

2012-01-24 Thread Poul Kristensen
Sorry for interrupting, but what is opennebula authenticating againts?

In my understanding authentications are normally done against LDAP as
a part of AD (active directory) or against some other ldap server(DNS) to have
some centralized authentication. It could be Deffnet too.
It seems that opennebula is authenticating against a local ldap server?
 Is that correct?  Is it possible to authenticate againts AD?

Thanks

Poul

2012/1/24 Javier Fontan :
> That is indeed a bug. Anyway, now the addons come with the standard
> OpenNebula distribution (since 3.2) and this is not a problem anymore.
> OpenNebula install script does not mess with this file permissions.
>
> Thanks anyway for reporting.
>
> On Sat, Jan 21, 2012 at 5:42 AM, Shantanu Pavgi  wrote:
>>
>> I installed LDAP 2.9.85 authentication module in OpenNebula 3.0. It seems 
>> like install.sh script remove 'execute' bit on the $ONE_LOCATION/etc/auth 
>> directory which results in 'permission denied' error for files in that 
>> directory. Of course it can be fixed by setting 'execute' bit back on that 
>> directory, but it may need to be fixed in the install script itself.
>>
>> {{{
>> chmod 600 $DESTDIR$ETC_LOCATION/auth  # line 51
>> }}}
>>
>>
>> --
>> Shantanu.
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
>
> --
> Javier Fontán Muiños
> Project Engineer
> OpenNebula - The Open Source Toolkit for Data Center Virtualization
> www.OpenNebula.org | jfon...@opennebula.org | @OpenNebula
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Sunstone "lost" some functionality

2012-01-24 Thread Hector Sanjuan

Hello,

this problem has been reported on other occassions, but I've been unable  
to reproduce it. I have opened a ticket  
http://dev.opennebula.org/issues/1085


It happens because the Sunstone cookie is either not there, or it does not  
contain the relevant information, in this case the logged-in user gid,  
which should be 0.


Any idea of what might have triggered this situaton (im assuming you are  
using a user in oneadmin group, or a group with id=0)?


How does your suntone setup look like?

If the problem persists after removing browser history/cookies etc. it  
would be great if you could edit sunstone-server.rb and add after line 101  
(which should be "session[:user_gid]   = user['GID']"):


 $stderr.puts "User GID is #{user['GID']}"

Restart sunstone and login with oneadmin, then check sunstone.log for the  
"User GID..." string.


Hope it helps,

Hector


En Tue, 24 Jan 2012 14:47:57 +0100, Alberto Zuin - Liste  
 escribió:



Hello all,
I have a little problem with sunstone in an OpenNebula 3.0 installation  
(in production).
Today I don't see anymore the buttons to change the owner/group of a  
resource and in VM menu there isn't "Live Migrate" voice.

Using shell commands it's all regular.
What i have done?
Thanks,
Alberto

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



--
Hector Sanjuan
OpenNebula Developer
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] /usr/share/one/install_gems error

2012-01-24 Thread Ruben S. Montero
This is now fixed in the repo.

Thanks for the feedback!

On Tue, Jan 24, 2012 at 3:49 PM, benoit  wrote:

> the script contained in  opennebula-3.2.0.tar.gz source archive has an
> error.
>
> Execution of the script returns following error:
> /usr/share/one/install_gems:115:in `install_rubygems': undefined method
> `ecxitstatus' for # (NoMethodError)
>
>
> diff -u install_gems new_install_gems
> --- install_gems2012-01-24 15:41:59.991407170 +0100
> +++ new_install_gems2012-01-24 15:39:18.121406586 +0100
> @@ -112,7 +112,7 @@
>
>  `gem install rubygems-update --version '= 1.3.6'`
>
> -if $?.ecxitstatus!=0
> +if $?.exitstatus!=0
>  puts "Error updating rubygems"
>  exit(-1)
>  end
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>


-- 
Ruben S. Montero, PhD
Project co-Lead and Chief Architect
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] mandriva linux and opennebula

2012-01-24 Thread Alexander Khryukin
Hi.
I'm trying to add opennebula into mandriva linux.
Packages already done, and opennebula can be installed in cooker branch (it
is development and testing)
but i have error with systemd service and /usr/bin/oned


systemctl start one.service
Job failed. See system logs and 'systemctl status' for details.



[root@(none) opennebula]# systemctl status one.service
one.service - OpenNebula Cloud Controller Daemon
  Loaded: loaded (/lib/systemd/system/one.service; enabled)
  Active: failed since Wed, 25 Jan 2012 03:56:38 -0500; 9s ago
 Process: 7233 ExecStart=/usr/bin/oned (code=exited, status=0/SUCCESS)
 Process: 7231 ExecStartPre=/bin/chown oneadmin:cloud /var/log/one
(code=exited, status=0/SUCCESS)
 Process: 7229 ExecStartPre=/bin/mkdir -p /var/log/one (code=exited,
status=0/SUCCESS)
  CGroup: name=systemd:/system/one.service

Jan 25 03:57:02 (none) oned[7253]: Error: Can not start oned, opening lock
file /var/lock/one/one


then i do

rm  -rf /var/lock/one/one


and try to execute oned

/usr/bin/oned
terminate called without an active exception


and again

/usr/bin/oned
Error: Can not start oned, opening lock file /var/lock/one/one



Whats wrong?
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] mandriva linux and opennebula

2012-01-24 Thread Robert Schweikert

Hi,

On 01/24/2012 05:58 PM, Alexander Khryukin wrote:

Hi.
I'm trying to add opennebula into mandriva linux.
Packages already done, and opennebula can be installed in cooker branch
(it is development and testing)
but i have error with systemd service and /usr/bin/oned


I've posted .service files to this list recently. If you search the 
archives you should find them. The files work on openSUSE 12.1 and 
should work with Mandriva.


You can also take a look at the Virtualization:Cloud:OpenNebula project 
in OBS (openSUSE build service)


HTH,
Robert


--
Robert Schweikert   MAY THE SOURCE BE WITH YOU
SUSE-IBM Software Integration Center   LINUX
Tech Lead
rjsch...@suse.com
rschw...@ca.ibm.com
781-464-8147
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] OpenNebula 3.2 Error during dependencies installation

2012-01-24 Thread Maxim Mikheev

Hi Everyone,

I get an error during gems installations 
(/share/install_gems/install_gems).

I am using Ubuntu 11.10 server.

Error was already reported in this thread: 
http://comments.gmane.org/gmane.comp.distributed.opennebula.user/5371


Last suggestion in those thread was:

xmlparser needs expat-devel pacage installed to compile. install_gems
script should install this package but anyway, can you check that it
is installed?

expat-devel is not in the ubuntu repository but libexpat1-dev was 
installed.


Can anyone help to resolve it?

Thanks,
   Max
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org