[one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Dear Sir, This is in response to the subject that I posted on June-21, but still no response. I have tried to improve little bit from there but still no the VM is failing; but now throwing new error. I am posting some output of the configuration files, please have a look and kindly8 respond.

Re: [one-users] How to move an existing image from one datastore to another one?

2014-06-24 Thread Carlos Martín Sánchez
Hi, If the source DS is file-based, you can use the original image's SOURCE as the new image's PATH. OpenNebula will do the copy in this case. Regards. -- Carlos Martín, MSc Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | cmar...@opennebula.org |

Re: [one-users] [feature-request] Time-based deployment of virtual machines?

2014-06-24 Thread Carlos Martín Sánchez
Hi, On Thu, Jun 12, 2014 at 11:53 AM, Valerio Schiavoni valerio.schiav...@gmail.com wrote: Is there an easy way to list all the VMs which do not have a scheduled shutdown (so that we can send reminders to those users) ? You can do that easily with a ruby script, or any other language

Re: [one-users] Generate a noVNC session token outside Sunstone

2014-06-24 Thread Daniel Molina
Hi Rodrigue, You have to use the POST method instead of GET Cheers On 19 June 2014 17:39, Rodrigue Chakode rodrigue.chak...@gmail.com wrote: Hi Stefan Thanks for the hint, but it doesn't work with ONE 4.6.2: http://IP:9869/vm/11/startvnc returns this: Sinatra doesn't know this ditty.

Re: [one-users] Ceph

2014-06-24 Thread Javier Fontan
I don't think that ceph does something that doesn't let you run VMs in the same node but I've never tried that. On Thu, Jun 19, 2014 at 4:43 PM, Christophe Duez christophe.d...@student.uantwerpen.be wrote: Hello, Can servers that are used for running vm's also be used for ceph storage in

Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-06-24 Thread Javier Fontan
I've been checking the scripts and there's not an easy fix for to make it work in fedora. I'll install a fedora and take a look at the problem. Maybe using ip command can be the solution. On Wed, Jun 11, 2014 at 3:31 PM, ML mail mlnos...@yahoo.com wrote: So actually it is set as I can see with

Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-06-24 Thread Stefan Kooman
Quoting Javier Fontan (jfon...@opennebula.org): I've been checking the scripts and there's not an easy fix for to make it work in fedora. I'll install a fedora and take a look at the problem. Maybe using ip command can be the solution. I'm busy working on replacing ifconfig with ip in the

Re: [one-users] Generate a noVNC session token outside Sunstone

2014-06-24 Thread Rodrigue Chakode
Thanks Daniel, it works now. -- Rodrigue On Tue, Jun 24, 2014 at 11:14 AM, Daniel Molina dmol...@opennebula.org wrote: Hi Rodrigue, You have to use the POST method instead of GET Cheers On 19 June 2014 17:39, Rodrigue Chakode rodrigue.chak...@gmail.com wrote: Hi Stefan Thanks for

[one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Dear Sir, I am not able to see whether you are actually getting my query or not. Dear Sir, This is in response to the subject that I posted on June-21, but still no response. I have

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Damon (Albino Geek)
Hello,We are getting this query. We all are.This is a low traffic mailing list [2-3 mails per day]Just be patient and await a response from soneone who knows!On Tue, 24 Jun 2014 04:01:05 -0700, Sudeep Narayan Banerjee snbaner...@iitgn.ac.in wrote:Dear Sir,I am not able to see whether you are

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Dear All, Thanks a lot for the response! I shall eagerly wait for some help. Sudeep Narayan Banerjee On Tue, Jun 24, 2014 at 4:35 PM, Damon (Albino Geek) albinog...@gmail.com wrote: Hello, We are getting this query. We all are. This is a low traffic mailing list [2-3 mails per day] Just

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Dear Stefan, Thanks for the reply!. As oneadmin user (su - oneadmin), can you touch anything in /var/lib/one/datastores/0? [oneadmin@front 0]$ pwd /var/lib/one/datastores/0 [oneadmin@front 0]$ [oneadmin@front 0]$ touch file [oneadmin@front 0]$ [oneadmin@front 0]$ ls -l file -rw-rw-r-- 1

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Javier Fontan
From this message it looks like a selinux problem: error: unable to set security context 'unconfined_u:object_r:svirt_image_t:s0:c514,c893' You can try disabling selinux in the nodes with the command (as root): # setenforce 0 On Tue, Jun 24, 2014 at 10:02 AM, Sudeep Narayan Banerjee

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Dear Sir, Thanks for your responses, Please find my inputs, From this message it looks like a selinux problem: error: unable to set security context 'unconfined_u:object_r:svirt_image_t:s0:c514,c893' You can try disabling selinux in the nodes with the command (as root): [oneadmin@front ~]$

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Hello All, I tried to instantiate a VM once again using the below commands. [oneadmin@front ~]$ onetemplate instantiate CentOS-6.5 --name myvm1 VM ID: 22 But it gave error with an additional new error. //*internal error process exited while connecting to monitor: qemu: could not load kernel

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Steven Timm
This error is an SELinux error. Is it possible for you to disable SELinux on the VM host in question? Steve Timm On Tue, 24 Jun 2014, Sudeep Narayan Banerjee wrote: Dear Sir, This is in response to the subject that I posted on June-21, but still no response. I have tried to improve little

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Hello, Yes it is possible I made it disable via following commands. [root@nc1 ~]# setenforce 0 [root@nc1 ~]# getenforce Permissive [root@nc1 ~]# lokkit --disabled Also system-config-firewall says Firewall is off. But is reboot required. But I am not understanding this error* Command execution

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Steven Timm
After you disabled SELinux and rebooted the VM host are you still getting the error about the deploy command failing? Steve Timm On Tue, 24 Jun 2014, Sudeep Narayan Banerjee wrote: Hello, Yes it is possible I made it disable via following commands. [root@nc1 ~]# setenforce 0 [root@nc1 ~]#

Re: [one-users] VM in opennebula failing

2014-06-24 Thread Sudeep Narayan Banerjee
Dear All, I have checked the status of Selinux in both the servers tried to deploy. Current Status of node: [root@nc1 ~]# getenforce Disabled Current Status of front: [root@front ~]# getenforce Disabled Tried to create a VM from front using this command: [oneadmin@front ~]$ onetemplate

[one-users] AppMarket error installation

2014-06-24 Thread Amier Anis
*Dear List,* My current production env using OpenNebula 4.6.2 (centos 6.5). I tried to install AppMarket Server but failed with Gem::InstallError: mime-types requires Ruby version = 1.9.2. An error occurred while installing mime-types (2.3), and Bundler cannot continue. Make sure that `gem