Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

2015-02-12 Thread Daniel Molina
Hi,

That problem has been fixed in newer versions, upgrading is recommended.

You can fixed it by changing the following line:
https://github.com/OpenNebula/one/blob/release-4.2/src/sunstone/public/js/plugins/vms-tab.js#L3217
to
if (graphics  graphics.TYPE  graphics.TYPE.toLowerCase() == vnc 
$.inArray(state, VNCstates)!=-1){

Cheers

On 11 February 2015 at 22:06, Andreas Calvo andreas.ca...@scytl.com wrote:

  ​Daniel,

 Thanks for your response.


  Attached you will find the errors shown when accessing the dashboard and
 virtual machines tab from sunstone.


  Regards,



   Andreas Calvo Gómez
 Systems Engineer

  Skype/ andreas.calvo.gomez
 M/ +34 638 499 063
 P/ +34 934 230 324
 F/ +34 933 251 028

  Scytl Secure Electronic Voting
 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
 http://www.scytl.com

  NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.
   --
 *From:* Daniel Molina dmol...@opennebula.org
 *Sent:* 11 February 2015 18:47
 *To:* Andreas Calvo
 *Cc:* users@lists.opennebula.org
 *Subject:* Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

  Hi,

  Could you check in the browser developer console if there is any error?

  Cheers

 On 10 February 2015 at 18:00, Andreas Calvo andreas.ca...@scytl.com
 wrote:

 Hello,
 Since this morning, our Opennebula 4.2 Sunstone portal shows no virtual
 machines.
 The rest of the information (hosts, networks, templates, images, users,
 ACLs) are displayed correctly.

 Looking at the logs doesn't give much hint, all requests are 2xx and no
 error are handled either in sunstone.error or oned.error.

 Issuing a onevm list as the oneadmin users shows the current list of
 VMs running.

 Any hint or file to look?

 Thanks

 --
 Andreas Calvo Gómez
 Systems Engineer

 Skype/ andreas.calvo.gomez
 M/ +34 638 499 063
 P/ +34 934 230 324
 F/ +34 933 251 028

 Scytl Secure Electronic Voting
 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
 http://www.scytl.com

 NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.

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




  --
  --
  Daniel Molina
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula




-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

2015-02-12 Thread Andreas Calvo
Daniel,
Nevermind, browser’s cache fault.

Thanks

---
Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 49 90 63
P/ +34 934 230 324
F/ +34 933 251 028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona 
http://www.scytl.comhttp://www.scytl.com/

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer.

From: Users [mailto:users-boun...@lists.opennebula.org] On Behalf Of Andreas 
Calvo
Sent: jueves, 12 de febrero de 2015 16:22
To: Daniel Molina
Cc: users@lists.opennebula.org
Subject: Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

Daniel,
It’s still failing.

The main problem has been the ghost vulnerability found on glibc, which has 
triggered a controlled update of the bases system layer.
It pulled newer releases for libraries on which opennebula sunstone relay.

Any hint on how can I debug it in order to find which library or component is 
failing?

Thanks a ton

---
Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 49 90 63
P/ +34 934 230 324
F/ +34 933 251 028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona 
http://www.scytl.comhttp://www.scytl.com/

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer.

From: Daniel Molina [mailto:dmol...@opennebula.org]
Sent: jueves, 12 de febrero de 2015 12:05
To: Andreas Calvo
Cc: users@lists.opennebula.orgmailto:users@lists.opennebula.org
Subject: Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

Hi,

That problem has been fixed in newer versions, upgrading is recommended.

You can fixed it by changing the following line:
https://github.com/OpenNebula/one/blob/release-4.2/src/sunstone/public/js/plugins/vms-tab.js#L3217
to
if (graphics  graphics.TYPE  graphics.TYPE.toLowerCase() == vnc  
$.inArray(state, VNCstates)!=-1){

Cheers

On 11 February 2015 at 22:06, Andreas Calvo 
andreas.ca...@scytl.commailto:andreas.ca...@scytl.com wrote:

​Daniel,

Thanks for your response.



Attached you will find the errors shown when accessing the dashboard and 
virtual machines tab from sunstone.



Regards,




Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 499 063tel:%2B34%20638%20499%20063
P/ +34 934 230 324tel:%2B34%20934%20230%20324
F/ +34 933 251 028tel:%2B34%20933%20251%20028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
http://www.scytl.com

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer.

From: Daniel Molina dmol...@opennebula.orgmailto:dmol...@opennebula.org
Sent: 11 February 2015 18:47
To: Andreas Calvo
Cc: users@lists.opennebula.orgmailto:users@lists.opennebula.org
Subject: Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

Hi,

Could you check in the browser developer console if there is any error?

Cheers

On 10 February 2015 at 18:00, Andreas Calvo 
andreas.ca...@scytl.commailto:andreas.ca...@scytl.com wrote:
Hello,
Since this morning, our Opennebula 4.2 Sunstone portal shows no virtual
machines.
The rest of the information (hosts, networks, templates, images, users,
ACLs) are displayed correctly.

Looking at the logs doesn't give much hint, all requests are 2xx and no
error are handled either in sunstone.error or oned.error.

Issuing a onevm list as the oneadmin users shows the current list of
VMs running.

Any hint or file to look?

Thanks

--
Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 499 063tel:%2B34%20638%20499%20063
P/ +34 934 230 324tel:%2B34%20934%20230%20324
F/ +34 933 251 028tel:%2B34%20933%20251%20028

Scytl Secure Electronic Voting

Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

2015-02-12 Thread Daniel Molina
Same error in the browser console? If so, probably is a cache issue.

On 12 February 2015 at 16:21, Andreas Calvo andreas.ca...@scytl.com wrote:

  Daniel,

 It’s still failing.



 The main problem has been the ghost vulnerability found on glibc, which
 has triggered a controlled update of the bases system layer.

 It pulled newer releases for libraries on which opennebula sunstone relay.



 Any hint on how can I debug it in order to find which library or component
 is failing?



 Thanks a ton



 ---

 Andreas Calvo Gómez

 Systems Engineer



 Skype/ andreas.calvo.gomez

 M/ +34 638 49 90 63

 P/ +34 934 230 324

 F/ +34 933 251 028



 Scytl Secure Electronic Voting

 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
 http://www.scytl.com



 NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.



 *From:* Daniel Molina [mailto:dmol...@opennebula.org]
 *Sent:* jueves, 12 de febrero de 2015 12:05

 *To:* Andreas Calvo
 *Cc:* users@lists.opennebula.org
 *Subject:* Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines



 Hi,



 That problem has been fixed in newer versions, upgrading is recommended.



 You can fixed it by changing the following line:


 https://github.com/OpenNebula/one/blob/release-4.2/src/sunstone/public/js/plugins/vms-tab.js#L3217

 to

 if (graphics  graphics.TYPE  graphics.TYPE.toLowerCase() == vnc 
 $.inArray(state, VNCstates)!=-1){



 Cheers



 On 11 February 2015 at 22:06, Andreas Calvo andreas.ca...@scytl.com
 wrote:

 ​Daniel,

 Thanks for your response.



 Attached you will find the errors shown when accessing the dashboard and
 virtual machines tab from sunstone.



 Regards,





 Andreas Calvo Gómez

 Systems Engineer



 Skype/ andreas.calvo.gomez

 M/ +34 638 499 063

 P/ +34 934 230 324

 F/ +34 933 251 028



 Scytl Secure Electronic Voting

 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona

 http://www.scytl.com



 NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.
--

 *From:* Daniel Molina dmol...@opennebula.org
 *Sent:* 11 February 2015 18:47
 *To:* Andreas Calvo
 *Cc:* users@lists.opennebula.org
 *Subject:* Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines



 Hi,



 Could you check in the browser developer console if there is any error?



 Cheers



 On 10 February 2015 at 18:00, Andreas Calvo andreas.ca...@scytl.com
 wrote:

 Hello,
 Since this morning, our Opennebula 4.2 Sunstone portal shows no virtual
 machines.
 The rest of the information (hosts, networks, templates, images, users,
 ACLs) are displayed correctly.

 Looking at the logs doesn't give much hint, all requests are 2xx and no
 error are handled either in sunstone.error or oned.error.

 Issuing a onevm list as the oneadmin users shows the current list of
 VMs running.

 Any hint or file to look?

 Thanks

 --
 Andreas Calvo Gómez
 Systems Engineer

 Skype/ andreas.calvo.gomez
 M/ +34 638 499 063
 P/ +34 934 230 324
 F/ +34 933 251 028

 Scytl Secure Electronic Voting
 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
 http://www.scytl.com

 NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.

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





 --

 --

 Daniel Molina
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula





 --

 --

 Daniel Molina
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula




-- 
--
Daniel Molina
Project

Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

2015-02-12 Thread Andreas Calvo
Daniel,
It’s still failing.

The main problem has been the ghost vulnerability found on glibc, which has 
triggered a controlled update of the bases system layer.
It pulled newer releases for libraries on which opennebula sunstone relay.

Any hint on how can I debug it in order to find which library or component is 
failing?

Thanks a ton

---
Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 49 90 63
P/ +34 934 230 324
F/ +34 933 251 028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona 
http://www.scytl.comhttp://www.scytl.com/

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer.

From: Daniel Molina [mailto:dmol...@opennebula.org]
Sent: jueves, 12 de febrero de 2015 12:05
To: Andreas Calvo
Cc: users@lists.opennebula.org
Subject: Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

Hi,

That problem has been fixed in newer versions, upgrading is recommended.

You can fixed it by changing the following line:
https://github.com/OpenNebula/one/blob/release-4.2/src/sunstone/public/js/plugins/vms-tab.js#L3217
to
if (graphics  graphics.TYPE  graphics.TYPE.toLowerCase() == vnc  
$.inArray(state, VNCstates)!=-1){

Cheers

On 11 February 2015 at 22:06, Andreas Calvo 
andreas.ca...@scytl.commailto:andreas.ca...@scytl.com wrote:

​Daniel,

Thanks for your response.



Attached you will find the errors shown when accessing the dashboard and 
virtual machines tab from sunstone.



Regards,




Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 499 063tel:%2B34%20638%20499%20063
P/ +34 934 230 324tel:%2B34%20934%20230%20324
F/ +34 933 251 028tel:%2B34%20933%20251%20028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
http://www.scytl.com

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer.

From: Daniel Molina dmol...@opennebula.orgmailto:dmol...@opennebula.org
Sent: 11 February 2015 18:47
To: Andreas Calvo
Cc: users@lists.opennebula.orgmailto:users@lists.opennebula.org
Subject: Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

Hi,

Could you check in the browser developer console if there is any error?

Cheers

On 10 February 2015 at 18:00, Andreas Calvo 
andreas.ca...@scytl.commailto:andreas.ca...@scytl.com wrote:
Hello,
Since this morning, our Opennebula 4.2 Sunstone portal shows no virtual
machines.
The rest of the information (hosts, networks, templates, images, users,
ACLs) are displayed correctly.

Looking at the logs doesn't give much hint, all requests are 2xx and no
error are handled either in sunstone.error or oned.error.

Issuing a onevm list as the oneadmin users shows the current list of
VMs running.

Any hint or file to look?

Thanks

--
Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 499 063tel:%2B34%20638%20499%20063
P/ +34 934 230 324tel:%2B34%20934%20230%20324
F/ +34 933 251 028tel:%2B34%20933%20251%20028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
http://www.scytl.com

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer.

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



--
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.orghttp://www.OpenNebula.org | 
dmol...@opennebula.orgmailto:dmol...@opennebula.org | @OpenNebula



--
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.orghttp

Re: [one-users] Sunstone on ONE 4.2 shows no virtual machines

2015-02-11 Thread Daniel Molina
Hi,

Could you check in the browser developer console if there is any error?

Cheers

On 10 February 2015 at 18:00, Andreas Calvo andreas.ca...@scytl.com wrote:

 Hello,
 Since this morning, our Opennebula 4.2 Sunstone portal shows no virtual
 machines.
 The rest of the information (hosts, networks, templates, images, users,
 ACLs) are displayed correctly.

 Looking at the logs doesn't give much hint, all requests are 2xx and no
 error are handled either in sunstone.error or oned.error.

 Issuing a onevm list as the oneadmin users shows the current list of
 VMs running.

 Any hint or file to look?

 Thanks

 --
 Andreas Calvo Gómez
 Systems Engineer

 Skype/ andreas.calvo.gomez
 M/ +34 638 499 063
 P/ +34 934 230 324
 F/ +34 933 251 028

 Scytl Secure Electronic Voting
 Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
 http://www.scytl.com

 NOTICE: The information in this e-mail and in any of its attachments is
 confidential and intended solely for the attention and use of the named
 addressee(s). If you are not the intended recipient, any disclosure,
 copying, distribution or retaining of this message or any part of it,
 without the prior written consent of Scytl Secure Electronic Voting, SA is
 prohibited and may be unlawful. If you have received this in error, please
 contact the sender and delete the material from any computer.

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




-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
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] Sunstone on ONE 4.2 shows no virtual machines

2015-02-10 Thread Andreas Calvo
Hello,
Since this morning, our Opennebula 4.2 Sunstone portal shows no virtual
machines.
The rest of the information (hosts, networks, templates, images, users,
ACLs) are displayed correctly.

Looking at the logs doesn't give much hint, all requests are 2xx and no
error are handled either in sunstone.error or oned.error.

Issuing a onevm list as the oneadmin users shows the current list of
VMs running.

Any hint or file to look?

Thanks

-- 
Andreas Calvo Gómez
Systems Engineer

Skype/ andreas.calvo.gomez
M/ +34 638 499 063
P/ +34 934 230 324
F/ +34 933 251 028

Scytl Secure Electronic Voting
Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona
http://www.scytl.com

NOTICE: The information in this e-mail and in any of its attachments is 
confidential and intended solely for the attention and use of the named 
addressee(s). If you are not the intended recipient, any disclosure, copying, 
distribution or retaining of this message or any part of it, without the prior 
written consent of Scytl Secure Electronic Voting, SA is prohibited and may be 
unlawful. If you have received this in error, please contact the sender and 
delete the material from any computer. 

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