Re: [one-users] Failed during boot

2010-08-10 Thread Phuwadon (Aun) Danrahan

Hello Jaime,

I'm running the testing box with

- CentOS 5.5 64 bit
- kvm-83-164.el5_5.15
- kmod-kvm-83-164.el5_5.15
- kvm-qemu-img-83-164.el5_5.15
- libvirt-python-0.6.3-33.el5_5.1
- libvirt-0.6.3-33.el5_5.1
- libvirt-0.6.3-33.el5_5.1
- one-1.4.0-1

Brs,

On 10/8/2553 23:02, Jaime Melis wrote:

Hello,

Also, that error might also be produced by an out-dated version of 
KVM. What version of KVM and libvirt are you running and under what OS?


cheers,
Jaime


On Tue, Aug 10, 2010 at 5:24 PM, Jaime Melis > wrote:


Hello,

KVM supports both para-virtualization and full-virtualization. In
libvirt (used by OpenNebula for KVM), the type of virtualization
is specified in the domain file, under the "type" element. If
hvm (hardware virtual machine) then it requires
full-virtualization. Take a look at:
http://libvirt.org/formatdomain.html#elementsOSBIOS

I'm guessing the problem you're having is that either your
hardware does not support hardware virtualization or, as suggested
by Ricky Melgares, it's not enabled in the BIOS.

To check for harware virtualization support take a look at:
http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM

cheers,
Jaime

On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson
mailto:chris.sargin...@ukfast.co.uk>> wrote:

Is hvm not for Xen deployments, rather than KVM?

*From:* users-boun...@lists.opennebula.org

[mailto:users-boun...@lists.opennebula.org
] *On Behalf Of
*Diego Perez Fabado
*Sent:* 10 August 2010 08:51
*To:* Phuwadon (Aun) Danrahan


*Cc:* users@lists.opennebula.org

*Subject:* Re: [one-users] Failed during boot

Hello I'm also having a similar problem with kvm, any help
would be very appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
/opt/opennebula/var/89/deployment.0

Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail:
'mkdir -p /opt/opennebula/var/89/images && cat >
/opt/opennebula/var/89/images/deployment.0 && virsh --connect
qemu:///system create /opt/opennebula/var/89/images/deployment.0'

Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.

Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create
domain from /opt/opennebula/var/89/images/deployment.0

Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no
supported architecture for os type 'hvm'

Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1

Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!

2010/8/10 Phuwadon (Aun) Danrahan mailto:phuwa...@tarad.com>>

Note: i manually create the .img file by using command
"qemu-img create -f qcow2 /opt/image/myimage.img 14G" . I'm
very new to OpenNebula.




Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
Command execution fail: 'mkdir -p
/srv/cloud/one/var//21/images && cat >
/srv/cloud/one/var//21/images/deployment.0 && virsh --connect
qemu:///system create /srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
STDERR follows.

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
error: Failed to create domain from
/srv/cloud/one/var//21/images/deployment.0

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
error: internal error Domain one-21 didn't show up



Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
ExitCode: 1

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY
FAILURE 21 -

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21
tm_delete.sh: Deleting /srv/cloud/one/var//21/images

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21
tm_delete.sh: Executed "ssh devvm1 rm -rf
/srv/cloud/one/var//21/images".

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER
SUCCESS 21 -


On 10/8/2553 12:07, Ricky Melgares wrote:

Can you please list the next couple of lines that follow the
STDERR line.



On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:

Hello,

I'm testing my first OpenNebular cloud and got an error that
need your support. Anyone, know howto fix this error.


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
Command execution fail: 'mkdir -p
/srv/cloud/one/var//21/images&&  cat>
 /srv/cloud/one/var//21/images/deployment.0&&  virsh --connect
  

[one-users] problems uploading large images

2010-08-10 Thread Claude Noshpitz
Hello,

I'm having trouble using either econe-upload or oneimage to push images
larger than the amount of physical RAM on the ONE master.  It appears that
an attempt is made to buffer the whole image content in memory somewhere
along the line; odd messages like this appear:

tcmalloc: large alloc 2181038080 bytes == 0x187ab4000 @
tcmalloc: large alloc 18446744072140881920 bytes == (nil) @
tcmalloc: large alloc 4362076160 bytes == 0x209eb4000 @

