Bug 746330 - Unable to build zip file in instructions.
Summary: Unable to build zip file in instructions.
Keywords:
Status: CLOSED DUPLICATE of bug 746771
Alias: None
Product: Fedora
Classification: Fedora
Component: openstack-nova
Version: 16
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Mark McLoughlin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-14 19:12 UTC by TR Bentley
Modified: 2011-10-19 21:26 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-10-19 20:48:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Details of the crash (2.50 KB, image/png)
2011-10-18 18:33 UTC, TR Bentley
no flags Details
gdb listing 1 (15.17 KB, image/png)
2011-10-19 20:32 UTC, TR Bentley
no flags Details
gdb listing 2 (13.64 KB, image/png)
2011-10-19 20:33 UTC, TR Bentley
no flags Details

Description TR Bentley 2011-10-14 19:12:22 UTC
Description of problem:
Running the instructions @ https://fedoraproject.org/wiki/Getting_started_with_OpenStack_Nova
and try to run command 
nova-manage project zipfile markmc markmc
and it fails with a segment fault.

The line above says 
Then download a set of credentials for this user/project:
which is not clear what should happen.  Do I need a file or should the command generate one.  I am in the root directory logged in as root.

Version-Release number of selected component (if applicable):


How reproducible:
Every time


Steps to Reproduce:
1. See above
2.
3.
  
Actual results:
Segment fault

Expected results:
I think a zip file.


Additional info:

Comment 1 Mark McLoughlin 2011-10-18 16:36:18 UTC
TR: thanks for the report!

Is this on i686? Are you seeing similar errors to bug #746771 ?

If not, could you include details of exactly what errors you're seeing?

Comment 2 TR Bentley 2011-10-18 18:32:53 UTC
x86_64 fully patch version of Fedora 16 running on a Virt Machine.

I have glibc-debuginfo installed

Comment 3 TR Bentley 2011-10-18 18:33:31 UTC
Created attachment 528864 [details]
Details of the crash

Comment 4 Mark McLoughlin 2011-10-19 12:29:59 UTC
Thanks TR

We really need to get a stack trace. See http://fedoraproject.org/wiki/StackTraces

you can do e.g.

  $> gdb python
  (gdb) run /usr/bin/nova-manage project zipfile markmc markmc
  ...
  (gdb) thread apply all bt full

Comment 5 TR Bentley 2011-10-19 20:32:51 UTC
Created attachment 529095 [details]
gdb listing 1

Comment 6 TR Bentley 2011-10-19 20:33:16 UTC
Created attachment 529096 [details]
gdb listing 2

Comment 7 Pádraig Brady 2011-10-19 20:48:54 UTC
Again this is in memcpy, so I'm going to mark as a duplicate of bug #746771

*** This bug has been marked as a duplicate of bug 746771 ***

Comment 8 Mark McLoughlin 2011-10-19 21:26:23 UTC
Thanks for getting those stack traces TR!


Note You need to log in before you can comment on or make changes to this bug.