[Zope] Zope instance restarting itself
Tino Wildenhain
tino at wildenhain.de
Fri Oct 8 03:34:34 EDT 2004
Hi Gitte,
On Thu, 2004-10-07 at 20:02, Gitte Wange wrote:
> Gitte Wange wrote:
...
> >
> > And now I think we are getting close to the problem. Data.fs IS around
> > 2GB (2147483592 bytes to be exact).
> > I will try to find out how FreeBSD likes that big files.
>
> I compiled python-2.3.3 for my FreeBSD-5.2.1 myself - any flags I should
> use for python to have LFS or is it "just there"?
At least there is a howto or just use ./configure --help as it was
suggested.
A quick check for LFS is:
>>> f=open("/tmp/foo","w")
>>> f.tell()
0L
When you see the L after Zero,
chances are LFS is working :-)
Regards
Tino
More information about the Zope
mailing list