Not good.  So the first attack was to run econe-server under Unicorn to
properly buffering the POSTed "attachment" to disk before trying to complete
the request.  There are obviously other ways to do this, but Unicorn is
awesome :)  It did require some tweaking of econe-server, which I won't
include here because it was really just a hack to get stuff working.

Next, we have to get control of the http POST timeout since it takes a
couple of minutes to transfer 4 GB.  This could perhaps be done via a
command-line argument, as discussed in http://dev.opennebula.org/issues/195,
but here's a simple workaround patch:

--- a/src/cloud/ec2/bin/econe-upload
+++ b/src/cloud/ec2/bin/econe-upload
@@ -107,7 +107,7 @@ end
 auth = "#{access}:#{secret}" if secret && access
 
 begin
-ec2_client = EC2QueryClient::Client.new(auth,url)
+ec2_client = EC2QueryClient::Client.new(auth,url,600)
 rescue Exception => e
 puts "#{cmd_name}: #{e.message}"

With some tweaking I made that work, only to track down another failure,
"execution expired", originating from the xml-rpc server interface in
OpenNebula.rb.  That timeout happens because the 'allocate' method on Image
in the xml-rpc server ends up needing to copy bits and so takes a long time
for a lot of bits.  Here's a quick-and-dirty patch:

--- a/src/oca/ruby/OpenNebula.rb
+++ b/src/oca/ruby/OpenNebula.rb
@@ -109,6 +109,7 @@ module OpenNebula
 end
 
 begin
+server.timeout = 600
 response = server.call("one."+action, @one_auth, *args)


So finally I can use econe-upload.  Yay!

But... 'oneimage add' still is broken, with the same
trying-to-copy-a-big-file-into-ram behavior as above.  Before I start
hacking that, I thought it'd be worth asking if anyone has run into this
problem and perhaps addressed it a bit more elegantly than I am?

Thanks!

--Claude

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


Re: [one-users] /sbin/mkfs not available in a non-interactive bash sessions

2010-08-10 Thread Dan Yocum



On 08/10/2010 02:51 PM, Dan Yocum wrote:

Hi,

mkfs can not be found when attempting to ssh to a worker node to create
a FS. This is a limitation of a non-interactive bash session. If /sbin
is in the oneadmin PATH env var, then mkfs is available to the user, but
only during interactive (i.e., login) sessions.

To remedy this, the full path to the executable must be specified -
/sbin/mkfs. Here is the error I get:

Fri Jul 30 13:48:35 2010 [TM][D]: Message received: LOG - 35
tm_mkimage.sh: ERROR: Command "ssh fcl005 mkfs -t xfs -F
/srv/cloud/one/var//35/images/disk.2" failed.

Fri Jul 30 13:48:35 2010 [TM][D]: Message received: LOG - 35
tm_mkimage.sh: ERROR: bash: mkfs: command not found

Fri Jul 30 13:48:35 2010 [TM][D]: Message received: TRANSFER FAILURE 35
bash: mkfs: command not found

I'd like to fix this in the interim - where can I find this and specify
the full path?


Found it - it's in ~oneadmin/lib/tm_commands/*/tm_mkimage.sh

Dan


--
Dan Yocum
Fermilab  630.840.6509
yo...@fnal.gov, http://fermigrid.fnal.gov
"I fly because it releases my mind from the tyranny of petty things."
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] /sbin/mkfs not available in a non-interactive bash sessions

2010-08-10 Thread Dan Yocum

Hi,

mkfs can not be found when attempting to ssh to a worker node to create 
a FS.  This is a limitation of a non-interactive bash session.  If /sbin 
is in the oneadmin PATH env var, then mkfs is available to the user, but 
only during interactive (i.e., login) sessions.


To remedy this, the full path to the executable must be specified - 
/sbin/mkfs.  Here is the error I get:


Fri Jul 30 13:48:35 2010 [TM][D]: Message received: LOG - 35 
tm_mkimage.sh: ERROR: Command "ssh fcl005 mkfs -t xfs -F 
/srv/cloud/one/var//35/images/disk.2" failed.


