Re: [Zope3-Users] Installing Zope / permissions ???

2007-04-05 Thread Tom Groß
Hi Tobias, you should be able to install a Zope3-server downloaded from zope.org with the well known commands: ./configure --prefix= --with-python= make make install If you don't know the path to python. try: which python2.4 BTW: You should *NEVER* run Zope as root. Cheers -Tom On

[Zope3-Users] Installing Zope / permissions ???

2007-04-05 Thread Tobias Daub
Hello Everybody, I'm new to Zope and I just wanted to install it on my providers webserver (Goneo). So I logged in via ssh and did the things from the README.txt. ./configure => wenr OK Python 2.4.3 is installed on that machine Because I don't have root privileges, I changed the installa

[Zope3-Users] Re: Installing Zope / permissions ??? (Tom Gro?)

2007-04-05 Thread Mark, Jonathan (Integic)
"""BTW: You should *NEVER* run Zope as root.""" Zope.conf for Zope-2.6.2 includes a non-root user which Zope will run as if you start Zope as root. Is there anything wrong with using this feature? ___ Zope3-users mailing list Zope3-users@zope.org http:/

Re: [Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Marius Gedminas
On Wed, Apr 04, 2007 at 03:12:26PM -0400, Stephan Richter wrote: > On Wednesday 04 April 2007 14:34, Derek Richardson wrote: > > I believe that that will not guarantee a *universally* unique id, but > > only an id unique within that ZODB. Am I wrong? > > Well, intid guarantees to be unique for thi

Re: [Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread David Pratt
I also like the idea of UUIDs the way they are meant to be - which should be independent of the instance. I can imagine a further possibility to synchronize objects from independent zodb sources if this existed. The UUID generator that I have been looking at is with the Chandler project (cur

Re: [Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Fred Drake
On 4/5/07, David Pratt <[EMAIL PROTECTED]> wrote: The UUID generator that I have been looking at is with the Chandler project (currently under Apache license) that could be easily wrapped: Python 2.5 comes with a "uuid" module that works just fine with Python 2.4; that comes in handy as well, a

[Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Derek Richardson
Fred Drake wrote: On 4/5/07, David Pratt <[EMAIL PROTECTED]> wrote: The UUID generator that I have been looking at is with the Chandler project (currently under Apache license) that could be easily wrapped: Python 2.5 comes with a "uuid" module that works just fine with Python 2.4; that comes

[Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Derek Richardson
Martin Aspeli wrote: Derek Richardson-2 wrote: Martin Aspeli wrote: Stephan Richter-2 wrote: On Wednesday 04 April 2007 13:06, Derek Richardson wrote: I am hoping that Zope 3 assigns an RFC 4122 UUID to each content item. If not, I am hoping there is a third-party product to do this. No t

[Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Jürgen Kartnaller
Derek Richardson wrote: Martin Aspeli wrote: Derek Richardson-2 wrote: Martin Aspeli wrote: Stephan Richter-2 wrote: On Wednesday 04 April 2007 13:06, Derek Richardson wrote: I am hoping that Zope 3 assigns an RFC 4122 UUID to each content item. If not, I am hoping there is a third-par

Re: [Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Stephan Richter
On Thursday 05 April 2007 15:28, Jürgen Kartnaller wrote: > Please do not use an annotation! > > This is a performance issue. Your data is very small so do not create a > new object in the database store it directly as a property on the > instance. Every object lookup is expensive, especially if yo

[Zope3-Users] Re: RFC 4122 UUIDs

2007-04-05 Thread Derek Richardson
Stephan Richter wrote: On Thursday 05 April 2007 15:28, Jürgen Kartnaller wrote: Please do not use an annotation! This is a performance issue. Your data is very small so do not create a new object in the database store it directly as a property on the instance. Every object lookup is expensive,

[Zope3-Users] Repozo and events

2007-04-05 Thread David Pratt
Hi. I am interested in maintaining the zope object database in a way that I can have it back up quickly and without loss if needed (locating the backup files to another machine for restoration if needed in a failure situation). I realize the normal way to use repozo is using cron to create in