-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
denis wrote: > Hello, > > Andy Nicholson a écrit : >> Hey denis >> >> yeah, post it on the trac definitely .. > Ok, but you must send me a new password ... >> however the pastebin error looks like you dont have python-dev >> header files available on the system for gcc to compile C >> extensions ... > Yep, it's better but now it block on a unknown user "zope" > > "ERROR Zope Can't find username 'zope' Traceback (most recent call > last): File > "/opt/plumi-0.3/parts/zope2/lib/python/Zope2/Startup/run.py", line > 56, in ? run() File > "/opt/plumi-0.3/parts/zope2/lib/python/Zope2/Startup/run.py", line > 21, in run starter.prepare() File > "/opt/plumi-0.3/parts/zope2/lib/python/Zope2/Startup/__init__.py", > line 98, in prepare self.dropPrivileges() File > "/opt/plumi-0.3/parts/zope2/lib/python/Zope2/Startup/__init__.py", > line 234, in dropPrivileges return dropPrivileges(self.cfg) File > "/opt/plumi-0.3/parts/zope2/lib/python/Zope2/Startup/__init__.py", > line 413, in dropPrivileges raise ZConfig.ConfigurationError(msg) > ZConfig.ConfigurationError: Can't find username 'zope' " >> and yeah, plone 3 is still on python 2.4 ... The site.cfg from SVN is configured to start the instance as a user "zope" - sounds like your system doesnt have one created already. Try adding a user "zope" , or changing the buildout to your username Change the admin username / password in site.cfg too ;-) You will need to re-run buildout to get the changes to update if you change site.cfg too Watch out for permissions on the buildout , in var/ and src/plumi.locales/ - these need to be writable by the user that the instance is running as. cheers andy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqgawoACgkQQw7kQoXiO3VlewCeMokUzIRRPleBQpOXp0g397dt rLwAoJ9DltbqYfx+eIAAyUSODtQE1xF2 =HeeG -----END PGP SIGNATURE----- _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