Fri Jul 30 13:48:35 2010 [TM][D]: Message received: LOG - 35 
tm_mkimage.sh: ERROR: bash: mkfs: command not found


Fri Jul 30 13:48:35 2010 [TM][D]: Message received: TRANSFER FAILURE 35 
bash: mkfs: command not found


I'd like to fix this in the interim - where can I find this and specify 
the full path?


Thanks,
Dan



--
Dan Yocum
Fermilab  630.840.6509
yo...@fnal.gov, http://fermigrid.fnal.gov
"I fly because it releases my mind from the tyranny of petty things."
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Jaime Melis
Hello,

Also, that error might also be produced by an out-dated version of KVM. What
version of KVM and libvirt are you running and under what OS?

cheers,
Jaime


On Tue, Aug 10, 2010 at 5:24 PM, Jaime Melis  wrote:

> Hello,
>
> KVM supports both para-virtualization and full-virtualization. In libvirt
> (used by OpenNebula for KVM), the type of virtualization is specified in the
> domain file, under the "type" element. If hvm (hardware virtual
> machine) then it requires full-virtualization. Take a look at:
> http://libvirt.org/formatdomain.html#elementsOSBIOS
>
> I'm guessing the problem you're having is that either your hardware does
> not support hardware virtualization or, as suggested by Ricky Melgares, it's
> not enabled in the BIOS.
>
> To check for harware virtualization support take a look at:
> http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM
>
> cheers,
> Jaime
>
> On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson <
> chris.sargin...@ukfast.co.uk> wrote:
>
>>  Is hvm not for Xen deployments, rather than KVM?
>>
>>
>>
>> *From:* users-boun...@lists.opennebula.org [mailto:
>> users-boun...@lists.opennebula.org] *On Behalf Of *Diego Perez Fabado
>> *Sent:* 10 August 2010 08:51
>> *To:* Phuwadon (Aun) Danrahan
>>
>> *Cc:* users@lists.opennebula.org
>> *Subject:* Re: [one-users] Failed during boot
>>
>>
>>
>> Hello I'm also having a similar problem with kvm, any help would be very
>> appreciated
>>
>>
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
>> /opt/opennebula/var/89/deployment.0
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p
>> /opt/opennebula/var/89/images && cat >
>> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system
>> create /opt/opennebula/var/89/images/deployment.0'
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from
>> /opt/opennebula/var/89/images/deployment.0
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported
>> architecture for os type 'hvm'
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
>>
>> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
>>
>>
>>
>> Thank you very much!!!
>>
>>
>>
>>
>>
>> 2010/8/10 Phuwadon (Aun) Danrahan 
>>
>> Note: i manually create the .img file by using command "qemu-img create -f
>> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>>
>>
>>
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
>> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat >
>> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system
>> create /srv/cloud/one/var//21/images/deployment.0'
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
>> follows.
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
>> Failed to create domain from /srv/cloud/one/var//21/images/deployment.0
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
>> internal error Domain one-21 didn't show up
>>
>>
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>>
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
>> Deleting /srv/cloud/one/var//21/images
>>
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
>> Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".
>>
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -
>>
>>
>> On 10/8/2553 12:07, Ricky Melgares wrote:
>>
>> Can you please list the next couple of lines that follow the STDERR line.
>>
>>
>>
>> On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:
>>
>>
>>
>> Hello,
>>
>> I'm testing my first OpenNebular cloud and got an error that need your
>> support. Anyone, know howto fix this error.
>>
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
>> execution fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>
>>  /srv/cloud/one/var//21/images/deployment.0&&  virsh --connect
>> qemu:///system create /srv/cloud/one/var//21/images/deployment.0'
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
>> follows.
>>
>>
>> This error occurred after i ran "onevm create myvhost". I did not see the
>> file /srv/cloud/one/var//21/images/deployment.0 but i could see
>> /srv/cloud/one/var//21/deployment.0
>>
>>
>>
>>
>>
>>
>> ___
>> 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
>>
>>
>
___
Us

Re: [one-users] Failed during boot

2010-08-10 Thread Jaime Melis
Hello,

