tjones86 wrote:
> 
> t...@tim-laptop ~/Downloads/Plone-4.0a2-UnifiedInstaller $ sudo
> /usr/local/Plone/zeocluster/bin/plonectl start
> zeoserver: . Error: The directory named as part of the path
> /usr/local/Plone/zeocluster/var/zeoserver/zeoserver.pid does not exist.
> (line 10 in
> file:///usr/local/Plone/zeocluster/parts/zeoserver/etc/zeo.conf)
> For help, use /usr/local/Plone/zeocluster/bin/zeoserver -h
> . . . . . . . . . . 
> daemon manager not running
> client1: . . 
> daemon process started, pid=22008
> client2: . . 
> daemon process started, pid=22013
> 

Stop client1 and client2

Edit base.cfg to replace the line that reads 

    find ${buildout:eggs-directory} -type d -name LC_MESSAGES -exec chown -R
${client1:effective-user} \{\} \\;

with 

    find ${buildout:eggs-directory} -type d -name LC_MESSAGES -exec chown -R
${client1:effective-user} {} \;

buildout

then start the cluster

If that works around the issue, then 
<http://dev.plone.org/old/plone/ticket/10016> is relevant. 

Regards
Graham
-- 
View this message in context: 
http://n2.nabble.com/New-Plone-4-0a2-install-tp4193582p4423892.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to