Hi, Does anybody know why Zope creates files like Data.fs.tr16? In this moment I've 16 files, every one with a different number after "tr" and I don't know wheter I can or not erase them. Thanks in advanced, Josef.
those are created when zope is not cleanly shut down and has broken records in the ZODB. upon startup those records get snipped off the ZODB and saved into a file. you can safely delete them. jens On Sunday, May 12, 2002, at 04:56 , Josef Meile wrote:
Hi, Does anybody know why Zope creates files like Data.fs.tr16? In this moment I've 16 files, every one with a different number after "tr" and I don't know wheter I can or not erase them.
Thanks in advanced, Josef.
"Jens" == Jens Vagelpohl <jens@zope.com> writes:
Jens> those are created when zope is not cleanly shut down and has Jens> broken records in the ZODB. upon startup those records get Jens> snipped off the ZODB and saved into a file. you can safely Jens> delete them. But you may want to know what caused those broken records, because the problem may rear it's head again. I just got a bunch of those records because my Data.fs had reached the system 2GB single file limit. John Hunter
Then you should install Python with largefile support. -aj ----- Original Message ----- From: "John Hunter" <jdhunter@ace.bsd.uchicago.edu> To: "Jens Vagelpohl" <jens@zope.com> Cc: "Josef Meile" <jmeile@hotmail.com>; <zope@zope.org> Sent: Monday, May 13, 2002 09:22 Subject: Re: [Zope] Strange Data.fs files
"Jens" == Jens Vagelpohl <jens@zope.com> writes:
Jens> those are created when zope is not cleanly shut down and has Jens> broken records in the ZODB. upon startup those records get Jens> snipped off the ZODB and saved into a file. you can safely Jens> delete them.
But you may want to know what caused those broken records, because the problem may rear it's head again. I just got a bunch of those records because my Data.fs had reached the system 2GB single file limit.
John Hunter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Andreas Jung wrote:
Then you should install Python with largefile support.
Andreas, It's not as simple as that. You also need to make sure your glibc supports large files and the filesystem you are using supports large files... LFS is not as trivial as some people would like to make out ;-) cheers, Chris
participants (5)
-
Andreas Jung -
Chris Withers -
Jens Vagelpohl -
John Hunter -
Josef Meile