RE: [Zope] Centralized sessions with ZEO

2008-03-11 Thread John Snowdon
You're nearly there! 1. Change the mount point to be something like /session_folder 2. Mount the data fs and create the mount point 3. Create a new transient object container in /session_folder 4. Change /session_data_manager to point to /session_folder/your_new_transient_object_container

[Zope] zope starts in foreground but not normaly

2008-03-11 Thread robert rottermann
Hi there, after a software upgrade (system and zope/plone) we have a strange problem. we have an old site that runs under plone 2.1 Zope-2.8.9-final python 2.3.5 when I start it in the foreground with bin/zopectl fg everything works fine. if I however start it with bin/zopectl start bin/zopectl

Re: [Zope] zope starts in foreground but not normaly

2008-03-11 Thread Chris Withers
robert rottermann wrote: [EMAIL PROTECTED]:~ instances/kanneweb3/bin/zopectl status daemon manager running; daemon process not running [EMAIL PROTECTED]:~ I see no entries in the logs, so I have no idea where to look. Check the ownership of the log files. When this happens to me, it's

Re: [Zope] zope starts in foreground but not normaly

2008-03-11 Thread robert rottermann
Chris Withers schrieb: robert rottermann wrote: [EMAIL PROTECTED]:~ instances/kanneweb3/bin/zopectl status daemon manager running; daemon process not running [EMAIL PROTECTED]:~ I see no entries in the logs, so I have no idea where to look. Check the ownership of the log files. When

[Zope] Re: zope starts in foreground but not normaly

2008-03-11 Thread Maurits van Rees
robert rottermann, on 2008-03-11: Hi there, after a software upgrade (system and zope/plone) we have a strange problem. we have an old site that runs under plone 2.1 Zope-2.8.9-final python 2.3.5 when I start it in the foreground with bin/zopectl fg everything works fine. if I however

[Zope] How to make a trigger handler on moved object

2008-03-11 Thread Indrajaya
Hello, I want to make method that as a handler when some content is moved to a new location. I want to capture another event, like deleted content, access and modify the content's title, etc. Inside the handler method/function/procedure, it will create a connection to another host. Anybody

[Zope-Annce] Grokkerdam sprint!

2008-03-11 Thread Martijn Faassen
The Grokkerdam Grok sprint It was planned for a long time, but at last we are going to hold a Grok sprint in the Netherlands. To be more precise, in Rotterdam. Rotterdam will be Grokkerdam for the duration of the sprint! Where: Rotterdam, the Netherlands When: 30

[Zope-dev] Zope Tests: 5 OK

2008-03-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Mar 10 12:00:00 2008 UTC to Tue Mar 11 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Mon Mar 10 21:58:47 EDT 2008 URL:

Re: [Zope-dev] Re: zope.sendmail Retry fixes and new state machine.

2008-03-11 Thread David Pratt
Hi Andreas. I think your response gets to the heart of the issue. For software to be useful, it is often more important for folks other than the author to understand it. This can only occur with communication. Sometimes it is the understanding of edgecases in particular, that gets lost over

Re: [Zope-dev] Re: zope.sendmail Retry fixes and new state machine.

2008-03-11 Thread Jim Fulton
I hate to add more to this discussion, but I think some folks might have some miss-conceptions about doctests: On Mar 10, 2008, at 12:39 PM, Tres Seaver wrote: ... Becuase they make for poor unit tests? Using them to document the mainline use cases for an API is one thing: using them to

Re: [Zope-dev] Re: zope.sendmail Retry fixes and new state machine.

2008-03-11 Thread Andreas Jung
--On 11. März 2008 09:42:11 -0300 David Pratt [EMAIL PROTECTED] wrote: Hi Andreas. I think your response gets to the heart of the issue. For software to be useful, it is often more important for folks other than the author to understand it. This can only occur with communication. Sometimes

Re: [Zope-dev] Re: zope.sendmail Retry fixes and new state machine.

2008-03-11 Thread Jim Fulton
On Mar 11, 2008, at 9:46 AM, Andreas Jung wrote: ... You can also document your edgecase in the same way as comments within your unittests. This is true in theory, but in practice, it almost never happens. There is no guarantee that doctests will contain useful text, but they encourage

[Zope-dev] Grokkerdam sprint!

2008-03-11 Thread Martijn Faassen
The Grokkerdam Grok sprint It was planned for a long time, but at last we are going to hold a Grok sprint in the Netherlands. To be more precise, in Rotterdam. Rotterdam will be Grokkerdam for the duration of the sprint! Where: Rotterdam, the Netherlands When: 30

Re: [Zope-dev] zope.sendmail Retry fixes and new state machine.

2008-03-11 Thread Matthew Grant
Hi! On Sun, 2008-03-09 at 20:54 -0400, Gary Poster wrote: I did have one somewhat trivial thought. I generally prefer durations and intervals expressed as datetime.timedeltas myself, because they convey their meaning without having to look it up docs (is that number value a number of

Re: [Zope-dev] zope.sendmail Retry fixes and new state machine.

2008-03-11 Thread Gary Poster
On Mar 11, 2008, at 5:01 PM, Matthew Grant wrote: Hi! On Sun, 2008-03-09 at 20:54 -0400, Gary Poster wrote: I did have one somewhat trivial thought. I generally prefer durations and intervals expressed as datetime.timedeltas myself, because they convey their meaning without having to

[ZWeb] wiki.zope.org

2008-03-11 Thread Michael Haubenwallner
i found http://zope-org.hosting.amaze.nl:8100/wiki.zope.org/ by change through google. looks like the port is exposed, shouldn't there be an apache fronting the site? michael -- http://www.zope.org/Members/d2m http:/planetzope.org ___ Zope-web

Re: [ZWeb] wiki.zope.org

2008-03-11 Thread Simon Michael
There is an apache, but zope was listening on all ports. Michael showed me how to restrict it to 127.0.0.1, thanks guys. -Simon ___ Zope-web maillist - Zope-web@zope.org http://mail.zope.org/mailman/listinfo/zope-web

[Zope-DB] Help me.

2008-03-11 Thread Cu Vinh Loc
Dear friends, I am using plone for deploying the website, but I have some problems such as: - Using relational (internal) database Gadfly database: I do not know where the database is stored in the Zope. Can I manipulate directly this database visual? - Users and groups: How to assign

Re: [Zope-DB] Help me.

2008-03-11 Thread robert rottermann
Cu Vinh Loc schrieb: Dear friends, I am using plone for deploying the website, but I have some problems such as: - Using relational (internal) database Gadfly database: I do not know where the database is stored in the Zope. Can I manipulate directly this database visual? -

Re: [Zope-DB] Help me.

2008-03-11 Thread Andreas Jung
--On 11. März 2008 22:13:29 +0700 Cu Vinh Loc [EMAIL PROTECTED] wrote: Dear friends, I am using plone for deploying the website, but I have some problems such as: - Using relational (internal) database Gadfly database: I do not know where the database is stored in the Zope. Please

Re: [Zope-DB] Help me.

2008-03-11 Thread Charlie Clark
Am 11.03.2008, 16:13 Uhr, schrieb Cu Vinh Loc [EMAIL PROTECTED]: Dear friends, I am using plone for deploying the website, but I have some problems such as: - Using relational (internal) database Gadfly database: I do not know where the database is stored in the Zope. Can I manipulate