On Tue, 2010-08-17 at 15:19 +0200, Marcus Puchalla wrote: > Hello, > > I've tried to set up a OpenChange Server as described in > http://tracker.openchange.org/projects/openchange/wiki/HowTo_Setup_OpenChange_Server. > > I have also followed the instructions from > http://tracker.openchange.org/projects/openchange/wiki/HowTo_Install_OpenChange_From_Source > and were able to build everything without warnings or problems. > However when I try to call ./setup/openchange_provision I get the > following error: > [begin console output] > /etc/openchange/trunk# ./setup/openchange_provision > NOTE: This operation can take several minutes > [+] Step 1: Register Exchange OIDs > [+] Step 2: Add new Exchange classes and attributes to Samba schema > TODO: > object[CN=ms-Exch-Addressing-Policy,CN=Schema,CN=Configuration,DC=openchange,DC=local] > add/modify attribute[2|auxiliaryClass] num_values[1] - WERR_GENERAL_FAILURE > > TODO: value[0] len[15] > > [0000] 6D 73 45 78 63 68 42 61 73 65 43 6C 61 73 73 msExchBa > seClass > Traceback (most recent call last): > File "./setup/openchange_provision", line 66, in <module> > openchange.provision(setup_path, lp, creds, > firstorg=opts.firstorg, firstou=opts.firstou) > File > "/usr/local/lib/python2.5/site-packages/openchange/provision.py", line > 452, in provision > install_schemas(setup_path, names, lp, creds, reporter) > File > "/usr/local/lib/python2.5/site-packages/openchange/provision.py", line > 188, in install_schemas > "SCHEMADN": names.schemadn > File > "/usr/local/samba/lib/python2.5/site-packages/samba/provision.py", > line 242, in setup_add_ldif > ldb.add_ldif(data, controls) > File > "/usr/local/samba/lib/python2.5/site-packages/samba/__init__.py", line > 251, in add_ldif > self.add(msg,controls) > _ldb.LdbError: (21, 'error in module validate_update: Invalid > attribute syntax (21)') > [end console output] > > I've done the whole installation several times to be sure there are no > errors before this step. But I always get this error message. > I'm using Linux 2.6.26-2-486 and have used nearly all suggested > dependencies. Instead of autoconf2.59 I used autoconf and instead of > zlib-devel I used zlib1g-dev. > > Does anybody have any suggestion on how I can resolve this problem ?
Hi Marcus, I have just merged our current-samba4 branch into trunk and tested server provisioning. Everything is working properly vs latest samba4 master-git revision. I don't think there may be any problems with the packages you've installed. If I remember correctly, names are slightly changing between ubuntu-server and ubuntu desktop. (will update the doc accordingly) I don't know if this may help, but you may try to update python from 2.5 to 2.6. FYI latest openchange trunk revision requires to run a clean 'make samba-git'. Let me know about any progress / new errors you may encounter. Cheers, Julien. Julien Kerihuel [email protected] OpenChange Project Manager GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
