Re: [Zope-dev] Fw: 2gb file size

2000-11-10 Thread Shane Hathaway
Itamar Shtull-Trauring wrote: > > Shane Hathaway wrote: > > > Not long ago I created a wrapper around File objects which automatically > > splits the file before it reached a predefined limit. It could handle > > any number of partitioned file segements. > > Yes please! Perhaps it could be int

RE: [Zope-dev] Fw: 2gb file size

2000-11-07 Thread Andy Dawkins
mailto:[EMAIL PROTECTED]]On > Behalf Of Shane Hathaway > Sent: 06 November 2000 21:51 > To: Andy McKay; [EMAIL PROTECTED] > Subject: Re: [Zope-dev] Fw: 2gb file size > > > Andy McKay wrote: > > > > I did do a How-to as well http://www.zope.org/Members/andym/2gig >

Re: [Zope-dev] Fw: 2gb file size

2000-11-07 Thread Itamar Shtull-Trauring
Shane Hathaway wrote: > Not long ago I created a wrapper around File objects which automatically > splits the file before it reached a predefined limit. It could handle > any number of partitioned file segements. Yes please! Perhaps it could be integrated into the ZODB codebase while you're at

Re: [Zope-dev] Fw: 2gb file size

2000-11-06 Thread Shane Hathaway
- Original Message - > > From: "Itamar Shtull-Trauring" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, November 05, 2000 2:37 AM > > Subject: Re: [Zope-dev] Fw: 2gb file size > > > > > > > Shane

Re: [Zope-dev] Fw: 2gb file size

2000-11-06 Thread Andy McKay
I did do a How-to as well http://www.zope.org/Members/andym/2gig -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 06, 2000 9:26 AM Subject: Re: [Zope-dev] Fw: 2gb f

Re: [Zope-dev] Fw: 2gb file size

2000-11-06 Thread Andy McKay
believe its a python issue. Thanks. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Itamar Shtull-Trauring" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 05, 2000 2:37 AM Subject: Re: [Zope-dev] Fw: 2gb file size

Re: [Zope-dev] Fw: 2gb file size

2000-11-05 Thread Itamar Shtull-Trauring
Shane Hathaway wrote: > Are you running Zope 2.2.1 or later? There were pointer arithmetic > errors that occurred on earlier versions, even with operating systems > that support >2 GB files. So on W2K, Zope can have >2GB databases? I'd really like to hear if you get it to work Andy (or if anyon

Re: [Zope-dev] Fw: 2gb file size

2000-11-04 Thread Shane Hathaway
From: "Andy McKay" <[EMAIL PROTECTED]> > To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, November 03, 2000 6:39 PM > Subject: Re: [Zope-dev] Fw: 2gb file size > > > Ive tried truncating the file and then running fsre

Re: [Zope-dev] Fw: 2gb file size

2000-11-04 Thread Chris McDonough
to do this. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 03, 2000 6:39 PM Subject: Re: [Zope-dev] Fw: 2gb file size > Ive tried truncating the file and t

Re: [Zope-dev] Fw: 2gb file size

2000-11-03 Thread Andy McKay
Ive tried truncating the file and then running fsrecover.py, but get: File "ZODB\FileStorage.py", line 1530, in read_index if read(4) != packed_version: raise FileStorageFormatError, name FileStorage.FileStorageFormatError: q:\var\Data.fs As a desperation I commented out line 1530 and rera