[Zope] Re: TimeError in Zope 2.8.5

2006-11-22 Thread Josef Meile
import time time.localtime(106900545747.045975).tm_year 5357 Now, we understand: it's the Python "time" implementation that has changed. With Python 2.3.3 (under Debian Sarge), we get: from time import localtime localtime(106900545747.045975) (1901, 12, 13, 21, 45, 52, 4, 347, 0) localtime

RE: [Zope] CopyError NoData

2006-11-22 Thread Sale, Robin
Dieter, Ah HAH!... Blowing out cookies and temporary internet files on the affected browsers and restarting the Apache server that we use to front-end our Zope instances seems to have fixed it. Thank you for your response, as you have surely saved me a trip to the loony bin. Cheers, Robin

Re: [Zope] CopyError NoData

2006-11-22 Thread Dieter Maurer
Sale, Robin wrote at 2006-11-21 12:39 -0500: >Anyone ever had or heard of this problem?? > >Trying to copy and then paste any object using the ZMI results in a >CopyError where the message is that there was no data (CopyError, >eNoData). This is on a server that was working fine yesterday. There ar

Re: [Zope] TimeError in Zope 2.8.5

2006-11-22 Thread Dieter Maurer
Paul Winkler wrote at 2006-11-21 16:27 -0500: > ... >"- I have been told 106900545747.045975 converts to: Tue May 22 1973 01:35:45" >That's wrong by several millenia, and the Python standard library >agrees with (zope 2.9.1) DateTime.DateTime on this: > import time time.localtime(10690054

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 22. November 2006 18:16:27 +0100 robert rottermann <[EMAIL PROTECTED]> wrote: >> > i believe, nancy is using a windows box. > Nancy (or whatever her real name is) did not ask a but a particular OS. - -aj -BEGIN PGP SIGNATURE- Versio

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Nancy Donnelly
7171- Original Message From: Jonathan <[EMAIL PROTECTED]> DIV { MARGIN:0px;} > As someone else suggested, the easiest thing to do is create new 'instance' directories > (eg. .../var, .../log, etc) on the new HD; move the files from the old HD to the new HD, > then create a syml

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Jonathan
Oh!... ok, you just sounded like a windoze user... just kidding... really just kidding... put down that axe!;-) Jonathan - Original Message - From: Nancy Donnelly To: robert rottermann Cc: zope@zope.org Sent: Wednesday, November 22, 2006 12:21 PM Subject: Re: [Zope] N

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Nancy Donnelly
- Original Message From: robert rottermann [EMAIL PROTECTED] > i believe, nancy is using a windows box. Wash your mouth out with soap! I use FreeBSD and I'm proud of it :) Nancy ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

[Zope] cheio de spam

