From owner-freebsd-questions Mon Jul 22 4:36:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E0037B400 for ; Mon, 22 Jul 2002 04:36:15 -0700 (PDT) Received: from mrburns.nildram.co.uk (mrburns.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3891743E4A for ; Mon, 22 Jul 2002 04:36:14 -0700 (PDT) (envelope-from David.Larkin@DJL.co.uk) Received: from DJL.co.uk (djl.gotadsl.co.uk [213.208.117.42]) by mrburns.nildram.co.uk (Postfix) with ESMTP id C4CA01E2244; Mon, 22 Jul 2002 12:34:26 +0100 (BST) Message-ID: <3D3BE655.449DFFCB@DJL.co.uk> Date: Mon, 22 Jul 2002 12:02:46 +0100 From: David Larkin Organization: D.J.L. Software Consultancy Ltd. X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Imagemagick mogrify TMPDIR Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've just installed Imagemagick from the ports directory ImageMagick-5.4.7-1 I'm having problems running a simple mogrify and reported this to the Imagemagick mail list who suggested it was because I hadn't set the environment variable TMPDIR. I've now tried doing that by placing setenv TMPDIR /tmp in my .cshrc file I now get 49:eagle{david}% echo $TMPDIR /tmp 50:eagle{david}% mogrify -resize 100x100! test.jpg mogrify: Unable to create temporary file (test.jpg). 51:eagle{david}% df -k /tmp Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 198399 29643 152885 16% / 52:eagle{david}% ls -al /tmp total 614 drwxrwxrwt 12 root wheel 1024 Jul 22 03:15 . FreeBSD eagle 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 Any ideas ? Thanks David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message