[Zope-DB] Re: Importing -> Disk full
Luis Gregorio Muniz Rodriguez
kreator@dei.inf.uc3m.es
Wed, 23 Oct 2002 20:07:51 +0200
> On Wed, Oct 23, 2002 at 10:59:38AM +0200, Lars H. Korte wrote:
> > Le grande pinguin schrieb:
> > >
> > > On Wed, Oct 23, 2002 at 10:11:17AM +0200, Lars H. Korte wrote:
> > > > [...]
> > > > During the import process the filesystem mounted on / gets full !!!
> > > > [...]
> [...]
> - move '/tmp' to another partition (it should be possible by:
> 'cp -ar /tmp /opt/tmp && ln -s /opt/tmp /tmp')
>
> - start your Zope like this:
> $ export TMPDIR=/opt/tmp
> $ /etc/init.d/zope start # or whatever your zope startscript is ..
> [...]
¿ What about </var/lib/zope> ? Is </var> living on your </> partition?
(Also, correct me if I'm wrong, but the correct Unix semantics for
handling this kind of problems is:
/tmp: Small files, ideally with fast access, also
they're removed at boot.
/var/tmp: Big files, rarely accessed, permanent across
reboots.
So in the first case Zope should be creating temporal files under
</var/tmp> ???
)
HTH,
--
- Luis Mu~niz <kreator@lmunix.net>