Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-19 Thread flynt
Andrew Sydelko wrote: > > On Tue, 18 Jun 2002 12:19:19 -0400 "Jeremy Hylton" <[EMAIL PROTECTED]> wrote: > Can someone tell me exactly how to compile python 2.1.3 with LFS support? > Hi Andrew Maybe this Howto by Seb Beacon could help ? http://www.zope.org/Members/beacon/install_instructions

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Andrew Sydelko
On Tue, 18 Jun 2002 23:01:57 -0400 "Jeremy Hylton" <[EMAIL PROTECTED]> wrote: > > "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: > > AS> Can someone tell me exactly how to compile python 2.1.3 with LFS > AS> support? > > I don't have the URL handy, but it's section 8.1.1 of the man

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Jeremy Hylton
> "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: AS> Can someone tell me exactly how to compile python 2.1.3 with LFS AS> support? I don't have the URL handy, but it's section 8.1.1 of the manual IIRC. Look for large file support in the library reference. Worked for me without pro

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Andrew Sydelko
On Tue, 18 Jun 2002 12:19:19 -0400 "Jeremy Hylton" <[EMAIL PROTECTED]> wrote: > It wouldn't surprise me if this is a completely unrelated problem. > Any chance that the python your using to test doesn't have large file > support? Check by importing test.test_largefile. Yeah, you're right, I don

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Shane Hathaway
Jeremy Hylton wrote: > We recently discovered that there's a bad interaction between ZODB and > Python without large file support running on a platform that supports > large files. In this specific configuration, os.path.exists() returns > false for files >2 GB and ZODB creates a new Data.fs. Wo

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Stefan H. Holek
--On Dienstag, 18. Juni 2002 11:28 -0400 Jeremy Hylton <[EMAIL PROTECTED]> wrote: > I am able to run ZEO 1.0 on Zope 2.6. Does the ZEO test suite pass > for you? That's spelled: Yes, the tests pass with the two exceptions you mentioned. > If you check the ZEO 1.0 tarball, you'll find a trigg

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Jeremy Hylton
> "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: >> Failed to import class Splitter from module >> Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter >> >> When I import Products...ZopeSplitter, I see a module with a >> Splitter attribute bound to a function. AS> I don't

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Steve Alexander
Andrew Sydelko wrote: > >>The errors in the log are all about failures to import specific >>modules. (Let me know if I missed something else.) >> >>Failed to import class Splitter from module >>Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter >> >>When I import Products...ZopeSpl

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Jeremy Hylton
> "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: AS> On Tue, 18 Jun 2002 11:20:21 -0400 "Jeremy Hylton" AS> <[EMAIL PROTECTED]> wrote: >> > "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: >> AS> Trying Zope 2.6.0a1 and ZEO 2.0a1. The storage server seemed to AS> come up

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Andrew Sydelko
On Tue, 18 Jun 2002 11:20:21 -0400 "Jeremy Hylton" <[EMAIL PROTECTED]> wrote: > > "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: > > AS> Trying Zope 2.6.0a1 and ZEO 2.0a1. The storage server seemed to > AS> come up fine, but when trying to start the ZEO client it pretty > AS> much

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Matt Behrens
Stefan H. Holek wrote: > Z2.pid is created very late. I cannot ./stop a half-started Instance > (not even a ZEO client waiting for the server!). Could we create the pid > file earlier? Actually Z2.pid *is* now created earlier than with 2.5.1, the setuid stuff for root startups was moved aft

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Jeremy Hylton
> "SHH" == Stefan H Holek <[EMAIL PROTECTED]> writes: SHH> * ZEO 1.0 ClientStorage does not work and I have no clue why it SHH> would not find trigger.py anymore. Do I *need* ZEO 2.0a1 for 2.6.0a1? SHH> There is nothing in the release notes. ZEO 2.0 and Zope 2.6 are independent release

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Jeremy Hylton
> "AS" == Andrew Sydelko <[EMAIL PROTECTED]> writes: AS> Trying Zope 2.6.0a1 and ZEO 2.0a1. The storage server seemed to AS> come up fine, but when trying to start the ZEO client it pretty AS> much sucked. It looks like you would have had the same problems without ZEO. It would be hel

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Stefan H. Holek
I have failed as well to upgrade a Zope 2.5.1/ZEO 1.0 installation to 2.6.0a1. I tried to start *the very same instance* that runs successfully under 2.5.1 with 2.6.0a1. This is what I found out: * The Catalog problem you see comes from Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter no