Bug 6226 - "Bus error"
Summary: "Bus error"
Status: RESOLVED INVALID
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P3 major (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 05:36 UTC by Shane Vandewalle
Modified: 2009-06-12 04:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Vandewalle 2009-03-27 05:36:59 UTC
I get this error "Bus error", when trying to enter the following information:

# ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD --server-role='domain controller'

Setup is: vmware esxi 
OS: Debian 32bit lenny.
Comment 1 Andrew Bartlett 2009-04-02 19:33:20 UTC
Which version of Samba4 is this?  

Also, can you please run the provision under gdb:

gdb --args python ./setup/provision --realm=YOUR.REALM --domain=YOURDOM
--adminpass=SOMEPASSWORD --server-role='domain controller'

That will give some clues to try and find the source of the error
Comment 2 Matthias Dieter Wallnöfer 2009-04-13 08:27:56 UTC
Seems very strange. Are you sure that this isn't a system problem?
Comment 3 Matthias Dieter Wallnöfer 2009-06-12 04:23:20 UTC
I'll close this. It isn't reproducible on our testing environments. If you reproduce it again, please reopen!