KVM supports both para-virtualization and full-virtualization. In libvirt
(used by OpenNebula for KVM), the type of virtualization is specified in the
domain file, under the "type" element. If hvm (hardware virtual
machine) then it requires full-virtualization. Take a look at:
http://libvirt.org/formatdomain.html#elementsOSBIOS

I'm guessing the problem you're having is that either your hardware does not
support hardware virtualization or, as suggested by Ricky Melgares, it's not
enabled in the BIOS.

To check for harware virtualization support take a look at:
http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM

cheers,
Jaime

On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson <
chris.sargin...@ukfast.co.uk> wrote:

>  Is hvm not for Xen deployments, rather than KVM?
>
>
>
> *From:* users-boun...@lists.opennebula.org [mailto:
> users-boun...@lists.opennebula.org] *On Behalf Of *Diego Perez Fabado
> *Sent:* 10 August 2010 08:51
> *To:* Phuwadon (Aun) Danrahan
>
> *Cc:* users@lists.opennebula.org
> *Subject:* Re: [one-users] Failed during boot
>
>
>
> Hello I'm also having a similar problem with kvm, any help would be very
> appreciated
>
>
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
> /opt/opennebula/var/89/deployment.0
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p
> /opt/opennebula/var/89/images && cat >
> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system
> create /opt/opennebula/var/89/images/deployment.0'
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from
> /opt/opennebula/var/89/images/deployment.0
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported
> architecture for os type 'hvm'
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
>
> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
>
>
>
> Thank you very much!!!
>
>
>
>
>
> 2010/8/10 Phuwadon (Aun) Danrahan 
>
> Note: i manually create the .img file by using command "qemu-img create -f
> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>
>
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat >
> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system
> create /srv/cloud/one/var//21/images/deployment.0'
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
> follows.
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed
> to create domain from /srv/cloud/one/var//21/images/deployment.0
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
> internal error Domain one-21 didn't show up
>
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Deleting /srv/cloud/one/var//21/images
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -
>
>
> On 10/8/2553 12:07, Ricky Melgares wrote:
>
> Can you please list the next couple of lines that follow the STDERR line.
>
>
>
> On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:
>
>
>
> Hello,
>
> I'm testing my first OpenNebular cloud and got an error that need your
> support. Anyone, know howto fix this error.
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
> execution fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>
>  /srv/cloud/one/var//21/images/deployment.0&&  virsh --connect
> qemu:///system create /srv/cloud/one/var//21/images/deployment.0'
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
> follows.
>
>
> This error occurred after i ran "onevm create myvhost". I did not see the
> file /srv/cloud/one/var//21/images/deployment.0 but i could see
> /srv/cloud/one/var//21/deployment.0
>
>
>
>
>
>
> ___
> 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
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Chris Sarginson
Is hvm not for Xen deployments, rather than KVM?

From: users-boun...@lists.opennebula.org 
[mailto:users-boun...@lists.opennebula.org] On Behalf Of Diego Perez Fabado
Sent: 10 August 2010 08:51
To: Phuwadon (Aun) Danrahan
Cc: users@lists.opennebula.org
Subject: Re: [one-users] Failed during boot

Hello I'm also having a similar problem with kvm, any help would be very 
appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
/opt/opennebula/var/89/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
/opt/opennebula/var/89/images && cat > 
/opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system 
create /opt/opennebula/var/89/images/deployment.0'
Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
/opt/opennebula/var/89/images/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
architecture for os type 'hvm'
Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!


2010/8/10 Phuwadon (Aun) Danrahan 
mailto:phuwa...@tarad.com>>
Note: i manually create the .img file by using command "qemu-img create -f 
qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.



Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command execution 
fail: 'mkdir -p /srv/cloud/one/var//21/images && cat > 
/srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system 
create /srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR follows.
Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed to 
create domain from /srv/cloud/one/var//21/images/deployment.0

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: internal 
error Domain one-21 didn't show up


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh: 
Deleting /srv/cloud/one/var//21/images

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh: 
Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -


On 10/8/2553 12:07, Ricky Melgares wrote:
Can you please list the next couple of lines that follow the STDERR line.


On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:


Hello,

