[Zope-dev] Zope Tests: 5 OK

2008-04-02 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Apr 1 11:00:00 2008 UTC to Wed Apr 2 11: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: Tue Apr 1 21:00:33 EDT 2008 URL:

[Zope-dev] GSoC proposal

2008-04-02 Thread ranjith kannikara
Hi, I am a student participating in Google Summer of code 2008. My proposal to the Zope foundation is to port Zope2 to Python2.5. I am aware of the works done earlier for porting Zope3 and the issue like restricted python implementation. Please give some suggestions on this project. With regards,

Re: [Zope] ZServer uncaptured python exception

2008-04-02 Thread Chris Withers
Allen Schmidt Sr. wrote: Running logtail on a ZEO client, I am seeing lots of these. And our two public clients are pegging the server at 99% almost continuously. Not sure why. 2008-04-01T09:54:09 ERROR(200) ZServer uncaptured python exception, closing channel

Re: [Zope] merging zodb's

2008-04-02 Thread Chris Withers
David Bear wrote: zodb_db support # ssw file store filestorage path $INSTANCE/var/srvx-Data.fs /filestorage mount-point /support /zodb_db This will try and mount an object with the id of 'support' off the root of the zodb in srvx-Data.fs. You need to find the right

Re: [Zope] step by step going from single zope to zeo

2008-04-02 Thread Chris Withers
David Bear wrote: Are there any step by step guidelines for how to modify a current single instance zope into a zeo configuration? I have a single zope instance. That zope.conf define two mount points for multiple zodb's. I would like to take that single instance and turn it in to a zeo

Re: [Zope] ZServer uncaptured python exception

2008-04-02 Thread Allen Schmidt Sr.
Thanks Chris. Seeing tons of squid messages about the new msnbotand it is not following our robots.txt directive. In fact, I have even disallowed it completely and it still goes where it wants. And the updated version was supposed to have been released end of last weekabout the time

Re: [Zope] ZServer uncaptured python exception

2008-04-02 Thread Chris Withers
Allen Schmidt Sr. wrote: Thanks Chris. Seeing tons of squid messages about the new msnbotand it is not following our robots.txt directive. In fact, I have even disallowed it completely and it still goes where it wants. And the updated version was supposed to have been released end of last

Re: [Zope] ZServer uncaptured python exception

2008-04-02 Thread Jens Vagelpohl
On Apr 2, 2008, at 11:11 , Allen Schmidt Sr. wrote: Thanks Chris. Seeing tons of squid messages about the new msnbotand it is not following our robots.txt directive. In fact, I have even disallowed it completely and it still goes where it wants. And the updated version was supposed to

Re: [Zope] ZServer uncaptured python exception

2008-04-02 Thread Chris Withers
Jens Vagelpohl wrote: Trusting that bots actually care about or respect robots.txt won't get you very far. If all else fails I suggest you look at your logs to find out what IPs or IP ranges those bots come from and block them at the firewall level, using e.g. iptables if you're on Linux.

Re: [Zope] ZServer uncaptured python exception

2008-04-02 Thread Thomas Bennett
I have had similar instances with GSA on my Zope server in that it would try to index something like /mydir/mydir/mydir/mydir/somefile.html Often I've found the case is an href that references ../somethingelse.html I don't know if this might be related to your case but you might want to check.

[Zope] default-zpublisher-encoding and zpt encoding

2008-04-02 Thread Yuri
default-zpublisher-encoding in zope.conf seems not to work in zope 2.7.9, the server response don't set any charset. While: head tal:define=dummy python:request.RESPONSE.setHeader('Content-Type','text/html;; charset=ISO-8859-1') works, and the characters are displayed ok. But I cannot

Re: [Zope] default-zpublisher-encoding and zpt encoding

2008-04-02 Thread Andreas Jung
--On 2. April 2008 15:59:58 +0200 Yuri [EMAIL PROTECTED] wrote: default-zpublisher-encoding in zope.conf seems not to work in zope 2.7.9, the server response don't set any charset. While: head tal:define=dummy python:request.RESPONSE.setHeader('Content-Type','text/html;;

Re: [Zope] merging zodb's

2008-04-02 Thread Dieter Maurer
Chris Withers wrote at 2008-4-2 09:29 +0100: David Bear wrote: zodb_db support # ssw file store filestorage path $INSTANCE/var/srvx-Data.fs /filestorage mount-point /support /zodb_db This will try and mount an object with the id of 'support' off the root of the zodb

Re: [Zope] default-zpublisher-encoding and zpt encoding

2008-04-02 Thread Dieter Maurer
Yuri wrote at 2008-4-2 15:59 +0200: default-zpublisher-encoding in zope.conf seems not to work in zope 2.7.9, the server response don't set any charset. I fear you have to debug this yourself because we no longer remember details relevant for Zope 2.7. -- Dieter