Re: Temp /tmp space...

2003-03-23 Thread nate
Ashley M. Kirchner said:
>
> I'm running into a problem with my /tmp during a large ImageMagick
> mpeg 'convert' - it's running out of space.  /tmp has 2 Gb allocated to
> it and the process quits after hitting 2 Gb.  Is there some way I can
> have the process use some other location for temp space, instead of /tmp
> ?  (the command line is simply 'convert -delay 10 *.jpg file.mpg' which
> creates a temp file for each frame)

many programs obey the TMP and/or TMPDIR variables..

mkdir ~/tmp
export TMP=~/tmp
export TMPDIR=~/tmpdir

not all though.

looks like imagemagick supports the TMPDIR variable according to the FAQ

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Temp /tmp space...

2003-03-23 Thread Ashley M. Kirchner
Ashley M. Kirchner wrote:

Is there some way I can have the process use some other location for 
temp space, instead of /tmp ?
   Never mind, figured it out...setting $ENV{TMPDIR} works.

--
H| I haven't lost my mind; it's backed up on tape somewhere.
 +
 Ashley M. Kirchner    .   303.442.6410 x130
 IT Director / SysAdmin / WebSmith . 800.441.3873 x130
 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
 http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A. 





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Temp /tmp space...

2003-03-23 Thread Ashley M. Kirchner
   I'm running into a problem with my /tmp during a large ImageMagick 
mpeg 'convert' - it's running out of space.  /tmp has 2 Gb allocated to 
it and the process quits after hitting 2 Gb.  Is there some way I can 
have the process use some other location for temp space, instead of /tmp 
?  (the command line is simply 'convert -delay 10 *.jpg file.mpg' which 
creates a temp file for each frame)

--
H| I haven't lost my mind; it's backed up on tape somewhere.
 +
 Ashley M. Kirchner    .   303.442.6410 x130
 IT Director / SysAdmin / WebSmith . 800.441.3873 x130
 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
 http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A. 



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list