Re: [Zope] Data.fs too big to pack...

2012-12-06 Thread Jaroslav Lukesh
copy your zope var folder to another machine and then make it as network share, then pack it. - Puvodní zpráva - Od: Dan Gaibel d...@cornell.edu I have foolishly allowed my database to grow so large that I have no room to pack it. Is there any way that I could make it so that

Re: [Zope] Data.fs too big to pack...

2012-12-06 Thread Niels Dettenbach (Syndicat ITInternet)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan Gaibel d...@cornell.edu schrieb: I have foolishly allowed my database to grow so large that I have no room to pack it. Is there any way that I could make it so that Data.fs.old gets populated on a separate drive or over the network? This

Re: [Zope] Data.fs data record exceeds transaction record

2010-05-02 Thread Jaroslav Lukesh
HI, I use this script, it will truncate DataFS. #!/bin/sh cd /path-to-your-instance/var ../bin/zopectl stop rm -f Data.fs_ERR #clear cp -p Data.fs Data.fs_ERR rm -f Data.fs.index #diagnostic run #../bin/runzope echo echo echo

Re: [Zope] Data.fs Recovery

2008-04-15 Thread Martijn Jacobs
What is the file size of the Data.fs file? Did you try stopping zope, removing the Data.fs.index file and starting it again? Apologies if this is not the right forum I have a corrupt Data.fs file and would appreciate some help recovering data. Zope 2.4 (still in the Stone Age) OS: Windows

Re: [Zope] Data.fs Recovery

2008-04-15 Thread Godwin Vaz
Martin, The file size is 2GB. Could that be the problem? Yes I did stop and remove the index file and start again. Workaround I followed: Installed Zope 2.10.5 on my desktop (Win XP) Dumped the Data.fs into the instance Zope 2.10.5 happily ran through the Data.fs though with a few product

Re: [Zope] Data.fs Recovery

2008-04-15 Thread Martijn Jacobs
Godwin Vaz wrote: Martin, The file size is 2GB. Could that be the problem? Older versions of python (and the one used with zope2.4 is VERY old, probably 2.1) have indeed a filesize limit of 2 Gb so here is your problem. Well, It was about time to migrate to a newer version anyway :) The

Re: [Zope] Data.fs MySQL DB Blown Up!

2007-03-12 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2007-3-12 07:54 -0400: Forgive the long (but necessary) background. I bought a new 500 GB hard drive for my server located on the other side of the world. I accidentally entered an erroneous command to copy everything from the old HD to the new one and ended up

Re: [Zope] data.fs packing

2006-04-27 Thread Andreas Jung
--On 27. April 2006 14:50:16 +0300 George [EMAIL PROTECTED] wrote: How much free space is required for a succesfull data.fs packing? My data.fsfile size is 2,6 giga. In the worst case the same amount of space again + something. -aj -- ZOPYX Ltd. Co. KG - Charlottenstr. 37/1 - 72070

Re: [Zope] Data.fs Windows to Linux?

2005-08-27 Thread Andrew Veitch
Questions: 1) Am I without hope of ever running the database under Linux again? 2) What is the reason that the database goes from Linux - Windows OK but not in the other direction? 3) MOST IMPORTANT: Is there a technique I can use to tweak the database file or recover it so

RE: [Zope] Data.fs Windows to Linux?

2005-08-06 Thread Pascal Peregrina
I had a similar issue when playing with Data.fs files, and I found that it was a write permission issue on the file. Don't know if it can help you in that case. Pascal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Schnapp Sent: 06 August 2005

Re: [Zope] Data.fs Windows to Linux?

2005-08-06 Thread robert rottermann
Marc Schnapp wrote: I thought that I would back up my data.fs by copyting the entire Linux /var directory to a Windows machine with spare disk space and then creating a ZIP file on the Windows machine. There was a problem on the Linux machine, so I figured there'd be no problem by simply

RE: [Zope] Data.fs

2000-12-06 Thread Ron Bickers
At least one option is to use the INSTANCE_HOME setup as described at http://www.zope.org/Members/4am/instancehome I'm using this to run several servers (and thus several different Data.fs files) with one Zope installation. ___ Ron Bickers Logic Etc, Inc. [EMAIL PROTECTED]

Re: [Zope] Data.fs - can't pack: Oversized int - HELP!!!

2000-11-16 Thread Andy McKay
Q: I saw Jim's mail on fsrecover.py. Does this work on Zope 2.1.6 databases too? I'll try tomorrow, with a backup copy. But personal experience would be nice :-) Every time Ive had a data.fs problem running fsrecover or simply restarting (does the same thing has worked). There is