I'm testing my first OpenNebular cloud and got an error that need your support. 
Anyone, know howto fix this error.


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command execution 
fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>  
/srv/cloud/one/var//21/images/deployment.0&&  virsh --connect qemu:///system 
create /srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR follows.


This error occurred after i ran "onevm create myvhost". I did not see the file 
/srv/cloud/one/var//21/images/deployment.0 but i could see 
/srv/cloud/one/var//21/deployment.0



___
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] Failed during boot

2010-08-10 Thread Phuwadon (Aun) Danrahan


I'm testing by using Dell R410. The "Virtualization Technology" is 
enabled in "Processor Settings".


Thabk you.

On 10/8/2553 18:38, Ricky Melgares wrote:

Make sure you've enabled virtualization in your BIOS settings. I got this same 
exact error before and I believe that was the problem.

-Ricky

On Aug 10, 2010, at 3:50 AM, Diego Perez Fabado wrote:

   

Hello I'm also having a similar problem with kvm, any help would be very 
appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
/opt/opennebula/var/89/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
/opt/opennebula/var/89/images&&  cat>  
/opt/opennebula/var/89/images/deployment.0&&  virsh --connect qemu:///system create 
/opt/opennebula/var/89/images/deployment.0'
Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
/opt/opennebula/var/89/images/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
architecture for os type 'hvm'
Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!
 
   


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


[one-users] Support for OpenNebulaExpress

2010-08-10 Thread Ashish Revar
Hello there,

I am working on OpenNebulaExpress to implement public cloud. But after the
installation I need to implement/dedicate bridges to the network, as guided
in the documentation.

But after performing this step network stops working.

Is there any help or guidance?

If I am posting the support request to the wrong place, then please inform
me and kindly provide me the exact mail address to where I can send the mail
for support.


-- 
Ashish Revar
ashishre...@gmail.com
9909298846
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Ricky Melgares
Make sure you've enabled virtualization in your BIOS settings. I got this same 
exact error before and I believe that was the problem.

-Ricky

On Aug 10, 2010, at 3:50 AM, Diego Perez Fabado wrote:

> Hello I'm also having a similar problem with kvm, any help would be very 
> appreciated 
> 
> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
> /opt/opennebula/var/89/deployment.0
> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
> /opt/opennebula/var/89/images && cat > 
> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system 
> create /opt/opennebula/var/89/images/deployment.0'
> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
> /opt/opennebula/var/89/images/deployment.0
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
> architecture for os type 'hvm'
> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
> 
> Thank you very much!!!

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


Re: [one-users] Failed during boot

2010-08-10 Thread Diego Perez Fabado
Hello I'm also having a similar problem with kvm, any help would be very
appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
/opt/opennebula/var/89/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p
/opt/opennebula/var/89/images && cat >
/opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system
create /opt/opennebula/var/89/images/deployment.0'
Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from
/opt/opennebula/var/89/images/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported
architecture for os type 'hvm'
Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!


2010/8/10 Phuwadon (Aun) Danrahan 

> Note: i manually create the .img file by using command "qemu-img create -f
> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat >
> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system
> create /srv/cloud/one/var//21/images/deployment.0'
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
> follows.
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed
> to create domain from /srv/cloud/one/var//21/images/deployment.0
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
> internal error Domain one-21 didn't show up
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Deleting /srv/cloud/one/var//21/images
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -
>
>
> On 10/8/2553 12:07, Ricky Melgares wrote:
>
>> Can you please list the next couple of lines that follow the STDERR line.
>>
>>
>> On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:
>>
>>
>>
>>> Hello,
>>>
>>> I'm testing my first OpenNebular cloud and got an error that need your
>>> support. Anyone, know howto fix this error.
>>>
>>>
>>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
>>> execution fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>
>>>  /srv/cloud/one/var//21/images/deployment.0&&  virsh --connect
>>> qemu:///system create /srv/cloud/one/var//21/images/deployment.0'
>>>
>>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
>>> follows.
>>>
>>>
>>> This error occurred after i ran "onevm create myvhost". I did not see the
>>> file /srv/cloud/one/var//21/images/deployment.0 but i could see
>>> /srv/cloud/one/var//21/deployment.0
>>>
>>>
>>
>>
>
> ___
> 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