From owner-freebsd-ports@FreeBSD.ORG Thu Dec 17 14:55:21 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5845106568B; Thu, 17 Dec 2009 14:55:21 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:198:206::1]) by mx1.freebsd.org (Postfix) with ESMTP id 673868FC0A; Thu, 17 Dec 2009 14:55:21 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [IPv6:::1]) by acme.spoerlein.net (8.14.3/8.14.3) with ESMTP id nBHEtJUU089590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Dec 2009 15:55:19 +0100 (CET) (envelope-from uqs@spoerlein.net) Received: (from uqs@localhost) by acme.spoerlein.net (8.14.3/8.14.3/Submit) id nBHEtJp1089589; Thu, 17 Dec 2009 15:55:19 +0100 (CET) (envelope-from uqs@spoerlein.net) Date: Thu, 17 Dec 2009 15:55:19 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Doug Barton Message-ID: <20091217145519.GN55913@acme.spoerlein.net> Mail-Followup-To: Doug Barton , freebsd-ports@freebsd.org References: <4B1C118D.6080605@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B1C118D.6080605@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: How do I make npviewer.bin respect $TMPDIR ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 14:55:21 -0000 On Sun, 06.12.2009 at 12:18:21 -0800, Doug Barton wrote: > Howdy, > > I'm -current, i386, linux_base-f10-10_2, and > linux-f10-flashplugin-10.0r32; all with the latest firefox 35. It all > works fine, until my teeny tiny (24M) memory disk /tmp gets full. > > I have created a wrapper script for firefox to set TMPDIR (and TMP and > TEMPDIR just in case) to a large partition on local disk, which works > for firefox proper, but npviewer.bin is still putting its temp files > on the real /tmp. So, how do I whip it into shape? Haven't tried this, but there's a slight chance that the linux binary will prefer /compat/linux paths over / paths, and since there seems to be no /compat/linux/tmp, please try creating or symlinking one ... Cheers, Uli