← Back to team overview

registry team mailing list archive

Re: [Bug 623172] Re: Compute node failed to create vm instance on launching command euca-run-instances

 

This is due to having a non-patched version of twisted.

On Oct 5, 2010, at 6:49 PM, Jay Pipes wrote:

> ping.  what is the status of this bug?  thanks in advance.
> 
> ** Changed in: nova
>       Status: New => Incomplete
> 
> -- 
> Compute node failed to create vm instance on launching command euca-run-instances
> https://bugs.launchpad.net/bugs/623172
> You received this bug notification because you are a member of Nova
> Bugs, which is subscribed to OpenStack Compute (nova).
> 
> Status in OpenStack Compute (Nova): Incomplete
> 
> Bug description:
> I tried to run VM with the document, http://wiki.openstack.org/InstallFromSource
> and it failed when I commanded euca-run-instance.
> 
> The log message in compute node is as follows:
> 
> 2010-08-23 23:16:59-0700 [-] (root): INFO Creating image for: i-dclpwc1h
> 
> INFO:root:Injecting data into image ami-n9avbqo3
> 2010-08-23 23:17:16-0700 [-] (root): INFO Injecting data into image ami-n9avbqo3
> ERROR:root:Failed to fetch message from queue
> Traceback (most recent call last):
>  File "/home/ozawa/openstack/nova/nova/rpc.py", line 110, in fetch
>    super(Consumer, self).fetch(no_ack, auto_ack, enable_callbacks)
>  File "/usr/lib/pymodules/python2.6/carrot/messaging.py", line 304, in fetch
>    message = self.backend.get(self.queue, no_ack=no_ack)
>  File "/usr/lib/pymodules/python2.6/carrot/backends/pyamqplib.py", line 252, in get
>    raw_message = self.channel.basic_get(queue, no_ack=no_ack)
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 2032, in basic_get
>    (60, 72),    # Channel.basic_get_empty
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/abstract_channel.py", line 89, in wait
>    self.channel_id, allowed_methods)
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/connection.py", line 198, in _wait_method
>    self.method_reader.read_method()
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/method_framing.py", line 215, in read_method
>    raise m
> error: [Errno 4] Interrupted system call
> 2010-08-23 23:17:18-0700 [-] (root): ERROR Failed to fetch message from queue
> 2010-08-23 23:17:18-0700 [-] Traceback (most recent call last):
> 2010-08-23 23:17:18-0700 [-]   File "/home/ozawa/openstack/nova/nova/rpc.py", line 110, in fetch
> 2010-08-23 23:17:18-0700 [-]     super(Consumer, self).fetch(no_ack, auto_ack, enable_callbacks)
> 2010-08-23 23:17:18-0700 [-]   File "/usr/lib/pymodules/python2.6/carrot/messaging.py", line 304, in fetch
> 2010-08-23 23:17:18-0700 [-]     message = self.backend.get(self.queue, no_ack=no_ack)
> 2010-08-23 23:17:18-0700 [-]   File "/usr/lib/pymodules/python2.6/carrot/backends/pyamqplib.py", line 252, in get
> 2010-08-23 23:17:18-0700 [-]     raw_message = self.channel.basic_get(queue, no_ack=no_ack)
> 2010-08-23 23:17:18-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 2032, in basic_get
> 2010-08-23 23:17:18-0700 [-]     (60, 72),    # Channel.basic_get_empty
> 2010-08-23 23:17:18-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/abstract_channel.py", line 89, in wait
> 2010-08-23 23:17:18-0700 [-]     self.channel_id, allowed_methods)
> 2010-08-23 23:17:18-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/connection.py", line 198, in _wait_method
> 2010-08-23 23:17:18-0700 [-]     self.method_reader.read_method()
> 2010-08-23 23:17:18-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/method_framing.py", line 215, in read_method
> 2010-08-23 23:17:18-0700 [-]     raise m
> 2010-08-23 23:17:18-0700 [-] error: [Errno 4] Interrupted system call
> ERROR:root:Reconnected to queue
> 2010-08-23 23:17:18-0700 [-] (root): ERROR Reconnected to queue
> ERROR:root:Failed to fetch message from queue
> Traceback (most recent call last):
>  File "/home/ozawa/openstack/nova/nova/rpc.py", line 110, in fetch
>    super(Consumer, self).fetch(no_ack, auto_ack, enable_callbacks)
>  File "/usr/lib/pymodules/python2.6/carrot/messaging.py", line 304, in fetch
>    message = self.backend.get(self.queue, no_ack=no_ack)
>  File "/usr/lib/pymodules/python2.6/carrot/backends/pyamqplib.py", line 252, in get
>    raw_message = self.channel.basic_get(queue, no_ack=no_ack)
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 2032, in basic_get
>    (60, 72),    # Channel.basic_get_empty
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/abstract_channel.py", line 89, in wait
>    self.channel_id, allowed_methods)
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/connection.py", line 198, in _wait_method
>    self.method_reader.read_method()
>  File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/method_framing.py", line 215, in read_method
>    raise m
> 2010-08-23 23:17:19-0700 [-] (root): ERROR Failed to fetch message from queue
> 2010-08-23 23:17:19-0700 [-] Traceback (most recent call last):
> 2010-08-23 23:17:19-0700 [-]   File "/home/ozawa/openstack/nova/nova/rpc.py", line 110, in fetch
> 2010-08-23 23:17:19-0700 [-]     super(Consumer, self).fetch(no_ack, auto_ack, enable_callbacks)
> 2010-08-23 23:17:19-0700 [-]   File "/usr/lib/pymodules/python2.6/carrot/messaging.py", line 304, in fetch
> 2010-08-23 23:17:19-0700 [-]     message = self.backend.get(self.queue, no_ack=no_ack)
> 2010-08-23 23:17:19-0700 [-]   File "/usr/lib/pymodules/python2.6/carrot/backends/pyamqplib.py", line 252, in get
> 2010-08-23 23:17:19-0700 [-]     raw_message = self.channel.basic_get(queue, no_ack=no_ack)
> 2010-08-23 23:17:19-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 2032, in basic_get
> 2010-08-23 23:17:19-0700 [-]     (60, 72),    # Channel.basic_get_empty
> 2010-08-23 23:17:19-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/abstract_channel.py", line 89, in wait
> 2010-08-23 23:17:19-0700 [-]     self.channel_id, allowed_methods)
> 2010-08-23 23:17:19-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/connection.py", line 198, in _wait_method
> 2010-08-23 23:17:19-0700 [-]     self.method_reader.read_method()
> 2010-08-23 23:17:19-0700 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/method_framing.py", line 215, in read_method
> 2010-08-23 23:17:19-0700 [-]     raise m
> 2010-08-23 23:17:19-0700 [-] error: [Errno 4] Interrupted system call
> ERROR:root:Reconnected to queue
> 2010-08-23 23:17:19-0700 [-] (root): ERROR Reconnected to queue
> 
> It seems that the exception by system call prevents creating VM.
> 
>

-- 
Compute node failed to create vm instance on launching command euca-run-instances
https://bugs.launchpad.net/bugs/623172
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



References