2006-11-22 Thread madwal
tentei instalar esse zope e não sei por que cargas dágua meu email foi parar com esses spam malucos vindo de alguns como [EMAIL PROTECTED] ... por favor queria tomar providencias walnir maduro da silva ___ Zope maillist - Zope@zope.org http://mai

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread robert rottermann
Andreas Jung wrote: > > > --On 22. November 2006 08:19:23 -0800 Nancy Donnelly > <[EMAIL PROTECTED]> wrote: > >> Hi; >> I've added a new HD to my server. I have 2 instances of Zope 2.7.8. I >> need to move at least one instance of ZODB to the new HD (I can easily >> move them both if necessary)

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Jaroslav Lukesh
make new_instance copy old_instance/var to new_instance/var copy old_instance/Extensions to new_instance/Extensions products, language and other config in etc ... - Original Message - From: Nancy Donnelly To: zope@zope.org Sent: Wednesday, November 22, 2006 5:19 PM Subject: [

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Jonathan
As someone else suggested, the easiest thing to do is create new 'instance' directories (eg. .../var, .../log, etc) on the new HD; move the files from the old HD to the new HD, then create a symlink for the directories on the old HD to the new HD. If you are getting rid of the old HD, then you

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Nancy Donnelly
- Original Message From: Jonathan [EMAIL PROTECTED] > My mistake, i misread and thought you were installing on a new server, not > new harddrive! (so its not > necessary to re-install zope) Okay, but do you know what I need to do to move the ZODB to the new HD? TIA, Nancy __

Re: [Zope] Conflict error

2006-11-22 Thread Brian Sullivan
On 11/20/06, Maciej Wisniowski <[EMAIL PROTECTED]> wrote: > Often I see messages like the following in the event log: > > 2006-11-20T11:57:33 INFO ZPublisher.Conflict ConflictError at > /<***some location***> : database conflict error (oid 0x03a7, class > BTrees._OOBTree.OOBTree, serial this txn

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Jonathan
My mistake, i misread and thought you were installing on a new server, not new harddrive! (so its not necessary to re-install zope) Jonathan - Original Message - From: Jonathan To: Nancy Donnelly ; zope@zope.org Sent: Wednesday, November 22, 2006 11:34 AM Subject: Re: [Zope]

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 22. November 2006 08:19:23 -0800 Nancy Donnelly <[EMAIL PROTECTED]> wrote: > Hi; > I've added a new HD to my server. I have 2 instances of Zope 2.7.8. I > need to move at least one instance of ZODB to the new HD (I can easily > move them bot

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread Jonathan
You can easily install Zope 2.7.8 on the new hardware and then just copy the Data.fs file from the old hardware to the new. If you want to upgrade to a newer version of zope on the new hardware, you can follow the above procedure, but you should review the CHANGES.txt file for the new version o

Re: [Zope] New HD, Moving ZODB

2006-11-22 Thread robert rottermann
Nancy Donnelly schrieb: > Hi; > I've added a new HD to my server. I have 2 instances of Zope 2.7.8. I > need to move at least one instance of ZODB to the new HD (I can easily > move them both if necessary). Is there a how-to on how to do this, or, > if not, how do I do it? > TIA, > Nancy > > > --

[Zope] New HD, Moving ZODB

2006-11-22 Thread Nancy Donnelly
Hi; I've added a new HD to my server. I have 2 instances of Zope 2.7.8. I need to move at least one instance of ZODB to the new HD (I can easily move them both if necessary). Is there a how-to on how to do this, or, if not, how do I do it? TIA, Nancy ___

Re: [Zope] Zope PAS for pubcookie authentication

2006-11-22 Thread cristopher pierson ewing
Nah, grep is good. I just hadn't thought of it. Thanks for the information and the help. Cris Cris Ewing CME and Telehealth Web Services Department of Radiology Web Services University of Washington School of Medicine Work Phone: (206) 685-9116 Home Phone: (20

Re: [Zope] Apache2 Rewrite: Too much traffic OR nothing

2006-11-22 Thread Martijn Pieters
On 11/22/06, Flemming Bjerke <[EMAIL PROTECTED]> wrote: This helps, though, seemingly, it does not completely remove the problem: from rewrite.log === [domain.siteparker.com/sid#8176be8][rid#8245430/initial] (1) go-ahead with proxy request proxy:http://localhost:8080/VirtualHostBase/http

Re: [Zope] Apache2 Rewrite: Too much traffic OR nothing

2006-11-22 Thread Flemming Bjerke
onsdag 22 november 2006 14:28 skrev Jürgen Herrmann: > Re: [Zope] Apache2 Rewrite: Too much traffic OR nothing > Fra: Jürgen Herrmann <[EMAIL PROTECTED]> > Til: zope@zope.org > > you should set "ProxyRequests Off"... This helps, though, seemingly, it does not completely remove the problem: from

Re: [Zope] Apache2 Rewrite: Too much traffic OR nothing

2006-11-22 Thread Jürgen Herrmann
you should set "ProxyRequests Off"... regards, jürgen herrmann On Wed, November 22, 2006 13:42, Flemming Bjerke wrote: > Does anyone know what to do??? > > The following rewrite rule works fine: > > > ServerName www.it-pol.dk > UseCanonicalName Off > ServerSignature On > RewriteEngine O

[Zope] Apache2 Rewrite: Too much traffic OR nothing

2006-11-22 Thread Flemming Bjerke
Does anyone know what to do??? The following rewrite rule works fine: ServerName www.it-pol.dk UseCanonicalName Off ServerSignature On RewriteEngine On ProxyVia On RewriteLog "/var/log/apache2/rewrite_log" RewriteLogLevel 9 RewriteRule ^/(.*)$ http://localhost:8080/VirtualHostBa