[Zope] Zope 2.6 and ZEO 2
Vladimir Petrov
vladimir.petrov@creuna.no
Sat, 14 Dec 2002 01:53:54 +0100
Actually, the problem was with permissions... Zope and ZEO MUST be =
compiled as nonpriviledged user (ie zope) and started as such user. It =
wont help if you start z2 with -u argument, you have to use something =
like setuidgid or to start zope and ZEO from actual account. The funny =
thing is if you started Zope (and respawn proces later on as zope) and =
ZEO as a root, everything just goes fine (nothing in a log) but it's not =
working. Only by strace (and a lot of stack infos) we noticed that there =
was a permission problem. Such thing will be nice to be noticed in docs =
(maybe I overviewed something).=20
At the end I got Z2.6&ZEO2.0 up and running, and it's working like =
charm. I'll write article about procedure which MUST be followed to get =
this up&running...
=20
Vladimir
-----Original Message-----=20
From: Dieter Maurer [mailto:dieter@handshake.de]=20
Sent: Fri 12/13/2002 9:53 PM=20
To: Vladimir Petrov=20
Cc: zope@zope.org=20
Subject: Re: [Zope] Zope 2.6 and ZEO 2
=09
=09
Vladimir Petrov writes:
> I have some problems with setup Zope 2.6 and ZEO 2.....
I recently read in the mailing list (search archives) that
you need a very recent Zope (Zope 2.6 from CVS or Zope 2.6.1b1)
in order to use the new ZEO2.
=09
=09
Dieter
=09