Bug 746330

Summary: Unable to build zip file in instructions.
Product: [Fedora] Fedora Reporter: TR Bentley <home>
Component: openstack-novaAssignee: Mark McLoughlin <markmc>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: alexander.sakhnov, asalkeld, markmc, matt_domsch, mlvov, p, rkukura
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-19 20:48:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Details of the crash
none
gdb listing 1
none
gdb listing 2 none

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!